From 5ffa06ba06d8a77a96f7229a3a2a567fe6fa8470 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Mon, 19 Oct 2020 11:41:02 +0200 Subject: [PATCH] =?UTF-8?q?bibilographie=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 9 ++--- src/config.tex | 2 +- src/localBibliography.bib | 82 +++++++++++++++++++++++++++++++++++++++ src/personal.tex | 6 +-- 4 files changed, 88 insertions(+), 11 deletions(-) create mode 100644 src/localBibliography.bib diff --git a/Makefile b/Makefile index 6832e1b..d3577ee 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,12 @@ # Makefile for Latex project -NAME = project -LATEX = pdflatex -BIB = biber +NAME = project # Name of your file +LATEX = pdflatex # command you use -OUTDIR = .\build +OUTDIR = .\build # all latex-ggenerated files will be stored here -export TEXINPUTS:=.\src +export TEXINPUTS:=.\src # edit env-variable for sub processes (only neede if not miktex) pdf: $(NAME).tex $(LATEX) -synctex=1 -interaction=nonstopmode -file-line-error -include-directory=.\src -output-directory=$(OUTDIR) $(NAME).tex diff --git a/src/config.tex b/src/config.tex index 9842380..380c9f7 100644 --- a/src/config.tex +++ b/src/config.tex @@ -1,4 +1,4 @@ -\renewcaptionname{ngerman}{\abstractname}{Abstract} %Abstract +\renewcaptionname{ngerman}{\abstractname}{Abstract} % Abstract \@ifpackageloaded{biblatex}{ \ExecuteBibliographyOptions{ sorting=nyt, diff --git a/src/localBibliography.bib b/src/localBibliography.bib new file mode 100644 index 0000000..7df63bb --- /dev/null +++ b/src/localBibliography.bib @@ -0,0 +1,82 @@ +%-----------------------Templates-------------------------------------------------------- +% A single-volume book with one or more authors +@book{1, + author = {}, + title = {}, + date = {}, + year = {}, + edition = {}, + publisher = {}, + isbn = {}, + language = {}, + location = {}, + series = {}, + abstract = {}, + pagetotal = {}, + url = {}, + urldate = {} +} + +% article in a journal, magazine, newspaper, or other periodical +@article{2, + author = {}, + title = {}, + journaltitle= {}, + date = {}, + year = {}, + journalsubtitle= {}, + issuetitle = {}, + series = {}, + language = {}, + origlanguage= {}, + translator = {}, + pages = {}, + url = {}, + urldate = {} +} +% technical report/paper, published by a university +@report{3, + author = {}, + title = {}, + type = {}, + institution = {}, + date = {}, + year = {}, + url = {}, + urldate = {}, + version = {}, + language = {} +} +% technical or other documentation, not necessarily in printed form +@manual{4, + author = {}, + editor = {}, + title = {}, + date = {}, + year = {}, + url = {}, + urldate = {}, + language = {} +} +% websites which are intrinsically online resources +@online{5, + author = {}, + title = {}, + date = {}, + year = {}, + url = {}, + urldate = {}, + language = {} +} +% a thesis found somewhere +@phdthesis{6, + author = {}, + title = {}, + school = {}, + date = {}, + year = {}, + address = {}, + month = {}, + note = {}, +} +%-------------------------------------------------------------------------------------- \ No newline at end of file diff --git a/src/personal.tex b/src/personal.tex index c49f78a..16cf109 100644 --- a/src/personal.tex +++ b/src/personal.tex @@ -1,13 +1,9 @@ \author{ - Max Mustermann\thanks{test}, - Mira Musterfrau\thanks{temp}, Max Mustermann, - Mira Musterfrau, - Max Mustermann + Mira Musterfrau } \titlehead{Fachbereich} \subject{Grund der Arbeit} \title{Mustertitel} \subtitle{Untertitle} \date{\today} -\publishers{HERAUSGEBER} -- GitLab