Code Monkey home page Code Monkey logo

review_response_letter's Introduction

Review and Response Letters

Template for Latex and/or Pandoc to quickly write reviews and (author) response letters

Review Comments to a Manuscript

Use the examples in folder RC_to_MS/.

Screenshot of the output PDF of Review Comments to the Manuscript

Option A: Latex

\section{Anonymuous Reviewer}
\subsection{Page 4 Line 15}
begin{quote} The cat in the box is \hl{dead}. \end{quote}
\RC It could be alive as well.

Then run pdflatex myletter.tex to make myletter.pdf.

Option B: Markdown

# Anonymuous Reviewer
## Page 4 Line 15
> The cat in the box is \hl{dead}.
\RC It could be alive as well.

Then run pandoc -s -S --template ../templates/RC_to_MS-pandoc.tex myletter.md -o myletter.pdf to make myletter.pdf.

Author Response to Review Comments

Use the examples in folder AR_to_RC/.

Screenshot of the output PDF of a Author Response Letter to Review Comments

Option A: Latex

\section{Reviewer 1}
\subsection{Page 4 Line 15}
\RC Paragraph on how I do not like the paper.
\AR Thank you, we changed the text as suggested.
begin{quote} The cat in the box is \DIFdelbegin \DIFdel{dead}\DIFdelend \DIFaddbegin \DIFadd{alive}\DIFaddend . \end{quote}

Then run pdflatex myletter.tex to make myletter.pdf.

Option B: Markdown

# Reviewer 1
## Page 4 Line 15
\RC Paragraph on how I do not like the paper.
\AR Thank you, we changed the text as suggested.
> The cat in the box is \DIFdelbegin \DIFdel{dead}\DIFdelend \DIFaddbegin \DIFadd{alive}\DIFaddend .

Then run pandoc -s -S --template ../templates/AR_to_RC-pandoc.tex myletter.md -o myletter.pdf to make myletter.pdf.

Additional features

  • supports latexdiff commands
  • supports text highlighting with \hl{}
  • supports tables and figures,
  • supports non-labeled paragraphs, starting with \AR* or \RC* instead of \AR or \RC, respectively.

review_response_letter's People

Contributors

mschroen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.