1
0
Fork 0
LaTeXBookTemplate/src/MuhFirstChapter.tex

62 lines
1.2 KiB
TeX

%
% MuhFirstChapter.tex
%
% LaTeX Book Template
%
% 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{The Start of Sections...}
\label{sec:overview-operation}
\index{operation}
Below shows etc....
\section{Setup with \texttt{xyz}}
\label{sec:xyz-setup}
\index{setup}
\begin{minted}{sh}
echo foo
cat /dev/null
y
\end{minted}
ABC the latest \glspl{MMM}.
\section{Sample with Itemize}
Below shows a sample with itemize.
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{itemize}
\item{Thing 1.}
\item{Widget two.}
\item{Three thang.}
\item{Wow2x.}
\end{itemize}
\end{mdframed}
\section{PNG Figure Example}
This shows an example of a PNG with a figure.
\begin{figure}[h!]
\begin{framed}
\centering
\includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{satnogs-db-web.png}
\caption{\gls{SatNOGS-DB} website.}
\label{fig:satnogs-db-web}
\end{framed}
\end{figure}
\section{URL Example}
HOWTO use a URL example:
\url{https://obsproject.com/}
Voila.