]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/jss.layout
RJournal: use 'classic' decoration for email inset
[lyx.git] / lib / layouts / jss.layout
index b5111c44ba7be6d0e866845961c62c7d1a436f9b..91a80e47b2dcada1edd78e0ab38729f34f7a34a1 100644 (file)
@@ -1,11 +1,19 @@
 #% 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]{Journal of Statistical Software (JSS)}
+#  \DeclareCategory{Articles}
 # 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 45
 
 # 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