-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
67 lines (66 loc) · 1.83 KB
/
Copy pathreferences.bib
File metadata and controls
67 lines (66 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@book{Quelle1,
author = {Max Mustermann},
title = {Einführung in LaTeX},
publisher = {Springer},
year = {2022}
}
@book{meier2020beispiel,
author = {Max Meier and Erika Beispiel},
title = {Einführung in das wissenschaftliche Arbeiten},
year = {2020},
publisher = {Beispielverlag},
address = {Musterstadt}
}
@article{schmidt2021studie,
author = {Anna Schmidt and Peter Mustermann},
title = {Eine Studie zur Anwendung von Beispielmethoden},
journal = {Journal of Beispielwissenschaft},
year = {2021},
volume = {7},
number = {2},
pages = {123--130}
}
@article{knuth_literate_programming,
author = {Donald E. Knuth},
title = {Literate Programming},
journal = {The Computer Journal},
volume = {27},
number = {2},
pages = {97--111},
year = {1984}
}
@book{lamport_latex,
author = {Leslie Lamport},
title = {LaTeX: A Document Preparation System},
edition = {2},
publisher = {Addison--Wesley},
year = {1994}
}
@inproceedings{goossens_latex_conference,
author = {Michel Goossens and Frank Mittelbach},
title = {The LaTeX System in Scientific Publishing},
booktitle = {Proceedings of the TeX Users Group Conference},
year = {1993},
pages = {45--56}
}
@phdthesis{mittelbach_thesis,
author = {Frank Mittelbach},
title = {Design and Implementation of a Structured Document Preparation System},
school = {University of Mainz},
year = {1989}
}
@online{overleaf_documentation,
author = {{Overleaf}},
title = {Learn LaTeX},
year = {2024},
url = {https://www.overleaf.com/learn},
urldate = {2026-01-05}
}
@incollection{knuth_tex_history,
author = {Donald E. Knuth},
title = {The History of TeX},
booktitle = {Digital Typography},
publisher = {CSLI Publications},
year = {1999},
pages = {1--21}
}