From 49713750772bb5f6bf68d46c8b31e478504cf39e Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 28 Aug 2022 23:52:30 -0600 Subject: [PATCH] Add frontispiece --- src/Frontispiece.tex | 23 ++++++++++++ src/SNOUG.tex | 6 +++- src/Title.tex | 33 ++++++------------ .../{title-pic.png => frontispiece.png} | Bin 4 files changed, 38 insertions(+), 24 deletions(-) create mode 100644 src/Frontispiece.tex rename src/figures/{title-pic.png => frontispiece.png} (100%) diff --git a/src/Frontispiece.tex b/src/Frontispiece.tex new file mode 100644 index 0000000..eb46457 --- /dev/null +++ b/src/Frontispiece.tex @@ -0,0 +1,23 @@ +% +% 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. +% + +\date {} +\thispagestyle{empty} +\begingroup +\centering +\begin{center} + \null\vfill + \centering + \includegraphics[keepaspectratio=true,angle=0,height=0.85\textheight,width=0.85\textwidth]{frontispiece.png} + \par + \null\vfill +\end{center} +\endgroup diff --git a/src/SNOUG.tex b/src/SNOUG.tex index d5aa932..06f6758 100644 --- a/src/SNOUG.tex +++ b/src/SNOUG.tex @@ -208,10 +208,14 @@ leftmargin=1cm,rightmargin=1cm %%% 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 +%%% FRONTISPIECE PAGE %%% +% We want the frontispiece to be on the left hand (verso) page. XXX +\include{Frontispiece} +%%% END FRONTISPIECE PAGE + % Set page numbers to lowercase roman numerals, and reset the count to 1 (no *) \pagenumbering{roman} diff --git a/src/Title.tex b/src/Title.tex index 582bae3..0cd443b 100644 --- a/src/Title.tex +++ b/src/Title.tex @@ -19,29 +19,16 @@ \fontspec{LinLibertine_RI.otf}\fontsize{16pt}{0em}\selectfont % \emph{\textcolor{black}{\begin{turn}{15}Unofficial\end{turn}}} \\ \fontspec{GemunuLibre-ExtraBold.otf}\fontsize{68pt}{1em}\selectfont % - Guide -\end{center} -\par -\begin{center} - \includegraphics[keepaspectratio=true,angle=0,height=0.10\textheight,width=0.15\textwidth]{spacecruft.png} - \includegraphics[keepaspectratio=true,angle=0,height=0.15\textheight,width=0.25\textwidth]{spacecruft.png} - \includegraphics[keepaspectratio=true,angle=0,height=0.15\textheight,width=0.20\textwidth]{spacecruft.png} - \\ - \par - \null\vfill - \centering - \includegraphics[keepaspectratio=true,angle=0,height=0.85\textheight,width=0.85\textwidth]{title-pic.png} - \par - \null\vfill - \includegraphics[keepaspectratio=true,angle=0,height=0.02\textheight,width=0.02\textwidth]{spacecruft.png} - \includegraphics[keepaspectratio=true,angle=0,height=0.02\textheight,width=0.02\textwidth]{spacecruft.png} - \includegraphics[keepaspectratio=true,angle=0,height=0.02\textheight,width=0.02\textwidth]{spacecruft.png} - \\ - \null\vfill\hfill - \fontspec{lmroman12-italic.otf}\fontsize{10pt}{1em}\selectfont % - {by} \\ - \null\vfill\hfill - \fontspec{lmroman12-regular.otf}\fontsize{14pt}{1em}\selectfont % + Guide\\ + \fontspec{GemunuLibre-ExtraBold.otf}\fontsize{14pt}{1em}\selectfont % {Jeff Moe} \end{center} +\par +\par +\begin{center} +\null\vfill +\fontspec{LinLibertine_RI.otf}\fontsize{10pt}{1em}\selectfont % +{Loveland, Colorado} +\end{center} \endgroup + diff --git a/src/figures/title-pic.png b/src/figures/frontispiece.png similarity index 100% rename from src/figures/title-pic.png rename to src/figures/frontispiece.png