Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Janek Körfer
wzl-latex-template
Commits
11794cda
Commit
11794cda
authored
Sep 22, 2018
by
Lukas Janek Körfer
Browse files
Added wzl-citation.sty
parent
c86f66ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
wzl-citation.sty
0 → 100644
View file @
11794cda
\ProvidesPackage
{
wzl-citation
}
[2018/09/21]
\RequirePackage
[autostyle]
{
csquotes
}
\RequirePackage
[
backend=biber,
style=alphabetic,
maxalphanames=1,
maxnames=50
]
{
biblatex
}
% Bibliography name
\DefineBibliographyStrings
{
ngerman
}{
bibliography =
{
Literaturverzeichnis
}
}
% Citation style
\DeclareLabelalphaTemplate
[]
{
\labelelement
{
\field
[uppercase,final]
{
shorthand
}
\field
[uppercase]
{
label
}
\field
[uppercase,strwidth=4]
{
labelname
}
}
\labelelement
{
\field
[strwidth=2,strside=right]
{
year
}
}
}
\renewcommand*
{
\labelalphaothers
}{}
% Name format
\DeclareNameFormat
{
default
}{{
\usebibmacro
{
name:family-given
}{
\namepartfamily
}{
\namepartgiveni
}{
\namepartprefix
}{
\namepartsuffix
}}}
% Name delimiters
\renewcommand
{
\labelnamepunct
}{
\addcolon\space
}
\renewcommand
{
\multinamedelim
}{
\addsemicolon\space
}
\renewcommand
{
\finalnamedelim
}{
\addsemicolon\space
}
\endinput
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment