I'm relatively new to LaTex. I created a pdf using R Sweave and pdfLaTex on a Mac. Preview opens the pdf but Acrobat doesn't so I can't share the file with Windows users.
I then tried the most simple script to make sure it's not due to any of the figures that are generated:
Code: Select all
\documentclass{article}
\begin{document}
\SweaveOpts{concordance=TRUE}
Hello
\end{document}
There was an error opening this document. The file is damaged and could not be repaired.
Any help would be highly appreciated!
Pieter