aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-06-25 03:14:04 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-06-25 03:14:04 +0300
commitebf4ed89440d459684e2becad06a34ac3cdba7d5 (patch)
tree25e2d3d0213067593fba2e131cae66abcc124b76 /data
parentdda38823482c1c803771c88d93e15e4fa7a65ece (diff)
downloadpandoc-ebf4ed89440d459684e2becad06a34ac3cdba7d5.tar.gz
Texinfo writer: use @sup and @sub instead of custom macros
Fixes #4728
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.texinfo22
1 files changed, 0 insertions, 22 deletions
diff --git a/data/templates/default.texinfo b/data/templates/default.texinfo
index 458d4fdda..693827810 100644
--- a/data/templates/default.texinfo
+++ b/data/templates/default.texinfo
@@ -10,28 +10,6 @@ $if(strikeout)$
@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