From owner-freebsd-ports@FreeBSD.ORG Sat Jan 3 03:59:38 2009 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 EF446106566C for ; Sat, 3 Jan 2009 03:59:38 +0000 (UTC) (envelope-from xyin@gmx.com) Received: from mail.gmx.com (mail.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id AEB688FC0C for ; Sat, 3 Jan 2009 03:59:38 +0000 (UTC) (envelope-from xyin@gmx.com) Received: (qmail invoked by alias); 03 Jan 2009 03:59:36 -0000 Received: from pool-173-67-8-78.bltmmd.fios.verizon.net (EHLO dell.home) [173.67.8.78] by mail.gmx.com (mp-us002) with SMTP; 02 Jan 2009 22:59:36 -0500 X-Authenticated: #50283380 X-Provags-ID: V01U2FsdGVkX1+VwVlGp8iV4VJCrG7yUfJg+WSbzArRUUS++rnO9K sL2tr44N+LFUMR Date: Fri, 2 Jan 2009 22:59:29 -0500 (EST) From: Xihong Yin To: Michel Talon In-Reply-To: <20081226100458.GA97124@lpthe.jussieu.fr> Message-ID: References: <20081226100458.GA97124@lpthe.jussieu.fr> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Y-GMX-Trusted: 0 X-FuHaFi: 0.51 Cc: ports@freebsd.org Subject: Re: Latex port -- resolved 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: Sat, 03 Jan 2009 03:59:39 -0000 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 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-unsubscribe@freebsd.org" >