diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dhua/dhua.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/dhua/dhua.sty | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/dhua/dhua.sty b/Master/texmf-dist/tex/latex/dhua/dhua.sty index 7eede193dfb..075b4e0eb36 100644 --- a/Master/texmf-dist/tex/latex/dhua/dhua.sty +++ b/Master/texmf-dist/tex/latex/dhua/dhua.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{dhua}[2011/09/16 v0.1a German phrase abbrevs (UL)] +\ProvidesPackage{dhua}[2011/09/19 v0.11 German phrase abbrevs (UL)] %% copyright (C) 2011 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu %% -- author-maintained in the sense of LPPL below. @@ -139,8 +139,10 @@ %% `dhua.cfg' may contain a different set of definitions. %% `\IfFileExists' works depending on whether a file %% `dhua.cfg' is found: -\IfFileExists{dhua.cfg}{% - \typeout{^^J * single definitions read from \qtd{dhua.cfg} *^^J}% +\IfFileExists{dhua.cfg}{% + \typeout{^^J * single definitions read from + \string`dhua.cfg\string' %% 2011/09/19 + *^^J}% \input{dhua.cfg}}{% %% |\idR| exemplifies multi-part abbreviations, %% where \qtd{multi} means ``more than two": @@ -167,16 +169,20 @@ %% \end{german} %% %% \dqtd{Normal} cases %% TODO catchdq -%% (|\oae| for \qtd{\oae}, |\uae| for \qtd{\uae}, -%% |\ua| for \qtd{\ua}, |\vglu| for \qtd{\vglu}, -%% |\vglo| for \qtd{\vglo}, |\zB| for \qtd{\zB}, +%% (|\oae| for \qtd{\oae}, +%% |\so| for \qtd{\so}, |\su| for \qtd{\su}, %% 2011/09/19 +%% |\uae| for \qtd{\uae}, +%% |\ua| for \qtd{\ua}, |\vglu| for \qtd{\vglu}, +%% |\vglo| for \qtd{\vglo}, +%% |\zB| for \qtd{\zB}, %% was |\qtd{\zB}| until 2011/09/19 %% |\zT| for \qtd{\zT}): \newtwopartdhua{\oae}{o}{\protect\"a} % \newtwopartdhua{\oae{o}{\"a} % \show\oae %% ---exemplifying use of |\protect| so the definition of `\oae' -%% has a single token `\"', not an expansion of `\"'. %%% : -%% %% <- doc. fix 2011/09/14 +%% has a single token `\"', not an expansion of `\"'. + \newtwopartdhua{\so} {s}{o} + \newtwopartdhua{\su} {s}{u} \newtwopartdhua{\ua} {u}{a} \newtwopartdhua{\uae} {u}{\protect\"a} \newtwopartdhua{\vglu}{vgl}{u} @@ -215,3 +221,5 @@ v0.1 2011/09/13 renamed `dhusw'->`dhua' v0.1a 2011/09/14 doc. fix 2011/09/16 doc. of options much extended +v0.11 2011/09/19 don't use \qtd with .cfg-\typeout; \so, \su; + doc. fix \zB |