commit 9d02f0bcf149e86513b2b527bc9acbf52e5d1d42
Author: Richard Heck <[email protected]>
Date:   Tue Jun 28 23:38:46 2016 -0400

    JSS template should load math packages automatically.
    
    Fixes bug 9242.
---
 lib/templates/JSS-article.lyx |   16 ++++++++--------
 status.22x                    |    2 ++
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/lib/templates/JSS-article.lyx b/lib/templates/JSS-article.lyx
index f2e265f..f599cc0 100644
--- a/lib/templates/JSS-article.lyx
+++ b/lib/templates/JSS-article.lyx
@@ -52,16 +52,16 @@
 \use_hyperref false
 \papersize default
 \use_geometry false
-\use_package amsmath 0
-\use_package amssymb 0
-\use_package cancel 0
-\use_package esint 0
+\use_package amsmath 1
+\use_package amssymb 1
+\use_package cancel 1
+\use_package esint 1
 \use_package mathdots 1
-\use_package mathtools 0
+\use_package mathtools 1
 \use_package mhchem 1
-\use_package stackrel 0
-\use_package stmaryrd 0
-\use_package undertilde 0
+\use_package stackrel 1
+\use_package stmaryrd 1
+\use_package undertilde 1
 \cite_engine natbib
 \cite_engine_type authoryear
 \biblio_style plainnat
diff --git a/status.22x b/status.22x
index b7141e0..e43d1b6 100644
--- a/status.22x
+++ b/status.22x
@@ -79,6 +79,8 @@ What's new
 
 - Fix size issue with outliner icons on HiDPI monitors (bug 10125).
 
+- Load math packages automatically with JSS template (bug 9242).
+
 
 * LYX2LYX
 

Reply via email to