Updated graphicspath

This commit is contained in:
Kenneth John Odle 2023-10-29 14:51:31 -04:00
parent 6c100d0172
commit 5b15e52140

View File

@ -17,7 +17,7 @@
% Where are our images? % Where are our images?
\graphicspath{{images/}} \graphicspath{{images/},{standalone/build/}}
% Include bibliography in TOC without numbering % Include bibliography in TOC without numbering
\usepackage[nottoc]{tocbibind} \usepackage[nottoc]{tocbibind}
@ -268,11 +268,11 @@ Part
\noindent{} To add one, use: \noindent{} To add one, use:
\kpic{1}{standalone/build/book[]} \kpic{1}{book[]}
Notice that we have the option \texttt{[Books]} which describes how this chapter will appear in the table of contents. To prevent a section from being numbered or appearing in the table of contents, replace this entire option with an asterisk: Notice that we have the option \texttt{[Books]} which describes how this chapter will appear in the table of contents. To prevent a section from being numbered or appearing in the table of contents, replace this entire option with an asterisk:
\kpic{1}{standalone/build/book*} \kpic{1}{book*}
For best results, stick to the hierarchical structure shown above, as this is also how each section will be numbered. See the table of contents of this booklet as an example. For best results, stick to the hierarchical structure shown above, as this is also how each section will be numbered. See the table of contents of this booklet as an example.