diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/Mathmode.ltx')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/Mathmode.ltx | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/Mathmode.ltx b/Master/texmf-doc/doc/english/mathmode/Mathmode.ltx index e7c7b011004..6d64f450a4c 100644 --- a/Master/texmf-doc/doc/english/mathmode/Mathmode.ltx +++ b/Master/texmf-doc/doc/english/mathmode/Mathmode.ltx @@ -4,7 +4,7 @@ %% IMPORTANT NOTICE: %% %% Herbert Voss <hvoss@tug.org> -%% 2008-03-23 +%% (C) 2008/2009 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -13,13 +13,21 @@ %% DESCRIPTION: %% `Mathmode' is a document how the math mode works inside LaTeX %% +% +\def\MathmodeVersion{2.34} +% \listfiles -\documentclass[11pt,a4paper,english]{article} +\documentclass[11pt,a4paper,english,twoside]{article} \usepackage{fixltx2e}%% the official fixes for LaTeX2e \usepackage[T1]{fontenc} -\usepackage[latin1]{inputenc} +\usepackage[latin9]{inputenc} +%\usepackage{pamathx}% use this if you have the commercial palatino math font +%\usepackage{arev}% use this if you do not have the palatino math font +\usepackage{bera} %\usepackage{lmodern} +%\usepackage[scaled=0.85]{luximono}% use this if you do not have the palatino math font % +\usepackage[marginparwidth=80pt,bmargin=3cm,tmargin=2cm]{geometry} \usepackage{ifpdf} \usepackage{ifvtex} \ifvtex\pdffalse\fi @@ -211,9 +219,13 @@ \usepackage{fancyhdr} % \pagestyle{fancy} -\lfoot{\footnotesize\ttfamily\jobname.tex} -\cfoot{} -\rfoot{\thepage} +\fancyhead[LE,RO]{\leftmark} +\fancyhead[LO,RE]{\rightmark} +\fancyhead[C]{} +\fancyfoot[LO,RE]{\footnotesize\ttfamily\jobname.tex\quad v.\MathmodeVersion} +%\cfoot{} +\fancyfoot[LE,RO]{\thepage} +\fancyfoot[C]{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} % @@ -239,8 +251,9 @@ % \newlength{\fullwidth} \setlength\fullwidth{\textwidth} -\addtolength\fullwidth{\marginparsep} -\addtolength\fullwidth{\marginparwidth} +%\addtolength\fullwidth{\marginparsep} +%\addtolength\fullwidth{\marginparwidth} +\addtolength\fullwidth{\evensidemargin} % \newlength{\LBoxWidth} \newcommand{\LyXBox}[1]{% @@ -381,7 +394,7 @@ \def\cAny{(\Coordx{},\kern 1pt\Coordy{})} \def\ciiiAny{(\Coordx{},\kern 1pt\Coordy{},\kern 1pt\Coordy{})}% hv - +\usepackage{layout} \graphicspath{{images/}} \begin{document} |