r3tex

custom LuaTeX format
git clone git://git.rr3.xyz/r3tex
Log | Files | Refs | README | LICENSE

commit cab34ebad92b5cca64cbf93a01ce4f42cbf499f6
parent 2309c46899b7cedc5572009d63224d2b8f0406c0
Author: robert <robertrussell.72001@gmail.com>
Date:   Tue, 10 Aug 2021 20:10:14 -0700

Tweak parameters

Diffstat:
Mparam.tex | 24++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/param.tex b/param.tex @@ -30,7 +30,7 @@ \displaywidowpenalty=50 % ditto, before a display \brokenpenalty=100 % penalty for page break after a hyphenated line \predisplaypenalty=10000 % penalty for page break just before a display -\postdisplaypenalty=0 % penalty for page break just after a display +\postdisplaypenalty=50 % penalty for page break just after a display [0] \interlinepenalty=0 % additional penalty for page break between lines \floatingpenalty=0 % penalty for insertions that are split \outputpenalty=0 % penalty at the current page break @@ -68,8 +68,8 @@ % \day % current day of the month % \month % current month of the year % \year % current year of our Lord -\showboxbreadth=5 % maximum items per level when boxes are shown -\showboxdepth=3 % maximum level when boxes are shown +\showboxbreadth=256 % maximum items per level when boxes are shown [5] +\showboxdepth=8 % maximum level when boxes are shown [3] \errorcontextlines=5 % maximum extra context shown when errors occur %%% TeX dimen parameters: @@ -77,12 +77,12 @@ \vfuzz=0.1pt % maximum overrun before overfull vbox messages occur \overfullrule=5pt % width of rules appended to overfull boxes \emergencystretch=0pt % reduces badnesses on final pass of line-breaking -\hsize=6.5in % line width in horizontal mode -\vsize=8.9in % page height in vertical mode +% \hsize=6.5in % line width in horizontal mode +% \vsize=8.9in % page height in vertical mode \maxdepth=4pt % maximum depth of boxes on main pages \splitmaxdepth=\maxdimen % maximum depth of boxes on split pages \boxmaxdepth=\maxdimen % maximum depth of boxes on explicit pages -% \lineskiplimit % threshold where \baselineskip changes to \lineskip +% \lineskiplimit=0pt % threshold where \baselineskip changes to \lineskip \delimitershortfall=5pt % maximum space not covered by a delimiter \nulldelimiterspace=1.2pt % width of a null delimiter \scriptspace=0.5pt % extra space after subscript or superscript @@ -90,14 +90,14 @@ \predisplaysize=0pt % length of text preceding a display \displaywidth=0pt % length of line for displayed equation \displayindent=0pt % indentation of line for displayed equation -\parindent=20pt % width of \indent +\parindent=0pt % width of \indent [20pt] \hangindent=0pt % amount of hanging indentation \hoffset=0pt % horizontal offset in \shipout \voffset=0pt % vertical offset in \shipout %%% TeX glue parameters: -% \baselineskip % desired glue between baselines -% \lineskip % interline glue if \baselineskip isn't feasible +% \baselineskip=12pt % desired glue between baselines +% \lineskip=1pt % interline glue if \baselineskip isn't feasible \parskip=0pt plus1pt % extra glue just above paragraphs \abovedisplayskip=12pt plus3pt minus9pt % extra glue just above displays \abovedisplayshortskip=0pt plus3pt % ditto, following short lines @@ -137,7 +137,7 @@ % \predisplaydirection % text direction preceding a display (XXX maybe different in LuaTeX) \lastlinefit=0 % adjustment ratio for last line of paragraph, times 1000 \savingvdiscards=0 % positive if saving items discarded from vertical lists -\savinghyphcodes=0 % positive if \patterns saves \lccode values as hyphenation codes +\savinghyphcodes=0 % positive if \patterns saves \lccode values as hyphenation codes (XXX maybe different in LuaTeX) \interactionmode=3 % 0=batchmode, 1=nonstopmode, 2=scrollmode, 3=errorstopmode <3> \everyeof={} % tokens to insert when an \input file ends \interlinepenalties=0 % \parshape-like array of interline penalties @@ -157,10 +157,10 @@ \pdfcompresslevel=9 % stream compression level: 0=none, 1=fastest, ..., 9=best \pdfobjcompresslevel=2 % non-stream compression level: 0=none, 1=paranoid, 2=all except /Info, 3=all \pdfdecimaldigits=3 % numeric accuracy of real coordinates in range 0..4 -\pdfgamma=1000 % device gamma, times 1000 XXX <1000> +\pdfgamma=1000 % device gamma, times 1000 <1000> \pdfimageresolution=0 % last resort bitmap resolution in units of DPI; 0 to ignore \pdfimageapplygamma=0 % 1 if applying gamma correction to PNG images -\pdfimagegamma=2200 % default assumed gamma for PNG images, times 1000 XXX <2200> +\pdfimagegamma=2200 % default assumed gamma for PNG images, times 1000 <2200> \pdfimagehicolor=1 % 1 if embedding PNG images with 16 bit wide color channels at full color resolution \pdfpkresolution=600 % resolution of embedded PK fonts \pdfinclusioncopyfonts=0 % positive if embedding fonts from PDF images