Added «standalone» directory
This commit is contained in:
parent
6e2405dc0d
commit
d0f57567d6
5
standalone/book*.tex
Normal file
5
standalone/book*.tex
Normal 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
5
standalone/book[].tex
Normal 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
BIN
standalone/build/book*.pdf
Normal file
Binary file not shown.
BIN
standalone/build/book[].pdf
Normal file
BIN
standalone/build/book[].pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user