-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontmatter.tex
75 lines (67 loc) · 1.45 KB
/
frontmatter.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
\def\theauthor{The Author}
\def\thetitle{TITLE}
\def\thenumber{Volume 4}
\thispagestyle{empty}
\setlength\fboxrule{1mm}
\newsavebox{\titlepage}
\sbox{\titlepage}{%
\hbadness=10000
\coverpage{
\hfuzz=\maxdimen
\begin{center}
\vskip22mm
\fontsize{18mm}{23mm}\selectfont%
\textsl{\textbf{\thetitle}}\\[5mm]
%
\fbox{%
\includegraphics[width=55mm]{baby-wombat
}%
}\\
{\fontsize{6mm}{7mm}\selectfont%
\textbf{Poetry}}\\
\Large%
\textbf{by}\\
\textbf{\theauthor}\\[15mm]
\end{center}
\vfil\leavevmode
\hfill\textbf{\thenumber}
}
}
\usebox{\titlepage}
\hfuzz=\maxdimen
\cleartorecto
\thispagestyle{empty}
\usebox{\titlepage}
\setcounter{page}{1}
\cleartoverso
\renewcommand{\thepage}{\roman{page}}
\mbox{}
\begingroup
\normalsize\setlength{\parskip}{0.5ex plus 0.3ex}
\textbf{NOTES}
\endgroup
\vspace*{\fill}
\mbox{}\par
{\small
Copyright \copyright\ 2023 \theauthor\\
All rights reserved.\\
No part of this publication may be reproduced or transmitted, in any
form or by any means, electronic or mechanical, including photocopy,
recording or any information storage and retrieval system, without
permission in writing from the copyright holders.
\begin{center}
ISBN: 123--456--789--0\
\end{center}
}
\vspace*{1cm}
\cleartorecto
\pagestyle{Ruled}
\begingroup
\input{foreword}
\endgroup
\cleartorecto
\mainmatter
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "book"
%%% End: