aboutsummaryrefslogtreecommitdiff
path: root/templates/texinfo.template
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-19 16:24:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-19 16:24:35 -0700
commitb43873a9ea07afc698d15559717550f8b46e365c (patch)
tree50d25c6b1e729ab088b9ee01ac5a0cc5b919ccb6 /templates/texinfo.template
parent1c28c5308f0991c09af8dcbf4e555ee77fe1dab1 (diff)
downloadpandoc-b43873a9ea07afc698d15559717550f8b46e365c.tar.gz
Added templates as a git submodule.
This should make it easier for people to track updates to their custom templates.
Diffstat (limited to 'templates/texinfo.template')
-rw-r--r--templates/texinfo.template64
1 files changed, 0 insertions, 64 deletions
diff --git a/templates/texinfo.template b/templates/texinfo.template
deleted file mode 100644
index 9c1d8e178..000000000
--- a/templates/texinfo.template
+++ /dev/null
@@ -1,64 +0,0 @@
-\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