Skip to content

Commit

Permalink
Merge pull request #4 from eddelbuettel/feature/default_blockquote
Browse files Browse the repository at this point in the history
make blockquote a default, opt-out via 'plainquote: true'
  • Loading branch information
aaronwolen committed Oct 19, 2017
2 parents 2c9ab13 + 2d8b83b commit 0e23150
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2017-10-19 Dirk Eddelbuettel <edd@debian.org>

* inst/rmarkdown/templates/pdf/resources/template.tex: Blockquote
a default as what was opt-in is now opt-out ("plainquote: true")
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Updated

2017-10-18 Aaron Wolen <aaron@wolen.com>

* inst/rmarkdown/templates/pdf/resources/template.tex: Set more
Expand Down
4 changes: 3 additions & 1 deletion inst/rmarkdown/templates/pdf/resources/template.tex
Expand Up @@ -211,7 +211,9 @@
$endfor$
\address{$for(return-address)$$return-address$$sep$\\$endfor$}

$if(blockquote)$
$if(plainquote)$
% nuttin, defaults are used
$else$
\usepackage{mdframed} % color is loaded by mdframed
\definecolor{greyborder}{RGB}{221,221,221}
\definecolor{greytext}{RGB}{119,119,119}
Expand Down
2 changes: 0 additions & 2 deletions inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd
Expand Up @@ -4,7 +4,6 @@ author:
- Some Organization
opening: Dear Dirk,
closing: Sincerely,
date: 12 December 2020
address:
- Dirk Eddelbuettel
- 123 Street Rd
Expand All @@ -17,7 +16,6 @@ cc:
- Recipient
encl:
- Enclosure
blockquote: true
output: linl::linl
---

Expand Down
1 change: 1 addition & 0 deletions linl.Rproj
Expand Up @@ -14,3 +14,4 @@ LaTeX: pdfLaTeX

BuildType: Package
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd

0 comments on commit 0e23150

Please sign in to comment.