Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3023c.lvt
blobdd869a73c12e264a2ace503a1bf0b2152281a731
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, fren
9 ch, dutch, german, ngerman, loaded.
10  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
11  \@currdir: macro:->./
12  \input@path: undefined (Standard setting)
13 >Description:
14 Description of bug:
15 The new babel doesn't work with Donald Arsenau's
16 cite.sty package.  Notice the messages about incomplete
17 ifx's; and citations now appear as [] (no ref number).
19 This is the original test file!
20 \fi
22 \input{test2e}
23 \documentclass{article}
25 \START
26 \FORMAT{LaTeX2e<1998/12/01>}
27 \CLASS{article}
28 \AUTHOR{Richard.Walker@cs.anu.edu.au}
29 \PACKAGE{cite}
30 \PACKAGE[english]{babel}
32 \OMIT
33 \usepackage{cite}
34 \usepackage[english]{babel}
36 \begin{document}
37 \showboxdepth=90\showboxbreadth=90
38 \TIMO
40 \setbox0=\hbox{Cite here~\cite{blelloch96:_progr_paral_algor}.}\showbox0
42 %\bibliographystyle{plain}
43 %\bibliography{t-all}
45 \setbox0=\vbox{%
46 \begin{thebibliography}{1}
48 \bibitem{blelloch96:_progr_paral_algor}
49 Guy~E. Blelloch.
50 \newblock Programming parallel algorithms.
51 \newblock {\em Communications of the \textsc{acm}}, 39(3):85--97, March 1996.
53 \end{thebibliography}
56 \end{document}