Supprimer la première page vide en latex

Fermé
sim1111 Messages postés 10 Date d'inscription lundi 29 mars 2010 Statut Membre Dernière intervention 24 novembre 2010 - 24 nov. 2010 à 09:53
Char Snipeur Messages postés 9813 Date d'inscription vendredi 23 avril 2004 Statut Contributeur Dernière intervention 3 octobre 2023 - 24 nov. 2010 à 14:10
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 vendredi 23 avril 2004 Statut Contributeur Dernière intervention 3 octobre 2023 1 298
24 nov. 2010 à 09:55
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 lundi 29 mars 2010 Statut Membre Dernière intervention 24 novembre 2010
24 nov. 2010 à 11:58
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 lundi 29 mars 2010 Statut Membre Dernière intervention 24 novembre 2010
24 nov. 2010 à 11:59
Ce n'est pas un rapport, c'est un article de conférence.
0
Char Snipeur Messages postés 9813 Date d'inscription vendredi 23 avril 2004 Statut Contributeur Dernière intervention 3 octobre 2023 1 298
24 nov. 2010 à 14:10
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