source: Selma/These/test.tex @ 472

Last change on this file since 472 was 472, checked in by conforti, 15 years ago

test de commit (Selma)

File size: 1.8 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 avec une 2nd modification...
45Une modif de Selma chez elle (PC)
46\end{abstract}
47
48% typeset front matter (including abstract)
49\maketitle
50
51\section{Introduction}
52Par exemple la figure ci-dessous représente:
53\begin{figure}[htb]
54\begin{center}
55    \includegraphics[scale=0.5]{./varvscycle.pdf}
56\end{center}
57\caption{ex figure PDF}
58\label{fig:1}
59\end{figure}         
60
61\begin{figure}[htb]
62\begin{center}
63    \includegraphics[scale=0.5]{./pulse_snapshot.jpg}
64\end{center}
65\caption{Ex figure JPEG}
66\label{fig:2}
67\end{figure}         
68
69
70\end{document}
Note: See TracBrowser for help on using the repository browser.