Revision f290077f
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/Template.pm | ||
---|---|---|
92 | 92 |
'&', quotemeta("\n"), |
93 | 93 |
'"', '\$', '%', '_', '#', quotemeta('^'), |
94 | 94 |
'{', '}', '<', '>', '?', "\r", '?', '\xe1', |
95 |
'?', '?', |
|
96 |
|
|
95 | 97 |
], |
96 | 98 |
quotemeta("\\") => '\\textbackslash ', |
97 | 99 |
'<pagebreak>' => '', |
... | ... | |
110 | 112 |
'?' => '$\pm$', |
111 | 113 |
'\xe1' => '$\bullet$', |
112 | 114 |
quotemeta('^') => '\^\\', |
113 |
quotemeta("\n") => '\newline ' |
|
115 |
quotemeta("\n") => '\newline ', |
|
116 |
'?' => '$^2$', |
|
117 |
'?' => '$^3$', |
|
114 | 118 |
); |
115 | 119 |
|
116 | 120 |
map({ $variable =~ s/$_/$replace{$_}/g; } @{ $replace{"order"} }); |
Auch abrufbar als: Unified diff
Sonderzeichen hochgestellte 2 und 3 für LaTeX escapen.