Skip to content

Commit

Permalink
LaTeX added etoolbox package
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioFasano committed Sep 14, 2018
1 parent ba6ef49 commit bfa563b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bloomr.build.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
## Set new polymode version
## fix pandoc version when downloading
##
##
## Usage:
## Source this file and run:
## makeBloomR("path/to/workDir")
Expand Down Expand Up @@ -99,7 +98,7 @@ G$mikinst="mikport.exe"
G$panurl = "https://github.com/jgm/pandoc/releases"
G$paninst = "pandoc.msi"
G$mikpaks=c('fancyvrb', 'microtype', 'mptopdf', 'upquote', 'url',
'parskip', 'framed', 'titling', 'booktabs')
'parskip', 'framed', 'titling', 'booktabs', 'etoolbox')

## Local paths
G$work=""
Expand Down
2 changes: 1 addition & 1 deletion src/bloomr.sys.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ br.getLatexAddons=function(){
'mptopdf',
'upquote',
'url',
'parskip', 'framed', 'titling', 'booktabs'
'parskip', 'framed', 'titling', 'booktabs', 'etoolbox'
)
x=sapply(lpacks, .br.getLatex.pack, .br.getLatex.packList(inst=TRUE))

Expand Down

0 comments on commit bfa563b

Please sign in to comment.