All all parts of book: Ack, Appendix, Foreward, Preface, etc.

glossary
Jeff Moe 2022-08-29 12:37:49 -06:00
parent 99cedfc1f9
commit c68377d13e
8 changed files with 112 additions and 5 deletions

View File

@ -6,7 +6,7 @@
```
apt install texlive-latex-recommended texlive-xetex \
texlive-humanities \
texlive-humanities texlive-pstricks \
python3-pygments \
fonts-gemunu-libre fonts-linuxlibertine \
biber

View File

@ -0,0 +1,19 @@
%
% Acknowledgements.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.
%
%%% ACKNOWLEDGEMENTS %%%
\thispagestyle{empty}
\emph{\LARGE{Acknowledgements}}
\par
Thanks to everyone in the Libre Space community,
especially for the help in \url{#satnogs-optical:matrix.org}.
%%% END ACKNOWLEDGEMENTS %%%

15
src/Appendix.tex 100644
View File

@ -0,0 +1,15 @@
%
% Appendix
%
% 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.
%
\section{Appendix}
\label{sec:appendix}
For text and data not in the main text.

View File

@ -10,6 +10,9 @@
%
%%% FOREWARD %%%
\thispagestyle{empty}
\emph{\LARGE{Foreward}}
\par
Perhaps, a book about pictures of satellites.
\\
A foreward stub.

View File

@ -14,6 +14,15 @@
\begin{vplace}
\centering
\fontspec{lmmonocaps10-regular.otf}\fontsize{20pt}{1em}\selectfont{SatNOGS Optical Unofficial Guide}
\\
\fontspec{lmmonocaps10-regular.otf}\fontsize{14pt}{1em}\selectfont{\textcolor{red}{DRAFT}}
\end{vplace}
\null
\vfill
\hfill
% BARCODE
\begin{pspicture}(2.0,1.0)
\psbarcode{978-1-387-65419-2}{includetext}{isbn}
\end{pspicture}
%%% END HALF TITLE %%%

22
src/Preface.tex 100644
View File

@ -0,0 +1,22 @@
%
% Preface.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.
%
%%% PREFACE %%%
\thispagestyle{empty}
\emph{\LARGE{Preface}}
\par
This could be a preface.
\\
If you want every.single.part...
\hfill
\emph{--- for sure}
%%% END PREFACE %%%

20
src/Prologue.tex 100644
View File

@ -0,0 +1,20 @@
%
% Prologue.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.
%
%%% PROLOGUE %%%
\thispagestyle{empty}
\emph{\LARGE{Prologue}}
\par
This could be a prologue.
\\
XXX more .........
%%% END PROLOGUE %%%

View File

@ -110,6 +110,9 @@ leftmargin=1cm,rightmargin=1cm
\usepackage{smartdiagram}
\usesmartdiagramlibrary{additions}
%%% Barcode
\usepackage{pst-barcode}
%%% SNOUG PAGE STYLE %%%
\makepagestyle{jebbastyle}
\pagestyle{jebbastyle}
@ -272,10 +275,6 @@ leftmargin=1cm,rightmargin=1cm
% \chapterconf{Name of file to include}{Title of Chapter}
%%% END CHAPTER CONFIG %%%
%%% FOREWARD PAGE %%%
\chapterconf{Foreward}{Foreward}{Moar sats plz}
%%% END FOREWARD PAGE %%%
%%% LIST OF FIGURES %%%
\clearpage
\listoffigures
@ -292,6 +291,18 @@ leftmargin=1cm,rightmargin=1cm
%%% END LIST OF TABLES %%%
%%% FRONTMATTER CHAPTERS %%%
%%% FOREWARD PAGE %%%
\include{Foreward}
%%% END FOREWARD PAGE %%%
%%% PREFACE PAGE %%%
\include{Preface}
%%% END PREFACE PAGE %%%
%%% ACKNOWLEDGEMENTS PAGE %%%
\include{Acknowledgements}
%%% END ACKNOWLEDGEMENTS PAGE %%%
\fontspec{lmroman12-regular.otf}
% Format:
@ -299,6 +310,9 @@ leftmargin=1cm,rightmargin=1cm
\chapterconf{Introduction}{Introduction}{SatNOGS Optical}
%%% END FRONTMATTER CHAPTERS %%%
\chapterconf{Prologue}{Prologue}{Prologue}
%%% END FRONTMATTER CHAPTERS %%%
%%% END FRONTMATTER %%%
%%% BEGIN MAINMATTER %%%
@ -329,6 +343,11 @@ leftmargin=1cm,rightmargin=1cm
%%% BEGIN BACKMATTER %%%
\backmatter
%%% APPENDIX %%%
\clearpage
\chapterconf{Appendix}{Appendix}{Even More for Free}
%%% END APPENDIX %%%
%%% GLOSSARY %%%
% Set font for glossary word.
\renewcommand*{\glsnamefont}[1]{\fontspec{GemunuLibre-Bold.otf}{#1}}