Supprimer la première page vide en latex
sim1111
Messages postés
13
Statut
Membre
-
Char Snipeur Messages postés 10112 Statut Contributeur -
Char Snipeur Messages postés 10112 Statut Contributeur -
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!
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!
A voir également:
- Page vide latex
- Supprimer page word vide - Guide
- Caractere vide - Guide
- Coeur vide - Forum Facebook
- Formate pour taxer client frigo vide - Forum Vos droits sur internet
- Code pour écrire un coeur VIDE : alt+??? ✓ - Forum Mail
4 réponses
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.
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.
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!!!!
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!!!!
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.
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.