aboutsummaryrefslogtreecommitdiff
path: root/doc/auto/documentation.el
diff options
context:
space:
mode:
authorhawke <hawke@a4c7b220-a359-4231-b37a-efab6cb7d3ee>2002-05-03 14:41:55 +0000
committerhawke <hawke@a4c7b220-a359-4231-b37a-efab6cb7d3ee>2002-05-03 14:41:55 +0000
commitbfd7ae0ce72db0b8c327a986ab50d8792d592ad7 (patch)
treee3d7241500ec8287b67475e490c4b053659d4c05 /doc/auto/documentation.el
parent273fb8a893d785ed02dd15bd58ce07147d2af3a2 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMCoupling/trunk@3 a4c7b220-a359-4231-b37a-efab6cb7d3ee
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"))))
+