summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lettrine/optfile.cfl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-26 21:43:30 +0000
committerKarl Berry <karl@freefriends.org>2018-07-26 21:43:30 +0000
commit4c1378dcd7835008b7c4455b2d9ebfb7582805af (patch)
tree45e12ce149448361040bdd3edd3d35fa8dba7922 /Master/texmf-dist/tex/latex/lettrine/optfile.cfl
parentf8cdecb90bb5788e20b20f1b777ccec48ba81b0a (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/optfile.cfl')
-rw-r--r--Master/texmf-dist/tex/latex/lettrine/optfile.cfl46
1 files changed, 24 insertions, 22 deletions
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'.