File: optfile.cfl

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (29 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (8)
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
%%% 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