5
votes
1answer
456 views

Headers and page numbers in external borders

I am trying to recreate in *TeX the same aspect that you can see in the following picture showing a document that I created a while ago with MS Publisher. As you can see, page numbers are rendered ...
1
vote
1answer
163 views

page headings in scrbook and xepersian

I found the page about page numbers in xepersian, but the problem seems to be more general. I cannot get the page headings with scrpage2 in the KomaScript classes to work. I tried the following: ...
0
votes
0answers
24 views

KOMA-Script: Roman page numbers for the first few pages [duplicate]

Possible Duplicate: Roman numeral numbering for introductions I'm writing a document with KOMA-Script and the scrreprt class. I'm wondering how to force the first few pages of the document ...
0
votes
1answer
381 views

scrbook page numbers are only present on first page of chapters

I have to submit my thesis tomorrow and al of a suddon do not get any pagenumbers for any but the first page of the chapters. Anybody out there who can help me? I fear I do not have time to build a ...
3
votes
1answer
316 views

Put section and page numbers in the margin with KOMA Script

Using the scrartcl document class, I would like to put the section number into the page margin, as is seen for example in the famous l2tabu document. That should be easily possible with KOMA Script, ...
2
votes
2answers
441 views

KOMA-article: Page X of Y not showing in first page footer

(Warning: Question from newbie to LaTeX :-) Using koma-article in Org-mode, I want to show "X of Y" in the footer of all pages. I followed the instructions in this post, and it works fine for pages 2 ...
5
votes
1answer
1k views

Table of Contents: Customize space between dots before page number?

I am writing a small KOMA-Script scrartcl document with multiple sections. In the table of contents, LaTeX fills the current line with dots between the end of the section name and the page number. Is ...
3
votes
2answers
750 views

How do I add a Page X of Y in a KOMA-script class?

I saw the answers to a similar question, but the accepted answer won't take effect in a KOMA-script class. \usepackage{lastpage} ... \cfoot{\thepage\ of \pageref{LastPage}} I am using scrartcl ...