看板 LaTeX 關於我們 聯絡資訊
想請問一下 fancyhead頁眉部份靠左靠右的問題 目前是用TeX 3.1415926 (TeX Live 2012/Debian) 系統是Ubuntu 12.10 64bit 使用fancyhdr這package 但不知為何fancyhead不會單數頁眉靠右 雙數靠左 只會以第一頁的方法為準 像下面的原始碼頁眉全部靠右.. 想請問一下是哪邊設定出了問題了嗎? <(_ _)> ==================原始碼如下=================== \documentclass[12pt,a4paper,twocolumn]{article} \usepackage{titletoc} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhead[LO,RE]{} \fancyhead[RO,LE]{HeadHead} \begin{document} ..... (一堆文字內容) ..... \end{document} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.109.18.38
andrew43:沒有定義twoside 05/28 15:01