Fonts & Character Sets ⇒ Texlive package name for URW-Garamond
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
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
Re: Texlive package name for URW-Garamond
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
Re: Texlive package name for URW-Garamond
For example, you do not need any \include commands
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
Re: Texlive package name for URW-Garamond
what does the \selectspanish do?
the test seems to work fine without it, with it problems arise.
note that spanish tend to mess with various things, so it might be an idea to post your problem on the comp.text.tex news group
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
Texlive package name for URW-Garamond
Code: Select all
\documentclass[a4paper,11pt]{book}\usepackage[left=4.5cm,top=5.7cm,right=4.5cm,bottom=5cm]{geometry}\usepackage[mac-roman]{inputenx}\usepackage[activeacute, german, ngerman, spanish]{babel}\usepackage[T1]{fontenc}\usepackage[urw-garamond]{mathdesign}\usepackage{textcomp}\usepackage{makeidx}\makeindex\pagestyle{headings}\selectspanish\author{Manuel Sánchez Rodríguez}\title{Sentimiento y reflexión en la filosofía de Kant}\begin{document}\frontmatter\maketitle\tableofcontents\mainmatter\chapter{Título}Ágape árbol \textsc{Ágape árbol}%\appendix%\backmatter%\printindex\end{document}
- Attachments
-
- pru.pdf
- (52.36 KiB) Downloaded 508 times
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am