作者sppmg (sppmg)
看板LaTeX
标题Re: [心得] 利用git, git-latexdiff 辅助latex
时间Tue Feb 14 00:08:23 2017
你要不要建一个简单的测试档来试试,也好把它提供出来给大家测试。
我刚刚测试一下,发现 latexpand 只会将子档原文贴上,所以如果你用的分割档案
方法是 standalone 这类型,就会产生巢状\documentclass \begin{document}
所以编译就会失败。(直接用latexmk 因为没经过 latexpand 展开,所以没问题。)
不过我测试过程中,latexmk 一律是显示 XeTeX
$ git latexdiff --latexmk --latexopt "-xelatex" --main article2.tex
-o out3.pdf fce9f2e
..............
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016/Debian) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
..............
(另测试於 XeTeX, Version 3.1415926-2.4-0.9998 (TeX Live 2012/Debian) ,
结果一样)
所以我也不知道为何你的会变成"This is pdfTeX"。
只能建议弄测试档,然後用最少参数
git latexdiff --latexmk --latexopt "-xelatex"
试试看是否是 git-latexdiff 没有将 --latexopt 传过去了。
或是用指定pdflatex=xelatex 的方式,请参考 latexmk 说明或
http://tex.stackexchange.com/a/27483/111676
附上我测试过的其中一个版本列表
$ git --version
git version 2.11.0
$ git latexdiff --version
v1.1.4-20-g2bd8931
$ latexdiff --version
This is LATEXDIFF 1.1.1 (Algorithm::Diff 1.15 fast, Perl v5.24.1)
$ latexpand --version
latexpand version v1.3.
$ latexmk --version
Latexmk, John Collins, 1 January 2015. Version 4.41
$ xelatex --version
XeTeX 3.14159265-2.6-0.99996 (TeX Live 2016/Debian)
※ 引述《cgjosephlee (JLee)》之铭言:
: 大家好
: 最近在做论文最後的修饰,老板要看不同版本的差别
: 所以找到了这个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), 来自: 114.32.188.151
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1487002108.A.6A1.html
※ 编辑: sppmg (114.32.188.151), 02/14/2017 00:21:22
1F:推 cgjosephlee: 先用土炮的方式处理了 晚点有空再测试看看 02/14 17:23
2F:推 fischcheng: 我的latexmk也一直传不过後面那个option 02/26 13:58