Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3038.lvt
bloba4c6dd83c0a7033c62e759fb55510e33dedc3518
1 \iffalse
2 >Number:         3038
3 >Synopsis:       Bug in GREEK.LDF
4 >Arrival-Date:   Sun May 16 18:31:05 1999
5 >Originator:     joachim.becker@phil.uni-goettingen.de (Joachim
6 >Release:        LaTeX2e <1998/12/01> patch level 1
7 >Environment:
8  Hyphenation: Babel <v3.6x> and hyphenation patterns for 
9 american, french, german, ngerman, nohyphenation, loaded.
10  \@TeXversion: undefined (Standard setting for TeX3.141 and 
11 later)
12  \@currdir: macro:->./
13  \input@path: undefined (Standard setting)
14 >Description:
15 Description of bug:
16 Too many }'s! Bug in Greek.ldf, line 154!
19 >How-To-Repeat:
21 Sample file which indicates the problem:
22 ========================================
23 \fi
24 \input{test2e}
25 \documentclass[11pt]{article}
26 \START
27 \FORMAT{LaTeX2e<1998/12/01>}
28 \CLASS[11pt]{article}
29 \PACKAGE[german,greek]{babel}
30 \AUTHOR{joachim.becker@phil.uni-goettingen.de}
31 \OMIT
32 \usepackage[german,greek]{babel}
34 \begin{document}
35 \showboxdepth=90\showboxbreadth=90
36 \TIMO
37 \selectlanguage{german}
39 \setbox0=\hbox{Alpha \textgreek{\bf a}}\showbox0
41 \end{document}