[Pgfsweave-commits] r17 - in pkg: . R inst/doc inst/doc/figs

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 6 18:45:11 CEST 2010


Author: cameronbracken
Date: 2010-08-06 18:45:11 +0200 (Fri, 06 Aug 2010)
New Revision: 17

Added:
   pkg/.gitignore
   pkg/README.md
Removed:
   pkg/README
Modified:
   pkg/ChangeLog
   pkg/DESCRIPTION
   pkg/NEWS
   pkg/R/pgfSweaveDriver.R
   pkg/inst/doc/figs/fig-normalSweave.pdf
   pkg/inst/doc/figs/fig-pgfSweave-hist.pdf
   pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf
   pkg/inst/doc/pgfSweave-example.pdf
   pkg/inst/doc/pgfSweave.pdf
Log:
Version 1.0.6

Merge branch 'master' into r-forge-local

Conflicts:
	ChangeLog
	inst/doc/figs/fig-normalSweave.pdf
	inst/doc/figs/fig-pgfSweave-hist.pdf
	inst/doc/figs/fig-pgfSweave-tikz-hist.pdf
	inst/doc/pgfSweave-example.pdf
	inst/doc/pgfSweave.pdf

Added: pkg/.gitignore
===================================================================
--- pkg/.gitignore	                        (rev 0)
+++ pkg/.gitignore	2010-08-06 16:45:11 UTC (rev 17)
@@ -0,0 +1 @@
+.DS_Store

Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/ChangeLog	2010-08-06 16:45:11 UTC (rev 17)
@@ -1,7 +1,23 @@
-commit 64c157148d2582140afaddc553fa2da931eb6c03
+commit 7a8a931fc425c3816a2c48146432b21445e382d0
+Author: cameronbracken <cameronbracken at edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
+Date:   Thu Apr 8 19:09:45 2010 +0000
+
+    Merge master branch
+    
+    git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/pgfsweave/pkg@16 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
+
+ ChangeLog                                 |   93 ++++++++++++++++++++++++++---
+ inst/doc/figs/fig-normalSweave.pdf        |  Bin 5510 -> 3083 bytes
+ inst/doc/figs/fig-pgfSweave-hist.pdf      |  Bin 17643 -> 17539 bytes
+ inst/doc/figs/fig-pgfSweave-tikz-hist.pdf |  Bin 28962 -> 29032 bytes
+ inst/doc/pgfSweave-example.pdf            |  Bin 88108 -> 88361 bytes
+ inst/doc/pgfSweave.pdf                    |  Bin 294220 -> 294023 bytes
+ 6 files changed, 84 insertions(+), 9 deletions(-)
+
+commit ba711ef7b690c45161572e5d413c78f39913d239
 Merge: 9e9787a d8ec864
-Author: cameronbracken <cameron.bracken at gmail.com>
-Date:   Thu Apr 8 13:05:15 2010 -0600
+Author: cameronbracken <cameronbracken at edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
+Date:   Thu Apr 8 19:09:40 2010 +0000
 
     Merge branch 'master' into r-forge-local
     
@@ -10,6 +26,8 @@
     	inst/doc/figs/fig-normalSweave.pdf
     	inst/doc/pgfSweave-example.pdf
     	inst/doc/pgfSweave.pdf
+    
+    git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/pgfsweave/pkg@15 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
 
 commit d8ec8642a7296225877f14a40098fdb43cf92cb8
 Author: cameronbracken <cameron.bracken at gmail.com>

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/DESCRIPTION	2010-08-06 16:45:11 UTC (rev 17)
@@ -1,8 +1,8 @@
 Package: pgfSweave
 Type: Package
 Title: Quality speedy graphics compilation with Sweave
-Version: 1.0.5
-Date: 2010-01-23
+Version: 1.0.6
+Date: 2010-08-06
 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, tikzDevice, cacheSweave, getopt

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/NEWS	2010-08-06 16:45:11 UTC (rev 17)
@@ -1,6 +1,12 @@
-Please see the README directory for development info
+Please see the README.md file for development info
 
 --------------------------
+Version 1.0.6 - 2010-08-06
+--------------------------
+* Incorporated changes from Yihui Xie which preserves comments in echo'd code
+  when keep.source=F
+
+--------------------------
 Version 1.0.5 - 2010-04-04
 --------------------------
 * Unlabeled code chunks are now allowed

Modified: pkg/R/pgfSweaveDriver.R
===================================================================
--- pkg/R/pgfSweaveDriver.R	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/R/pgfSweaveDriver.R	2010-08-06 16:45:11 UTC (rev 17)
@@ -163,8 +163,82 @@
     shellfile
 }
 
+## preserve comments in the R code and at the same time make them 'well-formatted'
+tidy.source = function(source = "clipboard", keep.comment = TRUE,
+    keep.blank.line = TRUE, begin.comment, end.comment, output = TRUE,
+    width.cutoff = 60L, ...) {
+    if (source == "clipboard" && Sys.info()["sysname"] == "Darwin") {
+        source = pipe("pbpaste")
+    }
+    tidy.block = function(block.text) {
+        exprs = base::parse(text = block.text)
+        n = length(exprs)
+        res = character(n)
+        for (i in 1:n) {
+            dep = paste(base::deparse(exprs[i], width.cutoff),
+                collapse = "\n")
+            res[i] = substring(dep, 12, nchar(dep) - 1)
+        }
+        return(res)
+    }
+    text.lines = readLines(source, warn = FALSE)
+    if (keep.comment) {
+        identifier = function() paste(sample(LETTERS), collapse = "")
+        if (missing(begin.comment))
+            begin.comment = identifier()
+        if (missing(end.comment))
+            end.comment = identifier()
+        text.lines = gsub("^[[:space:]]+|[[:space:]]+$", "",
+            text.lines)
+        while (length(grep(sprintf("%s|%s", begin.comment, end.comment),
+            text.lines))) {
+            begin.comment = identifier()
+            end.comment = identifier()
+        }
+        head.comment = substring(text.lines, 1, 1) == "#"
+        if (any(head.comment)) {
+            text.lines[head.comment] = gsub("\"", "'", text.lines[head.comment])
+            text.lines[head.comment] = sprintf("%s=\"%s%s\"",
+                begin.comment, text.lines[head.comment], end.comment)
+        }
+        blank.line = text.lines == ""
+        if (any(blank.line) & keep.blank.line)
+            text.lines[blank.line] = sprintf("%s=\"%s\"", begin.comment,
+                end.comment)
+        text.mask = tidy.block(text.lines)
+        text.tidy = gsub(sprintf("%s = \"|%s\"", begin.comment,
+            end.comment), "", text.mask)
+    }
+    else {
+        text.tidy = text.mask = tidy.block(text.lines)
+        begin.comment = end.comment = ""
+    }
+    if (output)
+        cat(paste(text.tidy, collapse = "\n"), "\n", ...)
+    invisible(list(text.tidy = text.tidy, text.mask = text.mask,
+        begin.comment = begin.comment, end.comment = end.comment))
+}
 
+## to replace the default parse()
+parse2 = function(text, ...) {
+    zz = tempfile()
+    enc = options(encoding = "native.enc")
+    writeLines(text, zz)
+    tidy.res = tidy.source(zz, out = FALSE, keep.blank.line = FALSE)
+    options(enc)
+    unlink(zz)
+    options(begin.comment = tidy.res$begin.comment, end.comment = tidy.res$end.comment)
+    base::parse(text = tidy.res$text.mask)
+}
 
+## to replace the default deparse()
+deparse2 = function(expr, ...) {
+    gsub(sprintf("%s = \"|%s\"", getOption("begin.comment"),
+        getOption("end.comment")), "", base::deparse(expr, ...))
+}
+
+
+
 ## This function is essentially unchanged from the original Sweave
 ## version, except I compute the digest of the entire chunk, write out
 ## information to the map file, and use 'cacheSweaveEvalWithOpt'
@@ -217,7 +291,7 @@
   SweaveHooks(options, run=TRUE)
 
   ## parse entire chunk block
-  chunkexps <- try(parse(text=chunk), silent=TRUE)
+  chunkexps <- try(parse2(text=chunk), silent=TRUE)
   RweaveTryStop(chunkexps, options)
 
   ## [CWB] Create a DB entry which is simply the digest of the text of 
@@ -278,7 +352,7 @@
           leading <- leading - 1
         }
     } else {
-      dce <- deparse(ce, width.cutoff = 0.75*getOption("width"))
+      dce <- deparse2(ce, width.cutoff = 0.75*getOption("width"))
       leading <- 1
     }
     if(object$debug)

Deleted: pkg/README
===================================================================
--- pkg/README	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/README	2010-08-06 16:45:11 UTC (rev 17)
@@ -1,126 +0,0 @@
-$Id$ 
-
-ABOUT:
-    The pgfSweave package provides capabilities for "caching" graphics 
-    generated with Sweave.  Using pgfSweave, figure labels are converted to 
-    LaTeX strings so not only do they match the style of the document but math 
-    can be put in labels. pgfSweave provides a new driver for Sweave 
-    (pgfSweaveDriver) and new chunk options pgf and external on top of the 
-    cache option provided by cacheSweave. This package is built upon 
-    cacheSweave and therefore also Sweave.
-
-
-TODO:
-      
-    * Add option to copy Sweave.sty to the local directory, circumventing path 
-      issues on windows
-      
-    * Add options to access the noae and nogin options in Sweave.sty.  The 
-      logical thing for pgfSweave is to set nogin by default i.e. 
-      \usepackage[nogin]{Sweave}.
-
-
-BUGS:
-    * If java does not exist the compilation is reported as successful though 
-      the pgf file did not properly get created. 
-      
-    * A stray Rplots.pdf gets generated using caching. Not sure if this a 
-      cacheSweave or Sweave or a pgfSweave problem.  When using a gui 
-      interface a plotting window opens up.
-
-
-ISSUES:
-    * external=T only works if a single plot is generated with a single code 
-      chunk.  This is an issue with Sweave as well. The offered fix in Sweave 
-      is to cat() your own includegraphics commands.
-      
-    * Not all latex commands work in labels for example \scshape works but 
-      \textsc{} does not
-      
-    * Changing the width and height of a figure ONLY but not the code chunk 
-      does not register as a change and thus the code chunk will not 
-      recompile.
-
-
-POSSIBLE NEW FEATURES:
-    * chunk dependency checking like weaver using codetools. 
-    
-    * Scrap Sweave.sty completely (since it is so short) just copy the few  
-      lines of LaTeX defining the Sweave environments into the tex file. 
-      
-    * Nicer LaTeX number formatting.
-    
-    * Follow \input and \include statements. 
-    
-    * Automatically add the \pgfrealjobname command if it is not already in 
-      the file like the Sweave style file is added when stylepath=TRUE.
-      
-    * When a pgf/TikZ graphic is included manually (not in a code chunk) add 
-      the commands to externalize into the graphics into the shell script that 
-      is created. This may need to be a separate function that gives the tex 
-      file a once over and checks if the pdf file exists corresponding to the 
-      name in \beginpgfgraphicnamed{name} or the corresponding TikZ 
-      externalization command. There are already scripts available on example 
-      to do stuff like this so maybe integration of one of those may be 
-      possible. 
-      
-    * Add support for TikZ externalization.  TikZ externalization library is    
-      more elegant and could provide more advanced options.  For example the 
-      option to create a make file would be really awesome since it would take 
-      care of most of the checking for graphics changes on the part of 	
-      pgfSweave.  This would be a substantial change, requring alot of 
-      rewriting of internal code.  
-
-
-RESOLVED (resolution in brackets):
-    * latex/pdflatex is not found when using R.app (Mac OS X) unless path to 
-      pdflatex is hardcoded (but pgfSweave <file> works)
-      [put path to latex distro in .Rprofile (see vignette faq)]
-      
-    * Package currently generates a bash shell script to compile external 
-      graphics, which will not work in windows.
-      [This actually does work on windows if Rtools and MiKTeX are installed]
-      
-    * Using the 'pdf' option and 'external' option will conflict suggest using 
-      one or the other or possibly have a default when this is the case
-      [If pgf is TRUE it supercedes everything else]
-      
-    * output pdf size when included in document is refined by textwidth by 
-      default, need a feature to add the 'width' and 'height' and possibly and 
-      other option 'scale' the \includegraphics[width=,height=,scale=]{file}
-      [Use \usepackage[nogin]{Sweave}]
-      
-    * Vignette does not compile with R CMD {check,build,install} because file 
-      is not normal Sweave (Solution for the final document may just be to 
-      save images separately and create a standard Sweave file). For now 
-      vignette moved to inst/doc/src.
-      [Elaborate make file created in inst/misc/vignette-source, run make then 
-      make cleanforbuild before uploading]
-
-
-DONE (old TODO items):
-
-    * pgf graphics device.
-      [Started tikzDevice on r-forge]
-
-    * Figure out how to fill the environment variable $R_HOME in 
-      exec/pgfSweave
-      [Irrelevant now, see next item]
-
-    * Figure out how to call the script exec/pgfSweave when using R CMD 
-      pgfSweave
-      [Used a Makevars file to create symlink in $RHOME/bin, basically 
-      a much simplified version of Charlie's method]
-      
-    * Documentation has a boatload of warnings under R CMD check.
-    
-    * Figure out how to call eps2pgf.jar with the rJava package 
-      [scrapped for now, write a pgf graphics device!]
-      
-    * Determine the limitations R CMD pgfSweave.
-      [shell script pgfSweave in exec/ will do the same but using R CMD is not 
-      possible withoud a rewrite of the Rcmd script]
-      
-    * Determine if pgf 2.00 contains the external capabilities so that can be 
-      stated in the vignette and the documentation.
-      [must use at least pgf 2.00]

Added: pkg/README.md
===================================================================
--- pkg/README.md	                        (rev 0)
+++ pkg/README.md	2010-08-06 16:45:11 UTC (rev 17)
@@ -0,0 +1,128 @@
+#pgfSweave README
+##ABOUT
+
+The pgfSweave package provides capabilities for "caching" graphics 
+generated with Sweave.  Using pgfSweave, figure labels are converted to 
+LaTeX strings so not only do they match the style of the document but math 
+can be put in labels. pgfSweave provides a new driver for Sweave 
+(pgfSweaveDriver) and new chunk options pgf and external on top of the 
+cache option provided by cacheSweave. This package is built upon 
+cacheSweave and therefore also Sweave.
+
+
+##TODO
+ 
+* Add option to copy Sweave.sty to the local directory, circumventing path 
+  issues on windows
+ 
+* Add options to access the noae and nogin options in Sweave.sty.  The 
+  logical thing for pgfSweave is to set nogin by default i.e. 
+  `\usepackage[nogin]{Sweave}`.
+
+
+##BUGS
+* If java does not exist the compilation is reported as successful though 
+  the pgf file did not properly get created. 
+ 
+* A stray Rplots.pdf gets generated using caching. Not sure if this a 
+  cacheSweave or Sweave or a pgfSweave problem.  When using a gui 
+  interface a plotting window opens up.
+
+
+##ISSUES:
+
+* `external=T` only works if a single plot is generated with a single code 
+  chunk.  This is an issue with Sweave as well. The offered fix in Sweave 
+  is to `cat()` your own includegraphics commands.
+ 
+* Not all latex commands work in labels for example `\scshape` works but 
+  `\textsc{}` does not
+ 
+* Changing the width and height of a figure ONLY but not the code chunk 
+  does not register as a change and thus the code chunk will not 
+  recompile.
+
+
+##POSSIBLE NEW FEATURES
+
+* chunk dependency checking like weaver using codetools. 
+
+* Scrap Sweave.sty completely (since it is so short) just copy the few 
+  lines of LaTeX defining the Sweave environments into the tex file. 
+ 
+* Nicer LaTeX number formatting.
+
+* Follow `\input` and `\include` statements. 
+
+* Automatically add the `\pgfrealjobname` command if it is not already in 
+  the file like the Sweave style file is added when `stylepath=TRUE`.
+ 
+* When a pgf/TikZ graphic is included manually (not in a code chunk) add 
+  the commands to externalize into the graphics into the shell script that 
+  is created. This may need to be a separate function that gives the tex 
+  file a once over and checks if the pdf file exists corresponding to the 
+  name in `\beginpgfgraphicnamed{name}` or the corresponding TikZ 
+  externalization command. There are already scripts available on example 
+  to do stuff like this so maybe integration of one of those may be 
+  possible. 
+ 
+* Add support for TikZ externalization.  TikZ externalization library is
+  more elegant and could provide more advanced options.  For example the 
+  option to create a make file would be really awesome since it would take 
+  care of most of the checking for graphics changes on the part of 
+  pgfSweave.  This would be a substantial change, requring alot of 
+  rewriting of internal code. 
+
+
+## RESOLVED (resolution in brackets)
+* latex/pdflatex is not found when using R.app (Mac OS X) unless path to 
+  pdflatex is hardcoded (but pgfSweave <file> works)
+  [put path to latex distro in .Rprofile (see vignette faq)]
+ 
+* Package currently generates a bash shell script to compile external 
+  graphics, which will not work in windows.
+  [This actually does work on windows if Rtools and MiKTeX are installed]
+ 
+* Using the 'pdf' option and 'external' option will conflict suggest using 
+  one or the other or possibly have a default when this is the case
+  [If pgf is TRUE it supercedes everything else]
+ 
+* output pdf size when included in document is refined by textwidth by 
+  default, need a feature to add the 'width' and 'height' and possibly and 
+  other option 'scale' the `\includegraphics[width=,height=,scale=]{file}`
+  [Use `\usepackage[nogin]{Sweave}`]
+ 
+* Vignette does not compile with R CMD {check,build,install} because file 
+  is not normal Sweave (Solution for the final document may just be to 
+  save images separately and create a standard Sweave file). For now 
+  vignette moved to `inst/doc/src`.
+  [Elaborate make file created in `inst/misc/vignette-source`, run make then 
+  make cleanforbuild before uploading]
+
+
+##DONE (old TODO items):
+
+* pgf graphics device.
+  [Started tikzDevice on r-forge]
+
+* Figure out how to fill the environment variable $R_HOME in 
+  exec/pgfSweave
+  [Irrelevant now, see next item]
+
+* Figure out how to call the script exec/pgfSweave when using R CMD 
+  pgfSweave
+  [Used a Makevars file to create symlink in $RHOME/bin, basically 
+  a much simplified version of Charlie's method]
+ 
+* Documentation has a boatload of warnings under R CMD check.
+
+* Figure out how to call eps2pgf.jar with the rJava package 
+  [scrapped for now, write a pgf graphics device!]
+ 
+* Determine the limitations R CMD pgfSweave.
+  [shell script pgfSweave in exec/ will do the same but using R CMD is not 
+  possible withoud a rewrite of the Rcmd script]
+ 
+* Determine if pgf 2.00 contains the external capabilities so that can be 
+  stated in the vignette and the documentation.
+  [must use at least pgf 2.00]

Modified: pkg/inst/doc/figs/fig-normalSweave.pdf
===================================================================
--- pkg/inst/doc/figs/fig-normalSweave.pdf	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/inst/doc/figs/fig-normalSweave.pdf	2010-08-06 16:45:11 UTC (rev 17)
@@ -2,10 +2,10 @@
 %âãÏÓ\r
 1 0 obj
 <<
-/CreationDate (D:20100408130628)
-/ModDate (D:20100408130628)
+/CreationDate (D:20100806104324)
+/ModDate (D:20100806104324)
 /Title (R Graphics Output)
-/Producer (R 2.11.0)
+/Producer (R 2.11.1)
 /Creator (R)
 >>
 endobj
@@ -47,43 +47,39 @@
 1 J
 1 j
 10.00 M
-63.73 73.44 m 174.16 73.44 l S
+63.73 73.44 m 181.07 73.44 l S
 63.73 73.44 m 63.73 66.24 l S
-91.34 73.44 m 91.34 66.24 l S
-118.95 73.44 m 118.95 66.24 l S
-146.56 73.44 m 146.56 66.24 l S
-174.16 73.44 m 174.16 66.24 l S
+93.07 73.44 m 93.07 66.24 l S
+122.40 73.44 m 122.40 66.24 l S
+151.73 73.44 m 151.73 66.24 l S
+181.07 73.44 m 181.07 66.24 l S
 BT
 0.000 0.000 0.000 rg
 /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 84.50 47.52 Tm (-2) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 86.23 47.52 Tm (-2) Tj
 ET
 BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 115.61 47.52 Tm (0) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 119.06 47.52 Tm (0) Tj
 ET
 BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 143.22 47.52 Tm (2) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 148.40 47.52 Tm (2) Tj
 ET
 BT
-/F2 1 Tf 12.00 0.00 -0.00 12.00 170.83 47.52 Tm (4) Tj
+/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 153.75 l S
+59.04 76.53 m 59.04 137.88 l S
 59.04 76.53 m 51.84 76.53 l S
-59.04 95.84 m 51.84 95.84 l S
-59.04 115.14 m 51.84 115.14 l S
-59.04 134.45 m 51.84 134.45 l S
-59.04 153.75 m 51.84 153.75 l S
+59.04 96.98 m 51.84 96.98 l S
+59.04 117.43 m 51.84 117.43 l S
+59.04 137.88 m 51.84 137.88 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 101.80 Tm (1000) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 104.08 Tm (1000) Tj
 ET
-BT
-/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 140.41 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 +87,27 @@
 1 J
 1 j
 10.00 M
-63.73 76.53 6.90 0.04 re S
-70.64 76.53 6.90 0.73 re S
-77.54 76.53 6.90 2.08 re S
-84.44 76.53 6.90 6.80 re S
-91.34 76.53 6.90 15.95 re S
-98.24 76.53 6.90 34.25 re S
-105.15 76.53 6.90 58.88 re S
-112.05 76.53 6.90 77.33 re S
-118.95 76.53 6.90 71.77 re S
-125.85 76.53 6.90 57.03 re S
-132.75 76.53 6.90 35.98 re S
-139.65 76.53 6.90 16.76 re S
-146.56 76.53 6.90 5.95 re S
-153.46 76.53 6.90 2.01 re S
-160.36 76.53 6.90 0.39 re S
-167.26 76.53 6.90 0.08 re S
-174.16 76.53 6.90 0.08 re S
+63.73 76.53 7.33 0.08 re S
+71.07 76.53 7.33 0.41 re S
+78.40 76.53 7.33 2.49 re S
+85.73 76.53 7.33 6.58 re S
+93.07 76.53 7.33 18.16 re S
+100.40 76.53 7.33 37.46 re S
+107.73 76.53 7.33 59.18 re S
+115.07 76.53 7.33 77.33 re S
+122.40 76.53 7.33 77.01 re S
+129.73 76.53 7.33 64.33 re S
+137.07 76.53 7.33 38.73 re S
+144.40 76.53 7.33 17.87 re S
+151.73 76.53 7.33 6.79 re S
+159.07 76.53 7.33 1.92 re S
+166.40 76.53 7.33 0.53 re S
+173.73 76.53 7.33 0.08 re S
 Q
 endstream
 endobj
 7 0 obj
-1789
+1666
 endobj
 3 0 obj
 <<
@@ -159,14 +154,14 @@
 0000000000 65535 f 
 0000000021 00000 n 
 0000000164 00000 n 
-0000002155 00000 n 
-0000002238 00000 n 
+0000002032 00000 n 
+0000002115 00000 n 
 0000000213 00000 n 
 0000000293 00000 n 
-0000002135 00000 n 
-0000002330 00000 n 
-0000002587 00000 n 
-0000002683 00000 n 
+0000002012 00000 n 
+0000002207 00000 n 
+0000002464 00000 n 
+0000002560 00000 n 
 trailer
 <<
 /Size 11
@@ -174,5 +169,5 @@
 /Root 2 0 R
 >>
 startxref
-2785
+2662
 %%EOF

Modified: pkg/inst/doc/figs/fig-pgfSweave-hist.pdf
===================================================================
--- pkg/inst/doc/figs/fig-pgfSweave-hist.pdf	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/inst/doc/figs/fig-pgfSweave-hist.pdf	2010-08-06 16:45:11 UTC (rev 17)
@@ -1,49 +1,25 @@
-%PDF-1.4
+%PDF-1.5
 %ÐÔÅØ
-4 0 obj
-<< /S /GoTo /D [5 0 R  /Fit ] >>
-endobj
-26 0 obj <<
-/Length 981       
+27 0 obj <<
+/Length 1108      
 /Filter /FlateDecode
 >>
 stream
-xÚµWMoÔ0½ï¯ð±=ÄxÆßW$
-êmÅJJ¨Ÿ ºUâß3v¼‰'©¶@ÕMÓç73~öŒ=+Øìýè)0É%Æ÷«°yf‰;zpéf¿â1éØÁp!Ш<”ÀøöЛTÀ=Û|b›GcÐï6=ÿµãqòôÏAŸ‘\8ÃÀ!×NE™ÃÆOù~*Ãή„e]aúv·ysæ˜çÞ a»[–9Êîš]œ|øúýÇÓÝþK8í¤”'O·ñ¯:Ù?>íÃg¡ú¡8½ÜoÞíÆ©ÖÎ(Þ¶œN/¤«‡·ËÊ=rŽ§”Ç÷†ƒôi°ltgJf$Ù/뫍&òòl»jtE —”Ÿ^r%!ÒªºRÚœ<ÐÜ
-ZÈÑ´‘—)™‘䝝:y²¿yþyóxõ{ª¬æO”å™vÕèö¿Á»L¶×‘d5€ì<>¾•+IÙdQÇ,ÍJヶ܇z É÷ÇÊëœÙ€Qþ¢2sf^s®6°e3@Ã%ÈbB¡W%•¼‰ás•ÚsƒŽ)Ç5âQçr¯¨lFËö¸è)™‘òªSÍ1P‘&É”g×U£Û©/¨˜^!Á+ªPX•)•l*½"M+=M;L.”ðÇh ´¦ Ù´­ïÌÉ”¤B4E]“šªî'ØUí­¸·ê{Úqôzu3œr7°=œ*ÒTGž`³E9QÒ	eYõ4c50–+‡¨Ú*œ5ƒ~ Íèºp(ÙK³\4£CS©£­ìFtÙpPRNôÕÛ«(—µbV‘}Ô-¤¨D,íîhÚìn¦dÆ|’ÖœÉÞæÙuÕèvA˵•†ÑtICf$
-±?X1:š“QJ†,+NzG÷±6ººÈF´á^÷Wç°ùöW×i‘ë%htÊu\+«pªâ~š¨-+Ô 5è“VKM”ð‹àJ†JÐqç¼”ÑÔQEÑE…àZ–
-ÐÑwˆ‹ýPt	³àj–UvԍùxGÅÌÔ{*¤5œWƒÌÐB‰Bl
-iÚiq 7Ɛˆx=TK•Oé(…µÇÞ']K.öð¡Z¨|jºüŒ‘&ù²x=TKSŸZ+߯”Œ…×ÃLI¡ð&éRAßW	( ÃKÄÃh^ÓÒBåbb8zK>=·N-¡/š²BRÿEõ¨ú}ÚÞyt=LK«:iú.jt.}0:~Áñ~]ÔÒB…RwB¹×'1ê¨u\äyt5PKÔåú­ptjáWÐI þVzLÏ?¶taü
+xÚµWMo7½ëWðh–åÃ¯k€¦EnBôæP8‰“ ´a7AÑß!—Ú%—K
+ÃZ­ßÌðñc8ìž	öÛè)0Å•ŒïwáðÄÔ÷ôàÊ;ÍþoĤO`	†!
+&àk	¬o_g“
+øIJË1èÿ˜ž?ÚñÚyúqÖgÎ0p’k‡Q&ä°ñS¾ß…Êp2†£°l*L_¿¼vÌso¤a§,sΔÓ{ööæ÷Ïÿ|{¼þ;ÜNJ©›ÇñožŸÃ_BôG/pûîôæðëiíjíŒâËîÌB¦ºùØWî%wàxšIõáÞpPž"-–îLÉŒ$û²¾Úh#/÷vªZê@rEëÓ+Ž
+"ý¬j*¥íÉÍ­ \My™’IÞë[§nž?<}ÿðp÷ßVYÍß(Ë=ªÖãOÙoÙ»dû>’¬°q{_Ê‘´‚KTJ2K½Bcc|°Èµö´ÈÎ ùþ£òºg¶`´~%š=3šy%¥ÂÒlÁúf %íP¶êåÑqt©Êp†ÍTã²1|ª3
+-otŒ¢h)_”h<GCûmµlóÌLÉŒ´ 'lòGEÚ¦¹wSÕzÜj ] ®Ðà5-njÈ”JƒlrDEjsDìÝ
+@)Ä‹4H_/Rq9ûÏ–mf˜)™‘Dˆ&Tœm6Ƚ›ªæVjîÐ\1€ž-ÑÑTœ9å\4S±!muä^š+¹€kdXͥˡŒÌ)e4»bCÚʘûר(r‚ö\ ¡”g¸V†ò\X1Д¬ªM%»fÇŒŽ¹ìšQzDƒ²6[À®й ¼„ÚnEû†*æãÚj†ú&‹øÊj3$õz@Á¦s É…~ѱÈi*Ù´š6ë!S2csÖœÍjȽ›ªÖcGݼNDaÛSq¦$±¦ê()\íI©›»Z&Â_¥eµíjÉ”9Ñ´¬®vµTÍ‹œe§G¶£ŠL­ËRfãõz.žÊÕ|Æ®(¨¨<·RWí÷
+4èR7Öªž3ç~ùU)A#A'Sz·FzÛAV(AKùÒAê´£sÎ)p¤e…t\
+çÓ\8ϝv†Ø’ŠQ$¯Ðùh¸¢»à0DË*[*øXŸ!ºß DÙA‡avh¡D©(â^jëfŸtƒ2’®#øB¨†*ŸŠŽ}AÛ;ù¤{£iW=xª¥…ʧVÜ£Lò¹Týxª¥…Ú'UÁÏ>
+Õ7=øB¨†*Ÿ4RJZ;g$úH£ÛƒÇ¡ZZ¨|ÒÍ“¦’Kz1Çî¢ã@--”¨§ìM%Ƽ¤—[Ö>z!PC«.n´CiQ\jM7`¶ƒŽµ´P¡žš¼G
+Pi( :à0LKÔ+…³GÇ…òÖuÁQ˜†6¨A?mÅ
+·‡µ´°EÏ'\X¯û`f>ÎÒóà ›
 endstream
 endobj
-5 0 obj <<
-/Type /Page
-/Contents 26 0 R
-/Resources 25 0 R
-/MediaBox [0 0 222.642 216]
-/Parent 29 0 R
->> endobj
-27 0 obj <<
-/D [5 0 R /XYZ 78.2 174.661 null]
->> endobj
-25 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R 
-/Font << /F8 28 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1 0 obj
-<< /pgf at CA0 << /CA 0 >> /pgf at ca0 << /ca 0 >> /pgf at ca0.00 << /ca 0.00 >>>>
-endobj
-2 0 obj
-<<>>
-endobj
-3 0 obj
-<<  /pgfprgb [/Pattern /DeviceRGB] >>
-endobj
-31 0 obj
-[388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8]
-endobj
-32 0 obj <<
+33 0 obj <<
 /Length1 1752
 /Length2 12285
 /Length3 0
@@ -143,100 +119,41 @@
 Ö¶ëßÊõ\ÌZÓ–!`§Û•§P‰k¾`…M݇ùÞ!£0òH@Ð{Ô㮯ÀâpzÁ[ÐDÃʨ*fJ!-i¯@Õ`®dªqðÂ5­îY™V¨’hè$†™äPj´ïî¨Eÿ?þ{9Z
 endstream
 endobj
-33 0 obj <<
-/Type /FontDescriptor
-/FontName /KECOQS+CMR10
-/Flags 4
-/FontBBox [-40 -250 1009 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/F/H/a/c/e/f/four/g/hyphen/i/m/n/o/one/parenleft/parenright/q/r/s/t/two/u/y/zero)
-/FontFile 32 0 R
->> endobj
-28 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KECOQS+CMR10
-/FontDescriptor 33 0 R
-/FirstChar 40
-/LastChar 121
-/Widths 31 0 R
->> endobj
-29 0 obj <<
-/Type /Pages
-/Count 1
-/Kids [5 0 R]
->> endobj
-34 0 obj <<
-/Names [(page.9) 27 0 R]
-/Limits [(page.9) (page.9)]
->> endobj
-35 0 obj <<
-/Dests 34 0 R
->> endobj
-36 0 obj <<
-/Type /Catalog
-/Pages 29 0 R
-/Names 35 0 R
-/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D /St 9>>]>>
-/OpenAction 4 0 R
->> endobj
-37 0 obj <<
-/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.10)/Keywords()
-/CreationDate (D:20100408130630-06'00')
-/ModDate (D:20100408130630-06'00')
+38 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.11)/Keywords()
+/CreationDate (D:20100806104326-06'00')
+/ModDate (D:20100806104326-06'00')
 /Trapped /False
-/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)
+/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.11-2.2 (TeX Live 2010) kpathsea version 6.0.0)
 >> endobj
-xref
-0 38
-0000000006 65535 f 
-0000001412 00000 n 
-0000001501 00000 n 
-0000001521 00000 n 
-0000000015 00000 n 
-0000001124 00000 n 
-0000000007 00000 f 
-0000000008 00000 f 
-0000000009 00000 f 
-0000000010 00000 f 
-0000000011 00000 f 
-0000000012 00000 f 
-0000000013 00000 f 
-0000000014 00000 f 
-0000000015 00000 f 
-0000000016 00000 f 
-0000000017 00000 f 
-0000000018 00000 f 
-0000000019 00000 f 
-0000000020 00000 f 
-0000000021 00000 f 
-0000000022 00000 f 
-0000000023 00000 f 
-0000000024 00000 f 
-0000000030 00000 f 
-0000001291 00000 n 
-0000000063 00000 n 
-0000001235 00000 n 
-0000015853 00000 n 
-0000015993 00000 n 
-0000000000 00000 f 
-0000001574 00000 n 
-0000002035 00000 n 
-0000015558 00000 n 
-0000016051 00000 n 
-0000016126 00000 n 
-0000016162 00000 n 
-0000016304 00000 n 
-trailer
-<< /Size 38
-/Root 36 0 R
-/Info 37 0 R
-/ID [<844B669C9C1546AE9FEC80CE023E1F9C> <844B669C9C1546AE9FEC80CE023E1F9C>] >>
+5 0 obj <<
+/Type /ObjStm
+/N 14
+/First 95
+/Length 812       
+/Filter /FlateDecode
+>>
+stream
+xڍTßSÛ0~Ï_¡ÇívD±8É×[)+ì€Á(ûÙëƒ	¦Í]šd‰»ÁþúÉvh¼ìÁŽ,}ú$Ë‘bˆ@‚À3`<.Éð4"Î@€HhÑ!g¤€LH $c,	DD^"'}32“»ˆ#)}eÎ Oš›ðæ’Â]à´4°€Ñˆ Þ<¶ðJ-u€“¦6º6=Å·Ð ¯ußlºB÷65§¹Ðw¥:j`‘‚sʘgrIGÞ "ø·qñûŸf!–Æ¡”êMU-Pðªéf­*4]Ú9\)ctWS%ÜñÃ9™e4È*œR¾`o9ÍlQ¬’ØðªkŠ™60'Šã)à~ û@€íòþýd9¿É˜œF#¯,”Wê¹2Œvz+FŽÉÓ9TÛ-oa¾Íõï²Ð×'G®Ês‘e!½’Û"HÓ4¤„Ý.„Å [Ûÿ.¾Çáwϧœ*ìw¯IŠe%åN+å!³(” nY¦'$$Ì"¼·ä	äLöAç|v!­G’Xç·8Z,âÛð´$³Ô»‹¾”öJàÈâ8ãg²ˆ¬¼CôZ¾ãÈ\I=f‡öê"ºŠÈŸ=«¿€—ݾØkû³ë¾èÊÖ4ÿù>©5YÎ>L.?ÏÞM.®YDúJ-{ˆ=àȵÊ5åw5‰r[
+j–q_Øf‘9!'ª=ÕårEÇLPËho;`ÖøѨª,Æõ²Ò@ô3£×_É-ÀïƒO,Q¬Tgÿù78ÅSTX Æ{¼§îÅ%®Û•®±Ä5ÖØ`Sklm¯VúÞx©³Lø;ìÑ ùÓàñ¯îš·þ"Ӓ±ßÙ»²PV›[ãŽVIé©^»î|YœgE´ÍM•iÙõÆ^b«áÀ8Q}+ï̪·#ðUl;µz;¶6‰ gå]?Œ›§¹‚ö‰Hù¦%l˜¿µ£Ö™ñ¼\—fßò$l])QÐt}x¢èQšeà3xšxC,1ŒJk»hî4~éõåÆTe­{§<W·ºêñÓfÝÏ#f4&ée!v‚]¶º¦ljˆŸ¢ÿ®…é
+endstream
+endobj
+39 0 obj <<
+/Type /XRef
+/Index [0 40]
+/Size 40
+/W [1 2 1]
+/Root 37 0 R
+/Info 38 0 R
+/ID [<464D5065B443817E32506C7491918FA9> <464D5065B443817E32506C7491918FA9>]
+/Length 96        
+/Filter /FlateDecode
+>>
+stream
+xÚÍ·
+€PCQ?rαb(Ø„uXˆØî/Ž,¹°¥øóAv¼"MJ>)E†JT¨Ñ E‡FL˜±`Åæ>|Sív=¤È$¹>¶àq}‚JÛoÙyéã9
+endstream
+endobj
 startxref
-16622
+15965
 %%EOF

Modified: pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf
===================================================================
--- pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf	2010-04-08 19:09:45 UTC (rev 16)
+++ pkg/inst/doc/figs/fig-pgfSweave-tikz-hist.pdf	2010-08-06 16:45:11 UTC (rev 17)
@@ -1,62 +1,21 @@
-%PDF-1.4
+%PDF-1.5
 %ÐÔÅØ
-4 0 obj
-<< /S /GoTo /D [5 0 R  /Fit ] >>
-endobj
-27 0 obj <<
-/Length 1271      
+28 0 obj <<
+/Length 1189      
 /Filter /FlateDecode
 >>
 stream
-xÚÍYËnã6Ýû+¸LæðòÍ]èL1;·ºh»¤“¤E˜t<-Šþ}/%Z¢ø°\‹(8²|t|ïáyIÊŒ<FÞí Œ TqÂ(8GîýîÙáÅpxÄÎ*ò	0¾ \påÍï_|ý%²>Ç÷ÆŒbXü÷Å)MãÆ’g²›?4àð
-žêTù=ÙUÿYÆÈîeÌ8X÷Ý»ÓÙñ±	¢qÑkC9pÖP¡mð(''Õéù½o†<ÛKFàdÂ)mB¸¯îvoÞ‚%Ž:Í5¹{ ‘tâÜýB~¼ùö×ϼ>?øÛ½°âæõ!¼Ë›ãËëÑÿĆx·?ß½ß}s7¥Ì‚aÂC¢'¶nŸ4ï0ݤk-sØ	9ŒŽ±Ä1ö¯s‚Z‰ïM¨É¯Ô®È	ƒYë®,¾“yåïgýÛ-‰±P£‡'+ö©—z‚=\› Єª'‘1OÞÞb·9~üôçÇ—û¿s;ôÌŽ(}?kíø?d ïÃá·¹°á‡Ú¦-eNa¹ÔŒ:ÃA†X`lLÏèsZ¶g˜@%©sRÚ
-	œ¢Fq0‹Ø!pA%V »4iB{¤PØύÂ!·H1¡=R”7uq«/NqÑ€Ö‚b°0;0½¹ÆiC¥–c5®çÈ	ÃxÞË|/8Ù Žr÷³Þe¨îd öæ0µÛ?Òæó¢¤'”¼¢¥]Ûû7š\R)Í9N”ÄVTñ'/ãQq_¤¥ÊŠ^6(N‰³6DJbCÑ–œÜ†¨¸¯
-FS.\/ŒÃÚîÎÚ)‰
-E9Xrr¢âKmh—]é(mqú“Ô:#u¨ºXx ˜Ü2ÁÖ3Ê„5ƒXG¥RÚ-L`‡ 1áÔ"ÃŒöH!°ƒ+Îù2Å„öH1ÝÔEŠ‹oõ¥û®Ð15§’éÍ+fÜ)æAN5«o#"%2êvÉ)÷RAñ~–|èå‚Å…9­^.X,xϸƒŠµ|˜ãÔ|˜Ewóx¨Þ¶›!ž±æœ'Ê`´½HBÕÌH”§Û§¹¶%kÖó h¾*7T<ÀͪuZ7Ðt{óTe_¿³Âõ4×fY•W0'
-Öß°ã€PMp*éO5²¿~³VäðƒÏé^o
-|ªá¾Ã&3•¸:‡›zcÆqÚ´°TuÁ½^t™Â¯‚¸ˆwZ3a¨\`©ƒKÙ%ùzÝe¿
-*”û±µÔ
-[…2Íqƒâ,¾?Ngv(
-Óc„*˜é-ɾÃCDàyb\éq}§`­o ™ò
-ýzé•,~Àew6
-u80éZp¡¿äoi@‘Ư£ $Â83(M¥pÞ€
-CÊ4~
-T¦™ÖÀóÓ­œ7 Â÷=ž¸¥RWPP†®NF«C¹-8o@…¿¡e¿Ž‚ÐT	gĨ7¦Ò0ׂ‹”ü-
-(Òøu˜Áõ¡f"m®h.¿¤oP_fñë(ÖàL3Òü赎æêKºïñ08Õ¹‚vx`Ô‰Z§l-Ôô-ê‹,þÔ„Gsn,óaiÅ„Q-4S_Ò7¨/³øPE¥U|Ü\ Œk€™ö‚¼Az‘Ã_>/~XEŸª|ß&2WÑisVQ-5çmt¡¾¤OêÇ×Ëpü
-„VH
+xÚÍXMoã6½ûWð˜Äåð›·~ »ÅÞÜè¡ía‘n’aÒͶ(úï;”h‰")ɵˆ¢#ËÏÏ3OOäp(F#ï€GF€ª8aœ#wþð‰ðËpxÀÎ*ò	0¾ |á›7¿?Üñõ—Èú?Ü}>0Šañߧ4eŒKžÈaú° ‡_ ðX§bÈïÉáØ«úÏ2þ@ÏCÆÞºïޝÏ^ác4.zm(NÀ*´
+~åä¬:=¿ó‹!ÏÁ:ɨœt!œÒ&„ûêtxó,qÔi®ÉéžDÒ™sú…üxóí¯Ÿÿxyxýào;aÅÍË}x—7¯Ï/¯þ'¦0üøýùôþðÍiL™ÄÇDO¼º.¹¼ãx“®µÌá ä@@PP08ÆÇØ¿rÌ	j%¾c4¡F¿R»"c ôfm»2ûMæI”ßMú÷[c9 F÷!ÏVt©—z‚#\› Єª'‘1zOÞÞâ°yýøéϏÏwçvÌè™Qz7iìø?Íd ïÃá·©°áûÚ¦$åÚp¢u†ƒ¡À*ª¥æ	ú”§Ý	ξ;'¥Ýç%€”r$ £´›[4¢-R(N³ÎÌSŒh‹å-Ýè‹S\4›®½ ÃÒÀôî§ÕB¥¸>™#c ô“¹“ùžq²åv“ÞýÍò ¯‘VSiùš‘‘ZÀsfœÌ‚(·© †JÓÈà8nÝš‘‘XÀŠ2žRò2>¨më Ž,ÁZMÀ1lùêL8SŠa0çä.DÅmm°a‰­l°a1«6DJbCQæœÜ†¨øR–¯t”Æi§%ÅZ.u¨»#;
+é°}¸¾´×3Ê„5
+`ã§,H;K0‚
+`Æ›¡Ô,Á¶H0ú=Ëpñ]¸tGÆŒæT2½»—•½¿¤ÃpšÕüH‰Œzé›sÊ]NPÜM’­\‰Ùf.`8ÁÌš‘Ñ» Ø’Sœš“èf>€À1fU3#@p
+V®9q¦ôVÀ²I¨š‰òtc3•¤¡\AëÉõÅ°pX§õšî<«ì{ž¤`®bŠ2¥­	Z±Ë]Lªícì¯®ae¿	*äÊõFµSØ\uA½^t‘Áo`†*0º_LŒ¥Ž)à`¦¹ ï]äð[ Á¥ž<%›Ï*˜é.ɾÁV8‘¸bd-ö9(ÆáÝæÂè*–©.¸×‹.Sø-@P#¥ë&¨«õœI¯ñ¯W_Iã·ÑÐo çCÁ@\ÖÁ\|AÞ!½Èá·@Ða¡nx~ RGåÝ·x$3“¹Ž‚Æ)¦™Æ·§[̵ÜÒó~lR«¡ˆ€ÐTX&Äœ¯ðwH/Óøm€SÖôí;Öì8úe¼çPá︀2ßFC­”Rôõpz$WGsù%Ý·xH˜êÜ@
+§V3èÔØp2+ê`®½ ï^äð› ¡R;TCí(Ç5/¡¹ò‚¾Gz‘Å_€*j°bö2
+Šà»¨:˜i/Ø;¤—IühÒÖ&ëh&¾¤ê‡×süCñÎ&
 endstream
 endobj
-5 0 obj <<
-/Type /Page
-/Contents 27 0 R
-/Resources 26 0 R
-/MediaBox [0 0 223.04 216.398]
-/Parent 31 0 R
->> endobj
-28 0 obj <<
-/D [5 0 R /XYZ 78.2 175.06 null]
->> endobj
-26 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R 
-/Font << /F18 29 0 R /F8 30 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1 0 obj
-<< /pgf at CA0 << /CA 0 >> /pgf at ca0 << /ca 0 >> /pgf at ca0.00 << /ca 0.00 >>>>
-endobj
-2 0 obj
-<<>>
-endobj
-3 0 obj
-<<  /pgfprgb [/Pattern /DeviceRGB] >>
-endobj
-33 0 obj
-[388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8]
-endobj
-34 0 obj
[TRUNCATED]

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


More information about the Pgfsweave-commits mailing list