diff options
Diffstat (limited to 'macros/latex/contrib/thuthesis/ref')
-rw-r--r-- | macros/latex/contrib/thuthesis/ref/appendix.bib | 14 | ||||
-rw-r--r-- | macros/latex/contrib/thuthesis/ref/refs.bib | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/macros/latex/contrib/thuthesis/ref/appendix.bib b/macros/latex/contrib/thuthesis/ref/appendix.bib new file mode 100644 index 0000000000..4fbfb750fc --- /dev/null +++ b/macros/latex/contrib/thuthesis/ref/appendix.bib @@ -0,0 +1,14 @@ +@book{abrahams99tex, + author = {Paul W. Abrahams and Karl Berry and Kathryn A. Hargreaves}, + title = {{\TeX} for the Impatient}, + publisher = {Addison-Wesley}, + year = {1990}, +} + +@incollection{salomon1995advanced, + author = {David Salomon}, + title = {The advanced {\TeX}book}, + address = {New York}, + publisher = {Springer}, + year = {1995}, +} diff --git a/macros/latex/contrib/thuthesis/ref/refs.bib b/macros/latex/contrib/thuthesis/ref/refs.bib index 4832dbb425..f9d99381e7 100644 --- a/macros/latex/contrib/thuthesis/ref/refs.bib +++ b/macros/latex/contrib/thuthesis/ref/refs.bib @@ -58,7 +58,7 @@ @book{tex, author = "Donald E. Knuth", - title = "The {\TeX} Book", + title = "The {\TeX}book", publisher = "Addison-Wesley Publishing Company", address = "Reading, MA", year = 1989, |