summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el')
-rw-r--r--Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el b/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
new file mode 100644
index 00000000000..960ed9ff97b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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")))
+