% typeset.cfg % =========== % User-editable typesetting parameters. % This file is part of Gerolf Markup Shredder (www.Gerolf.org) % ============================================================================ \hyphenmessage \message {- User-editable typesetting parameters, as described by Donald Ervin Knuth} \message {in "The TeXbook", pages 272 - 275, 348 - 349 and 451.} % 1. Numbers: ---------------------------------------------------------------- % Logging: %\showboxbreadth = 5 % plain.tex \showboxbreadth = 0 % GMS %\showboxdepth = 3 % plain.tex \showboxdepth = 0 % GMS %\errorcontextlines = 5 % plain.tex / Knuth p. 34 \errorcontextlines = 0 % GMS \maxdeadcycles = 25 % plain.tex % Tracing: \tracinglostchars = 1 % plain.tex \tracingstats = 1 % GMS %\tracingcommands = 3 % GMS %\tracingmacros = 3 % GMS % Box badness: \hbadness = 1000 % plain.tex \vbadness = 1000 % plain.tex % Hyphenation tolerance: %\pretolerance = 100 % plain.tex \pretolerance = 50 % GMS %\tolerance = 200 % plain.tex \tolerance = 300 % GMS % Hyphenation: \lefthyphenmin = 2 % plain.tex %\righthyphenmin = 3 % plain.tex \righthyphenmin = 2 % GMS & most pattern files \uchyph = 1 % plain.tex % Penalties: \linepenalty = 10 % plain.tex %\hyphenpenalty = 50 % plain.tex \hyphenpenalty = 10 % GMS %\exhyphenpenalty = 50 % plain.tex \exhyphenpenalty = 10 % GMS \binoppenalty = 700 % plain.tex \relpenalty = 500 % plain.tex %\clubpenalty = 150 % plain.tex \clubpenalty = 10000 % GMS %\widowpenalty = 150 % plain.tex \widowpenalty = 10000 % GMS \displaywidowpenalty = 50 % plain.tex \brokenpenalty = 100 % plain.tex \predisplaypenalty = 10000 % plain.tex % Demerits: %\doublehyphendemerits = 10000 % plain.tex \doublehyphendemerits = 10 % GMS %\finalhyphendemerits = 5000 % plain.tex \finalhyphendemerits = 10 % GMS %\adjdemerits = 10000 % plain.tex \adjdemerits = 150 % GMS % Characters: \defaulthyphenchar = `\- % plain.tex \defaultskewchar = -1 % plain.tex \newlinechar = -1 % plain.tex % Additional GMS parameters: \pdfoutput = 1 % output (0: DVI, 1: PDF) % Caution: KERNING = 2 may lead to hangup if font-size is reduced: \KERNING = 1 % GMS (=\pdfprotrudechars) \FSIZEbase = 3 % 1 to 7, like deprecated \CELLdefaultno = 3 % default number of table columns \IMAGEresolution = 72 % dpi default % Colors (RGB): \COLORanchorext = {0.1 0 0.9} % hyperlinks to the internet (blue) \COLORanchorint = {0 0.9 0.1} % hyperlinks to internal bookmarks (green) \COLORuldot = {0.5 0.5 0.5} % unordered list dot (grey) % Mathmode: \delimiterfactor = 901 % plain.tex % 2. Dimensions: ------------------------------------------------------------- % Debugging: %\overfullrule = 5.0pt % plain.tex \overfullrule = 0.0mm % GMS % Maxima: % The largest dimension TeX can handle is 16383.99999pt: \boxmaxdepth = 16383.99999pt % plain.tex \splitmaxdepth = 16383.99999pt % plain.tex \maxdepth = 4.0pt % plain.tex % Fuzz: %\hfuzz = 0.1pt % plain.tex \hfuzz = 1.0pt % GMS \vfuzz = 0.1pt % plain.tex \emergencystretch = 1.0cm % Delimiters: \delimitershortfall = 5.0pt % plain.tex \nulldelimiterspace = 1.2pt % plain.tex \scriptspace = 0.5pt % plain.tex % Sizes: %\parindent = 20.0pt % plain.tex \TEXTindent = 8.0mm % GMS ( = \parindent) % Implicit margins: 1.0in % TeX, see Knuth, page 251 %\hoffset = 0.0in % plain.tex %\voffset = 0.0in % plain.tex \hoffset = -0.4mm % GMS, for margins = 2.5cm \voffset = -0.4mm % GMS %\hsize = 6.5in % plain.tex (letter paper) %\vsize = 8.9in % plain.tex \hsize = 16.0cm % GMS ( A4 paper) \vsize = 24.7cm % GMS % Additional GMS parameters: \PAGEwidth = 21.0cm % GMS ( A4 paper) \PAGEheight = 29.7cm % GMS \PAGEmargintop = 2.5cm % GMS \PAGEmarginright = 2.5cm % GMS \PAGEmarginbottom = 2.5cm % GMS \PAGEmarginleft = 2.5cm % GMS % Skips: %\baselineskip = 12.0pt % plain.tex \LINEheight = 4.0mm % GMS ( = \baselineskip) \lineskip = 0.0pt % plain.tex \lineskiplimit = 0.0pt % plain.tex \topskip = 10.0pt % plain.tex \splittopskip = 10.0pt % plain.tex %\parskip = 0pt plus 1pt % plain.tex \parskip = 0pt % GMS \parfillskip = 0pt plus 1fil % plain.tex % Mathmode: % Mathmode is not yet supported by Markup Shredder. % A markup definition file for MathML must be written for this. \abovedisplayskip = 12pt plus 3pt minus 9pt % plain.tex \abovedisplayshortskip= 0pt plus 3pt % plain.tex \belowdisplayskip = 12pt plus 3pt minus 9pt % plain.tex \belowdisplayshortskip= 7pt plus 3pt minus 4pt % plain.tex \thinmuskip = 3mu % plain.tex \medmuskip = 4mu plus 2mu minus 4mu % plain.tex \thickmuskip = 5mu plus 5mu % plain.tex % Additional GMS parameter: \FSIZE = 3.5mm % 3. Strings: ---------------------------------------------------------------- % Additional GMS parameter: % Default fonts: \FONTfamily = {Times} \FONTmono = {CourierNarrow} % Fallback fonts: \FONTmonospace = {CourierNew} \FONTsansserif = {Arial} \FONTserif = {TimesNewRoman} \endinput