Displaying 1 result from an estimated 1 matches for "mylatexfile1".
2010 Aug 19
1
texi2dvi: option "clean" also deletes the generated pdf file
...s,
below are two examples of using texi2dvi. The problem becomes clear from the
second example: on cleaning, texi2dvi also deletes the generated .pdf file.
Is there a solution?
Cheers,
Marius
## Example 1: texi2dvi cleans fine, without deleting the generated .pdf
require(tools)
sink(file="myLaTeXFile1.tex")
cat("\\documentclass{article}\n")
cat("\\usepackage[T1]{fontenc}\n")
cat("\\usepackage[english]{babel}\n")
cat("\\usepackage{blindtext}\n")
cat("\\begin{document}\n")
cat("\...