Sujet : Re: clash between acronym and twocolumn
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.text.texDate : 15. Apr 2025, 13:50:54
Autres entêtes
Organisation : Stefan Ram
Message-ID : <item-20250415134827@ram.dialup.fu-berlin.de>
References : 1
"Dr. Engelbert Buxbauum" <
engelbert_buxbaum@hotmail.com> wrote or quoted:
\begin{description}
\item[\acf{STED}\index{STED}]{Since in a confocal microscope the lens
It's possible that "\item" throws a wrench in the line break.
One workaround might be to use something else instead, like:
\documentclass[twocolumn]{scrbook}
\usepackage{acronym}
\begin{document}
The following techniques are deterministic:
\minisec{\acf{SSIM}}The sample is illuminated with patterned light,
\begin{acronym}
\acro{SSIM}{saturated structured illumination microscopy}{, method of
super-resolution microscopy}
\end{acronym}
\end{document}
.