Public bug reported:

Binary package hint: kile

There is a minor bug in Kile 2.0.1: In the left "structure" pane, it
recognized table environments, but doesn't recognize table*.

To reproduce, create a new document and enter the following code:
\documentclass[a4paper,10pt,twocolumn]{scrartcl}
\begin{document}

\section{foo}
\begin{table}
 test
\end{table}

\begin{table*}
 test
\end{table*}

\end{document}


Then open the "structure" view in the left pane and see the section "foo" and 
the table in line 5 recognized correctly, but not the table*.

A table* is supposed to span more than one column in multi-column mode.

** Affects: kile (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Kile doesn't recognize a table* environment
https://bugs.launchpad.net/bugs/267113
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to