just tried to typeset an article with two-column layout and am now faced with the problem that the text rows on the right hand are not vertically aligned to the one on the left hand (probably because of section titles?).
Is there any option to force Lyx / Latex to ensure that the text rows are correctly aligned on both sides with respect to each other? This would look a lot more professional. Would be really thankful for your support

Preamble:
Code: Select all
\usepackage{natbib}
\usepackage{geometry}
\geometry{a4paper,left=25mm,right=25mm,top=20mm,bottom=20mm}
% wenn pdflatex benutzt wird:
\usepackage{ifpdf}
\ifpdf
% Fonts fuer huebschere PDF-Ansichten
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\fi % Ende von: wenn pdflatex benutzt wird
% Setzt den Link fuer Spruenge zu Gleitabbildungen
% auf den Anfang des Gleitobjekts und nicht aufs Ende
\usepackage[figure*]{hypcap}
% Ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
\let\myTOC\tableofcontents
\renewcommand{\tableofcontents}{%
\pdfbookmark[1]{\contentsname}{}
\myTOC }
% redefine the \LyX macro for PDF bookmarks
\def\LyX{\texorpdfstring{%
L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
{LyX}}