\documentclass{memoir}
% Les têtes de chapitre sont définies ainsi
\makeatletter
\def\@makechapterhead#1{%
\vspace*{20\p@}%
{\parindent \z@ \centering
\normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
%\huge\bfseries
\scshape
\@chapapp\space \thechapter
\par\nobreak
% \vskip 20\p@
\fi
\fi
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
\def\@schapter#1{\if@twocolumn
\@topnewpage[\@makeschapterhead{#1}]%
\else
\@makeschapterhead{#1}%
\@afterheading
\fi}
\def\@makeschapterhead#1{%
\vspace*{20\p@}%
{\parindent \z@ \centering
\normalfont
\scshape
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
\begin{document}
\chapter{Introduction}
\end{document}
如何在此代码中在章节标题中制作一个框(带阴影)
•
box
相关内容
- 使 Asterisk 为另一个子网提供服务
- CentOS 上的 Nginx + PHP-fastcgi + MySQL:与 MySQL 连接的所有文件中均出现 502 Bad Gateway
- cpp-7 版本 7.5.0 asan 链接错误
- libfreetype6-dev :取决于:libfreetype-dev
- 如何使用 TOR 检查我的新 IP 和位置
- 如何在 OSX 中将 PDF 打印为 postscript?
- doveadm sync -1:一个简单但又异常困难的案例
- 2 个 cisco 3560 交换机(第 3 层)
- LDAP:如何通过系统 ID/密码绑定,然后通过用户 ID/密码进行授权?
- 如何使用 Windows 10 或 Ubuntu 合并同一 HDD 中的两个驱动器?