Hi All,
How to setup the complicated header/footer compared to LaTeX fancyhdr
package? For example, how to use change line from the header/footer like
follow LaTeX code?
<code>
\pagestyle{fancy}
\headheight 35pt
\fancyhf{} %delete current setting of header and footer
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\renewcommand{\headrulewidth}{1pt}
\renewcommand{\footrulewidth}{0.6pt}
\lhead{\bfseries \rightmark}
\chead{\textbf{\thepage}}%
\rhead{\usebox{\mylogo}}
\lfoot{}
\cfoot{
\begin{tabular}{c}
\textbf{Copyright 2009, My Company}\\
\small{You are free to copy, distribute, display, and perform the work}\\
\end{tabular}}%
\rfoot{}
</code>
Thanks in advance.
Best regards,
Joshua