From owner-freebsd-ports@FreeBSD.ORG Fri Dec 26 10:20:45 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 902E31065670 for ; Fri, 26 Dec 2008 10:20:45 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 22C148FC12 for ; Fri, 26 Dec 2008 10:20:44 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.14.3/jtpda-5.4) with ESMTP id mBQA509w009259 for ; Fri, 26 Dec 2008 11:05:00 +0100 (CET) X-Ids: 168 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id ED02C8A235 for ; Fri, 26 Dec 2008 11:04:58 +0100 (CET) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id DD51515; Fri, 26 Dec 2008 11:04:58 +0100 (CET) Date: Fri, 26 Dec 2008 11:04:58 +0100 From: Michel Talon To: ports@freebsd.org Message-ID: <20081226100458.GA97124@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (shiva.jussieu.fr [134.157.0.168]); Fri, 26 Dec 2008 11:05:00 +0100 (CET) X-Virus-Scanned: ClamAV 0.94.2/8801/Fri Dec 26 02:02:43 2008 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at jchkmail.jussieu.fr with ID 4954AC4C.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4954AC4C.000/134.157.10.1/parthe.lpthe.jussieu.fr/parthe.lpthe.jussieu.fr/ X-j-chkmail-Score: MSGID : 4954AC4C.000 on jchkmail.jussieu.fr : j-chkmail score : . : R=. U=. O=. B=0.015 -> S=0.015 X-j-chkmail-Status: Ham Cc: Subject: Re: Latex port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2008 10:20:45 -0000 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 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