Seite 1 von 1

richtige Einstellung für Komascript

Verfasst: So 29. Apr 2012, 21:25
von ...patrick...
Liebe Latex-Gemeinde, ich möchte gerne eine ca. 10 Jahre alte Datei in das Koma-Script "scrbook" bringen. Dazu muss ich wohl ein paar Anpassungen machen. Bitte um Ihre Mithilfe, was ich da wohl ausbessern müsste. Gibt es ansonsten auch hilfreiche Dokumentationen zu Komascript, was bei den Dokumentklassen einzustellen ist bzw. welche Packages ich dafür brauch?

Hier wäre der Code zu Beginn, es muss wohl darin der Fehler liegen ....
\documentclass[12pt,a4paper,headnosepline,footnosepline,twoside,amstex]{scrbook}
\usepackage[ngerman]{babel}
\usepackage{t1enc,amssymb,amsmath,scrpage2,bbm,mathrsfs,longtable}


\oddsidemargin1cm\evensidemargin-0.1cm\voffset0.4cm
\headheight14pt
\topmargin0pt\headsep0.6cm\textwidth14cm\textheight23cm
\parindent0pt

\begin{document}

\pagenumbering{Roman}
\setcounter{page}{5}
\pagestyle{empty}
Vielen lieben Dank schon mal für Ihre Hilfe!!!

Verfasst: So 29. Apr 2012, 21:35
von Bausparfuchs
Der Code funktioniert bei mir aber ohne größere Probleme.
Es sind nur wohl einige obsolete Pakete drin:
Class scrbook Warning: You've used obsolete option `headnosepline'.
(scrbook)              Usage of this option indicates an old document and
(scrbook)              changes compatibility level using
(scrbook)              `headsepline=false,version=first'.
(scrbook)              If you don't want this, you should simply replace
(scrbook)              usage of option `headnosepline' by `headsepline=false'.


Class scrbook Warning: You've used obsolete option `footnosepline'.
(scrbook)              Usage of this option indicates an old document and
(scrbook)              changes compatibility level using
(scrbook)              `footsepline=false,version=first'.
(scrbook)              If you don't want this, you should simply replace
(scrbook)              usage of option `footnosepline' by `footsepline=false'.


LaTeX Warning: Unused global option(s):
    [amstex].



Package scrpage2 Warning: seems you are using a very small headheight.
(scrpage2)                If you get overfull \vbox warnings at almost every
(scrpage2)                page, you should increase headheight e.g. writing
(scrpage2)                 \setlength{\headheight}{1.1\baselineskip}
(scrpage2)                into the preamble of your document.
(scrpage2)                A better solution would be to use typearea package.