Some time ago, I had a problem with \columnbreak. This question solved it. But now the problem has come again, and this time the linked solution doesn't work. Here is the code:
\documentclass{beamer}
\usepackage{amsmath,amssymb,amsfonts}
\newcommand{\R}{\mathbb{R}}
\newcommand{\wg}{\omega}
\newcommand{\J}{\mathbb{J}}
\newcommand{\grad}{\nabla}
\usepackage{graphicx,multicol}
\begin{document}
\begin{frame}
\frametitle{Esempi di campi Hamiltoniani}
\begin{exampleblock}{Varietà simplettica standard}
In $(\R^{2n},\wg_0)$, i campi Hamiltoniani sono esattamente quelli della forma:
[X_H(x)=\J\grad H(x).]
\end{exampleblock}
\onslide<2>
\begin{exampleblock}{Sulla sfera}
\twocolumn
Su $S^2$ consideriamo la forma di qualche diapositiva fa e la funzione indotta per restrizione da $z:\R^3\to\R$. Il campo $H_z$ è tangente alle circonferenze orizzontali su $S^2$. \columnbreak\linebreak
\rule{3cm}{3cm}{3cm}
\end{exampleblock}
\end{frame}
\end{document}
Output:
No column break there. Yet I did add the \linebreak. And neither \par, \\ or \newline do, nor a blank line do anything. The only effective thing is wrapping it all in \begin{multicols}{2}…\end{multicols}. So how does one insert a column break in plain LaTeX, without multicol, if \columbreak doesn't work?


amssymbloadsamsfonts, you don't need to do that again. – barbara beeton Nov 12 '15 at 21:09minipageis :). – MickG Nov 12 '15 at 21:10