Theses, Books, Title pages ⇒ How to use babel in SPANISH?
-
- Posts: 1
- Joined: Sun May 06, 2018 2:37 pm
How to use babel in SPANISH?
- Attachments
-
- chapter.PNG (18.28 KiB) Viewed 6097 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to use babel in SPANISH?
Simply change "english" to "spanish" in the document class options at the beginning of the
main.tex
file:Code: Select all
\documentclass[
11pt, % The default document font size, options: 10pt, 11pt, 12pt
%oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
spanish, % ngerman for German
singlespacing, % Single line spacing, alternatives: onehalfspacing or double-spacing
...
Stefan
How to use babel in SPANISH?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to use babel in SPANISH?
welcome to the forum!
Yes, you can do that. Some languages may require specific font settings of cause, in addition.
Stefan