I'm a french student and my english is not very good, so I hope I won't make to many "faux-amis"
I'm making a "alumni book" (is it the right expression?) for the school. I want to have a dictionary-like heading, with fancyhdr.
I don't have any problem with monoline heading, but I can't make multiline heading.
A short example to show what happens:
Code: Select all
\documentclass[a4paper,10pt,titlepage,twoside]{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{3}
\raggedright
\markright{test \\ test}
\end{multicols}
\end{document}
"! Argument of \mult@@cols has an extra }."
If I change raggedright to \begin{flushleft}\end{flushleft}, the error is:
"! Use of \@item doesn't match its definition.
\@ifnextchar ... \reserved@d =#1\def \reserved@a {"
Without multicol, or \\ or raggedright, it works (at least it compiles)
I very bad at TeX, and I didn't achieve to understand the way markboth works.
I have a standard texlive installation on Linux.
Any ideas?
Regards