Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dissertation-Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT-KSP
Dissertation-Template
Commits
a626ed45
Commit
a626ed45
authored
5 years ago
by
Michael Grinberg
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: fehlende Disambiguation-Buchstaben bei der Bibliographie
parent
2c25ec58
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
preambel/preambel.tex
+8
-2
8 additions, 2 deletions
preambel/preambel.tex
with
8 additions
and
2 deletions
preambel/preambel.tex
+
8
−
2
View file @
a626ed45
...
...
@@ -1882,7 +1882,8 @@ afterskip=\myparagraphafterskip%
%%DIN1505
%%\usepackage[backref=true,backend=bibtex8,style=alphabetic,maxnames=10]{biblatex}
\usepackage
[backend=biber,
%
style=alphabetic,
%
bibstyle=alphabetic,
%
citestyle=alphabetic,
%
labelnumber,
% zusätzlich labelnummer zur Verfügung stel
defernumbers=true,
%
%maxnames=10,% Maximal 10 Autorennamen zulassen, wenn >10, dann lasse nur einen + et al. (ggf. änderbar mit der Option "minnames"
...
...
@@ -1890,6 +1891,7 @@ afterskip=\myparagraphafterskip%
maxcitenames=1,
%
maxalphanames=1,
% Anzahl der aufzuführenden Namen in Bib-Label
%dashed=false,%will print recurring author/editor names instead of replacing them by a dash in case of authoryear, authortitle, and verbose bibliography styles)
%uniquename=full,
isbn=false,
%die ISBN-Felder nicht drucken
%doi=false,%
%eprint=false,%
...
...
@@ -1933,6 +1935,8 @@ afterskip=\myparagraphafterskip%
%%% Hack, damit man mehrere Bibliografien mit verschiedenen Zitationsstilen hat:
\DeclareFieldFormat
{
labelnumberwidth
}{
\mkbibbrackets
{
#1
}}
\DeclareFieldFormat
{
extraalpha
}{
\mknumalph
{
#1
}}
%% Mehrere Zitate in einer Klammer, aber Komma statt Semikolon:
\renewcommand*
{
\multicitedelim
}{
\addcomma\addspace
}
%% Nicht mehrere Zitate in einer Klammer, sondern eine Klammer pro Zitat:
...
...
@@ -1943,7 +1947,9 @@ afterskip=\myparagraphafterskip%
{
\list
{
\printtext
[labelalphawidth]
{
%
\printfield
{
labelprefix
}
%
\printfield
{
labelalpha
}}}
\printfield
{
labelalpha
}
%
\printfield
{
extraalpha
}
%
}}
{
\setlength
{
\labelwidth
}{
\labelalphawidth
}
%
\setlength
{
\leftmargin
}{
\labelwidth
}
%
\setlength
{
\labelsep
}{
\biblabelsep
}
%
...
...
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