diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-26 21:43:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-26 21:43:30 +0000 |
commit | 4c1378dcd7835008b7c4455b2d9ebfb7582805af (patch) | |
tree | 45e12ce149448361040bdd3edd3d35fa8dba7922 /Master/texmf-dist/tex/latex | |
parent | f8cdecb90bb5788e20b20f1b777ccec48ba81b0a (diff) |
lettrine (26jul18)
git-svn-id: svn://tug.org/texlive/trunk@48278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/lettrine.cfg | 18 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/lettrine.sty | 75 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/optfile.cfl | 46 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/pacl.cfl | 35 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/padl.cfl | 36 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/pzc2.cfl | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/pzc3.cfl | 11 |
7 files changed, 128 insertions, 104 deletions
diff --git a/Master/texmf-dist/tex/latex/lettrine/lettrine.cfg b/Master/texmf-dist/tex/latex/lettrine/lettrine.cfg index 4860d4df3f3..c84e0004a8b 100644 --- a/Master/texmf-dist/tex/latex/lettrine/lettrine.cfg +++ b/Master/texmf-dist/tex/latex/lettrine/lettrine.cfg @@ -1,11 +1,11 @@ %% lettrine.cfg: configuration file for lettrine.sty %% %% If you want to customize lettrine, please *do not* hack into the -%% code, copy this file to the directory where lettrine.sty lies -%% and customize it as you like. +%% code, copy this file to your working directory and customize the +%% copy as you like. %% -%% Uncomment these lines and change the parameters' values to fit -%% your needs (see lettrine.dtx). +%% Uncomment any of these lines and change the parameters' values +%% to fit your needs (see lettrine.dtx). %% %%\setcounter{DefaultLines}{2} %%\setcounter{DefaultDepth}{0} @@ -26,13 +26,17 @@ %%\LettrineOnGridfalse %%\LettrineRealHeightfalse %% -%% Theses are *commands* (value=string, only its height matters): -%%\renewcommand*{\LettrineTestString}{ABCDEFGHIJKLMNOQPRSTUVWXYZ} +%% Theses are *commands* (value=string, only height matters): +%%\renewcommand*{\LettrineTestString}{EFTZ} %%\renewcommand*{\LettrineSecondString}{x} +%% For backward compatibility with versions 1.63 to 1.9: +%%\renewcommand*{\LettrineTestString}{ABCDEFGHIJKLMNOQPRSTUVWXYZ} +%% For backward compatibility with versions up to 1.62: +%%\renewcommand*{\LettrineTestString}{X} %% %% In case you want to set parameters for some letters %% in file `optfile.cfl' -%%\renewcommand{\DefaultOptionsFile}{optfile.cfl} +%% \renewcommand{\DefaultOptionsFile}{optfile.cfl} \endinput %% %% End of file `lettrine.cfg'. diff --git a/Master/texmf-dist/tex/latex/lettrine/lettrine.sty b/Master/texmf-dist/tex/latex/lettrine/lettrine.sty index 281acaf0755..567b7fcaf16 100644 --- a/Master/texmf-dist/tex/latex/lettrine/lettrine.sty +++ b/Master/texmf-dist/tex/latex/lettrine/lettrine.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesFile{lettrine.sty} - [2015/08/31 v1.9 (Daniel Flipo)] + [2018/07/21 v2.0 (Daniel Flipo)] \NeedsTeXFormat{LaTeX2e}[1999/12/01] \RequirePackage{keyval} \newcounter{DefaultLines} @@ -56,6 +56,12 @@ \newdimen\L@slope \newdimen\L@height \newdimen\L@novskip +\newdimen\L@target@ht +\newdimen\L@target@dp +\newdimen\L@target@tht +\newdimen\LettrineWidth +\newdimen\LettrineHeight +\newdimen\LettrineDepth \newcommand*{\L@file}{} \newcommand*{\L@hang}{} \newcommand*{\L@oversize}{} @@ -66,19 +72,25 @@ \newif\ifL@realh \newcommand*{\LettrineTextFont}{\scshape} \def\Lettrine@height{% - \@tempdima=\baselineskip - \setlength{\L@height}{\value{L@lines}\@tempdima}% - \ifnum\value{L@lines}>1 - \addtolength{\L@height}{-\@tempdima}% - \fi \ifvoid\L@tbox \sbox{\L@tbox}{\LettrineTextFont{\LettrineSecondString}}% \fi - \addtolength{\L@height}{\ht\L@tbox}% - \addtolength{\L@height}{\L@oversize\L@height}% + \global\setlength{\L@target@ht}{\ht\L@tbox}% + \@tempdima=\baselineskip + \global\setlength{\L@target@dp}{\value{L@lines}\@tempdima}% + \ifnum\value{L@lines}>1 + \global\addtolength{\L@target@dp}{-\@tempdima}% + \else + \global\addtolength{\L@target@ht}{\L@target@dp}% + \global\setlength{\L@target@dp}{0pt}% + \fi + \global\setlength{\L@target@tht}{\L@target@ht}% + \global\addtolength{\L@target@tht}{\L@target@dp}% + \setlength{\L@height}{\L@target@tht}% + \addtolength{\L@height}{\L@oversize\L@target@tht}% } \newcommand*{\LettrineFontHook}{} -\newcommand*{\LettrineTestString}{ABCDEFGHIJKLMNOQPRSTUVWXYZ} +\newcommand*{\LettrineTestString}{EFTZ} \newcommand*{\LettrineSecondString}{x} \newcommand*{\LettrineFont}{% \Lettrine@height @@ -86,8 +98,8 @@ \selectfont \LettrineTestString}% \@tempcntb=\ht\@tempboxa \@tempcnta=\L@height - \multiply\@tempcnta by 100 - \divide\@tempcntb by 100 + \multiply\@tempcnta by 50 + \divide\@tempcntb by 200 \divide\@tempcnta by \@tempcntb \advance\@tempcnta by -9999 \ifnum\@tempcnta>0 @@ -117,9 +129,6 @@ \define@key{L}{realheight}[true]{\csname L@realh#1\endcsname} \define@key{L}{novskip}{\setlength{\L@novskip}{#1}} \newcommand*{\LettrineOptionsFor}[2]{\@namedef{l@#1-keys}{#2}} -\newdimen\LettrineWidth -\newdimen\LettrineHeight -\newdimen\LettrineDepth \def\lettrine{\@ifnextchar[\@lettrine{\@lettrine[]}} \def\@lettrine[#1]#2#3{% \setcounter{L@lines}{\value{DefaultLines}}% @@ -180,22 +189,28 @@ \else \sbox{\L@lbox}{\LettrineFont #2}% \fi + \setlength{\LettrineWidth}{\wd\L@lbox}% + \setlength{\LettrineHeight}{\ht\L@lbox}% + \setlength{\LettrineDepth}{\dp\L@lbox}% + \begingroup + \def\IeC##1{##1}% + \@tempdima=\L@oversize pt\relax + \PackageInfo{lettrine.sty}% + {Targeted height = \the\L@target@tht\MessageBreak + (no accent, loversize=0),\MessageBreak + Lettrine height = \the\LettrineHeight\space (#2)% + \ifdim\@tempdima=\z@\else\space loversize=\L@oversize\fi;% + \MessageBreak reported}% + \endgroup \sbox{\L@tbox}{\LettrineTextFont{#3}}% - \@tempdima=\baselineskip + \setlength{\L@first}{\LettrineHeight}% + \setlength{\L@lraise}{\L@raise\L@target@tht}% + \addtolength{\L@first}{\L@lraise}% \ifnum\value{L@lines}=1 - \setlength{\L@first}{\ht\L@lbox}% \addtolength{\L@first}{-\ht\L@tbox}% - \setlength{\L@lraise}{\z@}% \else - \setlength{\L@first}{-\value{L@lines}\@tempdima}% - \addtolength{\L@first}{\@tempdima}% - \sbox{\@tempboxa}{\LettrineTextFont x}% - \addtolength{\L@first}{-\ht\@tempboxa}% - \setlength{\L@lraise}{-\L@raise\L@first}% - \addtolength{\L@first}{\L@lraise}% - \addtolength{\L@first}{\ht\L@lbox}% - \addtolength{\L@lraise}{-\value{L@lines}\@tempdima}% - \addtolength{\L@lraise}{\@tempdima}% + \addtolength{\L@first}{-\L@target@tht}% + \addtolength{\L@lraise}{-\L@target@dp}% \fi \par \ifdim\L@first>\L@novskip @@ -208,10 +223,9 @@ \advance\@tempcnta by 1 \advance\L@first by -\@tempdima \repeat - \vskip\@tempcnta\baselineskip - \else - \vskip\L@first + \L@first=\@tempcnta\baselineskip \fi + \vskip\L@first \fi \setlength{\L@Pindent}{\wd\L@lbox}% \addtolength{\L@Pindent}{-\L@hang\wd\L@lbox}% @@ -225,9 +239,6 @@ \addtolength{\L@next}{-\L@Nindent}% \addtolength{\L@Pindent}{\rightmargin}% \addtolength{\L@Nindent}{\rightmargin}% - \setlength{\LettrineWidth}{\wd\L@lbox}% - \setlength{\LettrineHeight}{\ht\L@lbox}% - \setlength{\LettrineDepth}{\dp\L@lbox}% \addtocounter{L@lines}{1}% \addtocounter{L@lines}{\value{L@depth}}% \def\L@parshape{\c@L@lines \the\L@Pindent \the\L@first}% diff --git a/Master/texmf-dist/tex/latex/lettrine/optfile.cfl b/Master/texmf-dist/tex/latex/lettrine/optfile.cfl index b41acdb4f38..3803ea3f110 100644 --- a/Master/texmf-dist/tex/latex/lettrine/optfile.cfl +++ b/Master/texmf-dist/tex/latex/lettrine/optfile.cfl @@ -1,29 +1,31 @@ -%%% This is an example of config file *for syntax only*. -%%% Copy it to your document's directory and add -%%% \renewcommand{\DefaultOptionsFile}{optfile.cfl} -%%% to your document's preamble to use it. -%%% -%%% The settings below are just *examples*, they are not meant to be good! -%%% Proper values heavily depend on the font used! -%%% -%%% Letters not listed below, will get either the default parameters, -%%% or those given as optional argument of \lettrine, if any. -%%% -%%% The values of the parameters set in this file can be overridden locally -%%% using the optional argument of \lettrine. - -% A +%% This is an example of config file *for syntax only*. +%% +%% Copy it to your document's directory and add +%% \renewcommand{\DefaultOptionsFile}{optfile.cfl} +%% to your document's preamble to use it. +%% +%% The settings below are just *examples*, they are not meant to be good! +%% Proper values heavily depend on the font used! +%% +%% Letters not listed below, will get either the default parameters, +%% or those given as optional argument of \lettrine, if any. +%% +%% The values of the parameters set in this file can be overridden locally +%% using the optional argument of \lettrine. +%% +%% A \LettrineOptionsFor{A}{slope=0.1\LettrineWidth, findent=-.5em, nindent=.7em} -% Same parameters for \`A +%% Same parameters for \`A \LettrineOptionsFor{\`A}{slope=0.1\LettrineWidth, findent=-.5em, nindent=0.7em} -% C' +%% C' \LettrineOptionsFor{C'}{nindent=-0.5em} -% I and J hang into the margin +%% I and J hang into the margin \LettrineOptionsFor{I}{lhang=1, nindent=0pt} \LettrineOptionsFor{J}{lhang=1, nindent=0pt} -% Q -\LettrineOptionsFor{Q}{loversize=0, lraise=0.1} -% V +%% Q +\LettrineOptionsFor{Q}{loversize=-0.1, lraise=0.1} +%% V \LettrineOptionsFor{V}{slope=-0.1\LettrineWidth, lhang=0.5, nindent=0pt} - \endinput +%% +%% End of file `optfile.cfl'. diff --git a/Master/texmf-dist/tex/latex/lettrine/pacl.cfl b/Master/texmf-dist/tex/latex/lettrine/pacl.cfl index a7c122313fa..f5003b0f4e6 100644 --- a/Master/texmf-dist/tex/latex/lettrine/pacl.cfl +++ b/Master/texmf-dist/tex/latex/lettrine/pacl.cfl @@ -1,29 +1,29 @@ %%% This is file `pacl.cfl'. %%% It is provided under the LPPL. Copyright is hold by Pascal Kockaert. %%% If you modify this file you *MUST* change its name. -%%% + %%% This file contains config values to simplify the use of the %%% ACaslon-SwashItalic (aka pacri8s) font from Adobe %%% with the lettrine package by Daniel Flipo. -%%% + %%% If you want to use this file, your document should contain %%% the two next lines, without the leading percent signs. %%% \renewcommand\LettrineFontHook{\fontencoding{T1}\fontfamily{pacl}\selectfont} %%% \renewcommand{\DefaultOptionsFile}{pacl.cfl} -%%% + %%% The fontfamily pacl is defined through the file T1pacl.fd. %%% The contents of T1pacl.fd is listed at the end of this file. -%%% + %%% The settings below were defined according to my visual tastes. %%% No mathematical rule based on the metrices was applied. %%% Though the result may not please you, it should be better %%% than the default placement. This said, comments are welcome. -%%% + %%% Comments about this file can be sent to Pascal.Kockaert %%% at the mail server ulb.ac.be. - \ProvidesFile{pacl.cfl}[2003/08/24 v0.1 Pascal Kockaert] + \LettrineOptionsFor{A}{loversize= 0.15,lraise= 0.02,lhang= 0.30,findent= 0.00\LettrineWidth,nindent= 0.50em} \LettrineOptionsFor{B}{loversize= 0.15,lraise= 0.00,lhang= 0.25,findent=-0.05\LettrineWidth,nindent= 0.50em} \LettrineOptionsFor{C}{loversize=-0.10,lraise= 0.25,lhang= 0.05,findent= 0.00\LettrineWidth,nindent= 0.50em} @@ -50,16 +50,18 @@ \LettrineOptionsFor{X}{loversize= 0.15,lraise= 0.00,lhang= 0.45,findent= 0.05\LettrineWidth,nindent= 0.15\LettrineWidth} \LettrineOptionsFor{Y}{loversize= 0.15,lraise= 0.00,lhang= 0.05,findent= 0.20\LettrineWidth,nindent= 0.25\LettrineWidth} \LettrineOptionsFor{Z}{loversize= 0.05,lraise= 0.15,lhang= 0.15,findent= 0.00\LettrineWidth,nindent= 0.30\LettrineWidth} -\endinput +\let\EOF\endinput +\EOF +%% The installation of the pacl family can be performed using the +%% fontinst package. +%% You must own the font ACaslon-SwashItalic, that is an AFM and a PFB file +%% which should be renamed as padri8w.afm and padri8w.pfb. -% The installation of the pacl family can be performed using the fontinst package. -% You must own the font ACaslon-SwashItalic, that is an AFM and a PFB file -% which should be renamed as padri8w.afm and padri8w.pfb. -% -% You should process the file Makepacl.tex (see below) through TeX, -% and follow the instructions of the fontinst manual to finish the install. -% The file T1pacl.fd should be defined as below and put with other local FD files. +%% You should process the file Makepacl.tex (see below) through TeX, +%% and follow the instructions of the fontinst manual to finish the install. +%% The file T1pacl.fd should be defined as below and put with other local +%% FD files. %%% File Makepacl.tex \input fontinst.sty @@ -71,12 +73,11 @@ \bye %%% End of file Makepacl.tex -% The pacl family is defined by the file T1pacl.fd, as follows +%%% The pacl family is defined by the file T1pacl.fd, as follows %%% File T1pacl.fd -%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY +%%% THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1pacl.fd}[2003/08/24 v1.0 Pascal Kockaert] \DeclareFontFamily{T1}{pacl}{} \DeclareFontShape{T1}{pacl}{m}{n}{<->pacri9s}{} -\endinput %%% End of file T1pacl.fd diff --git a/Master/texmf-dist/tex/latex/lettrine/padl.cfl b/Master/texmf-dist/tex/latex/lettrine/padl.cfl index 784bebc935e..79e90b96aec 100644 --- a/Master/texmf-dist/tex/latex/lettrine/padl.cfl +++ b/Master/texmf-dist/tex/latex/lettrine/padl.cfl @@ -1,29 +1,27 @@ %%% This is file `padl.cfl'. %%% It is provided under the LPPL. Copyright is hold by Pascal Kockaert. %%% If you modify this file you *MUST* change its name. -%%% + %%% This file contains config values to simplify the use of the %%% AGaramondAlt-Italic (aka padri8w) font from Adobe %%% with the lettrine package by Daniel Flipo. -%%% + %%% If you want to use this file, your document should contain %%% the two next lines, without the leading percent signs. %%% \renewcommand\LettrineFontHook{\fontencoding{T1}\fontfamily{padl}\selectfont} %%% \renewcommand{\DefaultOptionsFile}{padl.cfl} -%%% + %%% The fontfamily padl is defined through the file T1padl.fd. %%% The contents of T1padl.fd is listed at the end of this file. -%%% + %%% The settings below were defined according to my visual tastes. %%% No mathematical rule based on the metrices was applied. %%% Though the result may not please you, it should be better %%% than the default placement. This said, comments are welcome. -%%% + %%% Comments about this file can be sent to Pascal.Kockaert %%% at the mail server ulb.ac.be. - - \ProvidesFile{padl.cfl}[2003/08/24 v1.0 Pascal Kockaert] \LettrineOptionsFor{A}{loversize= 0.05,lraise= 0.10,lhang= 0.40,findent= 0.000\LettrineWidth,nindent= 0.50em} @@ -52,16 +50,19 @@ \LettrineOptionsFor{X}{loversize= 0.10,lraise= 0.00,lhang= 0.40,findent= 0.040\LettrineWidth,nindent= 0.20\LettrineWidth} \LettrineOptionsFor{Y}{loversize= 0.10,lraise= 0.00,lhang= 0.20,findent= 0.100\LettrineWidth,nindent= 0.20\LettrineWidth} \LettrineOptionsFor{Z}{loversize=-0.05,lraise= 0.25,lhang= 0.00,findent= 0.050\LettrineWidth,nindent= 0.55\LettrineWidth} -\endinput +\let\EOF\endinput +\EOF +%% The installation of the padl family can be performed using the +%% fontinst package. +%% You must own the font AGaramondAlt-Italic, that is an AFM and a PFB +%% file which should be renamed as padri8w.afm and padri8w.pfb. -% The installation of the padl family can be performed using the fontinst package. -% You must own the font AGaramondAlt-Italic, that is an AFM and a PFB file -% which should be renamed as padri8w.afm and padri8w.pfb. -% -% You should process the file Makepadl.tex (see below) through TeX, -% and follow the instructions of the fontinst manual to finish the install. -% The file T1padl.fd should be defined as below and put with other local FD files. +%% You should process the file Makepadl.tex (see below) through TeX, +%% and follow the instructions of the fontinst manual to finish the +%% install. +%% The file T1padl.fd should be defined as below and put with other +%% local FD files. %%% File Makepadl.tex \input fontinst.sty @@ -74,12 +75,11 @@ \bye %%% End of file Makepadl.tex -% The padl family is defined by the file T1padl.fd, as follows +%% The padl family is defined by the file T1padl.fd, as follows %%% File T1padl.fd -%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY +%%% THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1padl.fd}[2003/08/24 v0.1 Pascal Kockaert] \DeclareFontFamily{T1}{padl}{} \DeclareFontShape{T1}{padl}{m}{n}{<->padw9w}{} -\endinput %%% End of file T1padl.fd diff --git a/Master/texmf-dist/tex/latex/lettrine/pzc2.cfl b/Master/texmf-dist/tex/latex/lettrine/pzc2.cfl index 77799687805..334f8805c1c 100644 --- a/Master/texmf-dist/tex/latex/lettrine/pzc2.cfl +++ b/Master/texmf-dist/tex/latex/lettrine/pzc2.cfl @@ -1,21 +1,22 @@ %%% This is file `pzc2.cfl'. %%% It is provided under the LPPL. Copyright is held by Kevin M. Dunn. %%% If you modify this file you *MUST* change its name. -%%% + %%% This file contains config values to simplify the use of the %%% Zapf-Chancery (aka pzc) font with the lettrine package by Daniel Flipo. %%% This file provides the parameters for 2 DefaultLines. -%%% + %%% If you want to use this file, your document should contain %%% the next three lines, without the leading percent signs. %%% \setcounter{DefaultLines}{2} %%% \renewcommand\LettrineFontHook{\fontencoding{T1}\fontfamily{pzc}\selectfont} %%% \renewcommand{\DefaultOptionsFile}{pzc2.cfl} -%%% + %%% Comments about this file can be sent to Kevin Dunn %%% (cavema2 at cavemanchemistry.com) -%%% + \ProvidesFile{pzc2.cfl}[2006/03/19 v0.1 Kevin M. Dunn] + \LettrineOptionsFor{A}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent= 0.05\LettrineWidth,nindent= 0.25\LettrineWidth} \LettrineOptionsFor{B}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent= 0.10\LettrineWidth,nindent= 0.08\LettrineWidth} \LettrineOptionsFor{C}{loversize= 0.35,lraise= 0.10,lhang= 0.35,findent= 0.00\LettrineWidth,nindent= 0.28\LettrineWidth} @@ -43,3 +44,5 @@ \LettrineOptionsFor{Y}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent= 0.10\LettrineWidth,nindent= 0.05\LettrineWidth} \LettrineOptionsFor{Z}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent= 0.00\LettrineWidth,nindent= 0.30\LettrineWidth} \endinput +%% +%% End of file `pzc2.cfl'. diff --git a/Master/texmf-dist/tex/latex/lettrine/pzc3.cfl b/Master/texmf-dist/tex/latex/lettrine/pzc3.cfl index a67ba9b5b0e..125c07ac4e7 100644 --- a/Master/texmf-dist/tex/latex/lettrine/pzc3.cfl +++ b/Master/texmf-dist/tex/latex/lettrine/pzc3.cfl @@ -1,21 +1,22 @@ -%%% This is file `pzc2.cfl'. +%%% This is file `pzc3.cfl'. %%% It is provided under the LPPL. Copyright is held by Kevin M. Dunn. %%% If you modify this file you *MUST* change its name. -%%% + %%% This file contains config values to simplify the use of the %%% Zapf-Chancery (aka pzc) font with the lettrine package by Daniel Flipo. %%% This file provides the parameters for 3 DefaultLines. -%%% + %%% If you want to use this file, your document should contain %%% the next three lines, without the leading percent signs. %%% \setcounter{DefaultLines}{3} %%% \renewcommand\LettrineFontHook{\fontencoding{T1}\fontfamily{pzc}\selectfont} %%% \renewcommand{\DefaultOptionsFile}{pzc3.cfl} -%%% + %%% Comments about this file can be sent to Kevin Dunn %%% (cavema2 at cavemanchemistry.com) \ProvidesFile{pzc3.cfl}[2006/03/19 v0.1 Kevin M. Dunn] + \LettrineOptionsFor{A}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent=0.05\LettrineWidth,nindent= 0.25\LettrineWidth} \LettrineOptionsFor{B}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent=0.10\LettrineWidth,nindent= 0.08\LettrineWidth,slope=-0.08\LettrineWidth} \LettrineOptionsFor{C}{loversize= 0.35,lraise= 0.10,lhang= 0.35,findent=0.00\LettrineWidth,nindent= 0.28\LettrineWidth} @@ -43,3 +44,5 @@ \LettrineOptionsFor{Y}{loversize= 0.30,lraise= 0.10,lhang= 0.40,findent=0.10\LettrineWidth,nindent= 0.00\LettrineWidth,slope=-0.10\LettrineWidth} \LettrineOptionsFor{Z}{loversize= 0.35,lraise= 0.00,lhang= 0.35,findent=0.00\LettrineWidth,nindent= 0.30\LettrineWidth} \endinput +%% +%% End of file `pzc3.cfl'. |