summaryrefslogtreecommitdiff
path: root/2019-Mascots.org
blob: 9f7657634cc86cd933dd4698f6bcdb6ea85083c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#+TITLE: A Large-Scale Wired Network Energy Model for Flow-Level Simulations
#+AUTHOR:  Loic Guegan, Anne-Cécile Orgerie, Martin Quinson

#+EXPORT_EXCLUDE_TAGS: noexport
#+STARTUP: hideblocks
#+OPTIONS: H:5 author:nil email:nil creator:nil timestamp:nil skip:nil toc:nil ^:nil
#+LATEX_CLASS: IEEEtran
#+LATEX_HEADER: \usepackage{hyperref}

* Introduction
blabla
* Emacs settings :noexport:
  # Local Variables:
  # eval:    (unless (boundp 'org-latex-classes) (setq org-latex-classes nil))
  # 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}")))
  # End: