mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-06-06 06:37:40 +00:00
Update template
This commit is contained in:
parent
4e43f6e3af
commit
62b56e52ac
3 changed files with 53 additions and 3 deletions
|
@ -6,12 +6,41 @@
|
||||||
#+OPTIONS: H:5 author:nil email:nil creator:nil timestamp:nil skip:nil toc:nil ^:nil
|
#+OPTIONS: H:5 author:nil email:nil creator:nil timestamp:nil skip:nil toc:nil ^:nil
|
||||||
#+LATEX_CLASS: IEEEtran
|
#+LATEX_CLASS: IEEEtran
|
||||||
#+LATEX_HEADER: \usepackage{hyperref}
|
#+LATEX_HEADER: \usepackage{hyperref}
|
||||||
|
#+LATEX_HEADER: \IEEEoverridecommandlockouts
|
||||||
|
#+LATEX_HEADER: \author{\IEEEauthorblockN{1\textsuperscript{st} Anne-Cécile Orgerie}
|
||||||
|
#+LATEX_HEADER: \IEEEauthorblockA{\textit{Univ Rennes, Inria, CNRS, IRISA, Rennes, France} \\
|
||||||
|
#+LATEX_HEADER: Rennes, France \\
|
||||||
|
#+LATEX_HEADER: anne-cecile.orgerie@irisa.fr}
|
||||||
|
#+LATEX_HEADER: \and
|
||||||
|
#+LATEX_HEADER: \IEEEauthorblockN{2\textsuperscript{nd} Loic Guegan}
|
||||||
|
#+LATEX_HEADER: \IEEEauthorblockA{\textit{Univ Rennes, Inria, CNRS, IRISA, Rennes, France} \\
|
||||||
|
#+LATEX_HEADER: Rennes, France \\
|
||||||
|
#+LATEX_HEADER: loic.guegan@irisa.fr}
|
||||||
|
#+LATEX_HEADER: }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#+BEGIN_EXPORT latex
|
||||||
|
\begin{abstract}
|
||||||
|
This document is a model and instructions for \LaTeX.
|
||||||
|
This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes,
|
||||||
|
or Math in Paper Title or Abstract.
|
||||||
|
\end{abstract}
|
||||||
|
|
||||||
|
\begin{IEEEkeywords}
|
||||||
|
component, formatting, style, styling, insert
|
||||||
|
\end{IEEEkeywords}
|
||||||
|
#+END_EXPORT
|
||||||
|
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
blabla
|
blabla
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Emacs settings :noexport:
|
* Emacs settings :noexport:
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# eval: (unless (boundp 'org-latex-classes) (setq org-latex-classes nil))
|
# eval: (unless (boundp 'org-latex-classes) (setq org-latex-classes nil))
|
||||||
# eval: (add-to-list 'org-latex-classes
|
# eval: (add-to-list 'org-latex-classes
|
||||||
# '("IEEEtran" "\\documentclass{IEEEtran}\n \[NO-DEFAULT-PACKAGES]\n \[EXTRA]\n" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
# '("IEEEtran" "\\documentclass[conference]{IEEEtran}\n \[NO-DEFAULT-PACKAGES]\n \[EXTRA]\n" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
||||||
# End:
|
# End:
|
||||||
|
|
BIN
2019-Mascots.pdf
BIN
2019-Mascots.pdf
Binary file not shown.
|
@ -1,6 +1,17 @@
|
||||||
% Intended LaTeX compiler: pdflatex
|
% Intended LaTeX compiler: pdflatex
|
||||||
\documentclass{IEEEtran}
|
\documentclass[conference]{IEEEtran}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
\IEEEoverridecommandlockouts
|
||||||
|
\author{\IEEEauthorblockN{1\textsuperscript{st} Anne-Cécile Orgerie}
|
||||||
|
\IEEEauthorblockA{\textit{Univ Rennes, Inria, CNRS, IRISA, Rennes, France} \\
|
||||||
|
Rennes, France \\
|
||||||
|
anne-cecile.orgerie@irisa.fr}
|
||||||
|
\and
|
||||||
|
\IEEEauthorblockN{2\textsuperscript{nd} Loic Guegan}
|
||||||
|
\IEEEauthorblockA{\textit{Univ Rennes, Inria, CNRS, IRISA, Rennes, France} \\
|
||||||
|
Rennes, France \\
|
||||||
|
loic.guegan@irisa.fr}
|
||||||
|
}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\title{A Large-Scale Wired Network Energy Model for Flow-Level Simulations}
|
\title{A Large-Scale Wired Network Energy Model for Flow-Level Simulations}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
|
@ -13,8 +24,18 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
\begin{abstract}
|
||||||
|
This document is a model and instructions for \LaTeX.
|
||||||
|
This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes,
|
||||||
|
or Math in Paper Title or Abstract.
|
||||||
|
\end{abstract}
|
||||||
|
|
||||||
|
\begin{IEEEkeywords}
|
||||||
|
component, formatting, style, styling, insert
|
||||||
|
\end{IEEEkeywords}
|
||||||
|
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
\label{sec:orgbd6dcef}
|
\label{sec:org718d7e5}
|
||||||
blabla
|
blabla
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue