Search found 3 matches

by gunknown
Mon Jan 18, 2010 12:30 am
Forum: Page Layout
Topic: openright -> no page number and headers on blank pages
Replies: 2
Views: 3714

Re: openright -> no page number and headers on blank pages

Thanks for the hint. Unfortunately i cannot change the document class anymore due to big layout changings.

So, finally i solved the problem by manually entering blank pages like described here:
http://www.flawtech.de/?p=115
by gunknown
Fri Jan 15, 2010 12:57 pm
Forum: Page Layout
Topic: openright -> no page number and headers on blank pages
Replies: 2
Views: 3714

openright -> no page number and headers on blank pages

Hi,

my document class is "report". I want to print my report duplex. Therefore i added the two options openright and twoside:

\documentclass[a4paper,10pt, twoside, openright]{report}

Now, the inserted "blank pages" are still numbered and have a header. How can i avoid this?
by gunknown
Sun Nov 01, 2009 9:13 pm
Forum: Text Formatting
Topic: Force order of contents
Replies: 4
Views: 3735

Force order of contents

\begin{itemize}
\item \textbf{Versuch 1}\\\\
\begin{tabular}{l|c|c|c}
Spezifikation & N & R & T [s]\\ \hline
pre\_track=[0,-1,0,10]& \multirow{2}{*}{1460} & \multirow{2}{*}{853} & \multirow{2}{*}{53.6}\\
h=-&&&\\
\end{tabular}
\begin{figure}[h!]
\begin{center}
\includegraphics[scale=0.4 ...