[Dplr-commits] r782 - in pkg/dplR: . vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 7 18:11:00 CEST 2014


Author: mvkorpel
Date: 2014-04-07 18:11:00 +0200 (Mon, 07 Apr 2014)
New Revision: 782

Modified:
   pkg/dplR/TODO
   pkg/dplR/vignettes/dplR.sty
   pkg/dplR/vignettes/intro-dplR.Rnw
Log:
PDF metadata

Modified: pkg/dplR/TODO
===================================================================
--- pkg/dplR/TODO	2014-04-07 14:42:56 UTC (rev 781)
+++ pkg/dplR/TODO	2014-04-07 16:11:00 UTC (rev 782)
@@ -4,10 +4,6 @@
 *  In detrend(method=“ModNegExp”) there should be a verbose option that writes 
    how each series was handled including the parameters of the model.
 
-o [mvkorpel] Fix the sty file so that Sweave code adheres to the margins. And
-  what is the best way to make the figure widths take up the text width?
-  In addition to my many other failings, I'm not great at LaTeX!
-
 o [mvkorpel] Write a MAKEFILE for vignettes that removes any of the temp files 
   that get produced when typesetting the vignette pdf? The tex files, etc.
   I've been compiling the vignettes in Rstudio which leaves a lot of junk

Modified: pkg/dplR/vignettes/dplR.sty
===================================================================
--- pkg/dplR/vignettes/dplR.sty	2014-04-07 14:42:56 UTC (rev 781)
+++ pkg/dplR/vignettes/dplR.sty	2014-04-07 16:11:00 UTC (rev 782)
@@ -9,3 +9,11 @@
 \usepackage[round]{natbib}
 \usepackage{hyperref}
 \usepackage{sidecap}
+\AtBeginDocument{
+  \hypersetup{
+    pdftitle = {\@title},
+    pdfsubject = {Dendrochronology Program Library in R},
+    pdfkeywords = {dendrochronology, dplR, R},
+    pdflang = {en}
+  }
+}

Modified: pkg/dplR/vignettes/intro-dplR.Rnw
===================================================================
--- pkg/dplR/vignettes/intro-dplR.Rnw	2014-04-07 14:42:56 UTC (rev 781)
+++ pkg/dplR/vignettes/intro-dplR.Rnw	2014-04-07 16:11:00 UTC (rev 782)
@@ -4,8 +4,10 @@
 \usepackage{dplR} % dplR settings - needs some work
 
 \title{An introduction to dplR} 
-\author{Andy Bunn and Mikko Korpela}
-
+\author{Andy Bunn \and Mikko Korpela}
+\hypersetup{
+  pdfauthor = {Andy Bunn; Mikko Korpela},
+}
 \date{\footnotesize{$ $Processed with dplR 
 \Sexpr{packageDescription("dplR", field="Version")}
 in \Sexpr{R.version.string} on \today}}



More information about the Dplr-commits mailing list