pandoc/default.texinfo
John MacFarlane bf0b37d7ea Make texinfo encoding UTF-8 instead of utf-8.
Resolves Debian Bug #667816.
2012-04-06 12:54:10 -07:00

64 lines
763 B
Text

\input texinfo
@documentencoding UTF-8
$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$
$for(include-before)$
$include-before$
$endfor$
$if(toc)$
@contents
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$
@bye