Added «standalone» directory

This commit is contained in:
Kenneth John Odle 2023-07-09 10:26:44 -04:00
parent 6e2405dc0d
commit d0f57567d6
4 changed files with 10 additions and 0 deletions

5
standalone/book*.tex Normal file
View File

@ -0,0 +1,5 @@
\documentclass{standalone}
\usepackage{kpfonts}
\begin{document}
\verb+\chapter*{Books I Have Read}+
\end{document}

5
standalone/book[].tex Normal file
View File

@ -0,0 +1,5 @@
\documentclass{standalone}
\usepackage{kpfonts}
\begin{document}
\verb+\chapter[Books]{Books I Have Read}+
\end{document}

BIN
standalone/build/book*.pdf Normal file

Binary file not shown.

BIN
standalone/build/book[].pdf Normal file

Binary file not shown.