Template for a simple response and list of corrections, to editors or reviewers, in LaTeX.
Website:
https://github.com/zachscrivena/simple-response-corrections
Lead author:
Zach Scrivena
Compiled sample document:
ResponseCorrections.pdf
Sample pages (click to enlarge):
- Simple template that can be further customized or extended.
- Template document contains numerous examples.
The main LaTeX source file is ResponseCorrections.tex
; the compiled document is ResponseCorrections.pdf
.
Instructions for compiling the document (TeX →(pdflatex)→ PDF):
-
Method 1: Use
latexmk
for fully automated document generation:latexmk -pdf "ResponseCorrections.tex"
(add the-pvc
switch to automatically recompile on changes)
-
Method 2: Use
LaTeX
directly:latex "ResponseCorrections.tex"
(run multiple times to resolve cross-references if needed)
This is free and unencumbered software released into the public domain.
For more information, please see the file LICENSE
or refer to http://unlicense.org.