Reverted from memoir to document
Evidently centering stuff decently in latex is not an option
This commit is contained in:
parent
f22dba64c5
commit
d246876be6
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[a4paper,twoside, openany]{memoir}
|
\documentclass[a4paper,twoside, openany]{book}
|
||||||
%% "openany" allows for chapters on odd pages, it would leave a blank page otherwise
|
%% "openany" allows for chapters on odd pages, it would leave a blank page otherwise
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{titlesec}
|
\usepackage{titlesec}
|
||||||
|
@ -36,7 +36,6 @@
|
||||||
\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue}
|
\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{vplace}[0.7]
|
|
||||||
\font\mytitle=cmr12 at 40pt
|
\font\mytitle=cmr12 at 40pt
|
||||||
\newcommand{\MONTH}{%
|
\newcommand{\MONTH}{%
|
||||||
\ifcase\the\month
|
\ifcase\the\month
|
||||||
|
@ -519,5 +518,4 @@ Essentially, a collection
|
||||||
and thus he's keeeping\\
|
and thus he's keeeping\\
|
||||||
his life of sweat.
|
his life of sweat.
|
||||||
\end{Verse}
|
\end{Verse}
|
||||||
\end{vplace}
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user