Search found 2 matches

by buergi
Sat Mar 19, 2011 1:57 pm
Forum: Text Formatting
Topic: background color of lines
Replies: 1
Views: 2577

background color of lines

I managed to solve problem 1 by using the framed package
\documentclass[svgnames]{book}
\usepackage[dvips]{geometry}
\usepackage{framed}
\usepackage{vmargin}
\usepackage{xcolor}
\usepackage{calc}

\setpapersize{A5}
\pagecolor{Ivory}
\setmarginsrb{1.5cm}{1.5cm}{1.5cm}{1.5cm}{0.5cm}{0.2cm}{1cm}{1cm ...
by buergi
Sat Mar 19, 2011 11:04 am
Forum: Text Formatting
Topic: background color of lines
Replies: 1
Views: 2577

background color of lines

Hey,
i'm searching a way to do some advanced line coloring. Specific paragraphs should alternately be colored. I've drawn a rough layout sketch to clarify how it should look like:
book_layout_neut.png
For the orange flags in the header i used tikz and fancyhdr, which worked very well. But i've ...