Document Classessmall caps won't work with arial

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
dimarcom
Posts: 26
Joined: Wed Mar 05, 2008 11:03 am

small caps won't work with arial

Post by dimarcom »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Re: small caps won't work with arial

Post by balf »

You should check in the .fd file if small caps arial is defined.

B.A.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

small caps won't work with arial

Post by Stefan Kottwitz »

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
LaTeX.org admin
dimarcom
Posts: 26
Joined: Wed Mar 05, 2008 11:03 am

small caps won't work with arial

Post by dimarcom »

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
dimarcom
Posts: 26
Joined: Wed Mar 05, 2008 11:03 am

Re: small caps won't work with arial

Post by dimarcom »

... 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
Post Reply