Search found 4 matches

by jakob
Mon Jan 30, 2012 6:21 pm
Forum: Page Layout
Topic: fancyhdr | Interferences with Change in Page Geometry
Replies: 0
Views: 1380

fancyhdr | Interferences with Change in Page Geometry

Hi all,

I have rather a question than a problem since it is not super necessary for my layout. I couldn't find any similar topic, but I apologize if I've overseen an analogous problem.

I am using two sided book class which results in a slight asymmetric layout of the pages. this is fine, now i ...
by jakob
Thu Dec 15, 2011 5:58 pm
Forum: Page Layout
Topic: Omitted Page Break with new Subsections
Replies: 1
Views: 1394

Omitted Page Break with new Subsections

it might be because you write the text in {}. The text in brackets indicates the title of the subsection.
try

Code: Select all

\subsection{titel}
your text
\subsection{titel2}
your text again
and so on...
by jakob
Mon Dec 12, 2011 12:27 pm
Forum: Page Layout
Topic: Headers for the Bibliography
Replies: 4
Views: 12666

Headers for the Bibliography

Hi Stefan,

thanks for the warm welcome and thanks even more for the solution, works perfect for me.

Ian, here is what i did for the bib section, maybe it helps:

\renewcommand\bibname{References} %change bibliography into References
\renewcommand{\bibfont}{\small}
\fancyhf{}
\fancyfoot[LE,RO ...
by jakob
Fri Dec 09, 2011 5:51 pm
Forum: Page Layout
Topic: Headers for the Bibliography
Replies: 4
Views: 12666

Headers for the Bibliography

Hi,
i am new to Latex (and to this forum). I still hope that the post is adequate since i searched the web for the whole day and couldnt find a solution to my problem (as simple as it might be in the end).

i use miktex 2.9 and write on texniccenter.
for my thesis, i use the package natbib for the ...