Bibliography in 3 columns
My bibliography should look like this:
Could someone tell me how do I get 3 columns?
This is my code:
%Dokumentklasse
documentclass[a4paper,11pt, pointlessnumbers, twoside, numbers=noenddot, captions=nooneline]{scrreprt}
%===Modifizierungen Inhaltsverzeichnis===%
usepackage{tocloft}
%usepackage{etoolbox}
%patchcmd{l@chapter}{#1}{uppercase{#1}}{}{}%
%makeatother
%===Standard Packages===%
%Umlaute, etc.
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[T1]{fontenc}
usepackage{graphicx, subfig}
graphicspath{{img/}}
usepackage{lmodern}
usepackage{color}
usepackage[german]{varioref}
usepackage{fancyhdr}
usepackage{tabularx}
usepackage{rotating}
usepackage{lscape}
usepackage{multirow}
usepackage{lipsum}
% zusätzliche Schriftzeichen der American Mathematical Society
usepackage{amsmath,amssymb,amsthm}
usepackage{amsfonts}
% ============= Dokumentbeginn =============
begin{document}
include{01_titel}
include{02_danksagungen}
include{03_aufgabenstellung}
tableofcontents
% pagestyle für gesamtes Dokument aktivieren
%pagestyle{fancy}
include{04_einleitung}
include{05_grundlagen}
include{06_konstruktionsprozess}
include{07_methoden}
include{08_ergebnisse}
include{09_diskussion}
%===Abbildungsverzeichnis===%
listoffigures
%===Tabellenverzeichnis===%
listoftables
%===Literaturverzeichnis===%
bibliographystyle{unsrtdin}
bibliography{Literatur}
end{document}
bibliographies columns
add a comment |
My bibliography should look like this:
Could someone tell me how do I get 3 columns?
This is my code:
%Dokumentklasse
documentclass[a4paper,11pt, pointlessnumbers, twoside, numbers=noenddot, captions=nooneline]{scrreprt}
%===Modifizierungen Inhaltsverzeichnis===%
usepackage{tocloft}
%usepackage{etoolbox}
%patchcmd{l@chapter}{#1}{uppercase{#1}}{}{}%
%makeatother
%===Standard Packages===%
%Umlaute, etc.
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[T1]{fontenc}
usepackage{graphicx, subfig}
graphicspath{{img/}}
usepackage{lmodern}
usepackage{color}
usepackage[german]{varioref}
usepackage{fancyhdr}
usepackage{tabularx}
usepackage{rotating}
usepackage{lscape}
usepackage{multirow}
usepackage{lipsum}
% zusätzliche Schriftzeichen der American Mathematical Society
usepackage{amsmath,amssymb,amsthm}
usepackage{amsfonts}
% ============= Dokumentbeginn =============
begin{document}
include{01_titel}
include{02_danksagungen}
include{03_aufgabenstellung}
tableofcontents
% pagestyle für gesamtes Dokument aktivieren
%pagestyle{fancy}
include{04_einleitung}
include{05_grundlagen}
include{06_konstruktionsprozess}
include{07_methoden}
include{08_ergebnisse}
include{09_diskussion}
%===Abbildungsverzeichnis===%
listoffigures
%===Tabellenverzeichnis===%
listoftables
%===Literaturverzeichnis===%
bibliographystyle{unsrtdin}
bibliography{Literatur}
end{document}
bibliographies columns
3
Your code is not compilable! Please make it compilable for us; your included files are missing for us. And please add three entries of your bib file to your question (then we can test the resulting bibliography you need ...) At last that is called a minimal working example (MWE). Welcome to TeX.SE!
– Kurt
Nov 23 '16 at 9:40
For the close-queue: I typed up a quick answer just now, so if you want to leave the question open that would be appreciated.
– moewe
6 mins ago
add a comment |
My bibliography should look like this:
Could someone tell me how do I get 3 columns?
This is my code:
%Dokumentklasse
documentclass[a4paper,11pt, pointlessnumbers, twoside, numbers=noenddot, captions=nooneline]{scrreprt}
%===Modifizierungen Inhaltsverzeichnis===%
usepackage{tocloft}
%usepackage{etoolbox}
%patchcmd{l@chapter}{#1}{uppercase{#1}}{}{}%
%makeatother
%===Standard Packages===%
%Umlaute, etc.
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[T1]{fontenc}
usepackage{graphicx, subfig}
graphicspath{{img/}}
usepackage{lmodern}
usepackage{color}
usepackage[german]{varioref}
usepackage{fancyhdr}
usepackage{tabularx}
usepackage{rotating}
usepackage{lscape}
usepackage{multirow}
usepackage{lipsum}
% zusätzliche Schriftzeichen der American Mathematical Society
usepackage{amsmath,amssymb,amsthm}
usepackage{amsfonts}
% ============= Dokumentbeginn =============
begin{document}
include{01_titel}
include{02_danksagungen}
include{03_aufgabenstellung}
tableofcontents
% pagestyle für gesamtes Dokument aktivieren
%pagestyle{fancy}
include{04_einleitung}
include{05_grundlagen}
include{06_konstruktionsprozess}
include{07_methoden}
include{08_ergebnisse}
include{09_diskussion}
%===Abbildungsverzeichnis===%
listoffigures
%===Tabellenverzeichnis===%
listoftables
%===Literaturverzeichnis===%
bibliographystyle{unsrtdin}
bibliography{Literatur}
end{document}
bibliographies columns
My bibliography should look like this:
Could someone tell me how do I get 3 columns?
This is my code:
%Dokumentklasse
documentclass[a4paper,11pt, pointlessnumbers, twoside, numbers=noenddot, captions=nooneline]{scrreprt}
%===Modifizierungen Inhaltsverzeichnis===%
usepackage{tocloft}
%usepackage{etoolbox}
%patchcmd{l@chapter}{#1}{uppercase{#1}}{}{}%
%makeatother
%===Standard Packages===%
%Umlaute, etc.
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[T1]{fontenc}
usepackage{graphicx, subfig}
graphicspath{{img/}}
usepackage{lmodern}
usepackage{color}
usepackage[german]{varioref}
usepackage{fancyhdr}
usepackage{tabularx}
usepackage{rotating}
usepackage{lscape}
usepackage{multirow}
usepackage{lipsum}
% zusätzliche Schriftzeichen der American Mathematical Society
usepackage{amsmath,amssymb,amsthm}
usepackage{amsfonts}
% ============= Dokumentbeginn =============
begin{document}
include{01_titel}
include{02_danksagungen}
include{03_aufgabenstellung}
tableofcontents
% pagestyle für gesamtes Dokument aktivieren
%pagestyle{fancy}
include{04_einleitung}
include{05_grundlagen}
include{06_konstruktionsprozess}
include{07_methoden}
include{08_ergebnisse}
include{09_diskussion}
%===Abbildungsverzeichnis===%
listoffigures
%===Tabellenverzeichnis===%
listoftables
%===Literaturverzeichnis===%
bibliographystyle{unsrtdin}
bibliography{Literatur}
end{document}
bibliographies columns
bibliographies columns
asked Nov 23 '16 at 7:16
muella91muella91
814
814
3
Your code is not compilable! Please make it compilable for us; your included files are missing for us. And please add three entries of your bib file to your question (then we can test the resulting bibliography you need ...) At last that is called a minimal working example (MWE). Welcome to TeX.SE!
– Kurt
Nov 23 '16 at 9:40
For the close-queue: I typed up a quick answer just now, so if you want to leave the question open that would be appreciated.
– moewe
6 mins ago
add a comment |
3
Your code is not compilable! Please make it compilable for us; your included files are missing for us. And please add three entries of your bib file to your question (then we can test the resulting bibliography you need ...) At last that is called a minimal working example (MWE). Welcome to TeX.SE!
– Kurt
Nov 23 '16 at 9:40
For the close-queue: I typed up a quick answer just now, so if you want to leave the question open that would be appreciated.
– moewe
6 mins ago
3
3
Your code is not compilable! Please make it compilable for us; your included files are missing for us. And please add three entries of your bib file to your question (then we can test the resulting bibliography you need ...) At last that is called a minimal working example (MWE). Welcome to TeX.SE!
– Kurt
Nov 23 '16 at 9:40
Your code is not compilable! Please make it compilable for us; your included files are missing for us. And please add three entries of your bib file to your question (then we can test the resulting bibliography you need ...) At last that is called a minimal working example (MWE). Welcome to TeX.SE!
– Kurt
Nov 23 '16 at 9:40
For the close-queue: I typed up a quick answer just now, so if you want to leave the question open that would be appreciated.
– moewe
6 mins ago
For the close-queue: I typed up a quick answer just now, so if you want to leave the question open that would be appreciated.
– moewe
6 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Here is a solution based on my biblatex-ext-tabular
package, which is part of biblatex-ext
.
documentclass[ngerman]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{babel}
usepackage{csquotes}
usepackage[style=ext-numeric, backend=biber]{biblatex}
usepackage{biblatex-ext-tabular}
DeclareNameAlias{sortname}{family-given}
newbibmacro{tabular:labelnumber}{%
printtext[labelnumberwidth]{%
printfield{labelprefix}%
printfield{labelnumber}}}
usepackage{longtable}
usepackage{array}
newcolumntype{L}[1]{%
>{raggedrightletnewline\arraybackslashhspace{0pt}}p{#1}}
defbibtabular{bibtabular}
{setlength{LTpre}{0pt}%
setlength{LTpost}{0pt}%
renewcommand*{arraystretch}{2}%
begin{longtable}{%
@{}
L{dimexpr0.05textwidth-tabcolseprelax}
L{dimexpr0.3textwidth-tabcolseprelax}
L{dimexpr0.65textwidth-tabcolseprelax}
@{}}}
{end{longtable}}
{anchorlang{usebibmacro{tabular:labelnumber}} &
anchorlang{usebibmacro{tabular:sortname}} &
driver{usebibmacro{tabular:omitsortname}} \}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson,worman,nussbaum,geer,gaonkar:in}
printbibtabular
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f340551%2fbibliography-in-3-columns%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a solution based on my biblatex-ext-tabular
package, which is part of biblatex-ext
.
documentclass[ngerman]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{babel}
usepackage{csquotes}
usepackage[style=ext-numeric, backend=biber]{biblatex}
usepackage{biblatex-ext-tabular}
DeclareNameAlias{sortname}{family-given}
newbibmacro{tabular:labelnumber}{%
printtext[labelnumberwidth]{%
printfield{labelprefix}%
printfield{labelnumber}}}
usepackage{longtable}
usepackage{array}
newcolumntype{L}[1]{%
>{raggedrightletnewline\arraybackslashhspace{0pt}}p{#1}}
defbibtabular{bibtabular}
{setlength{LTpre}{0pt}%
setlength{LTpost}{0pt}%
renewcommand*{arraystretch}{2}%
begin{longtable}{%
@{}
L{dimexpr0.05textwidth-tabcolseprelax}
L{dimexpr0.3textwidth-tabcolseprelax}
L{dimexpr0.65textwidth-tabcolseprelax}
@{}}}
{end{longtable}}
{anchorlang{usebibmacro{tabular:labelnumber}} &
anchorlang{usebibmacro{tabular:sortname}} &
driver{usebibmacro{tabular:omitsortname}} \}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson,worman,nussbaum,geer,gaonkar:in}
printbibtabular
end{document}
add a comment |
Here is a solution based on my biblatex-ext-tabular
package, which is part of biblatex-ext
.
documentclass[ngerman]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{babel}
usepackage{csquotes}
usepackage[style=ext-numeric, backend=biber]{biblatex}
usepackage{biblatex-ext-tabular}
DeclareNameAlias{sortname}{family-given}
newbibmacro{tabular:labelnumber}{%
printtext[labelnumberwidth]{%
printfield{labelprefix}%
printfield{labelnumber}}}
usepackage{longtable}
usepackage{array}
newcolumntype{L}[1]{%
>{raggedrightletnewline\arraybackslashhspace{0pt}}p{#1}}
defbibtabular{bibtabular}
{setlength{LTpre}{0pt}%
setlength{LTpost}{0pt}%
renewcommand*{arraystretch}{2}%
begin{longtable}{%
@{}
L{dimexpr0.05textwidth-tabcolseprelax}
L{dimexpr0.3textwidth-tabcolseprelax}
L{dimexpr0.65textwidth-tabcolseprelax}
@{}}}
{end{longtable}}
{anchorlang{usebibmacro{tabular:labelnumber}} &
anchorlang{usebibmacro{tabular:sortname}} &
driver{usebibmacro{tabular:omitsortname}} \}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson,worman,nussbaum,geer,gaonkar:in}
printbibtabular
end{document}
add a comment |
Here is a solution based on my biblatex-ext-tabular
package, which is part of biblatex-ext
.
documentclass[ngerman]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{babel}
usepackage{csquotes}
usepackage[style=ext-numeric, backend=biber]{biblatex}
usepackage{biblatex-ext-tabular}
DeclareNameAlias{sortname}{family-given}
newbibmacro{tabular:labelnumber}{%
printtext[labelnumberwidth]{%
printfield{labelprefix}%
printfield{labelnumber}}}
usepackage{longtable}
usepackage{array}
newcolumntype{L}[1]{%
>{raggedrightletnewline\arraybackslashhspace{0pt}}p{#1}}
defbibtabular{bibtabular}
{setlength{LTpre}{0pt}%
setlength{LTpost}{0pt}%
renewcommand*{arraystretch}{2}%
begin{longtable}{%
@{}
L{dimexpr0.05textwidth-tabcolseprelax}
L{dimexpr0.3textwidth-tabcolseprelax}
L{dimexpr0.65textwidth-tabcolseprelax}
@{}}}
{end{longtable}}
{anchorlang{usebibmacro{tabular:labelnumber}} &
anchorlang{usebibmacro{tabular:sortname}} &
driver{usebibmacro{tabular:omitsortname}} \}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson,worman,nussbaum,geer,gaonkar:in}
printbibtabular
end{document}
Here is a solution based on my biblatex-ext-tabular
package, which is part of biblatex-ext
.
documentclass[ngerman]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{babel}
usepackage{csquotes}
usepackage[style=ext-numeric, backend=biber]{biblatex}
usepackage{biblatex-ext-tabular}
DeclareNameAlias{sortname}{family-given}
newbibmacro{tabular:labelnumber}{%
printtext[labelnumberwidth]{%
printfield{labelprefix}%
printfield{labelnumber}}}
usepackage{longtable}
usepackage{array}
newcolumntype{L}[1]{%
>{raggedrightletnewline\arraybackslashhspace{0pt}}p{#1}}
defbibtabular{bibtabular}
{setlength{LTpre}{0pt}%
setlength{LTpost}{0pt}%
renewcommand*{arraystretch}{2}%
begin{longtable}{%
@{}
L{dimexpr0.05textwidth-tabcolseprelax}
L{dimexpr0.3textwidth-tabcolseprelax}
L{dimexpr0.65textwidth-tabcolseprelax}
@{}}}
{end{longtable}}
{anchorlang{usebibmacro{tabular:labelnumber}} &
anchorlang{usebibmacro{tabular:sortname}} &
driver{usebibmacro{tabular:omitsortname}} \}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson,worman,nussbaum,geer,gaonkar:in}
printbibtabular
end{document}
answered 11 mins ago
moewemoewe
89.8k10110339
89.8k10110339
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f340551%2fbibliography-in-3-columns%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Your code is not compilable! Please make it compilable for us; your included files are missing for us. And please add three entries of your bib file to your question (then we can test the resulting bibliography you need ...) At last that is called a minimal working example (MWE). Welcome to TeX.SE!
– Kurt
Nov 23 '16 at 9:40
For the close-queue: I typed up a quick answer just now, so if you want to leave the question open that would be appreciated.
– moewe
6 mins ago