diff options
Diffstat (limited to 'default.texinfo')
-rw-r--r-- | default.texinfo | 22 |
1 files changed, 0 insertions, 22 deletions
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 |