%%%%%%%%%% espcrc2.tex %%%%%%%%%% % % $Id: espcrc2.tex 1.2 2000/07/24 09:12:51 spepping Exp spepping $ % \documentclass[11pt]{article} %\usepackage[french]{babel} %\usepackage[latin1]{inputenc} % change this to the following line for use with LaTeX2.09 % \documentstyle[twoside,fleqn,espcrc2]{article} % if you want to include PostScript figures \usepackage[pdftex]{graphicx} % if you have landscape tables \usepackage[figuresright]{rotating} % put your own definitions here: % \newcommand{\cZ}{\cal{Z}} % \newtheorem{def}{Definition}[section] % ... \newcommand{\ttbs}{\char'134} \newcommand{\AmS}{{\protect\the\textfont2 A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}} \newcommand{\numutau}{\nu_{\mu}\rightarrow\nu_{\tau}} \newcommand{\numunue}{\nu_{\mu}\rightarrow\nu_{e}} \newcommand{\nutau}{\nu_{\tau}} % add words to TeX's hyphenation exception list \hyphenation{author another created financial paper re-commend-ed Post-Script} % declarations for front matter \title{Test} \author{J.E Campagne} \setlength {\textwidth}{17cm} \setlength {\textheight}{24cm} \topmargin -1cm \oddsidemargin -1cm \evensidemargin -1cm % \begin{document} \begin{abstract} Ceci est une tentative d'introduire des figures PDF et JPEG \end{abstract} % typeset front matter (including abstract) \maketitle \section{Introduction} Par exemple la figure ci-dessous représente: \begin{figure}[htb] \begin{center} \includegraphics[scale=0.5]{./varvscycle.pdf} \end{center} \caption{ex figure PDF} \label{fig:1} \end{figure} \begin{figure}[htb] \begin{center} \includegraphics[scale=0.5]{./pulse_snapshot.jpg} \end{center} \caption{Ex figure JPEG} \label{fig:2} \end{figure} \end{document}