3f53d6f270
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1735 788f1e2b-df1e-0410-8736-df70ead52e1b
60 lines
718 B
Text
60 lines
718 B
Text
$if(legacy-header)$
|
|
$legacy-header$
|
|
$else$
|
|
\input texinfo
|
|
@documentencoding utf-8
|
|
$endif$
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
$endfor$
|
|
|
|
$if(strikeout)$
|
|
@macro textstrikeout{text}
|
|
~~\text\~~
|
|
@end macro
|
|
|
|
$endif$
|
|
$if(subscript)$
|
|
@macro textsubscript{text}
|
|
@iftex
|
|
@textsubscript{\text\}
|
|
@end iftex
|
|
@ifnottex
|
|
_@{\text\@}
|
|
@end ifnottex
|
|
@end macro
|
|
|
|
$endif$
|
|
$if(superscript)$
|
|
@macro textsuperscript{text}
|
|
@iftex
|
|
@textsuperscript{\text\}
|
|
@end iftex
|
|
@ifnottex
|
|
^@{\text\@}
|
|
@end ifnottex
|
|
@end macro
|
|
|
|
$endif$
|
|
@ifnottex
|
|
@paragraphindent 0
|
|
@end ifnottex
|
|
$if(titlepage)$
|
|
@titlepage
|
|
@title $title$
|
|
$for(author)$
|
|
@author $author$
|
|
$endfor$
|
|
$if(date)$
|
|
$date$
|
|
$endif$
|
|
@end titlepage
|
|
|
|
$endif$
|
|
$if(toc)$
|
|
@contents
|
|
|
|
$endif$
|
|
$body$
|
|
|
|
@bye
|