summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dhua/dhua.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/dhua/dhua.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/dhua/dhua.cfg49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/dhua/dhua.cfg b/Master/texmf-dist/tex/latex/dhua/dhua.cfg
new file mode 100644
index 00000000000..26b5c6ad037
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/dhua/dhua.cfg
@@ -0,0 +1,49 @@
+\ProvidesFile{dhua.cfg}[2011/09/14 local settings for dhua]
+%%
+%% The user may want to use (some of) the following single macro
+%% names for a different purpose or so; to this end, a file
+%% `dhua.cfg' may contain a different set of definitions.
+%% -- THIS HAS BEEN COPIED FROM `dhua.sty',
+%% YOU MAY EDIT IT!
+%%
+%% |\idR| exemplifies multi-part abbreviations,
+%% where \qtd{multi} means ``more than two":
+\newdhua{\idR}{i\DhuaSpace d\DhuaSpace R}
+% \show\idR
+%% \begin{german}
+%% |\idR| erzeugt \qtd{\idR} -- ein Anwendungsfall
+%% f\"ur |\newdhua|. Nachfolgend wird nur noch
+%% |\newtwopartdhua| verwendet.
+%% \end{german}
+%%
+%% \LaTeX\ actually defines |\dh| as something nordic
+%% (one of my earliest macro making experiences)
+%% so we are \emph{re}defining it:
+\PackageWarning{dhua}{Redefining \string\dh}
+\let\dh\relax
+\newtwopartdhua{\dh}{d}{h}
+% \show\dh
+%% \begin{german}
+%% |\dh| wird hier \emph{umdefiniert}, um \qtd{\dh} zu bekommen.
+%% Die \"ubrigen Makros sind \qtd{normale} Anwendungs\-f\"alle
+%% von `\newtwopartdhua', man achte aber noch auf die
+%% Verwendung von `\protect'.
+%% \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},
+%% |\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 `\"':
+\newtwopartdhua{\ua} {u}{a}
+\newtwopartdhua{\uae} {u}{\protect\"a}
+\newtwopartdhua{\vglu}{vgl}{u}
+\newtwopartdhua{\vglo}{vgl}{o}
+\newtwopartdhua{\zB} {z}{B}
+\newtwopartdhua{\zT} {z}{T}
+\endinput