发布时间:2010-01-13 21:40:11
文章类别:页面设置
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100gue2.html

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

解决方案:
LaTeX技巧216:如何制作"chapter-page"的页码样式

演示代码:
\documentclass{book}
\usepackage{chngcntr}
\usepackage{lipsum} % just to generate some text

\counterwithin{page}{chapter}
\renewcommand\thepage{\thechapter--\arabic{page}}

\begin{document}

\chapter{Test chapter one}
\stepcounter{page}
\lipsum[1-10]
\chapter{Test chapter two}
\stepcounter{page}
\lipsum[1-10]

\end{document}

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部