diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-04-10 10:41:22 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-04-10 10:41:22 +0200 |
| commit | 62b56e52ace1239a97768f1b802d555f63c6e4a7 (patch) | |
| tree | 95a08905f2afa0ca8fa2c71f4c9b9b5caeb2f9d3 /2019-Mascots.org | |
| parent | 4e43f6e3af9ed182d97b13b85f561b914d63de4c (diff) | |
Update template
Diffstat (limited to '2019-Mascots.org')
| -rw-r--r-- | 2019-Mascots.org | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/2019-Mascots.org b/2019-Mascots.org index 9f76576..6c2fbce 100644 --- a/2019-Mascots.org +++ b/2019-Mascots.org @@ -6,12 +6,41 @@ #+OPTIONS: H:5 author:nil email:nil creator:nil timestamp:nil skip:nil toc:nil ^:nil #+LATEX_CLASS: IEEEtran #+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 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}"))) + # '("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: |
