In a beamer presentation, I have some two-column frames with new columns
started with:
Start Column (Increase depth!, width) and then ERT (.80\textwidth).
If I modify the length of the column (say to .83\textwidth), the file
won't compile.
Looking at the source I see:
\column{.8{3}\textwidth}
The curlys around the 3 are causa a missing measurement error.
Document language is "Canadian" (!) and the preamble has nothing other than:
\setbeamerfont{frametitle}{series=\bfseries}
\author{me}
\institute{here}
\date{\today}
A bug?
Eran Kaplinsky