Theses, Books, Title pages ⇒ Change to One Side Format
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Change to One Side Format
i am trying to modify the template to use it in a One Side Format.
But i´m getting in trouble with the Headers. Now every Headers Looks like if it would be a right page. That means the actual subsection is showed at the right edge.
But i want that the actual section is showed on the left side like it is on left pages in the "standard book layout".
My problem is that i can not find code section where the left and right side Headers are defined.
Can anyone help me with this problem or even give me a hint where i have to modify the Design definition?
btiegel
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Change to One Side Format
I'm not sure what you mean. Have you changed '
twoside
' on line 30 of main.tex
to 'oneside
'? The subsections are aligned left in the document so I don't know what you mean by them being at the right edge. Could you please be more precise with what you've done and what the problem is?Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Change to One Side Format
first of all thanks for your reaction. I´m trying to be more accurate this time:
Yes i changed that to oneside.
I am not talking about the headings in the text Everything ist all right with these ones.
My Problem is related to the header section at the top of every page where you can see the actual chapter and the page number.
In the Original-twoside Version the actual section ist displayed in the left edge of every left/odd page. On every right/even page the actual subsection ist displayed in the right edge of the header section.
If i change the argument to get a onepage design the header looks like on an even page on every page.
My problem is that i wanna see section in the left edge like on an even page in the two page design.
Do you know understand what is actually my problem?
btiegel
Re: Change to One Side Format
Are you sure that you want to do this? You'll want to look in scrrepr.cls if you want to do this, you can find it online. Look for specification of headers under the twoside/oneside options.
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Change to One Side Format
Do you have a hint for my me how i can manage that the secition and not the sub-section ist displayed in the header?
The best would be if there where any possibility to show both in the followong way:
4. Example Section
4.3 Example Sub-Section
------------------------------------------------------------------
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
btiegel
Change to One Side Format
Code: Select all
\rohead{\mbox{\hfil{\headmark}\rlap{\small\kern2em\thepage}}}
Code: Select all
\rohead{\mbox{\hfil{\headmark}\rlap{\small\kern2em\thepage}}\\ \thesubsection}
Good luck!