3 >Synopsis: \selectlanguage{hungarian} leaves a space
4 >Arrival-Date: Thu Sep 16 20:11:00 CEST 2004
5 >Originator: gotty@freemail.hu (Zoltan Gotthardt)
6 >Release: LaTeX2e <2003/12/01>
8 Hyphenation: Babel <v3.8a> and hyphenation patterns for english, french,
9 german, ngerman, hungarian, dumylang, nohyphenation, loaded.
12 \selectlanguage{hungarian} leaves a space
13 in the text between two regular characters,
14 while other languages does not do so.
15 "XXX\selectlanguage{hungarian}XXX" produces
16 "XXX XXX", and not "XXXXXX" as expected.
20 \documentclass{article}
23 \FORMAT{LaTeX2e<2003/12/01>}
24 \AUTHOR{gotty@freemail.hu (Zoltan Gotthardt)}
27 \PACKAGE[british,hungarian]{babel}
31 % \setbox0=\vbox{#1}\showbox0}
32 % Bases test on the width, to avoid \setlanguage's
33 \setbox0=\hbox{#1}\showthe\wd0}
35 \usepackage[british,hungarian]{babel}
39 \testit{XXX\selectlanguage{british}XXX\selectlanguage{hungarian}XXX\selectlanguage{british}XXX}