I have a problem with the flowfram package, which I haven't been able to resolve yet on my own.
When I create a flow frame with a colored border, only the left and the upper borders have the correct color, the lower and the right borders are black. This happens only on the first page, on all subsequent pages the colors of all four borders are correct.
my code:
Code: Select all
\documentclass{article}
\usepackage{flowfram}
\newflowframe*{10cm}{15cm}{25pt}{25pt}[main]
\setallflowframes{border=plain, bordercolor=red}
\begin{document}
only left and upper border are red, lower and right border are black
\framebreak
all 4 borders are red
\end{document}
Thanks in advance
Fabian