1 Star 0 Fork 0

Luke/resume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
latexmkrc 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
billryan 提交于 2016-10-08 21:39 . add latexmkrc
# uncomment the # before $ to enable PDF update automatically
# see man latexmk for more info
## Usage
# latexmk -xelatex -gg -silent -pvc
## Mac OS X - Skim
$pdf_previewer = 'osascript -e "set theFile to POSIX file \"%S\" as alias" -e "set thePath to POSIX path of theFile" -e "tell application \"Skim\"" -e "open theFile" -e "end tell"';
$pdf_update_method = 4;
$pdf_update_command = 'osascript -e "set theFile to POSIX file \"%S\" as alias" -e "set thePath to POSIX path of theFile" -e "tell application \"Skim\"" -e "set theDocs to get documents whose path is thePath" -e "try" -e "if (count of theDocs) > 0 then revert theDocs" -e "end try" -e "open theFile" -e "end tell"';
## GNU/Linux - Evince
## Windows - Sumatra
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Luke-Skywalker-Xu/resume.git
git@gitee.com:Luke-Skywalker-Xu/resume.git
Luke-Skywalker-Xu
resume
resume
master

搜索帮助