作者cgjosephlee (JLee)
看板LaTeX
标题Re: [心得] 利用git, git-latexdiff 辅助latex
时间Sun Feb 12 13:48:08 2017
大家好
最近在做论文最後的修饰,老板要看不同版本的差别
所以找到了这个script,但一直不成功
我是用mac TexLive 2016, 用sublime text 3编辑与compile,用git管理
git-latexdiff是用homebrew安装的,v1.1.4
ST3 compile的指令:
latexmk -xelatex -f -cd -interaction=nonstopmode thesis.tex
是可以成功compile的
但用git-latexdiff时
git-latexdiff --main thesis.tex --ignore-makefile --latexmk --latexopt "-xelatex -f -interaction=nonstopmode" -o thesis.diff.pdf db0f915
一直跑不出来
Error code (partial):
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
Latexmk: Log file says no output from latex
Latexmk: For rule 'pdflatex', no output was made
Failure to make 'thesis.pdf'
Collected error summary (may duplicate other messages):
pdflatex: Command for 'pdflatex' gave return code 256
No PDF file generated.
PDF file generated is empty.
Error during compilation. Please examine and cleanup if needed:
Directory: /tmp/git-latexdiff.69107/new/.
File: thesis.tex
看起来好像不是用xelatex跑会是失败的原因吗?
另外我的结构是由一个thesis.tex去include各个chapter的.tex
会是git-latexdiff不支援这样的结构吗?
※ 引述《sppmg (sppmg)》之铭言:
: 主要的内容整理到下面网址了。
: http://www.slideshare.net/sppmg/latex-with-git
: 简单的说就是利用下面一行指令
: git latexdiff --latexmk --latexopt "-xelatex"
: --main main.tex master dev
: 就可以生成两个版本的pdf差异档。
: 细节以及安装请见投影片罗!
: (我用Debian,windows可能要试一下。
: 除git,latex外的工具中,git-latexdiff 是bash script,其余是perl)
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 122.147.24.165
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1486878490.A.2FE.html
1F:推 sppmg: 确定一下列表的软体是不是都装了。latexdiff, latexpand .. 02/12 20:54
2F:→ sppmg: 还有,我不建议用 xelatex -f ,常常产生错漏pdf 02/12 20:57
3F:→ cgjosephlee: 列表的软体都有在path里也可以执行 02/13 01:15