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: John Kitchin
Subject: Re: [O] LaTeX export with section number, name and page in internal links
Date: Thu, 3 Dec 2015 06:31:21 -0500

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})



John

-----------------------------------
Professor John Kitchin 
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803

On Thu, Dec 3, 2015 at 6:08 AM, Ilya <address@hidden> wrote:
I export my Org-Mode notes with internal links to LaTeX and I want it to
look like this ''Section 1.1 [Section name], page 99'' (Like in the Org
Manual). I use this construction:

#+BEGIN_EXAMPLE
 * Chapter 1
 ** Section 1.1
    :PROPERTIES:
    :CUSTOM_ID: section-1
    :END:
 * Chapter 2
 ** Section 2.1
I want reference to Section 1.1 from here (See #section-1)
#+END_EXAMPLE

But as a result I get only the number of the section ''1.1'', not the
''Section 1.1 [Section name], page 99''.
What options I need to use?

Here
(http://emacs.stackexchange.com/questions/18547/org-mode-latex-export-with-section-number-name-and-page-in-internal-links),
I was advised to use a Fancyref, but I have no idea how I may use it with
Org-Mode syntax.




reply via email to

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