发布时间:2009-12-16 20:06:50
文章类别:页面设置
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100ggej.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

解决方案:

\renewcommand{\headrule}{\leavevmode\xleaders\hbox{${\sim}{\cdot}$}\hfill\null}

演示效果图:

LaTeX技巧167:如何把页眉线修改为波浪线

演示代码:

\documentclass{article}
\usepackage{CJK}
\setcounter{page}{6}
\setlength\textheight{100.0pt}
\setlength\textwidth{200.0pt}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{layout}
%\pagestyle{empty} %不设置页眉页脚
\footskip = 10pt
\pagestyle{fancy} % 设置页眉
\begin{CJK}{GBK}{kai}\end{CJK}
\lhead{page \thepage\ of \pageref{LastPage}}
\chead{页眉中间}
\rhead{\small\leftmark}
\cfoot{\thepage}
\rfoot{页脚左}%
\lfoot{页脚右}
\renewcommand{\headrulewidth}{1pt} %页眉线宽,设为0可以去页眉线
\setlength{\skip\footins}{0.5cm} %脚注与正文的距离
\renewcommand{\footnotesize}{} %设置脚注字体大小
\renewcommand{\footrulewidth}{1pt} %脚注线的宽度
%===============
%双线页眉的设置
%\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
% \vspace{6mm}} %双线与下面正文之间的垂直间距
%\makeatother
%===============
%\pagestyle{fancy}
%\fancyhead{} %clear all fields
%\fancyhead[CE]{ \应\用 \数 \学 }
%\fancyhead[CO]{{ huangzh: 数学}}
%\fancyhead[RO]{\thepage} %奇数页眉的右边
%\fancyhead[LE]{\thepage} %偶数页眉的左边
%\fancyhead[RE]{\zihao{-5} 2005 c}
%\fancyfoot[C]{}
\renewcommand{\headrule}{\leavevmode\xleaders\hbox{${\sim}{\cdot}$}\hfill\null}
%================================================================%
\setcounter{tocdepth}{3}
\begin{CJK*}{GBK}{song}
\begin{document}
\section{The first}
\section{第二部分}
\paragraph{}
\newpage
\end{CJK*}
\end{document}


点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部