Ciao a tutti,
sto scrivendo un paper utilizzando un layout fornitomi dalla rivista su cui dovremmo pubblicarlo.
Ho già scritto alcune pagine, ma mi trovo di fronte al problema di inserire delle figure.
Riporto di seguito un esempio con 2 scripts per inserire 2 figure.
Scrivi così:
`%%%%%%%%%%%%%%%%%%%%%%
\documentclass{singlecol-new}
%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx}
\usepackage{natbib}
\def\newblock{\hskip .11em plus .33em minus .07em}
\theoremstyle{TH}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}{Corollary}[section]
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{claim}{Claim}
\newtheorem{stheorem}[theorem]{Wrong Theorem}
\theoremstyle{THhit}
\newtheorem{aquestion}{Question}[section]
\theoremstyle{THrm}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{question}{Question}[section]
\newtheorem{example}[theorem]{Example}
\newtheorem{case}{Case}[section]
\renewcommand{\theequation}{\arabic{equation}}
\newcommand\bmD{\bm{D}} %99.10.1
\newcommand\bmE{\bm{E}} %99.6.29
\newcommand\bmg{\bm{g}}
\newcommand\bmG{\bm{G}}
\newcommand\bmM{\bm{M}}
\newcommand\bmY{\bm{Y}} %99.12.22
\newcommand\bmW{\bm{W}} %99.12.22
\newcommand\bgamma{\bm{\gamma}}
\newcommand\tc[1]{\textcolor{red}{\bf #1}}
% \spaceskip=3.5pt plus1.47pt minus0.77pt
%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%`
Ciao
Enrico