Articles, Essays, and Journal TemplatesCan this template use figures?

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Can this template use figures?

Post by templateuser »

Can this template use figures? I can’t insert an image in the column format
Thank on advance

Red

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Can this template use figures?

Post by templateuser »

It worked with figures for me, using e.g.

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*}
Tiago A. Marques
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Can this template use figures?

Post by templateuser »

This template doesn't play nice with \begin{figure}.

However, \begin{figure*} works fine.

NaTeX
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Can this template use figures?

Post by Johannes_B »

Add the global option twoside, replace the title and abstract section with the following

Code: Select all

\twocolumn[\maketitle
\begin{onecolabstract}
\blindtext
\end{onecolabstract}
]\saythanks
and remove the 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.
Post Reply