{babel} is a package that manages culturally-determined typographical (and other) rules, and hyphenation patterns for a wide range of languages.
5
votes
1answer
43 views
How to change hyphenation language without Babel?
I would like to change hyphenation pattern in pdlatex without using babel, because babel kills my document class in my language (hungarian). Unfortunately I cannot find a way to change the pattern ...
1
vote
0answers
76 views
Typesetting a bilingual English-Hebrew book with facing pages in each language
How would one go about setting, say, a bilingual novel with the English translation on the left side of the book binding (the verso) and the original Hebrew text on the right side of the book (the ...
6
votes
1answer
94 views
Decimal comma: extract one feature from babel-spanish
\usepackage[spanish]{babel} makes $12.34$ to print "12,34", not "12.34". It doesn't change dot to comma if one says for example $x.y$.
Can I use only that feature from babel package, and still use ...
2
votes
1answer
875 views
How to change my bibliography title using bibtex and miktex 2.9
I have a problem changing the title of my bibliography using bibtex and miktex 2.9.
I've read varius sources already and tried different things, but the answer that popped up most and should be ...
6
votes
2answers
42 views
\newtheorem other language
I've worked in my article with the next code in my preambule:
\usepackage[dutch]{babel}
\usepackage[amsthm,thmmarks]{ntheorem}
\newtheorem{diver}{Theorem}
\newtheorem{ex}{Example}
...
1
vote
0answers
44 views
Beamer, TOC other language
In this code, I would like to have that the words out of Table of Contents (like section) will be translate into dutch. I thought that it would work with babel but it doesn't work and Latex doesn't ...
0
votes
1answer
151 views
Including Hebrew text in a non-Hebrew document (Babel not working)
I need to introduce one Hebrew word in a document. I have been trying to add an hebrew option in my Babel includepackage command, as in the following code, but it does not work: it triggers a clash ...
2
votes
1answer
1k views
Package babel Error: You haven't loaded the option english yet [duplicate]
Sorry for the less-than-descriptive title, but I'm new to LaTeX and have no idea how to debug or make sense of errors.
I've modified an invoice template from here to suit my needs, but I'm getting ...
1
vote
1answer
102 views
Babel + Hebrew + aeguill incompatiblility
(Question split off from here.)
If you try to use the aeguill package (which adds some guillemets to the ae fonts) with Babel and Hebrew:
\documentclass{standalone}
...
3
votes
2answers
528 views
TeX fails to generate output with Hebrew text: Jerusalem font metric file missing
I have MiKTeX installed on a Windows machine.
I have this simple document, where I'm trying to use Hebrew:
\documentclass[12pt]{article}
\usepackage{ucs} % package to add unicode support
...
9
votes
1answer
72 views
Ancient Greek hyphenation in LuaLaTeX
Can anybody tell me the current state of hyphenation patterns in LuaLaTeX, especially with regard to Ancient Greek?
I searched here on tex.sx and on the web. There are many mailing lists discussing ...
4
votes
0answers
59 views
Conflict between babel and university style sheet
I am a Linguistics PhD student at U.Florida, writing my dissertation. The LaTeX class from our editorial office conflicts with babel (among other packages). Is there a way to override the style sheet ...
7
votes
2answers
58 views
slovak babel vs. cmidrule
I tried to use the Slovak language with the booktabs package.
Let's see a couple of cases.
slovak is included in the options to babel
\usepackage[english,slovak]{babel}
or
...
2
votes
2answers
65 views
enumitem conflict with french babel
The following crashes with the error:
! LaTeX Error: Something's wrong--perhaps a missing \item.
\documentclass[]{article}
\usepackage[francais]{babel}
\usepackage{enumitem}
\begin{document}
...
3
votes
0answers
29 views
Babel shorthands has a problem with \bm package
Using the babel command \useshorthands{"} prevents \bm package to work normally.
\documentclass{report}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\useshorthands{"}
\usepackage{bm}
...
3
votes
2answers
79 views
Writing Greek text [duplicate]
I am trying to compile some Greek text in PDF. I get it compiled using babel package, but text in Greek renders as complete gibberish. Only if I write Latin text does it convert it into Greek letters, ...
14
votes
6answers
924 views
\tableofcontents encoding issue with lualatex
I have a issue when trying to generate table of contents with lualatex in russian. Following example fails to build with ! Undefined control sequence.
\contentsname ->{\cyr \CYRS \cyro \cyrd \cyre ...
2
votes
1answer
56 views
Russian language within figure captions in unicode-aware systems [duplicate]
When I try to compile the following document caption package seem to convert caption text to \cyr.. sequences and fontspec don't understand them. Is it possible do somehow get around that without ...
6
votes
2answers
66 views
babel + xdef compile error
The following code throws the error
Incomplete \iffalse; all text was ignored after line 7
when I enable the babel package.
\documentclass[a4paper,12pt]{book}
\usepackage[latin1]{inputenc}
...
4
votes
1answer
189 views
Classicthesis in Chinese?
I wish to compile my dissertation in the beautiful classicthesis.
My setting: Mac OX 10.6.8, TeX Live 2012 + LyX 2.0.5.
I am able to work and produce document in Chinese elsewhere including in book, ...
14
votes
2answers
180 views
Extra space behind month for \today with \usepackage[norsk]{babel} in December
When using \today and \usepackage[norsk]{babel} (babel <v3.8l>) in December there is an extra space behind the month name. How do I get around this?
\documentclass{article}
...
3
votes
2answers
38 views
Babel spanish option and fancyvrb incompatibility
The following MWE compiles without problems
\documentclass{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{fancyvrb}
\begin{document}
\SaveVerb{x>y}|x > y|
...
4
votes
1answer
88 views
BibLaTeX and babel - strange errors
I' m writing my MA thesis using LaTeX + BibLaTeX for bibliography. Sadly it seems that BibLaTeX paired with babel results in a number of strange errors:
\extraspolutonikogreek ...unct ...
0
votes
0answers
81 views
How to write in different languages
I am writing thesis in tex for which I am using vbook package. I want to write Acknowlegdement in my mother laguage. I belong to India and I want to write it in Hindi (Indian Laguage). This must ...
22
votes
1answer
275 views
How to automatically adjust the emdash length according to current language?
In Russian typography the emdash, which is typed as the ligature --- in LaTeX, is 20% shorter than the standard emdash. The babel package cares this difference so that --- prints a shorter emdash if ...
9
votes
2answers
78 views
biblatex: change name of author according to language?
Usually a name stays the same in whatever language. So, whenever I quote a work by Knuth -- be it in an English article or a German one -- I will quote him as Donald E. Knuth.
This is not always the ...
4
votes
2answers
324 views
Fix nested section numbers in RTL languages with polyglossia.
The third subsection in the second subsection of the first section should be numbered
1.2.3. This holds also for RTL languages, since numbers, including Dewey numbering is still LTR even in an RTL ...
12
votes
1answer
79 views
Using babel and cleveref causes unnecessary horizontal space in header
Update
This bug has been fixed with version 0.18.9 of cleveref, which is currently on ctan.
Question
Babel and cleveref do not seem to work flawlessy together when they share the same language ...
11
votes
2answers
244 views
Using breakable hyphen "= in \newcommand
I want to use a breakable hyphen "= in a command:
\documentclass[a4paper]{article}
\usepackage[ngerman]{babel}
\newcommand{\TT}{Test"=Text }
\begin{document}
This is a test whether the hyphen in \TT ...
4
votes
1answer
118 views
Hyphenation of words connected with a double/triple dash
I can't hyphenate the words
Cam•bri•an--Or•do•vi•cian
because they are connected with an endash. The same probably happens when using the emdash.
I tried this
...
4
votes
1answer
62 views
Babel not working on OS X? [closed]
I'm using a MacBook Air, with OS X, and I have great difficulties in using Latex in my native language (serbian).
If I use the standard babel package in TexShop:
\usepackage[utf8]{inputenc}
...
2
votes
0answers
67 views
Keystrokes have miraculously switched to French using Beamer
Hi I'm using Beamer to prepare a presentation and for some weird reason the keystroke has decided to switch to French (it worked fine in the coursebook that I have already prepared).
As far as I can ...
3
votes
1answer
60 views
Acro package: \printacronyms translation
While using acro package, I get the following message:
Package translations Warning: Translation for `acronym-list-name' in
portuguese unknown. on input line 67.
Package translations ...
7
votes
1answer
80 views
Specifying a different font for polytonic Greek in pdfTeX with Babel
I am writing my master’s thesis with the ulthese class, which is now part of MiKTeX and TeX Live. This class is based on memoir and is fairly flexible, but assumes the use of pdfTeX and sets the font ...
6
votes
1answer
82 views
“in” untranslated for French incollection and artcle bibliography entries
Instead of showing the French word dans, BibLaTeX is putting in to introduce booktitles and journals. For example
@incollection{rodgers99,
Address = {London},
Author = {Roders, C.},
...
7
votes
3answers
320 views
Disable babel's shorthands
I want to disable babel's shorthands in my own sty file.
But since I can use \shorthands{off} only inside the document environment, I struggle with this.
Is there a way to disable babel's shorthands ...
4
votes
1answer
201 views
Set biblatex smartand to small caps
I want to apply small caps to the final name delimiter using BibLaTeX. I tried the following
\documentclass{article}
\usepackage[spanish,es-minimal]{babel}
\usepackage[style=american]{csquotes}
...
13
votes
3answers
1k views
biblatex: Switching languages for *citations* according to the bibentry's “hyphenation” field
Quoting from section 3.1.2.1 of the biblatex manual:
[The babel] option controls which
language environment is used if the
babel package is loaded and a
bibliography entry includes a
...
17
votes
1answer
111 views
Hyphenating words with archaic spellings
I often work with texts from the 17- to 1800s that (in addition to now obsolete words) contain familiar words in slightly different spelling. The language of these texts, and of the ones I'm writing, ...
1
vote
1answer
83 views
How does one change the babel language with the ClassicThesis style?
It's all in the title. The issue is simple, I just wish to change the language so that I can type in french using babel. The original languages are ngerman and american.
I just want to replace the ...
2
votes
0answers
29 views
language in latex and in particular in biblatex [duplicate]
I write my thesis in French but some of my references are in German, English, and French. I use babel for the French but English titles are in French format! My document is this one:
...
2
votes
1answer
63 views
soul package does not work with user-defined language shorthands
Using \caps from the soul package with user-defined language shorthands generates an error. However, it works fine with language shorthands defined by babel itself, e.g. by using ...
12
votes
2answers
7k views
No hyphenation patterns were loaded for the language
I'm using babel package for spanish language. However, each time I compile my document, the package babel throws me a warning:
Package babel Warning: No hyphenation patterns were loaded for
(babel) ...
7
votes
2answers
171 views
Undefined control sequence \bbljan
I'm writing a bibliography for an article in Russian. Using \bibliographystyle{plain} is not an option, since it uses e.g. conjunction "and" when listing authors. So I'm sticking to ...
22
votes
1answer
2k views
Test if a package (or package option) is loaded
[french]{babel} (aka frenchb) is incompatible with some other packages, such as tikz, since it tries to insert \thinspace before semi-colons.
In order to make these two play nice, you have to call ...
3
votes
1answer
111 views
letter document class and babel/magyar not compatible any more?
I am recently having trouble with combining the letter document class with the magyar language option of the babel package. The weird thing is that the last time when I had to use this combination ...
2
votes
1answer
103 views
babel's \foreignlanguage works for Russian, but not for Serbian
I was trying to write the Serbian alphabet using:
\usepackage[serbian, english]{babel}
...
\foreignlanguage{serbian}{D d}
But I get nothing. When I try this with e.g:
\usepackage[russian, ...
6
votes
2answers
59 views
Date declaration in datenumber
In the following MWE, \today prints the date in British format, e.g. 14th January 2013. However, \datedate prints the date as January 28, 2013. I wonder how the latter can be changed to the former.
...
2
votes
1answer
103 views
Hyperref font selection problem with babel and french
How one can change font in the text form?
\documentclass{standalone}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[english,russian,french]{babel}
...
4
votes
0answers
150 views
Removing spaces before command
When using French guillemets with TeX4HT, the resulting symbols are not followed/preceded by non-breaking spaces like they should, resulting in wrong line-breaking in HTML.
I tried resetting \og and ...

