neuling1
29-01-2011, 23:54
Hallo,
weiß jemand, wie man die roten Boxen am rechten Rand ausrichten kann?
\documentclass[ a4paper,pagesize = auto, 12pt, twoside,headsepline, openright,parskip =half]{scrreprt}
\usepackage{xcolor}
\usepackage{fancyhdr}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{blindtext}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[OR]{
\hfill\colorbox{green}{rechte Seite}\vspace{-.5ex}
\newline
\colorbox{red}{\begin{minipage}[r][.8cm]{.4cm}\hfill\end{minipage}}
}
\fancyhead[LE]{
\colorbox{green}{\slshape linke Seite}\hfill\vspace{-.5ex}\newline
\colorbox{green}{\begin{minipage}[l][.8cm]{.4cm}\hfill \end{minipage}}
\hfill
}
\fancyfoot[OR]{
\hfill\colorbox{red}{\begin{minipage}[r][.8cm]{.4cm}\hfill\end{minipage}}\vspace{-.5ex}
\newline
\hfill\colorbox{green}{rechte Seite}
}
\fancyfoot[LE]{
\colorbox{green}{\begin{minipage}[l][.8cm]{.4cm}\hfill \end{minipage}}\vspace{-.5ex}\newline
\colorbox{green}{\slshape linke Seite}\hfill
}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
\blindtext[30]
\end{document}
Dabei soll der Text die Ausrichtung wie auf der ersten Seite haben und sich nicht ab der Zweiten ändern.
Danke
weiß jemand, wie man die roten Boxen am rechten Rand ausrichten kann?
\documentclass[ a4paper,pagesize = auto, 12pt, twoside,headsepline, openright,parskip =half]{scrreprt}
\usepackage{xcolor}
\usepackage{fancyhdr}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{blindtext}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[OR]{
\hfill\colorbox{green}{rechte Seite}\vspace{-.5ex}
\newline
\colorbox{red}{\begin{minipage}[r][.8cm]{.4cm}\hfill\end{minipage}}
}
\fancyhead[LE]{
\colorbox{green}{\slshape linke Seite}\hfill\vspace{-.5ex}\newline
\colorbox{green}{\begin{minipage}[l][.8cm]{.4cm}\hfill \end{minipage}}
\hfill
}
\fancyfoot[OR]{
\hfill\colorbox{red}{\begin{minipage}[r][.8cm]{.4cm}\hfill\end{minipage}}\vspace{-.5ex}
\newline
\hfill\colorbox{green}{rechte Seite}
}
\fancyfoot[LE]{
\colorbox{green}{\begin{minipage}[l][.8cm]{.4cm}\hfill \end{minipage}}\vspace{-.5ex}\newline
\colorbox{green}{\slshape linke Seite}\hfill
}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
\blindtext[30]
\end{document}
Dabei soll der Text die Ausrichtung wie auf der ersten Seite haben und sich nicht ab der Zweiten ändern.
Danke