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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: small caps won't work with arial
B.A.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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