EnglishFrenchSpanish

Ad


OnWorks favicon

latexdiff-git - Online in the Cloud

Run latexdiff-git in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command latexdiff-git that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


latexdiff-vc - wrapper script that calls latexdiff for different versions of a file under
version management (CVS, RCS or SVN)

SYNOPSIS


latexdiff-vc [ latexdiff-options ] [ latexdiff-vc-options ] -r [rev1] [-r rev2]
file1.tex [ file2.tex ...]

or

latexdiff-vc [ latexdiff-options ] [ latexdiff-vc-options ][ --postscript | --pdf ]
old.tex new.tex

DESCRIPTION


latexdiff-vc is a wrapper script that applies latexdiff to a file, or multiple files under
version control (git, subversion (SVN), mercurial (hg), CVS, RCS), and optionally runs the
sequence of "latex" and "dvips" or "pdflatex" commands necessary to produce pdf or
postscript output of the difference tex file(s). It can also be applied to a pair of files
to automatise the generation of difference file in postscript or pdf format.

OPTIONS


--rcs, --svn, --cvs, --git or --hg
Set the version system. If no version system is specified, latexdiff-vc will venture
a guess.

latexdiff-cvs, latexdiff-rcs etc are variants of latexdiff-vc which default to the
respective versioning system. However, this default can still be overridden using the
options above.

-r, -r rev or --revision, --revision=rev
Choose revision (under RCS, CVS, SVN, GIT or HG). One or two -r options can be
specified, and they result in different behaviour:

latexdiff-vc -r file.tex ...
compares file.tex with the most recent version checked into RCS.

latexdiff-vc -r rev1 file.tex ...
compares file.tex with revision rev1.

latexdiff-vc -r rev1 -r rev2 file.tex ...
compares revisions rev1 and rev2 of file.tex.

Multiple files can be specified for all of the above options. All files must have
the extension ".tex", though.

latexdiff-vc old.tex new.tex
compares two files.

The name of the difference file is generated automatically and reported to stdout.

-d or --dir -d path or --dir=path
Rather than appending the string "diff" and optionally the version numbers given to
the output-file, this will prepend a directory name "diff" to the original filename,
creating the directory and subdirectories should they not exist already. This is
particularly useful in order to clone a complete directory hierarchy. Optionally, a
pathname path can be specified, which is prepended instead of "diff".

--flatten,--flatten=keep-intermediate
If combined with "--git", "--svn" or "--hg" option or the corresponding modes, check
out the revisions to compare in a separate temporary directory, and then pass on
option "--flatten" to latexdiff. The directory in which "latexdiff-vc" is invoked
defines the subtree which will be checked out. Note that if additional files are
needed which are not included in the flatten procedure (package files, included
graphics), they need to be accessible in the current directory. If you use bibtex, it
is recommended to include the ".bbl" file in the version management.

The generic usage of this function is : "latexdiff-vc --flatten -r rev1 [-r rev2]
master.tex" where master.tex is the project file containing the highest level of
includes etc.

With "--flatten=keep-intermediate", the intermediate revision snapshots are kept in
the current directory (Default is to store them in a temporary directory and delete
them after generating the diff file.)

--fast or --so
Use "latexdiff-fast" or "latexdiff-so", respectively (instead of "latexdiff").

--ps or --postscript
Generate postscript output from difference file. This will run the sequence "latex;
latex; dvips" on the difference file (do not use this option in the rare cases, where
three "latex" commands are required if you care about correct referencing). If the
difference file contains a "\bibliography" tag, run the sequence "latex; bibtex;
latex; latex; dvips".

--pdf
Generate pdf output from difference file using "pdflatex". This will run the sequence
"pdflatex; pdflatex" on the difference file, or "pdflatex; bibtex; pdflatex; pdflatex"
for files requiring bibtex.

--only-changes
Post-process the output such that only pages with changes on them are displayed. This
requires the use of subtype ZLABEL in latexdiff, which will be set automatically, but
any manually set -s option will be overruled (also requires zref package to be
installsed). (note that this option must be combined with --ps or --pdf to make sense)

--force
Overwrite existing diff files without asking for confirmation. Default behaviour is to
ask for confirmation before overwriting an existing difference file.

--help or -h
Show help text

--version
Show version number

All other options are passed on to "latexdiff".

Use latexdiff-git online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad