-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (16 loc) · 800 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
To add a new reference, add the BibTeX entry to biblio.bib, and add a citation to the appropriate section of
example.tex; e.g.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
@BOOK{RHLStatsBook,
author = {{Lupton}, R.~H.},
title = "{Statistics in theory and practice}",
publisher = {Princeton University Press},
year = 1993,
adsurl = {http://adsabs.harvard.edu/abs/1993stp..book.....L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
and
\cite{RHLStatsBook}
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
N.b. Please check that your BibTeX entry is written in ascii, some entries you find on the net use
more general character sets. The entry will probably work, but will generate complaints.