Search found 3 matches

by zenzike
Fri Jun 12, 2009 10:54 am
Forum: Graphics, Figures & Tables
Topic: \hfill last column in tabular
Replies: 2
Views: 7921

Re: \hfill last column in tabular

Thanks very much!
by zenzike
Thu Jun 11, 2009 8:42 pm
Forum: Graphics, Figures & Tables
Topic: \hfill last column in tabular
Replies: 2
Views: 7921

\hfill last column in tabular

I'm trying to make the last column in a tabular environment be on the far right hand side of the page (as close to \textwidth as possible), and thought that this would work:


\begin{tabular}{lll}
foo & foo & \hfill goo \\
foo & foo
\end{tabular}
Sadly, this isn't working, and goo just sits where ...
by zenzike
Thu Jun 11, 2009 7:31 pm
Forum: Math & Science
Topic: lhs2TeX equation tagging
Replies: 0
Views: 1563

lhs2TeX equation tagging

I'm trying to tag equations produced by lhs2TeX, but I'm completely unable to do so! This is a mixed lhs2TeX / TeX question, so please bear with me if I'm posting on the wrong forum.

The closest I've come to having tagged equations has been:

\begin{align}
|foo| & |:: Int -> Int| \\
|foo x| & |= x ...