Coder Social home page Coder Social logo

marrtinol / git-latexdiff Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 59 KB

git-latexdiff is a tool to graphically visualize differences between different versions of a LaTeX file. Technically, it is a wrapper around git and latexdiff. Local clone of https://gitlab.com/git-latexdiff/git-latexdiff

License: Other

Makefile 6.52% Shell 86.07% TeX 1.44% Batchfile 5.97%

git-latexdiff's Introduction

Git LaTeXdiff

git-latexdiff is a tool to graphically visualize differences between different versions of a LaTeX file. Technically, it is a wrapper around git and latexdiff.

If your LaTeX source is split accross several *.tex files, git-latexdiff can call latexpand to expand it before running latexdiff (this usually works better than using latexdiff --flatten).

To get the manpage (needed to get git-latexdiff --help to work), you need the a2x tool from the asciidoc package.

Installation

Using the Makefile

To install git-latexdiff in Git's exec-path and generate and install a manpage, run this command from the root directory of git-latexdiff's distribution:

make install

If Git was installed as root, you will need to run this command as root, for example using:

sudo make install

If it fails, you may try installing only the script (you can still read the documentation using git latexdiff -h):

make install-bin

Once the script git-latexdiff and the manpage git-latexdiff.1 are installed, you're ready to go (no configuration file to edit).

Manual installation

A simple way to install git-latexdiff is to copy the file git-latexdiff anywhere in your $PATH (e.g. in /usr/local/bin, run echo $PATH get the list) or in Git's exec-path (run git --exec-path to get it).

To get the documentation, you need to generate it:

make git-latexdiff.1

and then copy git-latexdiff.1 in your man-path (run git --man-path to get the location).

git-latexdiff's People

Contributors

moy avatar jpritikin avatar mlt avatar joergweber avatar s-wallace avatar will-henney avatar pthariensflame avatar ph03 avatar jevonlongdell avatar lsinger avatar lucaventurini avatar mje-nz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.