diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-04-13 22:39:33 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-04-13 22:39:33 -0500 |
commit | 92b0eaa59ac85b9fa7b4bbb61ce84949e96e286b (patch) | |
tree | a0288456c3d0dfedc6821c01d37a4abf1e4aa4ec /spectroscopy/auto | |
parent | c561cd27239ede72090bfd8f8cc785c52ae48673 (diff) |
2018-04-13 22:39
Diffstat (limited to 'spectroscopy/auto')
-rw-r--r-- | spectroscopy/auto/chapter.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spectroscopy/auto/chapter.el b/spectroscopy/auto/chapter.el index 4966739..731ac34 100644 --- a/spectroscopy/auto/chapter.el +++ b/spectroscopy/auto/chapter.el @@ -3,6 +3,7 @@ (lambda () (LaTeX-add-labels "cha:spc" - "spc:fig:power_curves")) + "spc:eqn:E" + "spc:fig:ranges")) :latex) |