Hi,
I changed the fonts of my document to arial, and now the \textsc{small caps} command has no effect anymore... am i doing something wrong (bit of preamble below) ? or is it just this way ?
thanks,
marie.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{scrbook}
\usepackage[a4paper,twoside,lmargin=1cm,rmargin=2.5cm,tmargin=2.5cm,bmargin=2.5cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage[scaled]{uarial}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
Document Classes ⇒ small caps won't work with arial
Re: small caps won't work with arial
You should check in the .fd file if small caps arial is defined.
B.A.
B.A.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
small caps won't work with arial
Hi Marie,
you could try Helvetica as alternative, it provides small caps (package helvet, font phv). See also the interesting article The Scourge of Arial.
Stefan
you could try Helvetica as alternative, it provides small caps (package helvet, font phv). See also the interesting article The Scourge of Arial.
Stefan
LaTeX.org admin
small caps won't work with arial
Thanks for the tip.
I tried helvetica, but: \usepackage{helvet}) changes the default sas-serif font to Helvetica, but leaves the Roman and Monospace fonts alone (copied pasted from http://www.image.ufl.edu/help/latex/fonts.shtml). I am writing a manual that needs to be out yesterday, so i didn't have time to track down the way to have helvetica for all fonts, not just ss-serif... if you have the patience to tell me how... or exactly where to look... that would be another victory over arial.
thanks
marie
I tried helvetica, but: \usepackage{helvet}) changes the default sas-serif font to Helvetica, but leaves the Roman and Monospace fonts alone (copied pasted from http://www.image.ufl.edu/help/latex/fonts.shtml). I am writing a manual that needs to be out yesterday, so i didn't have time to track down the way to have helvetica for all fonts, not just ss-serif... if you have the patience to tell me how... or exactly where to look... that would be another victory over arial.
thanks
marie
Re: small caps won't work with arial
... sorry, forget my last email, it's all been said in the 1st link you put in your reply.
Thanks !!
i'll go for helvetica.
m
Thanks !!
i'll go for helvetica.
m