[Seqinr-commits] r1490 - pkg/inst/doc/src/appendix
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 26 19:02:11 CET 2008
Author: lobry
Date: 2008-10-26 19:02:11 +0100 (Sun, 26 Oct 2008)
New Revision: 1490
Modified:
pkg/inst/doc/src/appendix/subsequences.rnw
Log:
no more subsections
Modified: pkg/inst/doc/src/appendix/subsequences.rnw
===================================================================
--- pkg/inst/doc/src/appendix/subsequences.rnw 2008-10-26 18:00:43 UTC (rev 1489)
+++ pkg/inst/doc/src/appendix/subsequences.rnw 2008-10-26 18:02:11 UTC (rev 1490)
@@ -32,10 +32,10 @@
next
}
bankdetails <- sapply(banknameSocket$details, stresc, USE.NAMES = FALSE)
- cat("\\subsection{Bank details}", sep = "\n")
+ cat("\\textbf{Bank details}", sep = "\n")
cat(bankdetails, sep = "\\\\\n")
cat("\n")
- cat("\\subsection{Type names}", sep = "\n")
+ cat("\\textbf{Type names}", sep = "\n")
types <- getType()
if(is.null(nrow(types))){
cat("There are no subsequence type in this database", sep = "\n")
More information about the Seqinr-commits
mailing list