farhodfm / revdiff-LaTeX

Revision / diff package for LaTeX documents. Ease the work of reviewers :-)

Home Page:http://pedromateo.github.io/revdiff-LaTeX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revdiff: a LaTeX revision and diff package

revdiff was created to build diff documents with which authors can ease the work of reviewers by marking changes in the text, adding tags and adding comments.

Usage

  • \rlegend prints built-in legend text.
  • \rnew{this is new text} for text additions.
  • \rold{this is old text} for text deletions.
  • \rchange{This is an}{inline change} is similar to \rnew and \rold, but in one command.
  • \rcomment{This is a comment} to add comments.
  • \renclose{This is a comment}{here the text} to add comments to a specific part of the text.
  • \rtag{a tag} to add tags to the text.
  • \rtchange{tag}{This is an}{inline change} is similar to \rchange but including a tag.
  • \rtcomment{tag}{This is a comment} is similar to \rcomment but including a tag.
  • \rtenclose{tag}{This is a comment}{here the text} is similar to \renclose but including a tag.

Check the result of using these commands here >>

Wanna help?

TODO list:

  • tag index including links to tags. Index is created by using \rtagindex command.

About

Revision / diff package for LaTeX documents. Ease the work of reviewers :-)

http://pedromateo.github.io/revdiff-LaTeX/


Languages

Language:TeX 89.2%Language:Makefile 10.8%