% Bibliography of key references for "LaTeX for Thesis and Large Documents"
% For use with BibTeX
% The online reference does not seem to be supported here.

@misc{Dice21,
    author	= {Dave Dice},
    year	= 2021,
    month	= aug,
    howpublished= {personal communication}
}

@misc{CforallExceptionBenchmarks,
    contributer	= {pabuhr@plg},
    key		= {Cforall Exception Benchmarks},
    author	= {{\textsf{C}{$\mathbf{\forall}$} Exception Benchmarks}},
    howpublished= {\href{https://github.com/cforall/ExceptionBenchmarks_SPE20}{https://\-github.com/\-cforall/\-ExceptionBenchmarks\_SPE20}},
}

% Could not get `#the-for-statement` to work.
@misc{PythonForLoop,
    author={Python Software Foundation},
    key={Python Compound Statements},
    howpublished={\href{https://docs.python.org/3/reference/compound_stmts.html}{https://\-docs.python.org/\-3/\-reference/\-compound\_stmts.html}},
    addendum={Accessed 2021-08-30},
}

% Again, I would like this to have `#StopIteration`.
@misc{PythonExceptions,
    author={Python Software Foundation},
    key={Python Exceptions},
    howpublished={\href{https://docs.python.org/3/library/exceptions.html}{https://\-docs.python.org/\-3/\-library/\-exceptions.html}},
    addendum={Accessed 2021-08-30},
}

@misc{CppHistory,
    author={C++ Community},
    key={Cpp Reference History},
    howpublished={\href{https://en.cppreference.com/w/cpp/language/history}{https://\-en.cppreference.com/\-w/\-cpp/\-language/\-history}},
    addendum={Accessed 2021-08-30},
}

@misc{CppExceptSpec,
    author={C++ Community},
    key={Cpp Reference Exception Specification},
    howpublished={\href{https://en.cppreference.com/w/cpp/language/except_spec}{https://\-en.cppreference.com/\-w/\-cpp/\-language/\-except\_spec}},
    addendum={Accessed 2021-09-08},
}

@misc{RustPanicMacro,
    author={The Rust Team},
    key={Rust Panic Macro},
    howpublished={\href{https://doc.rust-lang.org/std/macro.panic.html}{https://\-doc.rust-lang.org/\-std/\-macro.panic.html}},
    addendum={Accessed 2021-08-31},
}

@misc{RustPanicModule,
    author={The Rust Team},
    key={Rust Panic Module},
    howpublished={\href{https://doc.rust-lang.org/std/panic/index.html}{https://\-doc.rust-lang.org/\-std/\-panic/\-index.html}},
    addendum={Accessed 2021-08-31},
}

@manual{Go:2021,
    keywords={Go programming language},
    author={Robert Griesemer and Rob Pike and Ken Thompson},
    title={{Go} Programming Language},
    organization={Google},
    year=2021,
    note={\href{http://golang.org/ref/spec}{http://\-golang.org/\-ref/\-spec}},
    addendum={Accessed 2021-08-31},
}
