diff options
Diffstat (limited to 'hardware/auto')
-rw-r--r-- | hardware/auto/chapter.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hardware/auto/chapter.el b/hardware/auto/chapter.el new file mode 100644 index 0000000..bff5926 --- /dev/null +++ b/hardware/auto/chapter.el @@ -0,0 +1,7 @@ +(TeX-add-style-hook + "chapter" + (lambda () + (LaTeX-add-labels + "f:periscope")) + :latex) + |