On Tue, Nov 12, 2002 at 11:27:38AM +1100, Terry Collins wrote: > Latex Question > I'm doing field reports for a species survey, laid out in a tabular > environment and have a number of counts ">n". The problem is that the > report is printed with the "greater than" symbol replace by what looks > like an upside down ?
You need to escape ">" and "<" by using math mode, so try "$<$". -Andrew. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
