Can this template use figures? I can’t insert an image in the column format
Thank on advance
Red
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?
It worked with figures for me, using e.g.
Tiago A. Marques
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?
This template doesn't play nice with
However,
NaTeX
\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?
Add the global option
and remove the
twoside
, replace the title and abstract section with the followingCode: Select all
\twocolumn[\maketitle
\begin{onecolabstract}
\blindtext
\end{onecolabstract}
]\saythanks
multicols
environment.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.