summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
blob: 960ed9ff97b94c6d09e0fbaaa28bc23a1b800296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
(TeX-add-style-hook "sciposter-example"
 (lambda ()
    (LaTeX-add-environments
     "Def")
    (LaTeX-add-bibitems
     "Flusser:Suk:93"
     "Hu:62"
     "maragos89:_patter"
     "Meijster:Wilkinson:PAMI"
     "Nacken:thesis")
    (LaTeX-add-labels
     "fig:blocks"
     "eq:antiext"
     "eq:increasing"
     "eq:idempot"
     "fig:opentransf"
     "alg:spect"
     "fig:tauspect"
     "fig:binspect")
    (TeX-add-symbols
     "imsize")
    (TeX-run-style-hooks
     "multicol"
     "amssymb"
     "amsmath"
     "epsfig"
     "latex2e"
     "sciposter10"
     "sciposter")))