From 5b15e52140446138f3475a39e17b65fd5fa60533 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 29 Oct 2023 14:51:31 -0400 Subject: [PATCH] Updated graphicspath --- lbol.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lbol.tex b/lbol.tex index 45ff11f..8de61be 100644 --- a/lbol.tex +++ b/lbol.tex @@ -17,7 +17,7 @@ % Where are our images? -\graphicspath{{images/}} +\graphicspath{{images/},{standalone/build/}} % Include bibliography in TOC without numbering \usepackage[nottoc]{tocbibind} @@ -268,11 +268,11 @@ Part \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: -\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.