fancyhdr页眉页脚设计史上最全代码
Posted 拉风小宇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fancyhdr页眉页脚设计史上最全代码相关的知识,希望对你有一定的参考价值。
转载自:http://blog.sina.com.cn/s/blog_5e16f1770100g46l.html
代码如下:
\\documentclassarticle
\\usepackageCJK
\\setcounterpage6
\\setlength\\textheight100.0pt
\\setlength\\textwidth200.0pt
\\usepackagefancyhdr
\\usepackagelastpage
\\usepackagelayout
%\\pagestyleempty %不设置页眉页脚
\\footskip = 10pt
\\pagestylefancy % 设置页眉
\\beginCJKGBKkai\\endCJK
\\lheadpage \\thepage\\ of \\pagerefLastPage
\\chead页眉中间
\\rhead\\small\\leftmark
\\cfoot\\thepage
\\rfoot页脚左%
\\lfoot页脚右
\\renewcommand\\headrulewidth1pt %页眉线宽,设为0可以去页眉线
\\setlength\\skip\\footins0.5cm %脚注与正文的距离
\\renewcommand\\footnotesize %设置脚注字体大小
\\renewcommand\\footrulewidth1pt %脚注线的宽度
%===============
%双线页眉的设置
%\\makeatletter %双线页眉
%\\def\\headrule\\if@fancyplain\\let\\headrulewidth\\plainheadrulewidth\\fi%
%\\hrule\\@height 1.0pt \\@width\\headwidth\\vskip1pt%上面线为1pt粗
%\\hrule\\@height 0.5pt\\@width\\headwidth %下面0.5pt粗
%\\vskip-2\\headrulewidth\\vskip-1pt %两条线的距离1pt
% \\vspace6mm %双线与下面正文之间的垂直间距
%\\makeatother
%===============
%\\pagestylefancy
%\\fancyhead %clear all fields
%\\fancyhead[CE] \\应\\用 \\数 \\学
%\\fancyhead[CO] huangzh: 数学
%\\fancyhead[RO]\\thepage %奇数页眉的右边
%\\fancyhead[LE]\\thepage %偶数页眉的左边
%\\fancyhead[RE]\\zihao-5 2005 c
%\\fancyfoot[C]
%================================================================%
\\setcountertocdepth3
\\beginCJK*GBKsong
\\begindocument
\\sectionThe first
\\section第二部分
\\paragraph
\\newpage
\\endCJK*
\\enddocument
实现效果如下图
以上是关于fancyhdr页眉页脚设计史上最全代码的主要内容,如果未能解决你的问题,请参考以下文章