在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):driquet/rcs-latexdiff开源软件地址(OpenSource Url):https://github.com/driquet/rcs-latexdiff开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):rcs-latexdiffrcs-latexdiff is a simple tool to generate a diff of a LaTeX file contained in a Revision Control System (like Git, Mercurial, etc.). The result is a LaTeX file with the differences between two revisions of a file. Then, you just have to compile the diff file using your favorite LaTeX compiler (rubber, pdflatex, etc.).
InstallFirst, grab sources: $ git clone https://github.com/driquet/rcs-latexdiff.git $ cd rcs-latexdiff You may want to install rcs-latexdiff in a virtualenv ; following steps explain how to do it: $ virtualenv --prompt==rcs-latexdiff venv $ source venv/bin/activate $ python setup.py install If you want to install rcs-latexdiff system wide, just skip the first two steps. UsageBasic usage is: $ rcs-latexdiff [OPTIONS] filename old_commit new_commit The complete usage can be displayed with option -h. ExamplesFor example, if the file paper.tex is in a Git repository, you could do: $ rcs-latexdiff paper.tex HEAD~1 HEAD to get a diff between the second to last and the last commit. You could also use branch names. For example, to compare a version submitted to a conference and the final version: $ rcs-latexdiff paper.tex submission-version camera-ready-version If you want a diff between changes in the current working directory and the last commit, you can do: $ rcs-latexdiff paper.tex HEAD Troubles
ContributeYou may want to add another RCS software. You can fork and pull request to complete this tool. LicenceGPLv3. See LICENCE file. ContributorsDamien Riquet <[email protected]> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论