diff options
author | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-03-17 01:45:17 +0100 |
---|---|---|
committer | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-03-17 01:45:17 +0100 |
commit | 8f9320953471eccea9eafd68a4dbd382d1db0171 (patch) | |
tree | 3dc87ec3a9047cc9c406fd04f333186daadb56d4 | |
parent | ef53d76985be80a82043352a7ce7c6e6f6ba7066 (diff) | |
download | t-letterspace-8f9320953471eccea9eafd68a4dbd382d1db0171.tar.gz |
disabled kerning in headers
-rw-r--r-- | letterspace.tex | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/letterspace.tex b/letterspace.tex index fea85df..c874b0b 100644 --- a/letterspace.tex +++ b/letterspace.tex @@ -48,6 +48,9 @@ liga=yes, ] +\definefontfeature [nokerning] [kern=no,liga=no,dlig=no] + + \usetypescript [antykwa-poltawskiego] \setupbodyfont [antykwa-poltawskiego,10pt] @@ -110,7 +113,7 @@ \setuppapersize[LHS][LHS] -\showframe +%\showframe \setuplayout [ width=122mm, %textheight=199mm, % ca. 47 rows * 12pt @@ -170,9 +173,9 @@ \setupletterspace [LSsection] [spacefactor=.15, spaceskip=.40em] \setupletterspace [LSsubsection] [spacefactor=.125,spaceskip=.33em] -\def \fontchapter#1{\setupbodyfont[11pt]\WORD\LSchapter{#1}} -\def \fontsection#1{\setupbodyfont[11pt]\word\sc\LSsection{#1}} -\def\fontsubsection#1{\setupbodyfont[11pt]\LSsubsection{#1}} +\def \fontchapter#1{\setupbodyfont[11pt]\setfontfeature{nokerning}\WORD\LSchapter{#1}} +\def \fontsection#1{\setupbodyfont[11pt]\setfontfeature{nokerning}\word\sc\LSsection{#1}} +\def\fontsubsection#1{\setupbodyfont[11pt]\setfontfeature{nokerning}\LSsubsection{#1}} \def \Chapterheadfontcmd{\fontchapter} \def \Sectionheadfontcmd{\fontsection} @@ -383,7 +386,7 @@ \vfill {\tfc\italic The}\par \vfill - {\tfd\WORD \largecaps{Letterspace Module}}\par + {\tfd\WORD\setfontfeature{nokerning}\largecaps{Letterspace Module}}\par \vfill {\tfc\italic for {\CONTEXT} MkIV}\par \vfill @@ -556,7 +559,7 @@ succeeding punctuation sign is best typeset in the surrounding main face (e.g. „et {\it tu}, Brute?“), letter spacing may require the sign to be typeset as part of the emphasis. The reason for this consists partly in the larger interword -spacing that extends to the surrounding spaces, and partly also +spacing that extends onto the surrounding spaces, and partly also on the letterspacing itself which would be disrupted by a tighter-spaced character. (Bad: \te{O Tite}, tute, \te{Tati}, tibi tanta, \te{tyranne}, tulisti; |