diff options
Diffstat (limited to 'structure/book/en')
-rw-r--r-- | structure/book/en/00-preamble.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md index 4c15c09..cc6a3cb 100644 --- a/structure/book/en/00-preamble.md +++ b/structure/book/en/00-preamble.md @@ -58,7 +58,6 @@ if (knitr::is_html_output()) { <!-- Sample block for the LaTeX output --> ```{r echo=FALSE, results='asis'} if (knitr::is_latex_output()) { - # Your code here # By default, it outputs nothing. # An empty code block would return the string 'NULL' to LaTeX, which would then be printed. cat('') |