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
delete text
Last edited by bonobeando on Fri Dec 11, 2009 3:26 pm, edited 1 time in total.
Re: Texlive package name for URW-Garamond
minimal example please
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
delete text
Last edited by bonobeando on Fri Dec 11, 2009 3:26 pm, edited 1 time in total.
Re: Texlive package name for URW-Garamond
this is not a minimal example, please remove all irrelevant code from your example, such that you have the shortest document showing the problem.
For example, you do not need any \include commands
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
delete text
Last edited by bonobeando on Fri Dec 11, 2009 3:28 pm, edited 1 time in total.
Re: Texlive package name for URW-Garamond
why both mathdesign AND lmodern?
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
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
Have you prove also with fonts with the \textsc? With your advice I get Garamond without Problems, but now it recognizes not at all fonts in \textsc, and not only if it the character hat a "tilde" (Á). Thanks you!
Texlive package name for URW-Garamond
This works for me:
I attach the resulting pdf file. Please, note that \selectspanish comes after loading the mathdesign package. Likewise, I've suppressed lmodern.
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 479 times
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
Thank you a lot daleif and Juanjo. It run now all right!
-
- Posts: 8
- Joined: Sun Mar 22, 2009 12:10 am
Re: Texlive package name for URW-Garamond
delete text