Changeset 5a40e4e for doc/theses/andrew_beach_MMath/uw-ethesis.bib
- Timestamp:
- Sep 9, 2021, 3:56:32 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- d0b9247
- Parents:
- dd1cc02 (diff), d8d512e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
doc/theses/andrew_beach_MMath/uw-ethesis.bib (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/uw-ethesis.bib
rdd1cc02 r5a40e4e 1 1 % Bibliography of key references for "LaTeX for Thesis and Large Documents" 2 2 % For use with BibTeX 3 % The online reference does not seem to be supported here. 3 4 4 @book{goossens.book, 5 author = "Michel Goossens and Frank Mittelbach and 6 Alexander Samarin", 7 title = "The \LaTeX\ Companion", 8 year = "1994", 9 publisher = "Addison-Wesley", 10 address = "Reading, Massachusetts" 5 @misc{Dice21, 6 author = {Dave Dice}, 7 year = 2021, 8 month = aug, 9 howpublished= {personal communication} 11 10 } 12 11 13 @book{knuth.book, 14 author = "Donald Knuth", 15 title = "The \TeX book", 16 year = "1986", 17 publisher = "Addison-Wesley", 18 address = "Reading, Massachusetts" 12 @misc{CforallExceptionBenchmarks, 13 contributer = {pabuhr@plg}, 14 key = {Cforall Exception Benchmarks}, 15 author = {{\textsf{C}{$\mathbf{\forall}$} Exception Benchmarks}}, 16 howpublished= {\href{https://github.com/cforall/ExceptionBenchmarks_SPE20}{https://\-github.com/\-cforall/\-ExceptionBenchmarks\_SPE20}}, 19 17 } 20 18 21 @book{lamport.book, 22 author = "Leslie Lamport", 23 title = "\LaTeX\ --- A Document Preparation System", 24 edition = "Second", 25 year = "1994", 26 publisher = "Addison-Wesley", 27 address = "Reading, Massachusetts" 19 % Could not get `#the-for-statement` to work. 20 @misc{PythonForLoop, 21 author={Python Software Foundation}, 22 key={Python Compound Statements}, 23 howpublished={\href{https://docs.python.org/3/reference/compound_stmts.html}{https://\-docs.python.org/\-3/\-reference/\-compound\_stmts.html}}, 24 addendum={Accessed 2021-08-30}, 28 25 } 26 27 % Again, I would like this to have `#StopIteration`. 28 @misc{PythonExceptions, 29 author={Python Software Foundation}, 30 key={Python Exceptions}, 31 howpublished={\href{https://docs.python.org/3/library/exceptions.html}{https://\-docs.python.org/\-3/\-library/\-exceptions.html}}, 32 addendum={Accessed 2021-08-30}, 33 } 34 35 @misc{CppHistory, 36 author={C++ Community}, 37 key={Cpp Reference History}, 38 howpublished={\href{https://en.cppreference.com/w/cpp/language/history}{https://\-en.cppreference.com/\-w/\-cpp/\-language/\-history}}, 39 addendum={Accessed 2021-08-30}, 40 } 41 42 @misc{RustPanicMacro, 43 author={The Rust Team}, 44 key={Rust Panic Macro}, 45 howpublished={\href{https://doc.rust-lang.org/std/panic/index.html}{https://\-doc.rust-lang.org/\-std/\-panic/\-index.html}}, 46 addendum={Accessed 2021-08-31}, 47 } 48 49 @misc{RustPanicModule, 50 author={The Rust Team}, 51 key={Rust Panic Module}, 52 howpublished={\href{https://doc.rust-lang.org/std/panic/index.html}{https://\-doc.rust-lang.org/\-std/\-panic/\-index.html}}, 53 addendum={Accessed 2021-08-31}, 54 } 55 56 @manual{Go:2021, 57 keywords={Go programming language}, 58 author={Robert Griesemer and Rob Pike and Ken Thompson}, 59 title={{Go} Programming Language}, 60 organization={Google}, 61 year=2021, 62 note={\href{http://golang.org/ref/spec}{http://\-golang.org/\-ref/\-spec}}, 63 addendum={Accessed 2021-08-31}, 64 }
Note:
See TracChangeset
for help on using the changeset viewer.