Skip to content

Commit

Permalink
update overleaf release script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Aug 30, 2020
1 parent 109b502 commit 6c32f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ cp $(kpsewhich l3backend-pdfmode.def) $OVERLEAF_DIR
cp $(kpsewhich l3backend-xdvipdfmx.def) $OVERLEAF_DIR
cp $(kpsewhich l3keys2e.sty) $OVERLEAF_DIR
cp $(kpsewhich xparse.sty) $OVERLEAF_DIR
cp $(kpsewhich xparse-generic.tex) $OVERLEAF_DIR
cp $(kpsewhich xtemplate.sty) $OVERLEAF_DIR
# fontspec & unicode-math
cp $(kpsewhich fontspec.sty) $OVERLEAF_DIR
Expand All @@ -89,6 +90,7 @@ cp $(kpsewhich unicode-math.sty) $OVERLEAF_DIR
cp $(kpsewhich unicode-math-xetex.sty) $OVERLEAF_DIR
# ctex etc.
cp $(kpsewhich ctexbook.cls) $OVERLEAF_DIR
cp $(kpsewhich ctexbackend.cfg) $OVERLEAF_DIR
cp $(kpsewhich ctex-scheme-chinese-book.def) $OVERLEAF_DIR
cp $(kpsewhich ctex-scheme-plain-book.def) $OVERLEAF_DIR
cp $(kpsewhich ctex-engine-xetex.def) $OVERLEAF_DIR
Expand Down

0 comments on commit 6c32f74

Please sign in to comment.