File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ manuscript/*.docx
42
42
manuscript /* .bib
43
43
manuscript /* .bbl
44
44
manuscript /* .blg
45
- manuscript /eidr.md
45
+ manuscript /* .md
46
+ manuscript /* .txt
Original file line number Diff line number Diff line change @@ -307,6 +307,9 @@ manuscript/combined.pdf: manuscript/manuscript.pdf manuscript/supplement.pdf
307
307
manuscript/eidr.pdf : manuscript/eidr.md
308
308
pandoc -o $@ $< -V geometry:margin=1in
309
309
310
+ manuscript/reviewer_comments.pdf : manuscript/reviewer_comments.md
311
+ pandoc $< -H manuscript/quote_setup.tex -o $@
312
+
310
313
archive.zip :
311
314
git archive --format zip --output archive.zip main
312
315
Original file line number Diff line number Diff line change
1
+ % https://tex.stackexchange.com/a/180400/52459
2
+ \usepackage {framed }
3
+ \usepackage {tcolorbox }
4
+ \let\oldquote =\quote
5
+ \let\endoldquote =\endquote
6
+
7
+ % \renewenvironment{quote}{%
8
+ % \begin{tcolorbox}\begin{oldquote}}{\end{oldquote}\end{tcolorbox}}
9
+
10
+ \renewenvironment {quote}{%
11
+ \begin {tcolorbox }\list {}{\leftmargin =0in\rightmargin =0in}\item []}%
12
+ {\endlist\end {tcolorbox}}
You can’t perform that action at this time.
0 commit comments