[Pgfsweave-commits] r30 - in pkg: . R inst/doc inst/doc/figs inst/example inst/misc/vignette-src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 6 00:51:52 CEST 2011


Author: cameronbracken
Date: 2011-04-06 00:51:50 +0200 (Wed, 06 Apr 2011)
New Revision: 30

Added:
   pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.tikz
   pkg/inst/example/pgfSweave-xelatex-example.Rnw
Modified:
   pkg/ChangeLog
   pkg/DESCRIPTION
   pkg/NEWS
   pkg/R/pgfSweave.R
   pkg/R/pgfSweaveDriver.R
   pkg/R/utilities.R
   pkg/R/zzz.R
   pkg/inst/doc/figs/fig-normalSweave.pdf
   pkg/inst/doc/figs/fig-pgfSweave-hist.pgf
   pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf
   pkg/inst/doc/pgfSweave-example.pdf
   pkg/inst/doc/pgfSweave.Rnw
   pkg/inst/doc/pgfSweave.pdf
   pkg/inst/doc/pgfSweave_hans.pdf
   pkg/inst/misc/vignette-src/Makefile
   pkg/inst/misc/vignette-src/pgfSweave-vignette-source.Rnw
Log:
Version 1.2.1

Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/ChangeLog	2011-04-05 22:51:50 UTC (rev 30)
@@ -1,3 +1,162 @@
+commit e1b1d11fee5419f1747636461a5af7f46248826f
+Merge: 629df4f 5536f8f
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 16:26:46 2011 -0600
+
+    Merge branch 'rel-patch2'
+
+commit 629df4f8c9925ccf1a970d10552153ff26123ced
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 16:26:06 2011 -0600
+
+    Only try to call make if the makefile exists
+
+ R/pgfSweave.R |   12 ++++++------
+ 1 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 5536f8f46e781bb2e8193dcbcbf2265b20612e34
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 16:15:56 2011 -0600
+
+    Apply rel2.patch
+
+ R/pgfSweaveDriver.R |   23 +++++++++++++++++++++--
+ 1 files changed, 21 insertions(+), 2 deletions(-)
+
+commit d6159fa723942cc7ad361290114e555404430d2f
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 16:05:14 2011 -0600
+
+    Slightly change message for re-run external chunks
+
+ R/pgfSweaveDriver.R |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit edc5f628bb174fe19ae84884194863d7a1a41557
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 15:50:57 2011 -0600
+
+    Update NEWS
+
+ NEWS |    5 +++--
+ 1 files changed, 3 insertions(+), 2 deletions(-)
+
+commit ff49d90675be7118283af2120c93499cf9c164cf
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 15:48:58 2011 -0600
+
+    XeLaTeX example, see the warning in the file for directions on how to get around the bug in pgf
+
+ inst/example/pgfSweave-xelatex-example.Rnw |   72 ++++++++++++++++++++++++++++
+ 1 files changed, 72 insertions(+), 0 deletions(-)
+
+commit 2d57ccae18b14134aead7851da22cf8fade8d34a
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 14:55:03 2011 -0600
+
+    Fix the internal caching layer so that external graphics are now properly recreated only when the chunk has changed; also fixes the external library dependency feature
+
+ R/pgfSweaveDriver.R |   21 +++++++++++----------
+ R/utilities.R       |    2 +-
+ 2 files changed, 12 insertions(+), 11 deletions(-)
+
+commit 5fc6321fe08d009b07dc89314ab1f8dda0cb7d6f
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Tue Apr 5 13:24:53 2011 -0600
+
+    Add chunk options 'width' and 'height' to the chunk digest; when chages are made to these options but not the chunk code itself, still regenerate the graphic
+
+ R/utilities.R |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 7aa7eb28373f601b1d65d09e7b1c2b543c1d3a5a
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Mon Apr 4 14:45:24 2011 -0600
+
+    Add encoding to vignette for R 2.13
+
+ ChangeLog                                          |   52 ++++++
+ inst/doc/figs/fig-normalSweave.pdf                 |  Bin 12749 -> 12524 bytes
+ inst/doc/figs/fig-pgfSweave-hist.pgf               |  186 +++++++++++---------
+ inst/doc/figs/fig-pgfSweave-tikz-hist.pdf          |  Bin 28614 -> 28559 bytes
+ inst/doc/figs/fig-pgfSweave-tikz-hist.tikz         |   70 ++++----
+ inst/doc/pgfSweave-example-tex.in                  |   10 +-
+ inst/doc/pgfSweave-example.pdf                     |  Bin 78284 -> 76347 bytes
+ inst/doc/pgfSweave.Rnw                             |    2 +
+ inst/doc/pgfSweave.pdf                             |  Bin 327561 -> 288573 bytes
+ .../vignette-src/pgfSweave-vignette-source.Rnw     |    2 +
+ 10 files changed, 190 insertions(+), 132 deletions(-)
+
+commit 354e7f790cbf28be8fee88dbc4ee61a349770182
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Mon Apr 4 14:44:32 2011 -0600
+
+    Update News
+
+ NEWS |   10 ++++++++++
+ 1 files changed, 10 insertions(+), 0 deletions(-)
+
+commit 69700eb5e3bfbef6d743d1d719a5b663c799bc00
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Sun Apr 3 21:02:43 2011 -0600
+
+    Remove null device code since it can cause problems with grid graphics
+
+ R/pgfSweaveDriver.R |    5 -----
+ 1 files changed, 0 insertions(+), 5 deletions(-)
+
+commit 1db2157b7f913a011f23c9ac8912b7b265ce983c
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Sun Apr 3 17:21:07 2011 -0600
+
+    Bump version number, recompile vignette to only depend on PGF 2.00
+
+ ChangeLog                                          |   51 ++++++
+ DESCRIPTION                                        |    2 +-
+ inst/doc/figs/fig-normalSweave.pdf                 |  Bin 2960 -> 12749 bytes
+ inst/doc/figs/fig-pgfSweave-hist.pgf               |  188 +++++++++-----------
+ inst/doc/figs/fig-pgfSweave-tikz-hist.pdf          |  Bin 28559 -> 28614 bytes
+ inst/doc/figs/fig-pgfSweave-tikz-hist.tikz         |   74 ++++----
+ inst/doc/pgfSweave-example-tex.in                  |    2 -
+ inst/doc/pgfSweave-example.pdf                     |  Bin 78061 -> 78284 bytes
+ inst/doc/pgfSweave.Rnw                             |   21 +--
+ inst/doc/pgfSweave.pdf                             |  Bin 281287 -> 327561 bytes
+ inst/misc/vignette-src/Makefile                    |    5 +-
+ .../vignette-src/pgfSweave-vignette-source.Rnw     |   10 +-
+ 12 files changed, 191 insertions(+), 162 deletions(-)
+
+commit 21154a3acba563ecd2cb2586bb02dfad7acf0acb
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Sun Apr 3 17:20:13 2011 -0600
+
+    Allow package to be installed if PGF 2.10 is not available but issue
+    message at startup.
+
+ R/zzz.R |    9 ++++++---
+ 1 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 1443cf949766b3dcd598a6d94ef799e1abc74c6d
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Sun Apr 3 17:17:55 2011 -0600
+
+    Dont include \tikzexternalfiledependsonfile command because it caused
+    figures to get recompiled every time. Only put in list and make command
+    the first time.
+
+ R/pgfSweaveDriver.R |   23 ++++++++++++++---------
+ 1 files changed, 14 insertions(+), 9 deletions(-)
+
+commit 103005f9ced1a9e07599f5625a1bd6456441473c
+Author: cameronbracken <cameron.bracken at gmail.com>
+Date:   Sun Apr 3 17:16:20 2011 -0600
+
+    Do not run (pdf)latex initially when makefile exists
+
+ R/pgfSweave.R                              |   22 ++-
+ inst/doc/figs/fig-pgfSweave-hist.pgf       |  255 ++++++++++++++++++++++++++++
+ inst/doc/figs/fig-pgfSweave-tikz-hist.tikz |  110 ++++++++++++
+ 3 files changed, 381 insertions(+), 6 deletions(-)
+
 commit 224c98c100ecaeb90085b30e5978e3736f97e6f1
 Author: cameronbracken <cameron.bracken at gmail.com>
 Date:   Wed Mar 23 17:32:21 2011 -0600

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/DESCRIPTION	2011-04-05 22:51:50 UTC (rev 30)
@@ -1,8 +1,8 @@
 Package: pgfSweave
 Type: Package
 Title: Quality speedy graphics compilation and caching with Sweave
-Version: 1.2.0
-Date: 2011-01-16
+Version: 1.2.1
+Date: 2011-05-05
 Author: Cameron Bracken <cameron.bracken at gmail.com> and Charlie Sharpsteen <source at sharpsteen.net>
 Maintainer: Cameron Bracken <cameron.bracken at gmail.com> 
 Depends: stashR, filehash, highlight, optparse, formatR

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/NEWS	2011-04-05 22:51:50 UTC (rev 30)
@@ -1,6 +1,20 @@
 Please see the README.md file for development info
 
 --------------------------
+Version 1.2.1 - 2011-04-03
+--------------------------
+* [NEW] If PGF 2.10 is not available, issue a startup message but still load 
+        the package (So the package can go on CRAN). PGF 2.10 is still 
+        required to compile .tex file produced with pgfSweave
+* [NEW] Remove null device code which could cause problems with grid graphics
+* [NEW] Example using xelatex for external graphics
+* [NEW] Chunk options `relwidth' and `relheight' for scaling figures relative 
+        to the `width' and `height' options (thanks to Fabrice Rossi for the 
+        patch)
+* [CHANGED] Fix the internal caching of external graphics, it now works as 
+        expected and can save significant time
+
+--------------------------
 Version 1.2.0 - 2011-02-21
 --------------------------
 * [NEW] Use the tikz externalization library instead of the pgf backend. This 

Modified: pkg/R/pgfSweave.R
===================================================================
--- pkg/R/pgfSweave.R	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/R/pgfSweave.R	2011-04-05 22:51:50 UTC (rev 30)
@@ -7,27 +7,37 @@
     #if available compile pgf graphics
     if(compile.tex){
         
+        changefile <- '.FigureChunkChanged'
+        
         #Strip the extension
         fn <- tools::file_path_sans_ext(file)
+        makefile <- paste(fn,".makefile",sep='')
 
         # set initial calls to latex or pdflatex to generate makefile and 
         # dependency lists
         cmd <- 
-        if(is.null(match.call()$pdf))
+        if(pdf)
+            Sys.getenv("PDFLATEX","pdflatex")
+        else
             Sys.getenv("LATEX","latex")
-        else
-            Sys.getenv("PDFLATEX","pdflatex")
 
             # Initial call to pdflatex or latex
-        system(paste(cmd,fn))
-
+        if(!file.exists(makefile)){
+            message(paste('Not regenerating makefile for externalization,',
+                'if your figures have changed, remove',makefile, 
+                'and recompile.'))
+            system(paste(cmd,fn))
+        }
+                    
             # call make to externalize graphics
         make <- Sys.which('make')
-        if(file.access(make, 1) == 0)
-          system(paste(make," -j ",np," -f ",fn,".makefile",sep=""))
-        else 
-          warning('`make` is not available, graphics will not be externalized.')
-
+        if(file.access(make, 1) == 0){
+            if(file.exists(makefile))
+                system(paste(make," -j ",np," -f ",makefile,sep=""))
+        }else{
+            warning('`make` is not available, graphics will not be externalized.')
+        }
+          
         if(!graphics.only){
             #run texi2dvi on the tex file        
             tools::texi2dvi(paste(fn,'tex',sep='.'), pdf = pdf, ...)

Modified: pkg/R/pgfSweaveDriver.R
===================================================================
--- pkg/R/pgfSweaveDriver.R	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/R/pgfSweaveDriver.R	2011-04-05 22:51:50 UTC (rev 30)
@@ -28,7 +28,7 @@
        runcode = pgfSweaveRuncode,
        writedoc = pgfSweaveWritedoc,
        finish = utils::RweaveLatexFinish,
-       checkopts = utils::RweaveLatexOptions
+       checkopts = pgfSweaveOptions
        )
 }
 
@@ -61,6 +61,8 @@
     out$options[["sanitize"]] <- sanitize
     out$options[["highlight"]] <- ifelse(echo,highlight,FALSE)
     out$options[["tidy"]] <- tidy
+    out$options[["relwidth"]] <- 1
+    out$options[["relheight"]] <- 1
     out[["haveHighlightSyntaxDef"]] <- FALSE
     out[["haveRealjobname"]] <- FALSE
     ## end [CWB]
@@ -74,15 +76,27 @@
     out[["srcfileName"]] <-paste(tools::file_path_sans_ext(file), "tex", sep='')
     out[["jobname"]] <- basename(tools::file_path_sans_ext(file))
     ######################################################################
-
-      # Avoids creation of Rplots.pdf
-    options(device = function(...) {
-        .Call("R_GD_nullDevice", PACKAGE = "grDevices")
-    })
-
+    
     out
 }
 
+    # This function checks the options. Most of the checks is delegated to
+    # utils::RweaveLatexOptions, expect for the rel* options
+pgfSweaveOptions <- function(options)
+{
+    options.norel <- options
+    options.norel[c("relwidth","relheight")] <- NULL
+    options.norel <- utils::RweaveLatexOptions(options.norel)
+    for(opt in c("relwidth","relheight")) {
+        if(!is.null(options[[opt]])) {
+            options.norel[opt] <- as.numeric(options[[opt]])
+        }
+    }
+    options.norel$width <- options.norel$width * options.norel$relwidth
+    options.norel$height <- options.norel$height * options.norel$relheight
+    options.norel
+}
+
     # This function checks for the \usepackage{Sweave} line and the
     # \tikzexternalize line
 pgfSweaveWritedoc <- function(object, chunk)
@@ -91,12 +105,15 @@
 
     if(length(grep("\\usepackage[^\\}]*Sweave.*\\}", chunk)))
         object$havesty <- TRUE
+        
+    if(is.null(object$havetikzexternalize)){
+        object$havetikzexternalize <- 
+        if(length(grep("\\tikzexternalize.*^", chunk)))
+            TRUE
+        else 
+            FALSE
+    }
 
-    havetikzexternalize <- FALSE
-    if(length(grep("\\tikzexternalize.*^", chunk)))
-        havetikzexternalize <- TRUE
-
-
     if(!object$havesty){
       begindoc <- "^[[:space:]]*\\\\begin\\{document\\}"
       which <- grep(begindoc, chunk)
@@ -110,7 +127,7 @@
     }
 
       # add tikzexternalize if it doesnt exist
-    if(!havetikzexternalize){
+    if(!object$havetikzexternalize){
         # add the lines after the \usepackage{tikz} statement
       which <- grep("^[[:space:]]*\\\\usepackage\\{.*tikz.*\\}", chunk)
       if(length(which)){
@@ -170,7 +187,7 @@
         opts <- sub(paste(".*", object$syntax$docopt, ".*", sep=""),
                     "\\1", chunk[pos[1L]])
         object$options <- utils:::SweaveParseOptions(opts, object$options,
-                                             utils:::RweaveLatexOptions)
+                                             pgfSweaveOptions)
         if (isTRUE(object$options$concordance)
               && !object$haveconcordance) {
             savelabel <- object$options$label
@@ -498,13 +515,14 @@
     thisline <- thisline + 1
   }
 
-  chunkChanged <- 
-    if( options$cache )
-      hasChunkChanged(chunk,chunkprefix,options)
-    else
-      TRUE
-
   if(options$fig && options$eval){
+      
+    chunkChanged <- 
+      if( options$external )
+        hasChunkChanged(chunk,chunkprefix,options)
+      else
+        TRUE
+    if(chunkChanged & options$external) cat('(Re)Running External Chunk:',options$label,'\n')
 
     if(options$eps & !options$pgf & !options$tikz){
         # Still apply graphics caching to postscript device
@@ -606,6 +624,7 @@
           })
         grDevices::dev.off()
         if(inherits(err, "try-error")) stop(err)
+        
       }
     }
 
@@ -619,6 +638,7 @@
         
       linesout[thisline + 1] <- srcline
       thisline <- thisline + 1
+      
     }
 
       # Write the includegraphics command for eps or pdf 

Modified: pkg/R/utilities.R
===================================================================
--- pkg/R/utilities.R	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/R/utilities.R	2011-04-05 22:51:50 UTC (rev 30)
@@ -28,7 +28,7 @@
   
      # caching may not be used but use the caching directory anyway
     cachedir <- getCacheDir()
-    chunkDigest <- digest(chunk)
+    chunkDigest <- digest(list(chunk[1:length(chunk)],options$width,options$height))
     dbName <- makeChunkDatabaseName(cachedir, options, chunkDigest)
     
       # Create 'stashR' database if it does not exist

Modified: pkg/R/zzz.R
===================================================================
--- pkg/R/zzz.R	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/R/zzz.R	2011-04-05 22:51:50 UTC (rev 30)
@@ -9,7 +9,7 @@
                         stop(gettextf("'%s' package required", pkg))
         }
     
-  requirePGFVersionOrDie("2.10") 
+  requirePGFVersion("2.10") 
 }
 
 .onAttach <- function(lib, pkg) {
@@ -17,7 +17,7 @@
                 stop("'utils' package required to use 'Sweave'")
 }
 
-requirePGFVersionOrDie <- function(req.version="2.10"){
+requirePGFVersion <- function(req.version="2.10"){
   
   texDir <- tempdir()
   cwd <- getwd()
@@ -60,7 +60,10 @@
   setwd(cwd)
   
   if(compareVersion(version,req.version) < 0)
-    stop(paste("PGF >=",req.version,"is required to use pgfSweave, you are using version",match))
+    packageStartupMessage(paste("PGF >=",req.version,
+        "is required to use pgfSweave, you are using version",match,
+        "\n\tYou can use pgfSweave but you may not be able to compile",
+        "\n\tdocuments produced by pgfSweave, please update if possible."))
   else
     packageStartupMessage(paste('pgfSweave: Using PGF Version',match))
   

Modified: pkg/inst/doc/figs/fig-normalSweave.pdf
===================================================================
--- pkg/inst/doc/figs/fig-normalSweave.pdf	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/inst/doc/figs/fig-normalSweave.pdf	2011-04-05 22:51:50 UTC (rev 30)
@@ -2,10 +2,10 @@
 %âãÏÓ\r
 1 0 obj
 <<
-/CreationDate (D:20110323174358)
-/ModDate (D:20110323174358)
+/CreationDate (D:20110405163136)
+/ModDate (D:20110405163136)
 /Title (R Graphics Output)
-/Producer (R 2.12.1)
+/Producer (R 2.12.2)
 /Creator (R)
 >>
 endobj
@@ -47,43 +47,35 @@
 1 J
 1 j
 10.00 M
-70.64 73.44 m 181.07 73.44 l S
-70.64 73.44 m 70.64 66.24 l S
-98.24 73.44 m 98.24 66.24 l S
-125.85 73.44 m 125.85 66.24 l S
-153.46 73.44 m 153.46 66.24 l S
-181.07 73.44 m 181.07 66.24 l S
+63.73 73.44 m 157.60 73.44 l S
+63.73 73.44 m 63.73 66.24 l S
+95.02 73.44 m 95.02 66.24 l S
+126.31 73.44 m 126.31 66.24 l S
+157.60 73.44 m 157.60 66.24 l S
 BT
 0.000 0.000 0.000 rg
-/F2 1 Tf 12.00 0.00 -0.00 12.00 63.80 47.52 Tm (-4) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 56.89 47.52 Tm (-4) Tj
 ET
 BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 91.40 47.52 Tm (-2) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 88.18 47.52 Tm (-2) Tj
 ET
 BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 122.51 47.52 Tm (0) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 122.98 47.52 Tm (0) Tj
 ET
 BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 150.12 47.52 Tm (2) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 154.26 47.52 Tm (2) Tj
 ET
-BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 177.73 47.52 Tm (4) Tj
-ET
-59.04 76.53 m 59.04 155.97 l S
+59.04 76.53 m 59.04 137.11 l S
 59.04 76.53 m 51.84 76.53 l S
-59.04 96.39 m 51.84 96.39 l S
-59.04 116.25 m 51.84 116.25 l S
-59.04 136.11 m 51.84 136.11 l S
-59.04 155.97 m 51.84 155.97 l S
+59.04 96.72 m 51.84 96.72 l S
+59.04 116.92 m 51.84 116.92 l S
+59.04 137.11 m 51.84 137.11 l S
 BT
 /F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.20 Tm (0) Tj
 ET
 BT
-/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 102.91 Tm (1000) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 103.57 Tm (1000) Tj
 ET
-BT
-/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 142.63 Tm (2000) Tj
-ET
 Q q 59.04 73.44 126.72 83.52 re W n
 0.000 0.000 0.000 RG
 0.75 w
@@ -91,28 +83,26 @@
 1 J
 1 j
 10.00 M
-63.73 76.53 6.90 0.08 re S
-70.64 76.53 6.90 0.16 re S
-77.54 76.53 6.90 0.36 re S
-84.44 76.53 6.90 1.87 re S
-91.34 76.53 6.90 6.79 re S
-98.24 76.53 6.90 17.08 re S
-105.15 76.53 6.90 35.95 re S
-112.05 76.53 6.90 57.95 re S
-118.95 76.53 6.90 77.33 re S
-125.85 76.53 6.90 75.63 re S
-132.75 76.53 6.90 59.02 re S
-139.65 76.53 6.90 38.05 re S
-146.56 76.53 6.90 17.48 re S
-153.46 76.53 6.90 6.55 re S
-160.36 76.53 6.90 2.50 re S
-167.26 76.53 6.90 0.32 re S
-174.16 76.53 6.90 0.08 re S
+63.73 76.53 7.82 0.04 re S
+71.56 76.53 7.82 0.44 re S
+79.38 76.53 7.82 1.90 re S
+87.20 76.53 7.82 6.30 re S
+95.02 76.53 7.82 17.93 re S
+102.84 76.53 7.82 39.82 re S
+110.67 76.53 7.82 59.93 re S
+118.49 76.53 7.82 77.33 re S
+126.31 76.53 7.82 76.32 re S
+134.13 76.53 7.82 62.80 re S
+141.96 76.53 7.82 35.58 re S
+149.78 76.53 7.82 16.96 re S
+157.60 76.53 7.82 6.26 re S
+165.42 76.53 7.82 1.70 re S
+173.24 76.53 7.82 0.52 re S
 Q
 endstream
 endobj
 7 0 obj
-1789
+1545
 endobj
 3 0 obj
 <<
@@ -159,14 +149,14 @@
 0000000000 65535 f 
 0000000021 00000 n 
 0000000164 00000 n 
-0000002155 00000 n 
-0000002238 00000 n 
+0000001911 00000 n 
+0000001994 00000 n 
 0000000213 00000 n 
 0000000293 00000 n 
-0000002135 00000 n 
-0000002330 00000 n 
-0000002587 00000 n 
-0000002683 00000 n 
+0000001891 00000 n 
+0000002086 00000 n 
+0000002343 00000 n 
+0000002439 00000 n 
 trailer
 <<
 /Size 11
@@ -174,5 +164,5 @@
 /Root 2 0 R
 >>
 startxref
-2785
+2541
 %%EOF

Modified: pkg/inst/doc/figs/fig-pgfSweave-hist.pgf
===================================================================
--- pkg/inst/doc/figs/fig-pgfSweave-hist.pgf	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/inst/doc/figs/fig-pgfSweave-hist.pgf	2011-04-05 22:51:50 UTC (rev 30)
@@ -1,4 +1,4 @@
-% Created by Eps2pgf 0.7.0 (build on 2008-08-24) on Wed Mar 23 17:43:59 MDT 2011
+% Created by Eps2pgf 0.7.0 (build on 2008-08-24) on Tue Apr 05 16:31:37 MDT 2011
 \begin{pgfpicture}
 \pgfpathmoveto{\pgfqpoint{0cm}{0cm}}
 \pgfpathlineto{\pgfqpoint{7.62cm}{0cm}}
@@ -41,78 +41,71 @@
 \pgfsetroundcap
 \pgfsetroundjoin
 \definecolor{eps2pgf_color}{gray}{0}\pgfsetstrokecolor{eps2pgf_color}\pgfsetfillcolor{eps2pgf_color}
-\pgfpathmoveto{\pgfqpoint{2.492cm}{2.591cm}}
+\pgfpathmoveto{\pgfqpoint{2.248cm}{2.591cm}}
 \pgfpathlineto{\pgfqpoint{6.388cm}{2.591cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.492cm}{2.591cm}}
-\pgfpathlineto{\pgfqpoint{2.492cm}{2.337cm}}
+\pgfpathmoveto{\pgfqpoint{2.248cm}{2.591cm}}
+\pgfpathlineto{\pgfqpoint{2.248cm}{2.337cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{3.466cm}{2.591cm}}
-\pgfpathlineto{\pgfqpoint{3.466cm}{2.337cm}}
+\pgfpathmoveto{\pgfqpoint{3.283cm}{2.591cm}}
+\pgfpathlineto{\pgfqpoint{3.283cm}{2.337cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{4.44cm}{2.591cm}}
-\pgfpathlineto{\pgfqpoint{4.44cm}{2.337cm}}
+\pgfpathmoveto{\pgfqpoint{4.318cm}{2.591cm}}
+\pgfpathlineto{\pgfqpoint{4.318cm}{2.337cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{5.414cm}{2.591cm}}
-\pgfpathlineto{\pgfqpoint{5.414cm}{2.337cm}}
+\pgfpathmoveto{\pgfqpoint{5.353cm}{2.591cm}}
+\pgfpathlineto{\pgfqpoint{5.353cm}{2.337cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
 \pgfpathmoveto{\pgfqpoint{6.388cm}{2.591cm}}
 \pgfpathlineto{\pgfqpoint{6.388cm}{2.337cm}}
 \pgfusepath{stroke}
 \begin{pgfscope}
-\pgftext[x=2.493cm,y=1.825cm,rotate=0]{-4}
+\pgftext[x=2.25cm,y=1.825cm,rotate=0]{-4}
 \end{pgfscope}
 \begin{pgfscope}
-\pgftext[x=3.464cm,y=1.825cm,rotate=0]{-2}
+\pgftext[x=3.281cm,y=1.825cm,rotate=0]{-2}
 \end{pgfscope}
 \begin{pgfscope}
-\pgftext[x=4.44cm,y=1.821cm,rotate=0]{0}
+\pgftext[x=4.318cm,y=1.821cm,rotate=0]{0}
 \end{pgfscope}
 \begin{pgfscope}
-\pgftext[x=5.409cm,y=1.825cm,rotate=0]{2}
+\pgftext[x=5.348cm,y=1.825cm,rotate=0]{2}
 \end{pgfscope}
 \begin{pgfscope}
 \pgftext[x=6.386cm,y=1.825cm,rotate=0]{4}
 \end{pgfscope}
 \pgfsetdash{}{0cm}
 \pgfpathmoveto{\pgfqpoint{2.083cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{2.083cm}{5.424cm}}
+\pgfpathlineto{\pgfqpoint{2.083cm}{4.849cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
 \pgfpathmoveto{\pgfqpoint{2.083cm}{2.7cm}}
 \pgfpathlineto{\pgfqpoint{1.829cm}{2.7cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.083cm}{3.381cm}}
-\pgfpathlineto{\pgfqpoint{1.829cm}{3.381cm}}
+\pgfpathmoveto{\pgfqpoint{2.083cm}{3.416cm}}
+\pgfpathlineto{\pgfqpoint{1.829cm}{3.416cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.083cm}{4.062cm}}
-\pgfpathlineto{\pgfqpoint{1.829cm}{4.062cm}}
+\pgfpathmoveto{\pgfqpoint{2.083cm}{4.133cm}}
+\pgfpathlineto{\pgfqpoint{1.829cm}{4.133cm}}
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.083cm}{4.743cm}}
-\pgfpathlineto{\pgfqpoint{1.829cm}{4.743cm}}
+\pgfpathmoveto{\pgfqpoint{2.083cm}{4.849cm}}
+\pgfpathlineto{\pgfqpoint{1.829cm}{4.849cm}}
 \pgfusepath{stroke}
-\pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.083cm}{5.424cm}}
-\pgfpathlineto{\pgfqpoint{1.829cm}{5.424cm}}
-\pgfusepath{stroke}
 \begin{pgfscope}
 \pgftext[x=1.328cm,y=2.7cm,rotate=90]{0}
 \end{pgfscope}
 \begin{pgfscope}
-\pgftext[x=1.328cm,y=4.075cm,rotate=90]{1000}
+\pgftext[x=1.328cm,y=4.146cm,rotate=90]{1000}
 \end{pgfscope}
-\begin{pgfscope}
-\pgftext[x=1.328cm,y=5.422cm,rotate=90]{2000}
 \end{pgfscope}
-\end{pgfscope}
 \begin{pgfscope}
 \pgfpathmoveto{\pgfqpoint{2.083cm}{2.591cm}}
 \pgfpathlineto{\pgfqpoint{6.553cm}{2.591cm}}
@@ -127,119 +120,112 @@
 \definecolor{eps2pgf_color}{gray}{0}\pgfsetstrokecolor{eps2pgf_color}\pgfsetfillcolor{eps2pgf_color}
 \pgfpathmoveto{\pgfqpoint{2.248cm}{2.7cm}}
 \pgfpathlineto{\pgfqpoint{2.248cm}{2.701cm}}
-\pgfpathlineto{\pgfqpoint{2.492cm}{2.701cm}}
-\pgfpathlineto{\pgfqpoint{2.492cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{2.507cm}{2.701cm}}
+\pgfpathlineto{\pgfqpoint{2.507cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.492cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{2.492cm}{2.703cm}}
-\pgfpathlineto{\pgfqpoint{2.735cm}{2.703cm}}
-\pgfpathlineto{\pgfqpoint{2.735cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{2.507cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{2.507cm}{2.713cm}}
+\pgfpathlineto{\pgfqpoint{2.766cm}{2.713cm}}
+\pgfpathlineto{\pgfqpoint{2.766cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.735cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{2.735cm}{2.719cm}}
-\pgfpathlineto{\pgfqpoint{2.979cm}{2.719cm}}
-\pgfpathlineto{\pgfqpoint{2.979cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{2.766cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{2.766cm}{2.766cm}}
+\pgfpathlineto{\pgfqpoint{3.024cm}{2.766cm}}
+\pgfpathlineto{\pgfqpoint{3.024cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{2.979cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{2.979cm}{2.76cm}}
-\pgfpathlineto{\pgfqpoint{3.222cm}{2.76cm}}
-\pgfpathlineto{\pgfqpoint{3.222cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{3.024cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{3.024cm}{2.932cm}}
+\pgfpathlineto{\pgfqpoint{3.283cm}{2.932cm}}
+\pgfpathlineto{\pgfqpoint{3.283cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{3.222cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{3.222cm}{2.956cm}}
-\pgfpathlineto{\pgfqpoint{3.466cm}{2.956cm}}
-\pgfpathlineto{\pgfqpoint{3.466cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{3.283cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{3.283cm}{3.363cm}}
+\pgfpathlineto{\pgfqpoint{3.542cm}{3.363cm}}
+\pgfpathlineto{\pgfqpoint{3.542cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{3.466cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{3.466cm}{3.339cm}}
-\pgfpathlineto{\pgfqpoint{3.709cm}{3.339cm}}
-\pgfpathlineto{\pgfqpoint{3.709cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{3.542cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{3.542cm}{4.017cm}}
+\pgfpathlineto{\pgfqpoint{3.8cm}{4.017cm}}
+\pgfpathlineto{\pgfqpoint{3.8cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{3.709cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{3.709cm}{3.943cm}}
-\pgfpathlineto{\pgfqpoint{3.953cm}{3.943cm}}
-\pgfpathlineto{\pgfqpoint{3.953cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{3.8cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{3.8cm}{4.925cm}}
+\pgfpathlineto{\pgfqpoint{4.059cm}{4.925cm}}
+\pgfpathlineto{\pgfqpoint{4.059cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{3.953cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{3.953cm}{4.684cm}}
-\pgfpathlineto{\pgfqpoint{4.196cm}{4.684cm}}
-\pgfpathlineto{\pgfqpoint{4.196cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{4.059cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{4.059cm}{5.371cm}}
+\pgfpathlineto{\pgfqpoint{4.318cm}{5.371cm}}
+\pgfpathlineto{\pgfqpoint{4.318cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{4.196cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{4.196cm}{5.428cm}}
-\pgfpathlineto{\pgfqpoint{4.44cm}{5.428cm}}
-\pgfpathlineto{\pgfqpoint{4.44cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{4.318cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{4.318cm}{5.428cm}}
+\pgfpathlineto{\pgfqpoint{4.577cm}{5.428cm}}
+\pgfpathlineto{\pgfqpoint{4.577cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{4.44cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{4.44cm}{5.29cm}}
-\pgfpathlineto{\pgfqpoint{4.683cm}{5.29cm}}
-\pgfpathlineto{\pgfqpoint{4.683cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{4.577cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{4.577cm}{4.889cm}}
+\pgfpathlineto{\pgfqpoint{4.835cm}{4.889cm}}
+\pgfpathlineto{\pgfqpoint{4.835cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{4.683cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{4.683cm}{4.731cm}}
-\pgfpathlineto{\pgfqpoint{4.927cm}{4.731cm}}
-\pgfpathlineto{\pgfqpoint{4.927cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{4.836cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{4.836cm}{3.995cm}}
+\pgfpathlineto{\pgfqpoint{5.094cm}{3.995cm}}
+\pgfpathlineto{\pgfqpoint{5.094cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{4.927cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{4.927cm}{3.886cm}}
-\pgfpathlineto{\pgfqpoint{5.17cm}{3.886cm}}
-\pgfpathlineto{\pgfqpoint{5.17cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{5.094cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{5.094cm}{3.306cm}}
+\pgfpathlineto{\pgfqpoint{5.353cm}{3.306cm}}
+\pgfpathlineto{\pgfqpoint{5.353cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{5.17cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{5.17cm}{3.258cm}}
-\pgfpathlineto{\pgfqpoint{5.414cm}{3.258cm}}
-\pgfpathlineto{\pgfqpoint{5.414cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{5.353cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{5.353cm}{2.948cm}}
+\pgfpathlineto{\pgfqpoint{5.611cm}{2.948cm}}
+\pgfpathlineto{\pgfqpoint{5.611cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{5.414cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{5.414cm}{2.937cm}}
-\pgfpathlineto{\pgfqpoint{5.657cm}{2.937cm}}
-\pgfpathlineto{\pgfqpoint{5.657cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{5.612cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{5.612cm}{2.756cm}}
+\pgfpathlineto{\pgfqpoint{5.87cm}{2.756cm}}
+\pgfpathlineto{\pgfqpoint{5.87cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{5.657cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{5.657cm}{2.765cm}}
-\pgfpathlineto{\pgfqpoint{5.901cm}{2.765cm}}
-\pgfpathlineto{\pgfqpoint{5.901cm}{2.7cm}}
+\pgfpathmoveto{\pgfqpoint{5.87cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{5.87cm}{2.716cm}}
+\pgfpathlineto{\pgfqpoint{6.129cm}{2.716cm}}
+\pgfpathlineto{\pgfqpoint{6.129cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}
 \pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{5.901cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{5.901cm}{2.714cm}}
-\pgfpathlineto{\pgfqpoint{6.144cm}{2.714cm}}
-\pgfpathlineto{\pgfqpoint{6.144cm}{2.7cm}}
-\pgfpathclose
-\pgfusepath{stroke}
-\pgfsetdash{}{0cm}
-\pgfpathmoveto{\pgfqpoint{6.144cm}{2.7cm}}
-\pgfpathlineto{\pgfqpoint{6.144cm}{2.704cm}}
-\pgfpathlineto{\pgfqpoint{6.387cm}{2.704cm}}
+\pgfpathmoveto{\pgfqpoint{6.129cm}{2.7cm}}
+\pgfpathlineto{\pgfqpoint{6.129cm}{2.701cm}}
+\pgfpathlineto{\pgfqpoint{6.387cm}{2.701cm}}
 \pgfpathlineto{\pgfqpoint{6.387cm}{2.7cm}}
 \pgfpathclose
 \pgfusepath{stroke}

Modified: pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf
===================================================================
--- pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf	2011-03-23 23:50:37 UTC (rev 29)
+++ pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf	2011-04-05 22:51:50 UTC (rev 30)
@@ -1,21 +1,24 @@
 %PDF-1.5
 %ÐÔÅØ
 130 0 obj <<
-/Length 1163      
+/Length 1141      
 /Filter /FlateDecode
 >>
 stream
 xÚÍXMÛ6½ûWð¸{Ãá7oi‹&Enn
-ôÐöl³Þánã´(úï;e‰")˵ˆ /-?=Í<>‘#RŒ	#ow€-#ØRpnhüîÙáÙб¡ÂYEþ&Æ„3μúãøøú›¯õyøñð>þ`ãâ¿/9hÊ7–|$»éÇ®@à©NŐ?Ý¾WõÅ2þHvÏ1cïÝ÷oÏG§ã"¼Œ‹fC9pVSýÊÉYuzüàCžƒuM~ƒ5xûl÷õa÷êÄQ§¹&‡G2ÎœÃ¯ä§»ï~ûüçËñôÞßwŠ»—Çð-ïNÏ/'ÿ3SþáÜÿrx·ûöêOƒaÂý\Oè]—to?Þ¤[-s89¦DÇXâûOŽa0
-*Ôh—MÜŠ„x¾·jÝ“ô’̐A{7‰ßîÇË5ºyö¡K͸֐(»ÃhNW
-‰„x¾7äÍ=Ž˜Ó‡O}x~ø'÷"eg^º»Ixôâÿ4‡¼ÍïSIÃûª¦9•VKK4£Îp!h´œY1Ó²´=Á*‰JJ»!S8…ѳ#Ø pKÁÀÜ¡k¾0;½W'¸jŽ)KŽc¬gLo®9L	«c}Ž
-ŒHè'Y'ó™5ãdSkÛMz”]ÀÇY€Á„KŒÔ^Ú”“WÚ(·©ÀÕÆ5ò D³Xƒ.˜p¦$.°¢ÂÎ8y·µ!=ЭlÀhÔEJbC1æœÜ†Añµ6,é(m9Ñ’Zg¤EgAk*™ÅÑíe­žAP&vo$ÀÅ7\ËY‚l  GŸ2ñ9;f˜Ð)$Ž7ÁݼÚ"ÅxSg)®¾Õ×îÂÀÏw¦7/ââ$è0šfõemd„za™QÊ…}ÛMz÷­,°œÚV`¬aÛ±`À@è
-PlÁ‚)JÍ‚³Þf€Àk×ʃŽk{Á„3£wmHÕ|Hd§ëø©œ%«´Ë`˜ZÎ*×9À‚dÖhºÐ~ª²o_âã’k3/Ä+˜s¦/Ó⽎5ü©Âõ
-ö‰¼Uð,Ð0ªZ‚RÉ9óvÅE¿‚)Ê™Qœ¥·ß|Ì$ä
-¢‹~Ä)d­AMxWRÊp®»$ß®»Ìá×@#)XnLP3î
-«`¦»$û;ÕDâeÐâH:,&¡X0[%Áìš)¯Ðo—^Éâ×Q †þ[Ù; ÔH.Ð\}ÉÞ ¾Hâ×@xµÖ*–iÏÀ§Â\ˆ/ù[Ôiü:
-:¼¾cqaw~]Qsñ×ou’J¼€Æu©f:Žl¡©°Lˆ%8^áo^¦ñëh¿bÇ2LJ”TÅÇxÎ;Páoè@™Æ¯£a)¬ë•*NCÖœw ÂßЁ2_G±ØYe\ÿ0ߢUÁ\|Aö
-Þé¥/‚FP#£ª—è(ƒã·ŽÊúéEª©2Àc]1†J®q׺€fêKúõeª¨RŠE·õRs¾„fêKú¨>~žûö_'‘š
+ôÐöl³Þánã´(úï;$e‰")˵„ ¯,?=Í<=‘Ñ9FÞî ·Œà–‚sýöÁï>‘
+›#n¨pV‘¿I€ñá„#¯þ8>¾þæ+d}î<¼O?Ÿøï«]š2ƍ%Énü1‡3xjS1äd·ª¾XÆÉî9eŒÞ}ÿö¼w:ÎÂûÞ¸d¶0”'`5uÉo œœUçû~6ä9X‡Ñ$à7Xƒ·Ï†p_v¯ÞAuškrx$=éÌ9üJ~ºûî·Ï¾Oïý}'¬¸{yßòîôürò?3Å€áîÀý/‡w»o¹þ<&ÜOõ„«ë²ËÛ7éVËBŽ)É1–9Æþ“cL‚
+5Øe3·!V-{’ŸRÒkïFñëýèc9 FǐgºÜŒk
+I²;ŒætӐDHÇ£!oîqÄœ>|úëÃóÃ?¥9»ð¢×ݍ“ÿ§9ä]Øü>–4<1V5‹7YZòšQg8Ȭ¢ZjÎGôc^—Ög@%qFIiW$ PTËôôt‹ŠQÍ)t‹µç“;quŠ«&›Ñ¸šPö˜^]|0˜ÂyËd{²õŒDˆ³­ãå›pŠ9ÖËíF½Ôœ¸Ìê<Ñ8¶L8S2XUg&œ²ÒôŠ·µAZŠse+0šÀ¡{Ɇž’ÙP…)§´¡W¼­
+6”q±•
+6¬ü¢
+=%³AV6L8¥
+½âkm˜/=ÒQÚbå‘Ô:#u¨<’S,£‚¯(ní8š…Ã9€$ÀÎÄ&'ñÏØá—\+„p“#ºEŠÁïIŠ«ïµýz3šSÉôêf+Ï£iÖn?£'´Kß„R7àAn7êÝoeA˜b¸´ldFS3
+gbô„hb3&ŒQZ&ŒŠ73Ž.É·r[	l83¢0kD¨åD&;ï¹Çj“uR—AÐødgƒé8½ §õš÷ÄOMöíí8vy\›i¼ˆa{È¥‰Zt¨RÊ0+²O-²¿¹tÕ9ü"h°ÿ7*ª1øàäÀ´±©êŠz»è*ƒ¿Œ\m™Ží÷ððÒÂ
+Å×oð •É»ÚÐ)1
+ë¨`x«Û`)»"¯Ð]åðK ¦¤”rœÅÙÚ 6Z(o°o—^'ñK H…åYë8ûðŽSË™Aé
+öíÒë$~	\^•ã"èñùy.Å7ø~‹gú\é
+¡¾hAQ)—T%ä\^@ƒ¿âê4~É(ÇÔIiXü×|./ Á_qu¿Œj´³i¬HÀåÙ¹´”_³W¨¯’ø%0¼úå2MÐáÅN,…Wl¿Å‹¦\ãj$ǍH2±ˆê°Æ¶ÑJ|E_£¾Êâ¯@±m2.-£ØŒ¡…:›6Z¨¯é+Ô×Yü(–j¼–(Ó`!5q1n‚…öŠ½BzÄ_*<ß°ÔÝŽ¯Ûh!¾¦êÓç9nÿe–
 endstream
 endobj
 142 0 obj <<
@@ -246,8 +249,8 @@
 endobj
 155 0 obj <<
[TRUNCATED]

To get the complete diff run:
    svnlook diff /svnroot/pgfsweave -r 30


More information about the Pgfsweave-commits mailing list