如下图所示:chapstyle20140428005147  我这里进行了简单设计,参考了titlesec的相关代码以及网友提供的论文样式。 代码如下:

\documentclass[a4paper,titlepage]{book}
\usepackage{kpfonts}  %从论文中比对出的字体
\usepackage[T1]{fontenc}
\usepackage{titlesec}

%定义粗线填充
\def\Vhrulefill{\leavevmode\leaders\hrule height .8ex depth \dimexpr0.8pt-.2ex\hfill\kern0pt}

%章节样式定义
\titleformat{\chapter}[display]
{\normalfont\large\filcenter}
{\Vhrulefill \ \ \scshape{\chaptertitlename} \thechapter\ \ \Vhrulefill}
{.5pc}
{\titlerule%
\Huge\scshape}[\titlerule]
\usepackage{lipsum}
\begin{document}
                        % Command that implements the titlepage
\chapter{Introduction}

{\it  \lipsum[1]}

\section{The example of section}%Begin your text here...

\end{document}

效果图如下:chapdesign20140428005807 

点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部