
No I just want to have text a site above the abstract (this is the place where I explain that I was the only one working on the document). So I don't want to have a environment which looks like the abstract with a different title. Also this page has the number "i" and the abstract has also the number "i". And now the the sep-lines are missing after the table of contents...
I have it like this now. I'm missing the lines at the top and bottom after the table of contents and the roman page numbers are miscounted - as I said above
Code: Select all
\documentclass[12pt,a4paper, twoside, abstracton]{scrreprt}\usepackage[english]{babel}\usepackage[latin1]{inputenc}\usepackage{graphicx}\usepackage{tocloft}\usepackage{scrpage2}\renewcommand\cftchapdotsep{1}\renewcommand\cftsecdotsep{1}\setheadsepline{0.4pt}\setfootsepline{0.4pt}\begin{document}\input{deckblatt}\maketitle[-3]\pagestyle{scrheadings}\pagenumbering{roman}Test % This is the explanation that I was the only one working on the project. There should be lines at the top and bottom (done) and page numbers starting with "i"\begin{abstract}\thispagestyle{scrheadings}\pagenumbering{roman}This is a test. Hello World.\\I'm a abstract chapter!\end{abstract}% The abstract should have the page number "ii"{\addtocontents{toc}{\protect\thispagestyle{scrheadings}}\tableofcontents}\clearpage\pagenumbering{arabic}\chapter{Test}\Section{Test}\end{document}