Mercurial > docs > master
comparison style @ 82:ff4537327162
Mayor rework: Replaced .DS with .VS, a better verbatim environment.
VS is no Keep.
By translating characters in the typewriter fonts, we don't need to
escape the minus, backtick and single quote characters.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 06 Jun 2012 17:58:09 +0200 |
parents | 5fb821ed6f3c |
children | 99ab58dc891f |
comparison
equal
deleted
inserted
replaced
81:5fb821ed6f3c | 82:ff4537327162 |
---|---|
15 .feature BI +onum | 15 .feature BI +onum |
16 .fp 5 CW TerminusMedium-4.36 ttf | 16 .fp 5 CW TerminusMedium-4.36 ttf |
17 .fp 0 CI TerminusMediumItalic-4.36 ttf | 17 .fp 0 CI TerminusMediumItalic-4.36 ttf |
18 .fp 0 CB TerminusBold-4.36 ttf | 18 .fp 0 CB TerminusBold-4.36 ttf |
19 .fp 0 L TerminusMedium-4.36 ttf | 19 .fp 0 L TerminusMedium-4.36 ttf |
20 .ftr CW -\- | 20 .ftr CW -\-`\`'\' |
21 .ftr CI -\- | 21 .ftr CI -\-`\`'\' |
22 .ftr CB -\- | 22 .ftr CB -\-`\`'\' |
23 .ftr L -\- | 23 .ftr L -\-`\`'\' |
24 .fp 0 SC LinLibertine_R otf | 24 .fp 0 SC LinLibertine_R otf |
25 .feature SC +onum +smcp | 25 .feature SC +onum +smcp |
26 .fp 0 IC LinLibertine_RI otf | 26 .fp 0 IC LinLibertine_RI otf |
27 .feature IC +onum +smcp | 27 .feature IC +onum +smcp |
28 .fp 0 BC LinLibertine_RB otf | 28 .fp 0 BC LinLibertine_RB otf |
278 .ft CW | 278 .ft CW |
279 .ps -1 | 279 .ps -1 |
280 .ta T 8n | 280 .ta T 8n |
281 .. | 281 .. |
282 | 282 |
283 . \" VS - verbatim text start (\\ -> ^G; ' -> disabled; . -> ^B) | |
284 .de VS | |
285 .br | |
286 .ne 4 | |
287 .sp \n(DDu | |
288 .if t .in +.5i | |
289 .if n .in +8n | |
290 .nf | |
291 .ft CW | |
292 .\" ps -1 | |
293 .ta T 8n | |
294 .\" set up verbatim environment | |
295 \.blm | |
296 \.ec | |
297 \.c2 "" | |
298 \.cc | |
299 .. | |
300 | |
301 . \" VE - verbatim text end (NOTE: Needs to be called as ^BVE !) | |
302 .de VE | |
303 \" restore the special characters | |
304 cc | |
305 .c2 | |
306 .ec | |
307 .blm __ | |
308 .if t .in -.5i | |
309 .if n .in -8n | |
310 .sp \n(DDu | |
311 .ft P | |
312 .fi | |
313 .TA | |
314 .. | |
315 | |
283 . \" FA - XXX somehow related to footnotes? | 316 . \" FA - XXX somehow related to footnotes? |
284 .am FA | 317 .am FA |
285 .ps 8 | 318 .ps 8 |
286 .vs 9 | 319 .vs 9 |
287 .. | 320 .. |