Browse Source

Added «standalone» directory

main
Kenneth John Odle 10 months ago
parent
commit
d0f57567d6
  1. 5
      standalone/book*.tex
  2. 5
      standalone/book[].tex
  3. BIN
      standalone/build/book*.pdf
  4. BIN
      standalone/build/book[].pdf

5
standalone/book*.tex

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

5
standalone/book[].tex

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

BIN
standalone/build/book*.pdf

BIN
standalone/build/book[].pdf

Loading…
Cancel
Save