Re: [問題] 關於使用fancy編輯考卷頁首

作者: zidanesquall (Master)   2015-12-09 10:53:39
之前直接使用設定頁首的方式,但是感覺好像不太好看
想再請教一下
我是用exam 環境下製作考卷
我使用fancyhdr製作頁首頁尾,會出現問題...
會出現
「Command \lhead already defined. Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual of LaTeX Companion for explanation. Type H <return> for immediate help.
l.266 ... \lhead}{\@ifnextchar}{\@xlhead}{\@ylhead}」
這是我的設定碼
\documentclass[12pt,b4paper]{exam}
\usepackage{fontspec} % 允許設定字體
\usepackage{amsmath,amsthm,amssymb}
\usepackage{xeCJK} % 分開設置中英文字型
\setCJKmainfont{Kaiti TC} % 設定中文字型
%\setmainfont{Georgia} % 設定英文字型
%\setromanfont{Georgia} % 字型
%\setmonofont{Courier New}
\usepackage{Rvector}
\usepackage{stmaryrd}
\usepackage[left=1cm, right=1cm, bottom=1.9cm]{geometry}
\renewcommand\choicelabel{(\thechoice)} %將選擇題選項改成(A)....
\XeTeXlinebreaklocale "zh" % 針對中文自動換行
\XeTeXlinebreakskip = 0pt plus 1pt % 字與字之間加入0pt至1pt的間距,確保左右對整齊
%\parindent 0em % 段落縮進
%\setlength{\parskip}{20pt} % 段落之間的距離
\extrawidth{+0.6in}
\pointsinmargin
\marginpointname{\%}
\usepackage{fancyhdr}
%\usepackage{lastpage}
\pagestyle{fancyplain}
\lhead{\fancyplain{}{FoolEgg.com}} % 左頁首
\chead{} % 中頁首
\rhead{\fancyplain{}{在OSX平台上的XeLaTeX中文測試}} % 右頁首
\lfoot{} % 左頁尾
\cfoot{\fancyplain{}{\thepage\ of \pageref{LastPage}}} % 中頁尾
\rfoot{} % 右頁尾
\begin{document}
...
\end{document}
反而使用
\pagestyle{headandfoot}
\firstpageheader{\large\bf 1.答案卡\\\LARGE{104學年度第1學期第2次期中考高三數學科題目卷}\\班級:$\qquad\qquad$姓名:$\qquad\qquad\qquad$座號:$\quad$}{}{}
這樣子就沒有問題@@
想請問一下,有一定要使用fancyhdr,還是使用我原本的方式就好?
這是exam的介紹
http://www-math.mit.edu/~psh/exam/examdoc.pdf
最近想將學校固定的格式使用latex設定出來
但是我怎麼設定就是沒有原本word設定的感覺
用了LARGE,整排會多跑一個字,用Large又會太小
我想設定成這個樣子
http://tinyurl.com/p7hzl2b
設定是不是會比較麻煩?
作者: EdwardGJLee (LGJ)   2015-12-10 10:02:00
exam 和 fancyhdr 的 header/footer 會衝突。用 exam 的 header/footer 應該就很夠用了。用 \fontsize 去設一個 LARGE 及 Large 之間的大小。

Links booklink

Contact Us: admin [ a t ] ucptt.com