Typo
[latex2e.git] / latex2e-20150101 / required / babel / testfiles / tlb-SH.lvt
blob961d0f24c300bc84649096e56c00f52b347e8f71
1 % test file for shorthands and author-year citations.
2 \input{test2e}
3 \documentclass{article}
4 \START
5 \AUTHOR{Werenfried Spit <w.spit@witbo.nl>}
6 \FORMAT{LaTeX2e<1996/12/01>}
7 \CLASS{article}
8 \PACKAGE[dutch]{babel}
10 \OMIT
11 \usepackage[dutch]{babel}
12 \makeatletter
13 \catcode137=13 \def ‰{\trema{e}}
14 \def\trema#1{\iflanguage{dutch}{\@trema#1}{\"#1}}
16 \def\xcite#1#2{
17  \if@filesw{\let\protect\noexpand%
18             \immediate\write\@auxout{\string\bibcite{#1}{#1, #2}}
19  }\fi}
20 \makeatother
22 \showboxbreadth=30
23 \begin{document}
24 \TIMO
25 \xcite{1}{zee"egel}
26 \xcite{2}{zee‰gel}
28 \setbox0=\hbox{\cite{1} \cite{2}}\showbox0
29 \end{document}