From 66daf6dd0d80fc18bae0230cbd81b6e896f654da Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 28 Aug 2022 23:27:42 -0600 Subject: [PATCH] Add Half Title page --- src/Half_Title.tex | 19 +++++++++++++++++++ src/SNOUG.tex | 11 ++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 src/Half_Title.tex diff --git a/src/Half_Title.tex b/src/Half_Title.tex new file mode 100644 index 0000000..8e12105 --- /dev/null +++ b/src/Half_Title.tex @@ -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 %%% + diff --git a/src/SNOUG.tex b/src/SNOUG.tex index 870d7bd..d5aa932 100644 --- a/src/SNOUG.tex +++ b/src/SNOUG.tex @@ -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 %%%