summaryrefslogtreecommitdiff
path: root/2019-Mascots.org
diff options
context:
space:
mode:
Diffstat (limited to '2019-Mascots.org')
-rw-r--r--2019-Mascots.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/2019-Mascots.org b/2019-Mascots.org
new file mode 100644
index 0000000..9f76576
--- /dev/null
+++ b/2019-Mascots.org
@@ -0,0 +1,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: