Skip to content
Snippets Groups Projects
Commit 5ffa06ba authored by Jan Wille's avatar Jan Wille
Browse files

bibilographie ergänzt

parent 284524f3
Branches
Tags
2 merge requests!7Example,!3V 0.1 update
# 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
......
%-----------------------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
\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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment