Skip to content
Snippets Groups Projects
Commit d44205ff authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent de078fb9
No related branches found
No related tags found
No related merge requests found
\documentclass[DIV16,BCOR1cm,11pt,a4paper,fleqn]{scrreprt} % for pdf output
\documentclass[DIV16,BCOR1cm,11pt,a4paper,fleqn,twoside]{scrreprt} % for pdf output
%\documentclass[DIV16,BCOR1cm,11pt,a4paper,fleqn]{report} % for pdf output
\usepackage{graphics}
% To define headers and footers
\usepackage{fancyhdr}
\pagestyle{fancy}
% Headers and footers personalization using the `fancyhdr' package
\fancyhf{} % Clear all fields
\renewcommand{\headrulewidth}{0.2mm}
\renewcommand{\footrulewidth}{0.2mm}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\renewcommand{\sectionmark}[1]{\markright{#1}}
\fancyhead[LO,RE]{\slshape \leftmark}
%\fancyhead[LE,RO]{\slshape \rightmark}
\fancyfoot[LE,RO]{\Large\thepage}
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers
\renewcommand{\headrulewidth}{0pt}
}
%\usepackage{ae} % fuer die "almost european" computer modern fonts
%\usepackage{url} % Standard-Paket fuer WWW-Adressen
......@@ -161,7 +184,7 @@
%\chapter{Model}
\chapter*{Quick Reference}
\chapter*{Quick Reference\markboth{Quick Reference}{}}
\addcontentsline{toc}{chapter}{Quick Reference}
This appendix provide a brief listing of the C language bindings of the
......
\documentclass[DIV16,BCOR1cm,11pt,a4paper,fleqn]{scrreprt} % for pdf output
\documentclass[DIV16,BCOR1cm,11pt,a4paper,fleqn,twoside]{scrreprt} % for pdf output
%\documentclass[DIV16,BCOR1cm,11pt,a4paper,fleqn]{report} % for pdf output
\usepackage{graphics}
% To define headers and footers
\usepackage{fancyhdr}
\pagestyle{fancy}
% Headers and footers personalization using the `fancyhdr' package
\fancyhf{} % Clear all fields
\renewcommand{\headrulewidth}{0.2mm}
\renewcommand{\footrulewidth}{0.2mm}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\renewcommand{\sectionmark}[1]{\markright{#1}}
\fancyhead[LO,RE]{\slshape \leftmark}
%\fancyhead[LE,RO]{\slshape \rightmark}
\fancyfoot[LE,RO]{\Large\thepage}
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers
\renewcommand{\headrulewidth}{0pt}
}
%\usepackage{ae} % fuer die "almost european" computer modern fonts
%\usepackage{url} % Standard-Paket fuer WWW-Adressen
......@@ -160,7 +183,7 @@
%\chapter{Model}
\chapter*{Quick Reference}
\chapter*{Quick Reference\markboth{Quick Reference}{}}
\addcontentsline{toc}{chapter}{Quick Reference}
This appendix provide a brief listing of the Fortran language bindings of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment