summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el
Initial commit
Diffstat (limited to 'macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el')
-rw-r--r--macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el b/macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el
new file mode 100644
index 0000000000..960ed9ff97
--- /dev/null
+++ b/macros/latex/contrib/sciposter/sciposterexample/auto/sciposter-example.el
@@ -0,0 +1,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")))
+