Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
5ffa06ba
Commit
5ffa06ba
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
bibilographie ergänzt
parent
284524f3
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7
Example
,
!3
V 0.1 update
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+4
-5
4 additions, 5 deletions
Makefile
src/config.tex
+1
-1
1 addition, 1 deletion
src/config.tex
src/localBibliography.bib
+82
-0
82 additions, 0 deletions
src/localBibliography.bib
src/personal.tex
+1
-5
1 addition, 5 deletions
src/personal.tex
with
88 additions
and
11 deletions
Makefile
+
4
−
5
View file @
5ffa06ba
# Makefile for Latex project
NAME
=
project
LATEX
=
pdflatex
BIB
=
biber
NAME
=
project
# Name of your file
LATEX
=
pdflatex
# command you use
OUTDIR
=
.
\b
uild
OUTDIR
=
.
\b
uild
# all latex-ggenerated files will be stored here
export
TEXINPUTS
:=
.
\s
rc
export
TEXINPUTS
:=
.
\s
rc
# edit env-variable for sub processes
(
only neede
if
not miktex
)
pdf
:
$(NAME).tex
$(
LATEX
)
-synctex
=
1
-interaction
=
nonstopmode
-file-line-error
-include-directory
=
.
\s
rc
-output-directory
=
$(
OUTDIR
)
$(
NAME
)
.tex
...
...
This diff is collapsed.
Click to expand it.
src/config.tex
+
1
−
1
View file @
5ffa06ba
This diff is collapsed.
Click to expand it.
src/localBibliography.bib
0 → 100644
+
82
−
0
View file @
5ffa06ba
%-----------------------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
This diff is collapsed.
Click to expand it.
src/personal.tex
+
1
−
5
View file @
5ffa06ba
\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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment