StructRef/src/example.bib
lukas-heiligenbrunner 2b027c2650 init
2020-04-16 19:40:17 +02:00

39 lines
903 B
BibTeX

@article{knuth74,
author = {Knuth, Donald E.},
title = {Computer Programming As an Art},
journal = {Commun. ACM},
year = {1974},
pages = {667--673},
numpages = {7},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{knuth92,
author = {Knuth, Donald E.},
title = {Two notes on notation},
journal = {Amer. Math. Monthly},
volume = {99},
year = {1992},
pages = {403--422}
}
@book{lamport94,
title = {LaTeX: A Document Preparation System},
author = {Lamport, Leslie},
year = {1994},
publisher = {Pearson Education India}
}
@online{structtutorialspoint,
title = {struct},
date = {04-2020},
url = {https://www.tutorialspoint.com/cprogramming/c_structures.htm},
}
@online{structchowto,
title = {struct},
date = {04-2020},
url = {http://www.c-howto.de/tutorial/strukturierte-datentypen/strukturen/},
}