Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb3023.lvt
blob6a35774621edfe2573c388d13ca77f7550167777
1 \iffalse
2 >Number:         3023
3 >Synopsis:       New babel doesn't work with cite.sty
4 >Arrival-Date:   Wed Apr 21 02:31:14 1999
5 >Originator:     Richard.Walker@cs.anu.edu.au (Richard Walker)
6 >Release:        LaTeX2e <1998/12/01>
7 >Environment:
8  Hyphenation: Babel <v3.6t> and hyphenation patterns for american, english, french, dutch, german, ngerman, loaded.
9  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
10  \@currdir: macro:->./
11  \input@path: undefined (Standard setting)
12 >Description:
13 Description of bug:
14 The new babel doesn't work with Donald Arsenau's
15 cite.sty package.  Notice the messages about incomplete
16 ifx's; and citations now appear as [] (no ref number).
17 \fi
19 \input{test2e}
20 \documentclass{article}
22 \START
23 \FORMAT{LaTeX2e<1998/12/01>}
24 \CLASS{article}
25 \AUTHOR{Richard.Walker@cs.anu.edu.au}
26 \PACKAGE[english]{babel}
28 \OMIT
29 \usepackage[english]{babel}
31 \begin{document}
32 \showboxdepth=90\showboxbreadth=90
33 \TIMO
35 \setbox0=\hbox{Cite here~\cite{blelloch96:_progr_paral_algor}.}\showbox0
37 %\bibliographystyle{plain}
38 %\bibliography{t-all}
40 \setbox0=\vbox{%
41 \begin{thebibliography}{1}
43 \bibitem{blelloch96:_progr_paral_algor}
44 Guy~E. Blelloch.
45 \newblock Programming parallel algorithms.
46 \newblock {\em Communications of the \textsc{acm}}, 39(3):85--97, March 1996.
48 \end{thebibliography}
51 \end{document}