From 270e70d27d1e4f4c47647a46905d17ffdea6d982 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 4 Jan 2018 12:01:50 +0100 Subject: [PATCH] add a few general references --- docs/andreas_general.bib | 52 ++++++++++++++++++++++++++++++++++++++++ docs/main.tex | 1 + 2 files changed, 53 insertions(+) create mode 100644 docs/andreas_general.bib diff --git a/docs/andreas_general.bib b/docs/andreas_general.bib new file mode 100644 index 0000000..dbc8f80 --- /dev/null +++ b/docs/andreas_general.bib @@ -0,0 +1,52 @@ +@misc{git, + month = {{01}}, + note = {{\url{https://git-scm.com/}}}, + author = {Linus Torvalds}, + title = {{Git - Version Control System}}, + year = {2018}, +} + +@misc{ansible, + month = {{01}}, + note = {{\url{https://www.ansible.com/}}}, + Urldate = {{2018-01-03}}, + author = {Ansible, Red Hat}, + title = {{Ansible - IT Automation Software}}, + year = {2018}, +} + +@misc{vagrant, + month = {{01}}, + note = {{\url{https://www.ansible.com/}}}, + author = {HashiCorp, Inc.}, + title = {{Vagrant - Software Development Environment}}, + year = {2018}, +} + +@misc{latex, + month = {{01}}, + note = {{\url{https://www.latex-project.org/}}}, + Urldate = {{2018-01-03}}, + author = {Leslie Lamport}, + title = {{LaTeX - A document preparation system}}, + year = {2018}, +} + +@misc{debian, + month = {{01}}, + note = {{\url{https://www.debian.org/}}}, + Urldate = {{2018-01-03}}, + author = {Debian Project}, + title = {{Debian {--} The Universal Operating System}}, + year = {2018}, +} + +@misc{gplv3, + month = {{01}}, + note = {{\url{https://www.gnu.org/licenses/gpl-3.0.en.html}}}, + Urldate = {{2018-01-03}}, + author = {Free Software Foundation}, + title = {{GPLv3}}, + year = {2018}, +} + diff --git a/docs/main.tex b/docs/main.tex index a644d38..a42625f 100644 --- a/docs/main.tex +++ b/docs/main.tex @@ -1,5 +1,6 @@ \documentclass[a4paper, 11pt]{article} \include{style} +\bibliography{bib,andreas_general} %\include{glossary} \begin{document}