Text FormattingMultiple Languages (i.e. non-Latin scripts)

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
woody22075
Posts: 3
Joined: Fri Jun 10, 2011 11:48 am

Multiple Languages (i.e. non-Latin scripts)

Post by woody22075 »

I am writing a thesis which has bibliographic entries in multiple languages (specifically scripts) e.g. Russian (Cyrillic), Turkish, Romanian. I seem not to have set up my document properly as when I attempt to compile, I receive the following error:

Package babel Error: You haven't specified a language option.

How do I go about sorting this out? Is it something that can be universally addressed or do I need to do something before each citation.

Thank you in advance for your help with this!

m.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Multiple Languages (i.e. non-Latin scripts)

Post by Johannes_B »

The error message implies that you don't have defined any language to be used in the document. You can add english within the global optins when defining the documentclass.

Your best bet when dealing with different languages and scripts are XeLaTeX and LuaLateX, taking into account the bibliography stuff, biblatex and biber are the way to go. That combination should set you on track.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply