1
0
Fork 0
LaTeXBookTemplate/src/MuhFirstChapter.tex

42 lines
729 B
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}