]> AND Private Git Repository - interreg4.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Correction typos et remise en forme.
authorSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Fri, 22 Jan 2010 14:09:26 +0000 (15:09 +0100)
committerSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Fri, 22 Jan 2010 14:09:26 +0000 (15:09 +0100)
pdsec2010/auto/pdsec2010.el [new file with mode: 0644]

diff --git a/pdsec2010/auto/pdsec2010.el b/pdsec2010/auto/pdsec2010.el
new file mode 100644 (file)
index 0000000..6dab686
--- /dev/null
@@ -0,0 +1,61 @@
+(TeX-add-style-hook "pdsec2010"
+ (lambda ()
+    (LaTeX-add-bibliographies
+     "biblio")
+    (LaTeX-add-labels
+     "sec:intro"
+     "fig:AIAC"
+     "sec:jacep2p"
+     "sec:benef"
+     "tab:benef"
+     "sec:pb"
+     "sec:pbmodel"
+     "sec:pbmodelapp"
+     "fig:tig"
+     "sec:pbmodelarchi"
+     "sec:pbmodelmapping"
+     "sec:pbrw"
+     "sec:aiacmapping"
+     "sec:specAIACmapping"
+     "sec:qmmodif"
+     "sec:expe"
+     "sec:cg"
+     "sec:othermaping"
+     "sec:sma"
+     "sec:edgcutalgo"
+     "sec:experiments"
+     "tab:exph1E"
+     "tab:exph1F"
+     "tab:exph2E"
+     "tab:exph2F"
+     "sec:conclu")
+    (TeX-add-symbols
+     '("myitemize" 1))
+    (TeX-run-style-hooks
+     "url"
+     "cite"
+     "algorithm2e"
+     "ruled"
+     "vlined"
+     "hyperref"
+     "graphicx"
+     "pdftex"
+     "final"
+     "babel"
+     "english"
+     "amsfonts"
+     "amsmath"
+     "color"
+     "lmodern"
+     "inputenc"
+     "utf8x"
+     "ucs"
+     "fontenc"
+     "T1"
+     "latex2e"
+     "IEEEtran10"
+     "IEEEtran"
+     "10pt"
+     "conference"
+     "compsocconf")))
+