From 4ddc0bcecdd172e6fbed0df2e80dfc7663b6ab73 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 12 Nov 2017 18:51:13 -0600 Subject: structure --- spectroscopy/auto/chapter.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spectroscopy/auto/chapter.el (limited to 'spectroscopy/auto/chapter.el') diff --git a/spectroscopy/auto/chapter.el b/spectroscopy/auto/chapter.el new file mode 100644 index 0000000..ae8a477 --- /dev/null +++ b/spectroscopy/auto/chapter.el @@ -0,0 +1,9 @@ +(TeX-add-style-hook + "chapter" + (lambda () + (LaTeX-add-labels + "fig:ta_and_tr_setup" + "eq:ta_complete" + "eq:generic")) + :latex) + -- cgit v1.2.3