Search found 25 matches

by justincase
Mon Oct 25, 2010 2:03 am
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Re: Latin page numbers and tocstyle

I did, and it worked. Reason why is that I have the needed files. I'm sorry that I forgot the title thing, but ok it's just a comment ;)

Anyhow, it works now and I try to remember the code rules the next time :)
by justincase
Sun Oct 24, 2010 12:13 am
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

Woops true - this can't be run 'cause of the inputs. Sorry for that.

My plan was it to have a line in the header and footer and inside the header the name of the actual chapter. With the help of this thread I got it so far that I have a line in the header and footer until the table of contents.
As ...
by justincase
Sat Oct 23, 2010 5:46 pm
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Re: Latin page numbers and tocstyle

No one?
by justincase
Thu Oct 21, 2010 5:55 pm
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

It's me again

The complete structure of my document looks like this (I think this is minimal enough)

\documentclass[12pt,a4paper, twoside, abstracton]{scrreprt}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{tocloft}
\usepackage{scrpage2}
\usepackage ...
by justincase
Thu Sep 30, 2010 4:00 am
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Re: Latin page numbers and tocstyle

I just had to move y = pulstran(t,d,'func') :)
by justincase
Mon Sep 27, 2010 10:11 pm
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

It's anoying I know :D

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 ...
by justincase
Mon Sep 27, 2010 7:15 pm
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

Hey

Thank you, that helped. Just two more things: The sep-lines in the abstract part are different to the others. It looks like that there are two lines.
Second: When I put a text before abstract, this text has the same odd separation lines and no page numbering.
Like this:
\documentclass[12pt ...
by justincase
Mon Sep 27, 2010 4:13 am
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

Sorry

\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}[\hrule \vskip 1.5pt ...
by justincase
Mon Sep 27, 2010 4:03 am
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

Hm no this doesn't work at all. I have the number "ii" on my table of contents but neither a number on my abstract nor sep lines at the top and bottom ...

\begin{document}

\input{deckblatt}

\maketitle[-3]
\pagestyle{scrheadings}
\pagenumbering{roman}
\begin{abstract}
This is a test. Hello ...
by justincase
Mon Sep 27, 2010 3:20 am
Forum: Text Formatting
Topic: Latin page numbers and tocstyle
Replies: 17
Views: 10780

Latin page numbers and tocstyle

Tocloft was helpful thank you.

As for the numbers:
I try it like this
\begin{document}
\input{deckblatt}

\maketitle[-3]
\pagestyle{scrheadings}
\pagenumbering{roman}
\begin{abstract}
This is a test. Hello World.\\
I'm a abstract chapter!
\end{abstract}

\tableofcontents ...