summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.revealjs2
-rw-r--r--default.rst4
-rw-r--r--default.texinfo22
3 files changed, 5 insertions, 23 deletions
diff --git a/default.revealjs b/default.revealjs
index 6f847e2..68723ef 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -237,7 +237,7 @@ $if(maxScale)$
237$endif$ 237$endif$
238$if(mathjax)$ 238$if(mathjax)$
239 math: { 239 math: {
240 mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', 240 mathjax: '$mathjaxurl$',
241 config: 'TeX-AMS_HTML-full', 241 config: 'TeX-AMS_HTML-full',
242 tex2jax: { 242 tex2jax: {
243 inlineMath: [['\\(','\\)']], 243 inlineMath: [['\\(','\\)']],
diff --git a/default.rst b/default.rst
index e9c0dc2..937eb72 100644
--- a/default.rst
+++ b/default.rst
@@ -31,6 +31,10 @@ $if(toc)$
31.. 31..
32 32
33$endif$ 33$endif$
34$if(number-sections)$
35.. section-numbering::
36
37$endif$
34$for(header-includes)$ 38$for(header-includes)$
35$header-includes$ 39$header-includes$
36 40
diff --git a/default.texinfo b/default.texinfo
index 458d4fd..6938278 100644
--- a/default.texinfo
+++ b/default.texinfo
@@ -10,28 +10,6 @@ $if(strikeout)$
10@end macro 10@end macro
11 11
12$endif$ 12$endif$
13$if(subscript)$
14@macro textsubscript{text}
15@iftex
16@textsubscript{\text\}
17@end iftex
18@ifnottex
19_@{\text\@}
20@end ifnottex
21@end macro
22
23$endif$
24$if(superscript)$
25@macro textsuperscript{text}
26@iftex
27@textsuperscript{\text\}
28@end iftex
29@ifnottex
30^@{\text\@}
31@end ifnottex
32@end macro
33
34$endif$
35@ifnottex 13@ifnottex
36@paragraphindent 0 14@paragraphindent 0
37@end ifnottex 15@end ifnottex