diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:54 +0000 |
commit | bf26723280d5d9363f3868e91a76114cc174a2ba (patch) | |
tree | 8edf290ae9393a27166e0dbdb7ec369cdfcaa928 /Master/texmf-dist/tex/latex/lettrine/optfile.cfl | |
parent | f96afa6bcdbb66348ea2966f6ae2c955846f43f7 (diff) |
lettrine
git-svn-id: svn://tug.org/texlive/trunk@1034 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.cfl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lettrine/optfile.cfl b/Master/texmf-dist/tex/latex/lettrine/optfile.cfl new file mode 100644 index 00000000000..b41acdb4f38 --- /dev/null +++ b/Master/texmf-dist/tex/latex/lettrine/optfile.cfl @@ -0,0 +1,29 @@ +%%% 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 +\LettrineOptionsFor{\`A}{slope=0.1\LettrineWidth, findent=-.5em, nindent=0.7em} +% C' +\LettrineOptionsFor{C'}{nindent=-0.5em} +% 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 +\LettrineOptionsFor{V}{slope=-0.1\LettrineWidth, lhang=0.5, nindent=0pt} + +\endinput |