diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-20 23:09:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-20 23:09:11 +0000 |
commit | d7a430a6ab545220278c85d7d98696674ecd83ea (patch) | |
tree | 67d865c5de78d1dd1b016ced4745e5d0e4f6d95c /Master/texmf-dist/tex/latex/dhua | |
parent | 6fe567195e3e7eed4f82d8821e258e305b6d11c3 (diff) |
dhua (20sep11)
git-svn-id: svn://tug.org/texlive/trunk@24035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dhua')
-rw-r--r-- | Master/texmf-dist/tex/latex/dhua/dhua.cfg | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dhua/dhua.sty | 24 |
2 files changed, 26 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/dhua/dhua.cfg b/Master/texmf-dist/tex/latex/dhua/dhua.cfg index 26b5c6ad037..c6ef10697fe 100644 --- a/Master/texmf-dist/tex/latex/dhua/dhua.cfg +++ b/Master/texmf-dist/tex/latex/dhua/dhua.cfg @@ -1,4 +1,4 @@ -\ProvidesFile{dhua.cfg}[2011/09/14 local settings for dhua] +\ProvidesFile{dhua.cfg}[2011/09/19 local dhua.sty definitions] %% %% The user may want to use (some of) the following single macro %% names for a different purpose or so; to this end, a file @@ -31,15 +31,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}, |\qtd{\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 `\"': +%% 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} 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 |