forked from sjbutler/rebuttal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
table-example.tex
95 lines (74 loc) · 1.86 KB
/
table-example.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
%% Example of table layout for rebuttal.sty
%%
%% Copyright (C) 2019 University of Skövde.
%% Written by Simon Butler as part of the LIM-IT project.
%% Distributed under the terms of the CC-BY-SA v3.0 Licence
%%
%%
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[cm]{fullpage}
\usepackage{longtable}
\usepackage[table]{rebuttal}
\usepackage[parfill]{parskip}
\usepackage{lipsum}
\begin{document}
\section*{Article-UID: Response to Reviewers}
% --- basic letter
Dear Journal Editor
Thank you for considering our paper ``A Journal Article'' for publication in the ``Journal of Something''. We are very grateful for the time the reviewers have taken to provide their extensive and constructive feedback.
We address their points individually below and indicate the changes we have made in response.
Yours sincerely
\hspace{3cm}
A Researcher
% First reviewer
\reviewersection
\begin{longtable}{p{10.5cm}p{7cm}}
\begin{point}
\lipsum[2]
\label{R1:Point}
\end{point}
&
\begin{response}
Thank you for drawing our attention to the omission. We have added both references as suggested.
\end{response}
\\
\shortpoint{\lipsum[20][2]}
&
\shortresponse{\lipsum[14][4]}
\\
\begin{point}
\lipsum[11][2-6]
\end{point}
&
\begin{response}
Thank you for the suggestion. The second reviewer makes a related point and we address your comments in detail in our response to Point~\ref{R2:SimilarPoint}
\end{response}
\\
\end{longtable}
% Start a new reviewer section
\reviewersection
\begin{longtable}{p{10.5cm}p{7cm}}
\begin{point}
\lipsum[8][1-4]
\end{point}
&
\begin{response}
\lipsum[9][1-3] See also our response to Point~\ref{R1:Point}
\end{response}
\\
\shortpoint{\lipsum[10][6]}
&
\shortresponse{\lipsum[25][3-4]}
\\
\begin{point}
\label{R2:SimilarPoint}
\lipsum[5]
\end{point}
&
\begin{response}
\lipsum[4][2-8]
\end{response}
\\
\end{longtable}
\end{document}