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


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to