diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/germbib/mynormal.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/germbib/mynormal.sty | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/germbib/mynormal.sty b/Master/texmf-dist/tex/latex/germbib/mynormal.sty new file mode 100644 index 00000000000..12955026f58 --- /dev/null +++ b/Master/texmf-dist/tex/latex/germbib/mynormal.sty @@ -0,0 +1,101 @@ +\adjdemerits=1000 % penalty for visually incompatible lines (one with maximum space second with miminum space between words) +\brokenpenalty=100 % additional penalty for breaking a page after a hyphenation +\clubpenalty=100 % penalty for breaking a page after the first line of a paragraph +\displaywidowpenalty=50 % penalty for breaking a page before the last line above a display formula +\doublehyphendemerits=50 % penalty if two consecutive lines end with a hyphen +\exhyphenpenalty=10 % as last but breaking at an explicit hyphen (z. B. 'in-output') +\finalhyphendemerits=50 % penalty if the penultimate line of a paragraph ends with a hyphen +\floatingpenalty=8000 % penalty added to \insertpenalty when an insertion (e.g. footnotes) is split +\hyphenpenalty=10 % penalty for a normal hyphenation +\interdisplaylinepenalty=100 % penalty for breaking a formula set with \displaylines +\interfootnotelinepenalty=100 % penalty for breaking a page in a footnote +\interlinepenalty=10 % penalty for breaking a page between lines of a paragraph +\linepenalty=10 % penalty for each line +\looseness=0 % stetch a ideally set paragraph by \looseness-lines +\predisplaypenalty=100 % penalty placed in a vertical list above a display +\pretolerance=500 % tolerance value for a paragraph without hyphenation +\postdisplaypenalty=0 % penalty placed in a vertical list below a display +\relpenalty=500 % penalty for breaking after a binary relation +\tolerance=2000 % tolerance value for a paragraph with hyphenation +\widowpenalty=150 % penalty for breaking a page before the last line of a paragraph +\ifx \lefthyphenmin\undefined \else + \lefthyphenmin=2 + \righthyphenmin=3 + \errorcontextlines=1 + \emergencystretch=2em % assumed extra stretchability in lines of a paragraph (TeX3 only) +\fi +\hoffset=-1.0in +\textwidth6.4in +\oddsidemargin0.8in +\evensidemargin0.8in +\marginparwidth0.6in +\marginparsep0.2in +\marginparpush1ex +\topmargin0pt +\headheight3.5ex +\headsep3ex +\textheight9.25in +\columnsep10pt +\columnseprule0pt +\parindent0pt +\parskip2.5ex plus1.5ex minus1.5ex +%mehr Platz fr Bilder und Tabellen +\setcounter{topnumber}{2} +\def\topfraction{.8} +\setcounter{bottomnumber}{2} +\def\bottomfraction{.8} +\setcounter{totalnumber}{4} +\def\textfraction{0.19} +\def\floatpagefraction{.8} +\setcounter{dbltopnumber}{2} +\def\dbltopfraction{.9} +\def\dblfloatpagefraction{.9} +\long\def\@makecaption#1#2{ +% \vskip 10pt + \vskip 2pt + \setbox\@tempboxa\hbox{#1: #2} + \ifdim \wd\@tempboxa >\hsize #1: #2\par \else \hbox +to\hsize{\hfil\box\@tempboxa\hfil} + \fi} +\renewcommand{\arraystretch}{1.2} +\renewcommand{\baselinestretch}{1.1} +\newlength{\mylena} +\newlength{\mylenb} +\newlength{\mylenc} +\newlength{\mylend} +\newlength{\mylene} +\frenchspacing +%unterstrichene Seitenberschriften +\mark{{}{}} + +\if@twoside + \def\ps@headings{ + \let\@mkboth\markboth + \def\@oddfoot{}\def\@evenfoot{} + \def\@evenhead{\vbox{\hbox to \textwidth{\rm \thepage\hfil \sl + \leftmark}\vspace{2pt}\hbox to \textwidth{\hrulefill}}} + \def\@oddhead{\vbox{\hbox to \textwidth{\hbox{}\sl \rightmark + \hfil\rm\thepage}\vspace{2pt}\hbox to \textwidth{\hrulefill}}} + \def\sectionmark##1{\markboth {\uppercase{\ifnum \c@secnumdepth>\z@ + \thesection\hskip 1em\relax \fi ##1}}{}} + \def\subsectionmark##1{\markright{\ifnum \c@secnumdepth >\@ne + \thesubsection\hskip 1em\relax \fi ##1}}} +\else + \def\ps@headings{\let\@mkboth\markboth + \def\@oddfoot{}\def\@evenfoot{} + \def\@oddhead{\vbox{\hbox to \textwidth{\hbox {}\sl \rightmark \hfil + \rm\thepage}\vspace{2pt}\hbox to \textwidth{\hrulefill}}} + \def\sectionmark##1{\markright {\uppercase{\ifnum \c@secnumdepth>\z@ + \thesection\hskip 1em\relax \fi ##1}}}} +\fi +\def\ps@myheadings{\let\@mkboth\@gobbletwo + \def\@oddfoot{}\def\@evenfoot{} + \def\@oddhead{\vbox{\hbox to \textwidth{\hbox{}\sl\rightmark \hfil + \rm\thepage}\vspace{2pt}\hbox to \textwidth{\hrulefill}}} + \def\@evenhead{\vbox{\hbox to \textwidth{\rm \thepage\hfil + \sl\leftmark\hbox{}}\vspace{2pt}\hbox to \textwidth{\hrulefill}}} + \def\sectionmark##1{}\def\subsectionmark##1{}} +\def\footnoterule{\vfill\kern-3\p@ \hrule width \textwidth + \kern 2.6\p@} +\pagestyle{headings} + |