On Mon, Sep 29, 2014 at 10:18 PM, Rasmus wrote:
<- snip >
>
> It may be documented in chapter 4, entitled Hyperlinks.
>
>http://orgmode.org/org.html#Hyperlinks
>
> I don't know if this chapter describes export behavior.
>
It does not.
>
> You can skim through org-latex-link if you
Hi,
"Kyeong Soo (Joseph) Kim" writes:
> If possible, please let me know where to find the information you provided
> (i.e., without the description filed in the org-mode internal link, its
> export to LaTeX becomes "\ref{...}" instead of "\hyperref{...}").
You can open the info version of the m
Hi,
"Kyeong Soo (Joseph) Kim" writes:
> If possible, please let me know where to find the information you provided
> (i.e., without the description filed in the org-mode internal link, its
> export to LaTeX becomes "\ref{...}" instead of "\hyperref{...}").
You can open the info version of the m
Hi Rasmus,
On Mon, Sep 29, 2014 at 6:09 PM, Rasmus wrote:
> Hi Kyeong,
>
> "Kyeong Soo (Joseph) Kim" writes:
>
> > This is exactly what I wanted to do for cross-referencing in LaTeX
> export.
> > With this, now I can use my org files as I did with version 7.x (except
> for
> > the description i
Hi Kyeong,
"Kyeong Soo (Joseph) Kim" writes:
> Hello,
> On Mon, Sep 29, 2014 at 4:53 PM, Rasmus wrote:
>>
>>
>
>> If you don't want to use hyperref (i) make sure your sections are
>> numbered (e.g. #+OPTIONS: num:5) and (ii) make sure that you are not
>> giving links a description. Here's an e
Hello,
On Mon, Sep 29, 2014 at 4:53 PM, Rasmus wrote:
>
>
> If you don't want to use hyperref (i) make sure your sections are
> numbered (e.g. #+OPTIONS: num:5) and (ii) make sure that you are not
> giving links a description. Here's an example:
>
> * test my heading
> :PROPERTIES:
> :CUSTOM_ID:
Hi,
"Kyeong Soo (Joseph) Kim" writes:
> On Mon, Sep 29, 2014 at 3:07 PM, Nicolas Goaziou
> wrote:
>
>> Hello,
>>
>> "Kyeong Soo (Joseph) Kim" writes:
>>
>> > The real problem is that, except for using the custom id, the current
>> > export engine cannot refer to the correct label (e.g., "\labe
On Mon, Sep 29, 2014 at 3:07 PM, Nicolas Goaziou
wrote:
> Hello,
>
> "Kyeong Soo (Joseph) Kim" writes:
>
> > The real problem is that, except for using the custom id, the current
> > export engine cannot refer to the correct label (e.g., "\label{se-1}")
> > which is automatically generated durin
Hello,
"Kyeong Soo (Joseph) Kim" writes:
> The real problem is that, except for using the custom id, the current
> export engine cannot refer to the correct label (e.g., "\label{se-1}")
> which is automatically generated during the export process.
>
> See the case of section title with only one
Hi Nicolas,
On Sun, Sep 28, 2014 at 6:01 AM, Nicolas Goaziou
wrote:
>
>
> You can use a link filter. Also, `org-export-latex-hyperref-format'
> doesn't exist in Org 8.0+.
>
> > - By name (using C-c l & C-c C-l): Sec. [[*Two%20Words][Two Words]]
>
> [...]
>
> > [[*With%20&%20in%20the%20Title][Wit
Hello,
"Kyeong Soo (Joseph) Kim" writes:
> Below I provide ECM for LaTeX cross-referencing you requested, which itself
> summarizes the issues in the current export engine: We see that there are
> mix of results for different cases of heading title (i.e., \texttt{},
> \hyperref[]{}, & \ref{}) an
On Tue, Sep 23, 2014 at 12:00 AM, Nicolas Goaziou
wrote:
> Hello,
>
> "Kyeong Soo (Joseph) Kim" writes:
>
> > By the way, as said, [[*Foo][Section Foo]] does not produce the link in
> > LaTeX export any longer; version 8.x generates just "\texttt{Section
> Foo}"
> > unlike version 7.x.
>
> An EC
Hello,
"Kyeong Soo (Joseph) Kim" writes:
> By the way, as said, [[*Foo][Section Foo]] does not produce the link in
> LaTeX export any longer; version 8.x generates just "\texttt{Section Foo}"
> unlike version 7.x.
An ECM illustrating the problem would be nice.
"\textt{Section Foo}" means that
Hi Richard,
I do really appreciate your taking time to further explain the use of
CUSTOM_ID.
Now I can understand why this CUSTOM_ID-based solution is better and, in
some cases as in your example, needed.
With version 7.x, what I did was to reference sections in main texts (not
in embedded LaTeX
Hi Joseph,
"Kyeong Soo (Joseph) Kim" writes:
> Great thanks for your answering my two questions, especially sharing your
> experience for cross-referencing in LaTeX export.
>
> Though your suggestion for cross-referencing is an excellent workaround, I
> wonder whether there is any benefit using
Hi Joseph,
"Kyeong Soo (Joseph) Kim" writes:
> Sorry for asking another question; this time it is for the
> cross-referencing in LaTeX export, which existed before (e.g., Sec. 16 of
> manual for <8.0) but is gone now.
> ...
> Now with 8.2.7c and the following org internal link to a section
>
> .
Hi Joseph,
"Kyeong Soo (Joseph) Kim" writes:
> I just found out that, if I close Emacs and relaunch it, all variables for
> filter (i.e., 'org-export-filter-*') are not defined. As a result, the
> following elisp codes for the workaround based on both your suggestion and
> the filter example in
Sorry for asking another question; this time it is for the
cross-referencing in LaTeX export, which existed before (e.g., Sec. 16 of
manual for <8.0) but is gone now.
Per the suggestion from the older manual for <8.0, I have the following
setting in my configuration file:
(setq org-export-latex-
Nicolas and All,
One further question regarding your suggestion of the use of filter for
special blocks in export:
I just found out that, if I close Emacs and relaunch it, all variables for
filter (i.e., 'org-export-filter-*') are not defined. As a result, the
following elisp codes for the workar
Hello Nicolas,
Great thanks for the detailed instructions with clear explanations for the
problems.
I have addressed all those issues per your suggestions, but put some
comments embedded below.
Again, many thanks for your great help!
Joseph
On Thu, Sep 18, 2014 at 3:01 AM, Nicolas Goaziou
w
Hello,
"Kyeong Soo (Joseph) Kim" writes:
> 1. Double backslashes (for line break) embedded in a string for "#+AUTHOR:"
>
> With version 7.x, the following line
>
> #+AUTHOR: Joseph Kim\\Department of Electrical and Electronic
> Engineering\\Example University
>
[...]
> With version 8.2.7c, how
21 matches
Mail list logo