如下图:

section140204

代码如下:

\documentclass[12pt]{book}
\usepackage{titlesec}
\usepackage{xcolor,lipsum}
\titleformat{\chapter}[block]
{}
{\llap{\color{gray}\chapterNumber\thechapter
\hspace{10pt}\vline}}
{10pt}
{\formatchaptertitle}
\newcommand{\formatchaptertitle}[1]{%
\parbox[t]{\dimexpr\textwidth-10pt}{\raggedright\LARGE\scshape#1}}
\newcommand{\chapterNumber}{%
\fontsize{50}{50}\usefont{U}{eur}{b}{n}}
\begin{document}
\chapter{Long long long long long long long long long long title}

\lipsum[1]
\end{document}

选自: http://tex.stackexchange.com/questions/111251/chapter-title-alignment-with-titleformat 

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部