Thanks! It is resolved. It was my fault.

But can I build TexLive from source on FreeBSD?

Xihong

On Fri, 26 Dec 2008, Michel Talon wrote:

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

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to