Yihui Xie
|
598cdfb742
too much boring repetition
|
6 年之前 |
Yihui Xie
|
6a84cbd2ae
fix #9: replace underscores with dashes in the .tex filename, otherwise Pandoc will escape them from the YAML metadata, leading to the problematic \input{foo\_bar}, which should be \input{foo_bar} instead
|
6 年之前 |
Yihui Xie
|
928d6cd843
fix #10, fix #49, fix #70, and fix #149 by putting chunk output in a raw latex block ```{=latex} for R Journal articles, which is the same fix as 8da3d29367de475c06a28f28e41f3a6c18eebdba
|
6 年之前 |
Yihui Xie
|
2e6384fbe5
use tinytex::latexmk() to build .tex to .pdf
|
6 年之前 |
Eric Hare
|
32c0da2c44
Fix preamble in RJournal template
|
8 年之前 |
JJ Allaire
|
f334fbd5b4
fix examples
|
9 年之前 |
JJ Allaire
|
06b1571de6
add examples
|
9 年之前 |
JJ Allaire
|
64f69cfe68
denote format inheritance via list member not attribute
|
9 年之前 |
JJ Allaire
|
564a1753f8
more tweaks
|
9 年之前 |
JJ Allaire
|
19a544bb1a
use attribute for format inheritance
|
9 年之前 |
JJ Allaire
|
954242c0dd
use yaml metadata to indicate format inheritance
|
9 年之前 |
JJ Allaire
|
b0fe9c4ec5
enable passthrough of all options to pdf_document
|
9 年之前 |
Yihui Xie
|
e0d77efd1a
remove more knitr:::
|
9 年之前 |
Yihui Xie
|
f653a43646
import internal functions from knitr to fix R CMD check notes
|
9 年之前 |
JJ Allaire
|
5e8ea5c816
docs, various improvements for R CMD check
|
9 年之前 |
Yihui Xie
|
5eac9de347
roxygenize
|
10 年之前 |
Yihui Xie
|
e569d3b368
::: for unexported functions in the examples to make R CMD check at least not fail
|
10 年之前 |
Charlotte Wickham
|
7049719f31
fixed figures by using Sweave environments in hooks rather than \begin{example}
|
10 年之前 |
JJ Allaire
|
e4fb91df3f
use .tex as pandoc output file extension
|
10 年之前 |
hadley
|
4d1bfc9665
New strategy for creating rjournal output.
|
10 年之前 |
hadley
|
eac4a3b56d
First pass at rjournal template
|
10 年之前 |