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/lettrine/lettrine.cfg | |
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/lettrine/lettrine.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/lettrine.cfg | 18 |
1 files changed, 11 insertions, 7 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'. |