[go: up one dir, main page]

Skip to content

evmckinney9/latex-revision-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Reviewer Comments LaTeX Package

Description

The Reviewer Comments LaTeX Package enhances the manuscript revision process by allowing authors to easily highlight and annotate text changes in response to reviewer feedback. It supports color-coding for different reviewers and integrates marginal notes for quick reference, streamlining the revision workflow in LaTeX documents.

image

Installation

  1. Download reviewercomments.sty from the repository.
  2. Place it in your LaTeX document's directory or in your LaTeX distribution's package directory.
  3. Add \usepackage{reviewercomments} to your document's preamble.

Usage

Highlight Text and Add Marginal Notes:

\reviewer{ReviewerID}{CommentNumber}{Text changed in response to comment.}
  • ReviewerID: Identifier for the reviewer.
  • CommentNumber: Comment number or identifier.
  • Text changed in response to comment.: The modified text.

Suppress Additional Marginal Notes:

To avoid clutter, suppress extra marginal notes for subsequent changes related to the same comment:

\reviewer[false]{ReviewerID}{CommentNumber}{Further text changes.}

Example

For a full example, see example.tex in this repository.

About

highlight text changes in response to reviewer comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages