aboutsummaryrefslogtreecommitdiff
path: root/doc/auto/documentation.el
diff options
context:
space:
mode:
Diffstat (limited to 'doc/auto/documentation.el')
-rw-r--r--doc/auto/documentation.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/auto/documentation.el b/doc/auto/documentation.el
new file mode 100644
index 0000000..f29a6c2
--- /dev/null
+++ b/doc/auto/documentation.el
@@ -0,0 +1,13 @@
+(TeX-add-style-hook "documentation"
+ (function
+ (lambda ()
+ (LaTeX-add-labels
+ "sec:aux")
+ (TeX-run-style-hooks
+ "latex2e"
+ "art10"
+ "article"
+ "interface"
+ "param"
+ "schedule"))))
+