Skip to content

Commit

Permalink
Update Script
Browse files Browse the repository at this point in the history
  • Loading branch information
TsingJyujing committed Dec 6, 2018
1 parent cc0f97c commit 44fdb2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ Compiling YuanYifan's resume to PDF...
Building English Resume
Building Chinese Resume
```

就代表编译成功了。

你也可以到[TsingJyujing/Resume/releases](https://github.com/TsingJyujing/Resume/releases) 直接下载编译好的结果
你也可以到 [Releases](https://github.com/TsingJyujing/Resume/releases) 直接下载编译好的结果

## 感谢

Expand Down
3 changes: 0 additions & 3 deletions compile-resume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ if [ $1 == "pdf" ]
then
echo "Compiling YuanYifan's resume to PDF..."
echo "Building English Resume"
# pandoc -s -f markdown-smart --pdf-engine=xelatex --template=pm-template.latex -V geometry:margin=1in README-en.md -o target/Yifan_Yuan_CV_en.pdf

pandoc -s -f markdown-smart --pdf-engine=xelatex --template=pm-template.latex README-en.md -o target/Yifan_Yuan_CV_en.pdf
echo "Building Chinese Resume"
# pandoc -s -f markdown-smart --pdf-engine=xelatex --template=pm-template.latex -V mainfont='Source Han Serif CN' -V geometry:margin=1in README.md -o target/Yifan_Yuan_CV_zh.pdf
pandoc -s -f markdown-smart --pdf-engine=xelatex --template=pm-template.latex README-zh.md -o target/Yifan_Yuan_CV_zh.pdf
fi

Expand Down

0 comments on commit 44fdb2f

Please sign in to comment.