diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext/run/u8atablg.fdf')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/run/u8atablg.fdf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/run/u8atablg.fdf b/Master/texmf-dist/tex/latex/nicetext/run/u8atablg.fdf new file mode 100644 index 00000000000..17a28555e67 --- /dev/null +++ b/Master/texmf-dist/tex/latex/nicetext/run/u8atablg.fdf @@ -0,0 +1,34 @@ +\ProvidesFile{u8atablg.fdf}[2011/09/12 UTF-8->Atari/blog with fdtxttex] +\SetPatternCodes{\MakeOther\&\MakeOther\\\MakeOther\ } +\StartPrependingChain +\PrependExpandableAllReplacer{amp} {&}{\&} +%% <- for blog.sty. Next are Atari umlauts, +%% cf. 'umlaute' documentation: +\PrependExpandableAllReplacer{auml} {Γ€}{} +\PrependExpandableAllReplacer{ouml} {ΓΆ}{} +\PrependExpandableAllReplacer{uuml} {ΓΌ}{} +\PrependExpandableAllReplacer{szlig}{Γ}{} +\PrependExpandableAllReplacer{Auml} {Γ}{} +\PrependExpandableAllReplacer{Ouml} {Γ}{} +\PrependExpandableAllReplacer{Uuml} {Γ}{} +%% ... TODO as \TextCodes!? `Γ' one-parameter macro +%% there must be no space left of last argument. +%% `\endash{}' is not a solution because 'blog.sty' +%% then would display the braces: +\PrependExpandableAllReplacer{apostr} {β}{'} +\PrependExpandableAllReplacer{item} {β’}{\item } +\PrependExpandableAllReplacer{item } {β’ }{\item\ } +\PrependExpandableAllReplacer{endash} {β}{\endash } +\PrependExpandableAllReplacer{endash }{β }{\endash\ } +\PrependExpandableAllReplacer{hellip} {β¦}{\dots } +\PrependExpandableAllReplacer{hellip }{β¦ }{\dots\ } +\PrependExpandableAllReplacer{to} {β}{\to } +\PrependExpandableAllReplacer{to } {β }{\to\ } +% \newcommand*{\PXAR}{\PrependExpandableAllReplacer} +% \PXAR{dots}{...}{.\kern\fontdimen3\font.\kern\fontdimen3\font.} +%% Tomboy 2011/09/12: +% \PrependExpandableAllReplacer {it} {<italic>}{<i>} +% \PrependExpandableAllReplacer{/it}{</italic>}{</i>} +\SetCorrectHookJobLast +\endinput + |