From c68377d13e25e58a9d0214534444a5e8302ac343 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 29 Aug 2022 12:37:49 -0600 Subject: [PATCH] All all parts of book: Ack, Appendix, Foreward, Preface, etc. --- BUILD.md | 2 +- src/Acknowledgements.tex | 19 +++++++++++++++++++ src/Appendix.tex | 15 +++++++++++++++ src/Foreward.tex | 3 +++ src/Half_Title.tex | 9 +++++++++ src/Preface.tex | 22 ++++++++++++++++++++++ src/Prologue.tex | 20 ++++++++++++++++++++ src/SNOUG.tex | 27 +++++++++++++++++++++++---- 8 files changed, 112 insertions(+), 5 deletions(-) create mode 100644 src/Acknowledgements.tex create mode 100644 src/Appendix.tex create mode 100644 src/Preface.tex create mode 100644 src/Prologue.tex diff --git a/BUILD.md b/BUILD.md index c9c0880..dcf6545 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 diff --git a/src/Acknowledgements.tex b/src/Acknowledgements.tex new file mode 100644 index 0000000..a641164 --- /dev/null +++ b/src/Acknowledgements.tex @@ -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 %%% + diff --git a/src/Appendix.tex b/src/Appendix.tex new file mode 100644 index 0000000..c3284b5 --- /dev/null +++ b/src/Appendix.tex @@ -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. + diff --git a/src/Foreward.tex b/src/Foreward.tex index 0c1a8b9..e3245b9 100644 --- a/src/Foreward.tex +++ b/src/Foreward.tex @@ -10,6 +10,9 @@ % %%% FOREWARD %%% +\thispagestyle{empty} +\emph{\LARGE{Foreward}} +\par Perhaps, a book about pictures of satellites. \\ A foreward stub. diff --git a/src/Half_Title.tex b/src/Half_Title.tex index 8e12105..d7b978c 100644 --- a/src/Half_Title.tex +++ b/src/Half_Title.tex @@ -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 %%% diff --git a/src/Preface.tex b/src/Preface.tex new file mode 100644 index 0000000..b56f74e --- /dev/null +++ b/src/Preface.tex @@ -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 %%% + diff --git a/src/Prologue.tex b/src/Prologue.tex new file mode 100644 index 0000000..4b5784c --- /dev/null +++ b/src/Prologue.tex @@ -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 %%% + diff --git a/src/SNOUG.tex b/src/SNOUG.tex index 2e1c2c7..4315d8a 100644 --- a/src/SNOUG.tex +++ b/src/SNOUG.tex @@ -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}}