Iteratively producing latex tables in knitr
问题 I'm working on iteratively producing LaTeX tables using knitr. All is well except I'm left with extra markup before each table. Here's a simple example, though this would ideally work as a template for more complex problems, ie different-size tables, varying data sets etc. What can I do to get rid of the extra text before each table? \documentclass{article} \usepackage{setspace, relsize} \usepackage[margin=.5in, landscape]{geometry} \usepackage{pdfpages} \begin{document} <<setup, include