Skip to content

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

Notifications You must be signed in to change notification settings

jkbecker/revdiff-LaTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :-)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 91.5%
  • Makefile 8.5%