Bibliography in 3 columns












1















My bibliography should look like this:
enter image description here



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}









share|improve this question


















  • 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


















1















My bibliography should look like this:
enter image description here



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}









share|improve this question


















  • 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
















1












1








1








My bibliography should look like this:
enter image description here



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}









share|improve this question














My bibliography should look like this:
enter image description here



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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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
















  • 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












1 Answer
1






active

oldest

votes


















0














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}


enter image description here






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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}


    enter image description here






    share|improve this answer




























      0














      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}


      enter image description here






      share|improve this answer


























        0












        0








        0







        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}


        enter image description here






        share|improve this answer













        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}


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 11 mins ago









        moewemoewe

        89.8k10110339




        89.8k10110339






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks