Hi all. i have a problem. I want to make a specific chapter in two columns layout. After searching i found that i could use the command
\twocolumngrid from the package
ltxgrid. That worked very well for a test document. But it didn't work in my main document where i use the package
algorithm. Here's a sample of the code that didn't work:
Code: Select all
\documentclass[10pt,a4paper]{book}
\usepackage{ltxgrid}
\usepackage{algorithm}
\begin{document}
\begin{algorithm}
\end{algorithm}
\end{document}
When i typeset that i get the following error at the line with \end{algorithm} :
! Missing \endcsname inserted.
Ofcourse if i removed \usepackage{ltxgrid} it wont show any error. So what do i do?
Thanks in advance,
Ahmed,