Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed May 16, 2018
1 parent 3e09df4 commit 8b1b16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build_script:
# Get the directory of texlive. E.g. c:\texlive\2018
- ps: $TEXLIVE=$(ls 20* | % {$_.FullName})
- ps: $TEXBIN="$TEXLIVE\bin\win32"
- ps: set PATH=%PATH%;$TEXBIN
- ps: $env:Path += ";"+$TEXBIN
- ps: tlmgr install latexmk ulem fandol
- ps: cd c:\projects\SJTUThesis
- ps: xelatex -no-pdf -halt-on-error thesis
Expand Down

0 comments on commit 8b1b16c

Please sign in to comment.