I came across this issue: I am using memoir with twocolumn option and the baselines of the two columns are misaligned. Whenever I have a new section/chapter title or figure the rows will be misaligned.
Code: Select all
\documentclass[12pt,a4paper,twocolumn,article]{memoir}
\usepackage{lipsum}
\begin{document}
\chapter{Introduction}
\lipsum
\chapter{System}
\lipsum
\end{document}
Thank you.
Remus.