Add Half Title page

glossary
Jeff Moe 2022-08-28 23:27:42 -06:00
parent b044d1f6ec
commit 66daf6dd0d
2 changed files with 27 additions and 3 deletions

19
src/Half_Title.tex 100644
View File

@ -0,0 +1,19 @@
%
% Half_Title.tex
%
% SatNOGS Optical Unofficial Guide
%
% Copyright (C) 2022, Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
%%% HALF TITLE %%%
\thispagestyle{empty}
\begin{vplace}
\centering
\fontspec{lmmonocaps10-regular.otf}\fontsize{20pt}{1em}\selectfont{SatNOGS Optical Unofficial Guide}
\end{vplace}
%%% END HALF TITLE %%%

View File

@ -205,15 +205,20 @@ leftmargin=1cm,rightmargin=1cm
%%% BEGIN FRONT MATTER %%%
\frontmatter
%%% HALF TITLE PAGE %%%
% We want the half title to be on the right hand (recto) page. XXX
% Needs blank verso page. XXX
% If we pad a page, it gives us two with openright
\include{Half_Title}
%%% END HALF TITLE PAGE
% Set page numbers to lowercase roman numerals, and reset the count to 1 (no *)
\pagenumbering{roman}
%%% TITLE PAGE %%%
% We want the title to be on the right hand page.
% We want the title to be on the right hand (recto) page. XXX
% If we pad a page, it gives us two with openright
\pagecolor{jebba-green}
\include{Title}
\pagecolor{white}
%%% END TITLE PAGE
%%% COPYRIGHT PAGE %%%