发布时间:2009-12-18 09:15:47
文章类别:页面设置
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100gh0g.html

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

在第一章的\chapter后面加\setcounter{page}{1}
在\begin{document}后面加\pagestyle{empty}
\tableofcontents后面加\thispagestyle{empty}
第一个\chapter后面加\pagestyle{fancy}
在导言区加:
代码:
\usepackage{fancyhdr}
\begin{CJK}{GBK}{song}\end{CJK}
\fancypagestyle{plain}{%
\lhead{*** 著}
\rhead{\leftmark}}
演示效果图:
LaTeX技巧174:如何在页眉中加入章节名
演示代码:
\documentclass{book}
\usepackage{textcomp}
\usepackage{CJK}
\setlength\textwidth{300.0pt}
\usepackage{fancyhdr}
\begin{CJK}{GBK}{song}\end{CJK}
\fancypagestyle{plain}{%
\lhead{*** 著}
\rhead{\leftmark}}
\begin{CJK*}{GBK}{song}
\begin{document}
\pagestyle{plain}
\chapter{诗词}
\section{唐诗}
\newpage
\section{宋词}
\paragraph{}
\newpage
\end{CJK*}
\end{document}


点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部