From 6cd15b72bf1aa88fbff8ed5ad009d86e09150532 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Jul 2018 21:33:07 -0700 Subject: Updated templates for pandoc 2.2.2 --- default.texinfo | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'default.texinfo') diff --git a/default.texinfo b/default.texinfo index 458d4fd..6938278 100644 --- a/default.texinfo +++ b/default.texinfo @@ -9,28 +9,6 @@ $if(strikeout)$ ~~\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 -- cgit v1.2.3