Fonts & Character SetsTexlive package name for URW-Garamond

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
bonobeando
Posts: 8
Joined: Sun Mar 22, 2009 12:10 am

Re: Texlive package name for URW-Garamond

Post by bonobeando »

delete text
Last edited by bonobeando on Fri Dec 11, 2009 3:26 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Texlive package name for URW-Garamond

Post by daleif »

minimal example please
bonobeando
Posts: 8
Joined: Sun Mar 22, 2009 12:10 am

Re: Texlive package name for URW-Garamond

Post by bonobeando »

delete text
Last edited by bonobeando on Fri Dec 11, 2009 3:26 pm, edited 1 time in total.
daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Texlive package name for URW-Garamond

Post by daleif »

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
bonobeando
Posts: 8
Joined: Sun Mar 22, 2009 12:10 am

Re: Texlive package name for URW-Garamond

Post by bonobeando »

delete text
Last edited by bonobeando on Fri Dec 11, 2009 3:28 pm, edited 1 time in total.
daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Texlive package name for URW-Garamond

Post by daleif »

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
bonobeando
Posts: 8
Joined: Sun Mar 22, 2009 12:10 am

Re: Texlive package name for URW-Garamond

Post by bonobeando »

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!
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Texlive package name for URW-Garamond

Post by Juanjo »

This works for me:

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}
I attach the resulting pdf file. Please, note that \selectspanish comes after loading the mathdesign package. Likewise, I've suppressed lmodern.
Attachments
pru.pdf
(52.36 KiB) Downloaded 479 times
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
bonobeando
Posts: 8
Joined: Sun Mar 22, 2009 12:10 am

Re: Texlive package name for URW-Garamond

Post by bonobeando »

Thank you a lot daleif and Juanjo. It run now all right!
bonobeando
Posts: 8
Joined: Sun Mar 22, 2009 12:10 am

Re: Texlive package name for URW-Garamond

Post by bonobeando »

delete text
Post Reply