Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3378.lvt
blob636df32a9b98a59e2fdd98e3d827970f5ea4de51
1 \iffalse
2 >Number:         3378
3 >Category:       babel
4 >Synopsis:       Problem in the hyphenation of Finnish texts
5 >Arrival-Date:   Fri Oct 26 13:11:01 MET DST 2001
6 >Originator:     Niilo.Siljamo@fmi.fi (Niilo Siljamo)
7 >Release:        LaTeX2e <2000/06/01>
8 >Environment:
9  Hyphenation: Babel <v3.7h> and hyphenation patterns for american, british, french, german, ngerman, dutch, finnish, latin, swedish, nohyphenation, 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 When using special code "= in a text written in Finnish (like this:
16 lihakeitto ja "=makaronilaatikko) the word makaronilaatikko is not
17 hyphenated. This worked earlier. Has the system changed?
20 >How-To-Repeat:
22 Sample file which indicates the problem:
23 ========================================
24 \fi
25 \input{test2e}
26 \documentclass[finnish]{article}
28 \START
29 \FORMAT{LaTeX2e<2001/06/01>}
30 \AUTHOR{Niilo.Siljamo@fmi.fi (Niilo Siljamo)}
31 \CLASS[[finnish]{article}
32 \PACKAGE[T1]{fontenc}
33 \PACKAGE[latin1]{inputenc}
34 \PACKAGE{babel}
35 \showboxbreadth=50
36 \showboxdepth=50
37 \def\testit#1{%
38   \setbox0=\vbox{#1}\showbox0}
39 \OMIT
40 \usepackage[T1]{fontenc}
41 \usepackage[latin1]{inputenc}
42 \usepackage{babel}
44 \begin{document}
45 \TIMO
47 \showhyphens{Rayleigh"-sironta kuorma"-auto kuorma-auto h^^e4^^e4y^^f6aie
48   j^^e4rjestelm^^e4llinen h^^e4^^e4y^^f6"-aie "=tosiasia "=makkaralaatikko "=arkut
49   "=makaronilaatikko}
51 \end{document}