diff options
-rw-r--r-- | default.ms | 4 | ||||
-rw-r--r-- | default.rst | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -40,6 +40,10 @@ $endif$ | |||
40 | .nr FL \n[LL] | 40 | .nr FL \n[LL] |
41 | .\" footnote point size | 41 | .\" footnote point size |
42 | .nr FPS (\n[PS] - 2000) | 42 | .nr FPS (\n[PS] - 2000) |
43 | $if(papersize)$ | ||
44 | .\" paper size | ||
45 | .ds paper $papersize$ | ||
46 | $endif$ | ||
43 | .\" color used for strikeout | 47 | .\" color used for strikeout |
44 | .defcolor strikecolor rgb 0.7 0.7 0.7 | 48 | .defcolor strikecolor rgb 0.7 0.7 0.7 |
45 | .\" color for links (rgb) | 49 | .\" color for links (rgb) |
diff --git a/default.rst b/default.rst index 30005d1..e9c0dc2 100644 --- a/default.rst +++ b/default.rst | |||
@@ -15,12 +15,6 @@ $if(date)$ | |||
15 | 15 | ||
16 | $endif$ | 16 | $endif$ |
17 | $endif$ | 17 | $endif$ |
18 | $if(math)$ | ||
19 | .. role:: math(raw) | ||
20 | :format: html latex | ||
21 | .. | ||
22 | |||
23 | $endif$ | ||
24 | $if(rawtex)$ | 18 | $if(rawtex)$ |
25 | .. role:: raw-latex(raw) | 19 | .. role:: raw-latex(raw) |
26 | :format: latex | 20 | :format: latex |