diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-14 00:46:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-14 00:46:20 +0000 |
commit | 912ba7898315ab887463006c081d888c528f4c2b (patch) | |
tree | 4ac388ea0339657367b3c75be65f518016ac7850 /Master/texmf-dist/doc/latex/memoir/titlepages.sty | |
parent | 1c467aabf1a2f6e96c1cb2ef4d54e30696dbe10d (diff) |
memoir 1.61803398 (13sep09)
git-svn-id: svn://tug.org/texlive/trunk@15274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/titlepages.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/titlepages.sty | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/titlepages.sty b/Master/texmf-dist/doc/latex/memoir/titlepages.sty index 8182d77fbb9..bb121fb321b 100644 --- a/Master/texmf-dist/doc/latex/memoir/titlepages.sty +++ b/Master/texmf-dist/doc/latex/memoir/titlepages.sty @@ -2,6 +2,16 @@ %\ProvidesPackage{titlepages}[2007/12/02 v1.0 example title pages] \ProvidesPackage{titlepages}[2009/07/09 v1.1 example title pages] +%%% This package is used for part of the memoir documentation and +%%% I don't expect it to be useful for anything else except, perhaps, +%%% as code examples. +%%% This uses fonts from the FontSite 500 supported on +%%% LaTeX by Christopher League (http://contrapunctus.net/fs500tex/) +%%% If you use the package and do not have these fonts then +%%% define/renew \FSfont to do nothing, e.g., +%%% \renewcommand*{\FSfont}[1]{} +%%% (Its default definition is \newcommand*{\FSfont}[1]{\fontfamily{#1}\selectfont}) + \newcommand*{\titleJT}{\begingroup% Jan Tschichold: typographer \FSfont{5gm}% Garamond \tdrop = 0.08\txtheight @@ -69,7 +79,7 @@ \endgroup} \newcommand*{\titleDB}{\begingroup% Design of Books, by Adrian Wilson -%%\FSfont{5pl}% Palatino/Palladio +\LXfont{ppl}% Palatino/Palladio \tdrop = 0.14\txtheight \centering \vspace*{\tdrop} @@ -208,7 +218,7 @@ The Publisher \endgroup} \newcommand*{\titleAT}{\begingroup% Anatomy of a Typeface -\FSfont{5gr}% Galliard/Gareth +%%%\FSfont{5gr}% Galliard/Gareth \tdrop=0.1\txtheight \vspace*{\tdrop} \rule{\txtwidth}{1pt}\par @@ -224,10 +234,12 @@ The Publisher \vspace{0.25\tdrop} \rule{0.3\txtwidth}{0.4pt}\par \vspace{\tdrop} -{\Large \scshape The Author}\par +{\large %\scshape + THE AUTHOR}\par \vfill {\large \textcolor{Medium}{\plogo}}\\[0.5\baselineskip] -{\large\scshape the publisher}\par +{%\large\scshape + THE PUBLISHER}\par \vspace*{\tdrop} \endgroup} @@ -523,7 +535,7 @@ Edited by \\[\baselineskip] \addtolength{\framey}{2\sepframe} \newcommand*{\titleRB}{% %%\FSfont{5cu}% Century Old Style -\FSfont{pnc}% New Century Schoolbook +\LXfont{pnc}% New Century Schoolbook \begin{picture}(\strip@pt\rbtextwidth,\strip@pt\rbtextheight)% \thinlines \put(0,0){\framebox(\strip@pt\rbtextwidth,\strip@pt\rbtextheight){% @@ -541,7 +553,7 @@ Edited by \\[\baselineskip] %%%%%% added 2009/07/08 \newcommand*{\titleASUt}{\begingroup % ASU title page -\FSfont{ptm} +\LXfont{ptm} %\DoubleSpace doesn't work as used in display \parindent=0pt \tdrop = 0.08\textheight @@ -569,7 +581,7 @@ May 2021 \par %%%%%%% added 2009/07/08 \newcommand*{\titleASUa}{\begingroup % ASU approval page -\FSfont{ptm} +\LXfont{ptm} %\DoubleSpace \parindent=0pt \tdrop = 0.08\textheight |