Browse code

MikTex now fails on invalid placement specifiers, so I removed them. https://tex.stackexchange.com/questions/256172/latex-error-unknown-float-option-d

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqTools@111845 bc3139a8-67e5-0310-9ffc-ced21a209358

Dan Tenenbaum authored on 22/12/2015 21:18:07
Showing 2 changed files

... ...
@@ -2,7 +2,7 @@ Package: seqTools
2 2
 Type: Package
3 3
 Title: Analysis of nucleotide, sequence and quality content on fastq
4 4
         files.
5
-Version: 1.5.0
5
+Version: 1.5.1
6 6
 Date: 2013-10-14
7 7
 Author: Wolfgang Kaisers
8 8
 Maintainer: Wolfgang Kaisers <kaisers@med.uni-duesseldorf.de>
... ...
@@ -133,7 +133,7 @@ for(i in 1:nFiles(fqq))
133 133
   pdf(file ,width=6, height=6)
134 134
   plotNucFreq(fqq, i)
135 135
   invisible(dev.off())
136
-  cat("\\begin{figure}[H]\n")
136
+  cat("\\begin{figure}[h]\n")
137 137
   cat("\\begin{center}\n")
138 138
   cat("\\includegraphics{", file, "}\n",sep="")
139 139
   cat("\\end{center}\n")
... ...
@@ -155,7 +155,7 @@ for(i in 1:nFiles(fqq))
155 155
   pdf(file)
156 156
   plotPhredQuant(fqq, i)
157 157
   dev.off()
158
-  cat("\\begin{figure}[H]\n")
158
+  cat("\\begin{figure}[h]\n")
159 159
   cat("\\begin{center}\n")
160 160
   cat("\\includegraphics{", file, "}\n", sep="")
161 161
   cat("\\end{center}\n")