Articles, Essays, and Journal Templates ⇒ Can this template use figures?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Can this template use figures?
Thank on advance
Red
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Can this template use figures?
Code: Select all
\begin{figure*}
% Use the relevant command to insert your figure file.
% For example, with the graphicx package use e.g
\includegraphics[width=0.85\textwidth]{figgxcomp.pdf}
% figure caption is below the figure
\caption{Detected distances with overlaid estimated detection function ignoring the density gradient (dashed line) and incorporating the GPS data to account for the density gradient, for both the hazard-rate (dotted line) and the half-normal (solid line, model with lower AIC).}
\label{fig1} % Give a unique label
\end{figure*}
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Can this template use figures?
\begin{figure}
.However,
\begin{figure*}
works fine.NaTeX
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Can this template use figures?
twoside
, replace the title and abstract section with the followingCode: Select all
\twocolumn[\maketitle
\begin{onecolabstract}
\blindtext
\end{onecolabstract}
]\saythanks
multicols
environment.