* [help] How to export a chapter as appendix
@ 2013-06-17 0:10 Feng Shu
2013-06-17 0:40 ` Thomas S. Dye
0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2013-06-17 0:10 UTC (permalink / raw)
To: orgmode
----------------------------------------------
org:
* This is a appendix
----------------------------------------------
latex:
\appendix{This is a appendix}
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [help] How to export a chapter as appendix
2013-06-17 0:10 [help] How to export a chapter as appendix Feng Shu
@ 2013-06-17 0:40 ` Thomas S. Dye
0 siblings, 0 replies; 2+ messages in thread
From: Thomas S. Dye @ 2013-06-17 0:40 UTC (permalink / raw)
To: Feng Shu; +Cc: orgmode
Aloha Feng Shu,
Feng Shu <tumashu@gmail.com> writes:
> ----------------------------------------------
> org:
>
> * This is a appendix
>
> ----------------------------------------------
>
> latex:
>
> \appendix{This is a appendix}
You might want
\appendix
\chapter{This is a appendix}
In which case:
#+LaTeX: \appendix
* This is a appendix
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-17 0:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 0:10 [help] How to export a chapter as appendix Feng Shu
2013-06-17 0:40 ` Thomas S. Dye
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).