Skip to content

Commit 39e4dbb

Browse files
committed
fix
1 parent 56133fa commit 39e4dbb

25 files changed

+5969
-279
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ tinytex::latexmk("chapter2.tex")
3737
artefacts
3838
* no citations work, I can't find my bib file yet and `\citep` has been redefined in newcom.tex
3939

40-
40+
* missing .DAT files for the black browed
4141

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ tinytex::latexmk("chapter2.tex")
2525

2626
- some hardcoded figures “figures/gunnArchival.png” and the KDE ones
2727
were copied from artefacts
28+
2829
- no citations work, I can’t find my bib file yet and `\citep` has
2930
been redefined in newcom.tex
31+
32+
- missing .DAT files for the black browed

chapter2.Rnw

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
\setcounter{secnumdepth}{2}
99
\setcounter{tocdepth}{2}
1010
\usepackage{url}
11+
\usepackage{natbib}
1112
\usepackage[unicode=true,pdfusetitle,
1213
bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=2,
1314
breaklinks=false,pdfborder={0 0 1},backref=false,colorlinks=false]

0 commit comments

Comments
 (0)