diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-14 22:23:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-14 22:23:29 +0000 |
commit | 1720309de72694c4e699af26b975c1afd1239ca7 (patch) | |
tree | 8a4cc1f90ea1234bd467a44d8af731ad1e9acd58 /Master/texmf-dist/tex/latex/nicetext/run/u8atablg.fdf | |
parent | 373aa91278777ff3556416ccf46bc9530ff30aa3 (diff) |
nicetext 0.44 (14sep11)
git-svn-id: svn://tug.org/texlive/trunk@23956 c570f23f-e606-0410-a88d-b1316a301751
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 + |