Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 742 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 742 Bytes
header-includes
\usepackage{kotex}

Reproducible Research through LaTeX and Rmarkdown

이 저장소는 LaTeX와 R 마크다운을 사용하여 재현가능한 연구를 구현하고자 자료를 모으는 곳입니다. tinytex 패키지는 LaTeX를 좀더 쉽게 쓸 수 있게 해 줍니다.

devtools::install_github('yihui/tinytex')
tinytex::install_tinytex(force=TRUE)

TinyTeX installed to C:\Users\mdlhs\AppData\Roaming\TinyTeX

예시

tinytex::latexmk('intro.tex')
system('convert intro.pdf intro.png')