[OS X TeX] Italicized/slanted CAPS
Peter Dyballa
Peter_Dyballa at Web.DE
Mon Sep 19 17:52:07 CEST 2005
Am 19.09.2005 um 15:07 schrieb Alain Schremmer:
> How does one create italicized/slanted CAPS?
>
With trickery!
Honestly, the restriction lies inside fontinst. There are probably good
typographic reason, so the fontinst folks did not implement this. Think
of the exact italic correction too! Now, what you could do, is to fool
fontinst by giving it slanted or italic versions of a font to make
false SmallCaps from:
\installfamily{OT1}{slh}{}
\installfont {slhrc7t}{slhri8r,newlatin}
{ot1c}{OT1}{slh}{m}{sc}{}
\installfont {slhdc7t}{slhdi8r,newlatin}
{ot1c}{OT1}{slh}{b}{sc}{}
%
\installfamily {T1}{slh}{}
\installfont {slhrc8t}{slhri8r,newlatin} {t1c}
{T1}{slh}{m}{sc}{}
\installfont {slhdc8t}{slhdi8r,newlatin} {t1c}
{T1}{slh}{b}{sc}{}
%
\installfamily{TS1}{slh}{}
\installfont {slhr8c} {slhri8r,textcomp}
{ts1}{TS1}{slh}{m}{n}{}
\installfontas{slhr8c}
{TS1}{slh}{m}{sc}{}
In these examples the faked SmallCaps are put into the Text Companion
or 8c or TS1 encoding, as usual, only the sources from where the
regular glyphs are taken has changed to be the italic or the
artificially slanted upright font (with o instead of i). I'd recommend
to make this a local font variant, i.e. llh. So by switching from slh
to llh you switch mainly the SmallCaps while everything else stays the
same.
--
Greetings
Pete
The future will be much better tomorrow.
-- George W. Bush
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list