Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2430.lvt
blobe7123aecd4c512fbc79156065b435e3e0de2dc06
1 % testfile for PR2430
2 % Claimed to get to much white space because ~ was written
3 % to .aux file as "~ ". Turned out not to be true.
4 \input{test2e}
5 \documentclass{article}
6 \START
7 \AUTHOR{}
8 \FORMAT{LaTeX2e<1997/06/01>}
9 \CLASS{article}
10 \PACKAGE[ansinew]{inputenc}
11 \PACKAGE[english]{babel}
12 \PACKAGE{harvard}
14 \OMIT
15 \usepackage[ansinew]{inputenc}
16 % Problem also happens without the inputenc ansinew encoding,
17 % but convenient bibliography file contains extended characters
18 \usepackage[english]{babel}
19 \usepackage{harvard}
20 \bibliographystyle{agsm}
21 \begin{document}
22 \TIMO
24 \showboxbreadth=40
25 \showboxdepth=40
26 \setbox0=\hbox{\cite{cortes71}}\showbox0
28 This is a citation \cite{cortes71}.
30 %\bibliography{phd}
31 % Copy of babeltst.bbl
33 \OMIT
34 \begin{thebibliography}{xx}
36 \harvarditem[Cortes~Moreano]{Cortes~Moreano}{1971}{cortes71}
37 Cortes~Moreano, G.  (1971), La comunidad ind^^edgena {K}uayker, {M}unicipio de
38   {R}icaurte, {N}ari^^f1o, Pasto. (Unpublished).
40 \end{thebibliography}
41 \TIMO
43 \end{document}