Giter Site home page Giter Site logo

beautiful-pointbypoint-latex's Introduction

A LaTeX template for writing beautiful point-by-point responses

A Package and template for writing beautiful and nicely structured point-by-point responses.

Example Document

Example Document

An example document using the package is provided as main.tex and in the Overleaf Gallery. This should be a great starting point for your point-by-point response!

Load the Package

Load the package using \usepackage{pbyp} with pbyp.sty in the same directory as your main.tex.

The package accepts the optional keyword arguments revAEcol, revAcol, revBcol, ..., revFcol to define different colors for the reviewers. The colors must be one of the standard colors or dvipsnames of xcolor. For an overview of available colors see here. E.g., to color the associate editor in red and the first reviewer in green use

\usepackage[revAEcol=Brickred,revAcol=ForestGreen]{pbyp}

Functionality

Questions and Responses

We use theorem environments to create the question and response blocks. E.g., to answer the first question of the first reviewer we could do the following

\begin{question}{\QuestionRevA{Q1}}
some question
\end{question}

\begin{response}
some response
\end{response}

Example 1

where \QuestionRevA indicates the first reviewer (we could use \QuestionRevAE for the AE or \QuestionRevB, \QuestionRevC,... for the other reviewers). The question name is provided as argument to the question command. E.g., to give the questions more meaningful names such as R1.Dataset or R2.General, we could use

\begin{question}{\QuestionRevA{Dataset}}
some question about the dataset
\end{question}

\begin{question}{\QuestionRevB{General}}
some general comment
\end{question}

Example 2

We can also label questions to reference them later in one of our responses.

\begin{question}{\QuestionRevA{Dataset}}\label{R1:Dataset}
some question
\end{question}

\begin{response}
some response
\end{response}

\begin{question}{\QuestionRevB{Q1}}\label{R2:Q1}
some question
\end{question}

\begin{response}
some response
\end{response}

\begin{question}{\QuestionRevC{Q1}}
some question
\end{question}

\begin{response}
See our response to \cref{R1:Dataset,R2:Q1}
\end{response}

Example 3

Textboxes

Sometimes you want to copy some text from your revised manuscript to the point-by-point response to save the busy reviewers some time. This can be done using the revised environment:

\begin{question}{\QuestionRevA{Q1}}
Please add this in your manuscript
\end{question}

\begin{response}
We updated this in our manuscript:
    \begin{revised}
    We greatly improved our manuscript by incorporating everything that the reviewer suggested!
    \end{revised}
\end{response}

Example 4

Reference Reviewers

You can reference reviewers or the associate editor to write things like:

Example 5

To reference the AE use the command \revAE. To reference the individual reviewers use \revA, \revB,...,\revF or \rev{1}, \rev{2}, ... \rev{6} (we don't support more than 6 reviewers + AE)

Line Number Placeholders

You can insert placeholders for line numbers to be added later using \addlines

beautiful-pointbypoint-latex's People

Contributors

eeulig avatar

Watchers

 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.