auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] \hline black inside \begin{tabular}


From: Jonas Koelker
Subject: [AUCTeX] \hline black inside \begin{tabular}
Date: Mon, 05 Sep 2005 18:25:59 +0200

In tabular environments (\begin{tabular}), \hline is black  (see also
"The Not So Short Introduction To LaTeX2e", section 2.11.6
("Tabular"), p. 55-56 of 147).

Minimal document exhibiting the bug:
---
\documentclass{article}
\begin{document}
\begin{tabular}{l}
  \hline
  Hello, world \\
\end{tabular}
\end{document}
---

I tried searching on http://lists.gnu.org/archive/html/bug-auctex/
("hline or tabular") with no results.

FYI-'ly yours,

Jonas Kölker

PS. I don't follow the list, so <insert obvious implication>.  I don't
expect to be cc'ed, except if you actually need me.


Emacs  : GNU Emacs 21.4.1 (i386-pc-linux-gnu)
 of 2005-03-17 on trouble, modified by Debian
Package: AUCTeX 11.55

current state:
==============
(setq
 window-system nil
 LaTeX-version "2e"
 TeX-style-path '("style/" "auto/"
                  "/usr/share/emacs21/site-lisp/auctex/style/"
                  "/var/lib/auctex/emacs21/")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master t
 )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]