![](https://secure.gravatar.com/avatar/a975c3bd6563c759ef212cd258d238d6.jpg?s=120&d=mm&r=g)
3 Oct
2009
3 Oct
'09
5:25 p.m.
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