diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-11-12 18:51:13 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-11-12 18:51:13 -0600 |
commit | 4ddc0bcecdd172e6fbed0df2e80dfc7663b6ab73 (patch) | |
tree | 98247665aa5dfed337adb5a9f113ca30b2e160fd /spectroscopy/auto | |
parent | cc1859e9a25b7c2a54e66515a6bb45ce918d28c1 (diff) |
structure
Diffstat (limited to 'spectroscopy/auto')
-rw-r--r-- | spectroscopy/auto/chapter.el | 9 |
1 files changed, 9 insertions, 0 deletions
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) + |