lib/softcover/article_template/chapters/an_article.tex in softcover-1.1.14 vs lib/softcover/article_template/chapters/an_article.tex in softcover-1.1.15
- old
+ new
@@ -69,23 +69,23 @@
\subsection{Images}
Softcover supports the inclusion of images, like this:
-\image{images/01_michael_hartl_headshot.jpg}
+\image{images/figures/01_michael_hartl_headshot.jpg}
Using \LaTeX\ labels, you can also include a caption (as in Figure~\ref{fig:captioned_image}) or just a figure number (as in Figure~\ref{fig:figure_number}).
\begin{figure}[h]
\begin{center}
-\image{images/01_michael_hartl_headshot.jpg}
+\image{images/figures/01_michael_hartl_headshot.jpg}
\end{center}
\caption{Some dude.\label{fig:captioned_image}}
\end{figure}
\begin{figure}[h]
\begin{center}
-\image{images/01_michael_hartl_headshot.jpg}
+\image{images/figures/01_michael_hartl_headshot.jpg}
\end{center}
\caption{\label{fig:figure_number}}
\end{figure}
\subsection{Tables}
\ No newline at end of file