Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb3168.lvt
blob5b79eb27597e2d82d27abe32d144af3adae1bf18
1 \iffalse
2 >Category: babel
3 >Synopsis: Bug in 3.7-beta in (polutoniko)greek
4 >Release: LaTeX2e <1999/06/01> patch level 1
5 >Originator: mwisse@theo.uu.nl (Maarten Wisse)
7 >Description:
8 Description of bug:
9 After having used the \selectlanguage command with polutonikogreek,
10 the language or at least the font doesn't go back to another language,
11 if one gives, for example, \selectlanguage{english}. No problems occur
12 when using short insertions of polutonikogreek.
15 >How-To-Repeat:
17 Sample file which indicates the problem:
18 ========================================
19 \fi
20 \input{test2e}
22 \documentclass[a4paper]{article}
23 \START
24 \FORMAT{LaTeX2e<1999/12/01>}
25 \CLASS[a4paper]{article}
26 \AUTHOR{mwisse@theo.uu.nl (Maarten Wisse)}
27 \PACKAGE[english,latin,polutonikogreek]{babel}
29 \OMIT
30 \author{Maarten Wisse}
31 \title{Example of \LaTeX~ with Latin and Greek}
32 \usepackage[english,latin,polutonikogreek]{babel}
33 \nofiles
34 \showboxbreadth=30\showboxdepth=30
35 \begin{document}
36 \TIMO
37 \selectlanguage{english}
39 \setbox0\hbox{english}\showbox0\relax
41 %\maketitle
43 % This is a small piece of text in English, Latin and Greek. Now, Latin starts:
44 % \selectlanguage{latin} Consequentia\marginpar{\S.1.} Gr.
45 % \textgreek{>akoluj'ia}, \& oppositum ejus inconsequentia Gr.
46 % \textgreek{>anakoluj'ia} quid sint, ex elementis Logicis
47 % pr\ae supponitur.
48 % \selectlanguage{english} Now, Greek starts.
50 \selectlanguage{polutonikogreek}
51 \setbox0\hbox{>'Anjrwp'os}\showbox0
52 %\textlatin{\bf{1},1} >'Anjrwp'os tis >~hn >en t~h| Aus'itidi, <~w| >'onoma Iwb, ka`i >~hn <o >'anjrwpos >eke~inos >alhjin'os, >'amemptos, d'ikaios, jeoseb'hs, >apeq'omenos >ap`o pant`os ponhro~u pr'agmatos.
54 \selectlanguage{english}%
55 \setbox0\hbox{english}\showbox0
56 %As you can see, the result is in fact much better than the print in
57 %Rahlfs' edition. 
58 \end{document}