EnglishFrenchSpanish

Ad


OnWorks favicon

latexrevise - Online in the Cloud

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

This is the command latexrevise 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


latexrevise - selectively remove markup and text from latexdiff output

SYNOPSIS


latexrevise [ OPTIONS ] [ diff.tex ] > revised.tex

DESCRIPTION


latexrevise reads a file "diff.tex" (output of latexdiff), and remove the markup commands.
If no filename is given the input is read from standard input. The command can be used in
ACCEPT, DECLINE, or SIMPLIFY mode, or can be used to remove user-defined latex commands
from the input (see -c, -e, -m, and -n below). In ACCEPT mode, all appended text
fragments (or preamble lines) are kept, and all discarded text fragments (or preamble
lines) are deleted. In DECLINE mode, all discarded text fragments are kept, and all
appended text fragments are deleted. If you wish to keep some changes, edit the diff.tex
file in advance, and manually remove those tokens which would otherwise be deleted. Note
that latexrevise only pays attention to the "\DIFaddbegin", "\DIFaddend", "\DIFdelbegin",
and "\DIFdelend" tokens and corresponding FL varieties. All "\DIFadd" and "\DIFdel"
commands (but not their contents) are simply deleted. The commands added by latexdiff to
the preamble are also removed. In SIMPLIFY mode, "\DIFaddbegin, \DIFaddend, \DIFdelbegin,
\DIFdelend" tokens and their corresponding "FL" varieties are kept but all other markup
(e.g. "DIFadd" and <\DIFdel>) is removed. The result will not in general be valid latex-
code but it will be easier to read and edit in preparation for a subsequent run in ACCEPT
or DECLINE mode. In SIMPLIFY mode the preamble is left unmodified.

OPTIONS


-a or --accept
Run in ACCEPT mode (delete all blocks marked by "\DIFdelbegin" and "\DIFdelend").

-d or --decline
Run in DECLINE mode (delete all blocks marked by "\DIFaddbegin" and "\DIFaddend").

-s or --simplify
Run in SIMPLIFY mode (Keep all "\DIFaddbegin", "\DIFaddend", "\DIFdelbegin",
"\DIFdelend" tokens, but remove all other latexdiff markup from body).

Note that the three mode options are mutually exclusive. If no mode option is given,
latexrevise simply removes user annotations and markup according to the following four
options.

-c cmd or --comment=cmd
Remove "\cmd{...}" sequences. "cmd" is supposed to mark some explicit anotations
which should be removed from the file before release.

-e envir or --comment-environment=envir
Remove explicit annotation environments from the text, i.e. remove

\begin{envir}
...
\end{envir}

blocks.

-m cmd or --markup=cmd
Remove the markup command "\cmd" but leave its argument, i.e. turn "\cmd{abc}" into
"abc".

-n envir or --markup-environment=envir
Similarly, remove "\begin{envir}" and "\end{envir}" commands but leave content of the
environment in the text.

-V or --verbose
Verbose output

-q or --no-warnings
Do not warn users about "\DIDadd{..}" or "\DIFdel{..}" statements which should have
been removed already.

Use latexrevise online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 2
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 3
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 4
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 5
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 6
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • More »

Linux commands

Ad