From 81f4f95e4e5cca2e7d91df3eda8dd41cb90cbc10 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 6 Sep 2021 18:38:26 +0200 Subject: [PATCH] Citation information --- README.md | 10 +++++++++- docs/build_docs.py | 2 +- docs/latex_nup.pdf | Bin 58943 -> 58943 bytes 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6fd016..0da8222 100644 --- a/README.md +++ b/README.md @@ -378,5 +378,13 @@ raise NotImplementedError('Complete the above program') ## Citing ```bibtex - +@online{codesnipper, + title={Codesnipper (0.1.0): \texttt{pip install codesnipper}}, + url={https://lab.compute.dtu.dk/tuhe/snipper}, + urldate = {2021-09-06}, + publisher={Tue Herlau}, + author={Tue Herlau}, + comments={See url{asdfsdaf} for examples}, + year={2021}, +} ``` \ No newline at end of file diff --git a/docs/build_docs.py b/docs/build_docs.py index 4cf116b..375a8be 100644 --- a/docs/build_docs.py +++ b/docs/build_docs.py @@ -35,7 +35,7 @@ if __name__ == "__main__": from snipper.fix_s import save_s from snipper.snipper_main import censor_file - data = {'bitex': bib} + data = {'bibtex': bib} EX_BASE = "../examples" np = EX_BASE + "/latex" diff --git a/docs/latex_nup.pdf b/docs/latex_nup.pdf index df53d6b0ab98ee2b054b526e5de5343c33b8f9fd..87296e09dfd09f699d5314c8cf69e3958e6d7f38 100644 GIT binary patch delta 116 zcmdmghI#)P<_(MPGMk$iPhNUg0Yq;;arYx5v+&CMoA=y*&BF3oeTl>5)lYJq&0P!) q44qsZ4V*1ZoSe)JEZtlzjf@=)EzJyFOf22p>=bMWDVZGg^eF&2NGGZQ delta 116 zcmdmghI#)P<_(MPGMgEiOkR3d0Yq;;arYx5bMm=+oA=y*&BEf~yhLmA>L)qQ7KR4S q#;!(2ZjR>8W-czKrmjYoMy{@o1_o}97Ot*lb_zCxluV9#`V;^!(<i3@ -- GitLab