A voir également:
- Page vide latex
- Supprimer page word vide - Guide
- Caractere vide - Guide
- Coeur vide ✓ - Forum Réseaux sociaux
- Code pour écrire un coeur VIDE : alt+??? ✓ - Forum Mail
- Formate pour taxer client frigo vide ✓ - Forum Matériel & Système
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.