[合集] 问个latex的问题(关于fancyheader)# TeX - TeX电子排版系统
J*r
1 楼
☆─────────────────────────────────────☆
realguy (爱我所爱) 于 (Fri Jul 29 03:49:05 2005) 提到:
一直在想如何在论文的上方加上"to appear in the...."(比如在preprint的论文),好象
fancyheader的package可以做这个事情,但好象挺复杂(至少用起来不方便),所以一直没
有figure out出来。哪位兄弟帮忙贴一些sample code. 谢谢。
☆─────────────────────────────────────☆
xyct (洋葱头) 于 (Tue Aug 9 22:44:53 2005) 提到:
我是这么用的:
\documentclass{article}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\fancyhf{}
\lhead{to appear in the....}
\rhead{My Name}
\rfoot{Page \thepage}
text.
realguy (爱我所爱) 于 (Fri Jul 29 03:49:05 2005) 提到:
一直在想如何在论文的上方加上"to appear in the...."(比如在preprint的论文),好象
fancyheader的package可以做这个事情,但好象挺复杂(至少用起来不方便),所以一直没
有figure out出来。哪位兄弟帮忙贴一些sample code. 谢谢。
☆─────────────────────────────────────☆
xyct (洋葱头) 于 (Tue Aug 9 22:44:53 2005) 提到:
我是这么用的:
\documentclass{article}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\fancyhf{}
\lhead{to appear in the....}
\rhead{My Name}
\rfoot{Page \thepage}
text.