Skip to content

A nice template to write your response to the reviewers in Latex.

License

Notifications You must be signed in to change notification settings

iwishiwasaneagle/LatexResponseToReviewersTemplate

Repository files navigation

Latex Response To Reviewers Template

A handy latex template to write the reponse to reviewers. Provides a custom document-class to hide the nasty latex setup.

Features

  • Custom sections and environments for a clean and consistent document
  • Automatically builds the package on push to master
    • Prevents pushes from breaking the compilation
  • Create a new release at midnight if there is new content
    • This includes a changelog, and a compiled PDF
  • A file structure that makes sense

Usage

Overleaf

Copy/paste the following into your project:

The other files are optional and can be ignored if their usage is removed (i.e. \input for the reviewer_X.tex or ) \bibliography{references} for references.bib.

VSCode (preferred)

This template was primarily designed to work with the blang/latex-docker`` image, and latex-workshop`` VSCode plugin. This is optional, do what you want!

Clone the repo with

git clone git@github.com:iwishiwasaneagle/LatexResponseToReviewersTemplate.git

then open VSCode in this container, and run the Remote Container extension. This will open a new instance from within the docker container with all the extensions installed. Easy.

Other

Clone the repo with

git clone git@github.com:iwishiwasaneagle/LatexResponseToReviewersTemplate.git

and compile with

latexmk response.tex -interaction=nonstopmode -pdf

Contributions

This document class / template is a modified version of the example by Friedemann Zenke which was based on the examples by Dirk Eddelbuettel, Fran and others.

Other Templates