Update Alembic.tex
This commit is contained in:
parent
7cf390b1b4
commit
527639115a
22
Alembic.tex
22
Alembic.tex
|
@ -4,6 +4,28 @@
|
|||
\usepackage{titlesec}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{varwidth}
|
||||
|
||||
\usepackage{xpatch}
|
||||
|
||||
\makeatletter
|
||||
|
||||
\xpatchcmd{\@makeschapterhead}{%
|
||||
\Huge \bfseries #1\par\nobreak%
|
||||
}{%
|
||||
\Huge \bfseries\centering #1\par\nobreak%
|
||||
}{\typeout{Patched makeschapterhead}}{\typeout{patching of @makeschapterhead failed}}
|
||||
|
||||
|
||||
\xpatchcmd{\@makechapterhead}{%
|
||||
\huge\bfseries \@chapapp\space \thechapter
|
||||
}{%
|
||||
\huge\bfseries\centering \@chapapp\space \thechapter
|
||||
}{\typeout{Patched @makechapterhead}}{\typeout{Patching of @makechapterhead failed}}
|
||||
|
||||
\makeatother
|
||||
|
||||
%% I just want stuff to be centered
|
||||
|
||||
\newenvironment{Verse}
|
||||
{\center\varwidth{\linewidth}\fontsize{18}{21.6}\selectfont}
|
||||
{\endvarwidth\endcenter}
|
||||
|
|
Loading…
Reference in New Issue
Block a user