summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/nicetext/run/u8atablg.fdf
blob: 17a28555e6798192687346ddc480105b2930e054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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