Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2008 11:04:58 +0100
From:      Michel Talon <talon@lpthe.jussieu.fr>
To:        ports@freebsd.org
Subject:   Re: Latex port
Message-ID:  <20081226100458.GA97124@lpthe.jussieu.fr>

next in thread | raw e-mail | index | archive | help
Xihong Yin wrote:

> I installed teTeX from port, but I found that I have no 'table'
> environment. Can anybody tell me what's wrong?

Works perfectly fine for me:

Compiling the following under teTeX and FreeBSD-7 works and gives the
expected result:

\documentclass{article}
\begin{document}


\begin{table}[ht]
\centerline{
   \begin{tabular}{|l|c|c|}
   \hline
  colonne 1 & colonne 2 & colonne 3 \\
   \hline
  1.1 & 1.2 & 1.3 \\
  2.1 & 2.2 & 2.3 \\
   \hline
   \end{tabular}
}
   \caption{\label{mylabel} Title}
\end{table}
\end{document}


niobe% latex toto
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./toto.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german,
ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch,
esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar,
norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish,
swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/local/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/local/share/texmf-dist/tex/latex/base/size10.clo)) (./toto.aux)
[1]
(./toto.aux) )
Output written on toto.dvi (1 page, 624 bytes).
Transcript written on toto.log.


niobe% ls /var/db/pkg|grep teTeX
teTeX-3.0_1/
teTeX-base-3.0_6/
teTeX-texmf-3.0_3/


-- 

Michel TALON




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081226100458.GA97124>