mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
19 lines
343 B
BibTeX
19 lines
343 B
BibTeX
|
% Encoding: UTF-8
|
||
|
@article{alice,
|
||
|
title={The Theory of Lorem},
|
||
|
author={Al Alice},
|
||
|
journal={Journal of Foo},
|
||
|
volume={5},
|
||
|
number={4},
|
||
|
pages={123--456},
|
||
|
year={1992},
|
||
|
publisher={Springer}
|
||
|
}
|
||
|
|
||
|
@Book{bob,
|
||
|
title = {A guide to Ipsum},
|
||
|
publisher = {Cambridge university press},
|
||
|
year = {2010},
|
||
|
author = {Bobby Bob},
|
||
|
}
|