emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Fwd: LaTeX export with section number, name and page in internal li


From: Ilya Filippov
Subject: [O] Fwd: LaTeX export with section number, name and page in internal links
Date: Thu, 03 Dec 2015 19:27:06 +0500

Thank's John, it is working, but I hope to use something like
 
(setq org-export-latex-hyperref-format "\\ref{%s}")
 
for hyperref customization. (I want join \\ref{%s} and \\pageref{%s} for org-export-latex-hyperref-format).
 
If it will be work we may simple use [[#section-1]] to different templates for internal references, also like ''Section 1.1 [Section name], page 99''.
 
-------- Пересылаемое сообщение--------
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})
 
 
 
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.

 
 
-------- Завершение пересылаемого сообщения --------
 
 
- - - - - - - - - - -
Ilya Filippov
Yugra State University
 

reply via email to

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