diff --git a/src/Ground_Stations.tex b/src/Ground_Stations.tex index fa1b52d..ec88f95 100644 --- a/src/Ground_Stations.tex +++ b/src/Ground_Stations.tex @@ -37,7 +37,7 @@ It shows a \gls{SatNOGS} \gls{ground-station} with \gls{VHF} (right) and \gls{UH \subsection{SatNOGS Optical Ground Stations} \index{ground station}\index{Libre Space Foundation} -The \gls{LSF} is developing the \gls{SatNOGS-Optical} to add +The \gls{LSF} is developing \gls{SatNOGS-Optical} to add \glspl{optical-ground-station} to the distributed network. Prototype \glspl{optical-ground-station} are being developed. An example diff --git a/src/Hardware.tex b/src/Hardware.tex index 224383b..4bcf1ac 100644 --- a/src/Hardware.tex +++ b/src/Hardware.tex @@ -16,8 +16,8 @@ Hardware considerations for a \gls{SatNOGS-Optical} \gls{ground-station}. Main hardware components in an optical ground station: -\begin{lstlisting}[caption={Hardware List Overview}] -\end{lstlisting} +%\begin{lstlisting}[caption={Hardware List Overview}] +%\end{lstlisting} \begin{itemize} \item Lens. \index{lens} \item Camera. \index{camera} @@ -25,8 +25,8 @@ Main hardware components in an optical ground station: \end{itemize} Other components: -\begin{lstlisting}[caption={Hardware Components}] -\end{lstlisting} +%\begin{lstlisting}[caption={Hardware Components}] +%\end{lstlisting} \begin{itemize} \item Ethernet cable. \index{ethernet} \item USB cable. \index{USB} @@ -43,8 +43,8 @@ Other components: Cameras being tested: -\begin{lstlisting}[caption={Cameras under test}] -\end{lstlisting} +%\begin{lstlisting}[caption={Cameras under test}] +%\end{lstlisting} \begin{itemize} \item The Imaging Source IMX174 based. \index{The Imaging Source}\index{IMX174} \item ZWO ASI IMX174 based monochrome. \index{ZWO ASI} @@ -65,8 +65,8 @@ Cameras being tested: Lenses being tested: -\begin{lstlisting}[caption={Lenses under test}] -\end{lstlisting} +%\begin{lstlisting}[caption={Lenses under test}] +%\end{lstlisting} \begin{itemize} \item Kowa 50mm f1.4 C-mount. \index{Kowa} \item Canon EF 50mm f1.2 USM. \index{Canon} @@ -78,8 +78,8 @@ Lenses being tested: Computers, such as Raspberry Pi, that can be used. \index{Raspberry Pi} -\begin{lstlisting}[caption={Embedded computer options}] -\end{lstlisting} +%\begin{lstlisting}[caption={Embedded computer options}] +%\end{lstlisting} \begin{itemize} \item Odroid N2 --- Confirmed working. \index{Odroid} \item Odroid M1 --- Testing. @@ -194,8 +194,8 @@ Inside the camera enclosure, as shown in Figure \ref{fig:video-enclosure-top-open}, page \pageref{fig:video-enclosure-top-open}, is: -\begin{lstlisting}[caption={SatNOGS Optical Ground Station Components}] -\end{lstlisting} +%\begin{lstlisting}[caption={SatNOGS Optical Ground Station Components}] +%\end{lstlisting} \begin{itemize} \item The Imaging Source DMX camera with Sony IMX174 CMOS. \index{The Imaging Source}\index{IMX174} \item Kowa 50mm f1.4 C-mount lens.\index{Kowa} diff --git a/src/SNOUG.tex b/src/SNOUG.tex index 90a0cc8..d200e9a 100644 --- a/src/SNOUG.tex +++ b/src/SNOUG.tex @@ -19,7 +19,7 @@ % http://en.wikibooks.org/wiki/Category:LaTeX % LaTeX Memoir Class -% Docs: /usr/share/doc/texlive-latex-recommended-doc/latex/memoir/memman.pdf +% Docs: /usr/share/doc/texlive-doc/latex/memoir/memman.pdf \documentclass[twoside,10pt,openright,final,english]{memoir} \usepackage{tikz} @@ -59,7 +59,7 @@ leftmargin=1cm,rightmargin=1cm \usepackage{xcolor} %%% LIST OF LISTINGS %%% -\usepackage{listings} +%\usepackage{listings} %%% END LIST OF LISTINGS %%% %%% PREAMBLE FONTS %%% @@ -232,24 +232,20 @@ leftmargin=1cm,rightmargin=1cm \renewcommand{\cftdot}{\textperiodcentered} % centered period % Set space between each entry in ToC \setlength{\cftbeforechapterskip}{5pt} - \tableofcontents} % XXX -% \tableofcontents*} + \tableofcontents} %%% END TABLE OF CONTENTS %%% %%% LIST OF FIGURES %%% -\renewcommand*{\lofheadstart}{\vspace{1cm}} \clearpage \listoffigures %%% END LIST OF FIGURES %%% %%% LIST OF LISTINGS %%% -\renewcommand*{\lofheadstart}{\vspace{1cm}} -\clearpage -\listoflistings +%\clearpage +%\listoflistings %%% END LIST OF LISTINGS %%% %%% LIST OF TABLES %%% -\renewcommand*{\lofheadstart}{\vspace{1cm}} \clearpage \listoftables %%% END LIST OF TABLES %%%