source: Selma/Latex-Ex-PDF-JPEG/test.tex @ 465

Last change on this file since 465 was 465, checked in by campagne, 15 years ago

Exemple d'inclusion de figures PDF et JPEG (JEC)

File size: 1.7 KB
Line 
1%%%%%%%%%% espcrc2.tex %%%%%%%%%%
2%
3% $Id: espcrc2.tex 1.2 2000/07/24 09:12:51 spepping Exp spepping $
4%
5\documentclass[11pt]{article}
6%\usepackage[french]{babel}
7%\usepackage[latin1]{inputenc}
8
9% change this to the following line for use with LaTeX2.09
10% \documentstyle[twoside,fleqn,espcrc2]{article}
11
12% if you want to include PostScript figures
13\usepackage[pdftex]{graphicx}
14% if you have landscape tables
15\usepackage[figuresright]{rotating}
16
17% put your own definitions here:
18%   \newcommand{\cZ}{\cal{Z}}
19%   \newtheorem{def}{Definition}[section]
20%   ...
21\newcommand{\ttbs}{\char'134}
22\newcommand{\AmS}{{\protect\the\textfont2
23  A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}}
24\newcommand{\numutau}{\nu_{\mu}\rightarrow\nu_{\tau}}
25\newcommand{\numunue}{\nu_{\mu}\rightarrow\nu_{e}}
26\newcommand{\nutau}{\nu_{\tau}}
27% add words to TeX's hyphenation exception list
28\hyphenation{author another created financial paper re-commend-ed Post-Script}
29
30% declarations for front matter
31\title{Test}
32\author{J.E Campagne}
33
34\setlength {\textwidth}{17cm}
35\setlength {\textheight}{24cm}
36\topmargin -1cm
37\oddsidemargin -1cm
38\evensidemargin -1cm
39%
40     
41\begin{document}
42
43\begin{abstract}
44Ceci est une tentative d'introduire des figures PDF et JPEG
45\end{abstract}
46
47% typeset front matter (including abstract)
48\maketitle
49
50\section{Introduction}
51Par exemple la figure ci-dessous représente:
52\begin{figure}[htb]
53\begin{center}
54    \includegraphics[scale=0.5]{./varvscycle.pdf}
55\end{center}
56\caption{ex figure PDF}
57\label{fig:1}
58\end{figure}         
59
60\begin{figure}[htb]
61\begin{center}
62    \includegraphics[scale=0.5]{./pulse_snapshot.jpg}
63\end{center}
64\caption{Ex figure JPEG}
65\label{fig:2}
66\end{figure}         
67
68
69\end{document}
Note: See TracBrowser for help on using the repository browser.