When I tried to use the package lineno alongwith ltxgrid under two-column layout, it causes line number clash in the text part. I tried using option switch (Lineno for 2 column) but still no luck.
Find the MWE in below:
\documentclass[twocolumn]{article}
\usepackage{lipsum}
\usepackage[switch]{lineno}
\linenumbers
\usepackage{ltxgrid}
\begin{document}
\twocolumngrid
\lipsum[1-10]
\end{document}
Current Output:
Required Output:


ltxgridwhen\documentclass[twocolumn]{article} \usepackage[switch]{lineno} \usepackage{lipsum} \begin{document} \linenumbers \lipsum[1-10] \end{document}gives your desired output?ltxgridhas some compatibility problems, see the package documentation. – CarLaTeX Jul 04 '17 at 16:10ltxgridpackage to switch columns. Is there any way to use this package along withlineno? – Kumaresh PS Jul 05 '17 at 08:21ltxgrid? From two columns to one column and vice-versa? Unfortunately the solution of the compatibility problem is above my level of knowledge... – CarLaTeX Jul 05 '17 at 09:15\onecolumn&\twocolumnstarts with\clearpage, hence finding difficult when both required in the same page. Anyway, thanks for looking into this and updates. – Kumaresh PS Jul 05 '17 at 09:50multicols? – cfr Jul 06 '17 at 00:28reledmac(if I'm remembering the name correctly) for critical editions? Perhaps you'd have better luck with those. – cfr Jul 06 '17 at 00:58multicolis not supporting for Floats. I have not triedreledmacyet. Let me check. Thanks for the suggestion. – Kumaresh PS Jul 06 '17 at 09:05