]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/jss.layout
listerrors.lyx : Update a link.
[lyx.git] / lib / layouts / jss.layout
index b5111c44ba7be6d0e866845961c62c7d1a436f9b..e2e332a6ef3e90d45bf11137011a43952ec38879 100644 (file)
@@ -1,11 +1,18 @@
 #% Do not delete the line below; configure depends on this      
-#  \DeclareLaTeXClass[jss,article,ae.sty,color.sty,fancyvrb.sty,hyperref.sty,natbib.sty]{article (Journal of Statistical Software)}
+#  \DeclareLaTeXClass[jss,ae.sty,color.sty,fancyvrb.sty,hyperref.sty,natbib.sty,upquote.sty]{article (Journal of Statistical Software)}
 # Journal of Statistical Software (JSS) article textclass definition file
 # Author: Andreas Karlsson <andreas.karlsson@ltv.se>
 # License: GNU GPL version 2 or later
 # JSS LaTeX files can be downloaded from http://www.jstatsoft.org/downloads/JSSstyle.zip
 
-Format 27
+Format 36
 
 # Read the definitions from article.layout
 Input article.layout
+
+# The commented macro below is enough to prevent Sweave from loading
+# Sweave.sty. This is needed because jss.cls already provides
+# this package's functionality (see bug 7555).
+AddToPreamble
+    %\usepackage{Sweave}
+EndPreamble