1 | % Bibliography of key references for "LaTeX for Thesis and Large Documents"
|
---|
2 | % For use with BibTeX
|
---|
3 | % The online reference does not seem to be supported here.
|
---|
4 |
|
---|
5 | @misc{Dice21,
|
---|
6 | author = {Dave Dice},
|
---|
7 | year = 2021,
|
---|
8 | month = aug,
|
---|
9 | howpublished= {personal communication}
|
---|
10 | }
|
---|
11 |
|
---|
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}},
|
---|
17 | }
|
---|
18 |
|
---|
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},
|
---|
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{CppExceptSpec,
|
---|
43 | author={C++ Community},
|
---|
44 | key={Cpp Reference Exception Specification},
|
---|
45 | howpublished={\href{https://en.cppreference.com/w/cpp/language/except_spec}{https://\-en.cppreference.com/\-w/\-cpp/\-language/\-except\_spec}},
|
---|
46 | addendum={Accessed 2021-09-08},
|
---|
47 | }
|
---|
48 |
|
---|
49 | @misc{RustPanicMacro,
|
---|
50 | author={The Rust Team},
|
---|
51 | key={Rust Panic Macro},
|
---|
52 | howpublished={\href{https://doc.rust-lang.org/std/macro.panic.html}{https://\-doc.rust-lang.org/\-std/\-macro.panic.html}},
|
---|
53 | addendum={Accessed 2021-08-31},
|
---|
54 | }
|
---|
55 |
|
---|
56 | @misc{RustPanicModule,
|
---|
57 | author={The Rust Team},
|
---|
58 | key={Rust Panic Module},
|
---|
59 | howpublished={\href{https://doc.rust-lang.org/std/panic/index.html}{https://\-doc.rust-lang.org/\-std/\-panic/\-index.html}},
|
---|
60 | addendum={Accessed 2021-08-31},
|
---|
61 | }
|
---|
62 |
|
---|
63 | @manual{Go:2021,
|
---|
64 | keywords={Go programming language},
|
---|
65 | author={Robert Griesemer and Rob Pike and Ken Thompson},
|
---|
66 | title={{Go} Programming Language},
|
---|
67 | organization={Google},
|
---|
68 | year=2021,
|
---|
69 | note={\href{http://golang.org/ref/spec}{http://\-golang.org/\-ref/\-spec}},
|
---|
70 | addendum={Accessed 2021-08-31},
|
---|
71 | }
|
---|