Skip to content

SepehrMoalemi/Latex-Rebuttal-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebuttal LaTeX Class

This repository provides a LaTeX class for organizing responses to peer reviews in a color-coded format.

Features

  • Color-coded reviewer comments:
    • Blue: default
    • Green: resolved
    • Orange: pending
    • Red: stuck
  • Reviewer-specific equation numbering (e.g., R1.1, R1.2)
  • Appends a diff PDF (revised manuscript) to the end
  • Summary statistics of comment responses

Usage

\documentclass{Classes/rebuttal}
\title{Title of the Paper}
\author{Author Names}
\submissionid{1234}
\diffPDFpath{filename.pdf}     % Path to the diff PDF to be appended

Reviewer Section Header

% \rebsection{1}: Section for Reviewer 1 with:
% \label{sec:reviewer1}
% equation numbers starting with R1.1
% reset the equation counter to 0
\rebsection{1}

Comment + Response

\begin{rebuttal}[resolved] % Options: resolved, pending, stuck, (default: blue)
    % Comment
    {%
        Example of a resolved comment: Why did the scarecrow win an award?
    }%
    % Response
    {%
        Because he was outstanding in his field.
    }%
\end{rebuttal}
Color-coded Comments

Rebuttal Statistics Summary

\printStats
Summary of Comment Statistics

Append Revised PDF

\appenddiffPDF

About

A LaTeX class for Rebuttals

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages