Supprimer la première page vide en latex

sim1111 Messages postés 10 Date d'inscription   Statut Membre Dernière intervention   -  
Char Snipeur Messages postés 9813 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour tout le monde,

je suis entrain de rédiger un rapport en utilisant latex. le problème c'est que la première page de mon rapport est vide, je veux la supprimer carrément!!! je ne sais pas quelle commande je dois mettre!!! Merci de me répondre!!! C'est très urgent!


4 réponses

Char Snipeur Messages postés 9813 Date d'inscription   Statut Contributeur Dernière intervention   1 299
 
Salut.
Met nous les premières lignes de ton source. (jusqu'au begin{document} )
Dans un rapport, normalement, la première page est dédié au titre.
0
sim1111 Messages postés 10 Date d'inscription   Statut Membre Dernière intervention  
 
salut,
voilà le code
\documentclass[conference]{IEEEtran}


\ifCLASSINFOpdf
\usepackage[pdftex]{graphicx}
% declare the path(s) where your graphic files are
\graphicspath{{../pdf/}{../jpeg/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
\DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
% will default to the driver specified in the system graphics.cfg if no
% driver is specified.
\usepackage[dvips]{graphicx}
% declare the path(s) where your graphic files are
\graphicspath{{../eps/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
\DeclareGraphicsExtensions{.eps}
\fi

\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{array}

\hyphenation{op-tical net-works semi-conduc-tor}
\begin{document}


Merci de m'aider!!!!
0
sim1111 Messages postés 10 Date d'inscription   Statut Membre Dernière intervention  
 
Ce n'est pas un rapport, c'est un article de conférence.
0
Char Snipeur Messages postés 9813 Date d'inscription   Statut Contributeur Dernière intervention   1 299
 
j'ai trouvé ça :
Q: I am getting a blank page before the title page. Why?

There is main text (not just definitions) in your document before \maketitle. The most likely cause of this is a \thanks that is outside of \author.

là : http://www.michaelshell.org/tex/ieeetran/

C'est vrai qu'il manque les lignes suivant begin{document} pour voir ce que tu fait.
0