Skip to content

Commit bfa563b

Browse files
committed
LaTeX added etoolbox package
1 parent ba6ef49 commit bfa563b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bloomr.build.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
## Set new polymode version
1111
## fix pandoc version when downloading
1212
##
13-
##
1413
## Usage:
1514
## Source this file and run:
1615
## makeBloomR("path/to/workDir")
@@ -99,7 +98,7 @@ G$mikinst="mikport.exe"
9998
G$panurl = "https://github.com/jgm/pandoc/releases"
10099
G$paninst = "pandoc.msi"
101100
G$mikpaks=c('fancyvrb', 'microtype', 'mptopdf', 'upquote', 'url',
102-
'parskip', 'framed', 'titling', 'booktabs')
101+
'parskip', 'framed', 'titling', 'booktabs', 'etoolbox')
103102

104103
## Local paths
105104
G$work=""

src/bloomr.sys.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ br.getLatexAddons=function(){
7676
'mptopdf',
7777
'upquote',
7878
'url',
79-
'parskip', 'framed', 'titling', 'booktabs'
79+
'parskip', 'framed', 'titling', 'booktabs', 'etoolbox'
8080
)
8181
x=sapply(lpacks, .br.getLatex.pack, .br.getLatex.packList(inst=TRUE))
8282

0 commit comments

Comments
 (0)