lib/softcover/book_template/chapters/a_chapter.tex in softcover-1.1.14 vs lib/softcover/book_template/chapters/a_chapter.tex in softcover-1.1.15

- old
+ new

@@ -85,23 +85,23 @@ \subsection{Graphics and figures} \label{sec:graphics_and_figures} You can include raw graphics like this: -\includegraphics{images/01_michael_hartl_headshot.jpg} +\includegraphics{images/figures/01_michael_hartl_headshot.jpg} \noindent You can also include centered images: -\image{images/01_michael_hartl_headshot.jpg} +\image{images/figures/01_michael_hartl_headshot.jpg} \noindent Or include one with a box, like so: -\imagebox{images/01_michael_hartl_headshot.jpg} +\imagebox{images/figures/01_michael_hartl_headshot.jpg} To turn an image into a figure, use the \kode{figure} environment (Figure~\ref{fig:the_dude}). \begin{figure} -\imagebox{images/01_michael_hartl_headshot.jpg} +\imagebox{images/figures/01_michael_hartl_headshot.jpg} \caption{Some \href{http://michaelhartl.com/}{dude}.\label{fig:the_dude}} \end{figure} \subsection{Tables and tabular environments} \label{tables_and_tabular}