blob: 042aab49cccea1bac3e0cdb97c48361ed4250f39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
%%% lettrine.cfg: configuration file for lettrine.sty
%%% Daniel Flipo <Daniel.Flipo@univ-lille1.fr>
%%% 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.
%%% Uncomment these lines and change the parameters' values to fit
%%% your needs (see lettrine.dtx).
%\setcounter{DefaultLines}{2}
%%% These are *decimal* numbers:
%\renewcommand{\DefaultLoversize}{0}
%\renewcommand{\DefaultLraise}{0}
%\renewcommand{\DefaultLhang}{0}
%%% These are *lengths* (don't forget the unit):
%\setlength{\DefaultFindent}{0pt}
%\setlength{\DefaultNindent}{0.5em}
%\setlength{\DefaultSlope}{0mm}
%%% This is a *flag* (value=true/false):
%\LettrineImagefalse
%%% In case you want to set parameters for some letters
%%% in file `optfile.cfl'
%\renewcommand{\DefaultOptionsFile}{optfile.cfl}
\endinput
|