From 43d71022045df5c056fd4eb20ee61d1a80f9cb8d Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 7 May 2013 23:14:21 -0400 Subject: [PATCH] RJournal template now also works with latex Before, only PDFs were being generated so latex did not compile. Now, both PDF and EPS files are generated. This is not efficient but could save the user some pain, which is the goal of templates. An alternative would be to set the default output to use pdflatex. --- lib/templates/RJournal.lyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/RJournal.lyx b/lib/templates/RJournal.lyx index 544c4d8854..4c3d7d6b76 100644 --- a/lib/templates/RJournal.lyx +++ b/lib/templates/RJournal.lyx @@ -214,7 +214,7 @@ status open \backslash \backslash -linewidth', fig.align='center'>>= +linewidth', fig.align='center', dev=c('pdf','postscript')>>= \end_layout \begin_layout Plain Layout -- 2.39.5