Literaturverzeichnis auf zwei Spalten gleichmässig verteilen

Erstellung eines Literaturverzeichnisses mit BibTeX, Biber, BibLaTeX und Co.


Fracture
Forum-Anfänger
Forum-Anfänger
Beiträge: 12
Registriert: Sa 4. Apr 2020, 16:13

Literaturverzeichnis auf zwei Spalten gleichmässig verteilen

Beitrag von Fracture »

Hallo zusammen,

während Schreibens einer Publikation habe ich 18 Quellen verwendet, die auf letzter Seite in zwei Spalten dargestellt werden. Leider ist es so, das 17 Quellen in erster Spalte zusehen sind und nur eine in zweiten. Wie kann ich das symmetrisch verteilen (9 + 9 Quellen in jeder Spalte)?

*******

doc.tex

*******
\documentclass[a4paper]{article}
\usepackage{itgspeech2021}    %% Include ITGSpeech2021 style
\usepackage{times}            %% Choose Times Roman font
%%%%%%%%%%%%%%%%%%%%% select language %%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%% english
\usepackage[english]{babel}   %% This is an English paper
\usepackage[ansinew]{inputenc}%% use 'utf8' or 'ansinew' to support special characters (e.g., umlauts), depends on your editor!

%%%%%%%%%%%% german
%\usepackage[ngerman]{babel}   %% This is an German paper	
%\usepackage[utf8]{inputenc}%% use 'utf8' or 'ansinew' 	
%\usepackage{microtype} % verbesserter Randausgleich
%%%%%%%%%%%%%%%%%%%%% end  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc}      %% use PS Type1 fonts
\usepackage[sort&compress,numbers]{natbib}	%% bibliography
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
\usepackage{units}
\usepackage{microtype}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PLEASE USE THE FOLLOWING LaTeX TOOLCHAIN:
%%
%%         updmap -edit
%%         (add/change to: pdftexDownloadBase14 true) % this permanently enables font embedding for all fonts
%%         pdflatex ITGspeech2021_template
%%         bibtex  ITGspeech2021_template
%%         pdflatex ITGspeech2021_template
%%         bibtex  ITGspeech2021_template
%%         pdflatex ITGspeech2021_template
%%
%%         (The provided PDF-file ITGspeech2021_template.pdf has been generated by this using Linux.)
%%=================================================================================================================
%%         alternatively, you can you use latex->ps->pdf:
%%        
%% latex ITGspeech2021_template %% bibtex ITGspeech2021_template %% latex ITGspeech2021_template %% bibtex ITGspeech2021_template %% dvips -Ppdf ITGspeech2021_template.dvi %% ps2pdf -sPAPERSIZE=a4 -dEmbedAllFonts=true -dPDFSETTINGS=/prepress -dCompatibilityLevel=1.4 ITGspeech2021_template.ps %% %% or on Windows systems (using, e.g., MikTex): %% %% ps2pdf -sPAPERSIZE#a4 -dEmbedAllFonts#true -dPDFSETTINGS#/prepress -dCompatibilityLevel#1.4 ITGspeech2021_template.ps %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Insert your paper title here \title{...} %% Authors list \author{...} %% Author's affiliations \address{...}
\newcommand\blfootnote[1]{% \begingroup \renewcommand\thefootnote{}\footnote{#1}% \addtocounter{footnote}{-1}% \endgroup }
\begin{document} \maketitle \begin{abstract} State-of-the-art ... \end{abstract} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Introduction} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ... drones %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Conclusion and Further Work} \label{sec:conclusion} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ... algorithms. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % BIBLIOGRAPHY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \small \bibliographystyle{ieeetr} \bibliography{ITGspeech2021} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}
*******

und Part von style Dokument:

*******
%% REFERENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%\renewcommand{\refname}{Literatur}
\def\thebibliography#1{%
 \section*{\refname}
 \list
 {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
 \advance\leftmargin\labelsep\itemsep1mm
 \usecounter{enumi}}
 \def\newblock{\hskip .11em plus .33em minus .07em}
 \sloppy\clubpenalty4000\widowpenalty4000
 \sfcode`\.=1000\relax}
\let\endthebibliography=\endlist
*******

Kann man hier sehen, wo diese Spaltenaufteilung/Sprung zur nächste Spalte möglich ist. Die Letzte Quellenseite lade ich mit hoch.

Vielen Dank im Voraus!

Grüße
Nik

Dateianhänge
test.pdf
Quellen
(322.8 KiB) 211-mal heruntergeladen