From 9aa874e3b1fb955a49708475fce8b75a80646fe7 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 28 Jun 2016 23:35:57 -0400 Subject: [PATCH] JSS template should load math packages automatically. Fixes bug 9242. --- lib/templates/JSS-article.lyx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lib/templates/JSS-article.lyx b/lib/templates/JSS-article.lyx index f2e265f928..f4c036e911 100644 --- a/lib/templates/JSS-article.lyx +++ b/lib/templates/JSS-article.lyx @@ -1,5 +1,5 @@ -#LyX 2.2 created this file. For more info see http://www.lyx.org/ -\lyxformat 508 +#LyX 2.3 created this file. For more info see http://www.lyx.org/ +\lyxformat 510 \begin_document \begin_header \save_transient_properties true @@ -42,6 +42,7 @@ \font_osf false \font_sf_scale 100 100 \font_tt_scale 100 100 +\use_microtype false \graphics default \default_output_format pdf2 \output_sync 0 @@ -52,16 +53,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 -- 2.39.5