Typo
[latex2e.git] / latex2e-20150101 / required / babel / testfiles / tlb3134.lvt
blob5933e21469c65e3f4d835f4dd86d09df97cf6b59
1 \iffalse
2 >Number:         3134
3 >Category:       babel
4 >Synopsis:       With new amsclasses, captions print twice (with frenchb)
5 >Arrival-Date:   Sat Dec 11 17:51:05 1999
6 >Originator:     jfm@core.ucl.ac.be (Jean-Francois Mertens)
7 >Organization:   CORE, Universite Catholique de Louvain
8 >Release:        LaTeX2e <1999/06/01> patch level 1
9 >Environment:
10  Hyphenation: Babel <v3.7e> and hyphenation patterns for english, francais,
11  spanish, greek, nohyphenation, loaded.
12 Description of bug:
13 With new amsclasses, captions print twice, at least when loading
14 also "francais" (without using it).
16 I'm using the category "babel" instead of amslatex just because
17 babel 3.7e is still at the beta stage....
18 \fi
20 \input{test2e}
21 \documentclass[francais,english,noamsfonts,nomath]{amsbook}
22 %\documentclass[francais,english]{book}
23 \START
24 \AUTHOR{Jean-Francois Mertens <jfm@core.ucl.ac.be>}
25 \FORMAT{LaTeX2e <1999/06/01> patch level 1}
26 \CLASS[francais,english,noamsfonts,nomath]{amsbook}
27 \PACKAGE{babel}
28 \OMIT
30 \ifx\pdfoutput\unedined\else\pdfoutput0\fi
31 \usepackage{babel}
33 \nofiles
35 \begin{document}
36 \showboxdepth=40
37 \showboxbreadth=40
38 \errorcontextlines=40
39 \TIMO
41 \makeatletter
42 \setbox0\vbox{%
43   \def\@captype{figure}
44   \caption{A Caption}\label{figureone}}\showbox0
46 \end{document}