emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] LaTeX export with section number, name and page in internal link


From: Ken Mankoff
Subject: Re: [O] LaTeX export with section number, name and page in internal links
Date: Tue, 08 Dec 2015 09:19:13 -0500
User-agent: mu4e 0.9.15; emacs 24.5.8

> 03.12.2015, 16:31, "John Kitchin" <address@hidden>:
>
>     Try this.
>     
>     * Chapter 1
>     ** Section 1.1 \label{manual-section-1}
>     :PROPERTIES:
>     :CUSTOM_ID: section-1
>     :END:
>     * Chapter 2
>     ** Section 2.1
>     I want reference to Section 1.1 from here (See Section \ref
>     {manual-section-1} on page \pageref{manual-section-1})

This, and its limitations (what if the pageref is on the same page?) is why 
fancyref was created. I think the solution here is to have a

#+LATEX_HEADER: \renewcommand{\fref}{\ref}

or something like that, but I'm not sure of the exact syntax.

  -k.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]