diff options
author | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-03-17 20:48:08 +0100 |
---|---|---|
committer | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-03-17 20:48:08 +0100 |
commit | 8183beebcd7efe287b21d93be781a986b2aa455a (patch) | |
tree | bf8660a8051c173549c57c849b251876c4f15377 /doc/context/third/letterspace | |
parent | de1fec0da5119386f5a8b58ceb7b714421ac5d83 (diff) | |
download | t-letterspace-8183beebcd7efe287b21d93be781a986b2aa455a.tar.gz |
readme
Diffstat (limited to 'doc/context/third/letterspace')
-rw-r--r-- | doc/context/third/letterspace/letterspace.tex | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/doc/context/third/letterspace/letterspace.tex b/doc/context/third/letterspace/letterspace.tex index 8d16366..26de8f7 100644 --- a/doc/context/third/letterspace/letterspace.tex +++ b/doc/context/third/letterspace/letterspace.tex @@ -408,9 +408,11 @@ \setupindenting [yes,next,medium] -\useURL [leibnizausgabe] [http://www.leibniz-edition.de/Baende/] [] [Leibniz-Edition] +\useURL [leibnizausgabe] [http://www.leibniz-edition.de/Baende/] [] [\name{Leibniz}-Edition] \useURL [soulpackage] [http://ctan.larsko.net/macros/latex/contrib/soul/] [] [soul] +\pdfcompresslevel9 + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Makeup for Front Matter % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -465,14 +467,14 @@ location={right,header}, ] -\setupheadertexts - [{\tfx\getmarking[title]}] [{\pagenumber}] - [{\pagenumber}] [{\tfx\getmarking[title]}] - \title{Content} \placelist[chapter,section][criterium=all] +\setupheadertexts + [{\tfx\getmarking[chapter]}] [{\pagenumber}] + [{\pagenumber}] [{\tfx\getmarking[chapter]}] + \chapter{Introduction} Robert \name{Bringhurst} quotes Frederick \name{Goudy}’s famous @@ -500,8 +502,9 @@ For instance, the \from [soulpackage] package provides some means but at the same time severely limits the content passed to macros. Nevertheless there are magnificent examples of letterspacing done -right, like the \from [leibnizausgabe] by the Leibniz-Archiv in -Hanover that has been typeset with \smallcaps{EDMAC} and \PDFTEX. +right, like the \from [leibnizausgabe] by the +\name{Leibniz}-Archiv in Hanover that has been typeset with +\smallcaps{EDMAC} and \PDFTEX. Nowadays the Lua node library removes the technical restrictions and thus leaves the task of correct letterspacing to the user. The \te{Letterspace} module for \CONTEXT\ was designed to collect @@ -588,9 +591,12 @@ command is to define separate macros for different purposes. \defineletterspace [LSemphasis] \defineletterspace [LSsmcp] -\setupletterspace [LSbighead] [factor=.2, spaceskip=.7em, suppresskern=yes] -\setupletterspace [LSemphasis] [factor=.111, spaceskip=.4em, suppresskern=no,] -\setupletterspace [LSsmcp] [factor=.06, spaceskip=.4em, suppresskern=no,] +\setupletterspace [LSbighead] + [factor=.2, spaceskip=.7em, suppresskern=yes] +\setupletterspace [LSemphasis] + [factor=.111, spaceskip=.4em, suppresskern=no,] +\setupletterspace [LSsmcp] + [factor=.06, spaceskip=.4em, suppresskern=no,] \LSbighead{\bf\WORD This is a candidate for sectioning, innit?} \blank [line] @@ -739,7 +745,7 @@ Caution is necessary concerning \te{punctuation} adjacient to the letterspaced passage. In contrast to italicized or bold emphasis where an immediately succeeding punctuation sign is best typeset in the surrounding -main face (e.g. „et {\it tu}, Brute?“), letter spacing may +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 onto the surrounding spaces, and partly also |