Document Classes ⇒ small caps won't work with arial
small caps won't work with arial
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: small caps won't work with arial
B.A.
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
small caps won't work with arial
you could try Helvetica as alternative, it provides small caps (package helvet, font phv). See also the interesting article The Scourge of Arial.
Stefan
small caps won't work with arial
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
Thanks !!
i'll go for helvetica.
m