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

看板LaTeX作者 (Master)時間8年前 (2015/12/09 10:53), 8年前編輯推噓0(003)
留言3則, 1人參與, 最新討論串4/7 (看更多)
之前直接使用設定頁首的方式,但是感覺好像不太好看 想再請教一下 我是用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 設定是不是會比較麻煩? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 125.227.216.247 ※ 文章網址: https://www.ptt.cc/bbs/LaTeX/M.1449629624.A.A05.html

12/10 10:02, , 1F
exam 和 fancyhdr 的 header/footer 會衝突。
12/10 10:02, 1F

12/10 10:04, , 2F
用 exam 的 header/footer 應該就很夠用了。
12/10 10:04, 2F
嗯嗯,感謝~~ 那還可以請教我後面的設定該怎麼使用會比較貼近原本學校的段考考卷範本嗎? ※ 編輯: zidanesquall (125.227.216.247), 12/10/2015 12:33:20

12/10 13:51, , 3F
用 \fontsize 去設一個 LARGE 及 Large 之間的大小。
12/10 13:51, 3F
文章代碼(AID): #1MPvUue5 (LaTeX)
討論串 (同標題文章)
文章代碼(AID): #1MPvUue5 (LaTeX)