Revision 319c72e8
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/Template.pm | ||
---|---|---|
91 | 91 |
'<pagebreak>', |
92 | 92 |
'&', quotemeta("\n"), |
93 | 93 |
'"', '\$', '%', '_', '#', quotemeta('^'), |
94 |
'{', '}', '<', '>', '?', "\r" |
|
94 |
'{', '}', '<', '>', '?', "\r", '?',
|
|
95 | 95 |
], |
96 | 96 |
quotemeta("\\") => '\\textbackslash ', |
97 | 97 |
'<pagebreak>' => '', |
... | ... | |
107 | 107 |
'>' => '$>$', |
108 | 108 |
'?' => '\pounds ', |
109 | 109 |
"\r" => "", |
110 |
'?' => '$\pm$', |
|
110 | 111 |
quotemeta('^') => '\^\\', |
111 | 112 |
quotemeta("\n") => '\newline ' |
112 | 113 |
); |
Auch abrufbar als: Unified diff
Sonderzeichen in LaTeX ersetzen.