From owner-freebsd-questions@FreeBSD.ORG Sat Jun 6 01:31:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 128BF106566C for ; Sat, 6 Jun 2009 01:31:19 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 819948FC15 for ; Sat, 6 Jun 2009 01:31:18 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy8 with SMTP id 8so2559911ewy.43 for ; Fri, 05 Jun 2009 18:31:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=fieBzjuIS2bNiexUevQLsqgm5RsfvROLboT2tz4gzos=; b=nTnf3e+iSECF1n5HFm/aUEh1bQhTBJqzgoXYyTTuh+5KJT/by42yEeq6oDRmnAjGmQ XLZjMkcNHFOczgw0+Zs+GEb7cjixDqaDjCaNijUK5URDYl/bTYTZii9R11dSyDnFgOmM oz8t9JwSAXBOhygjzSrvuRF20uT2HWRhaxS8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=kny5cdGbD304RlyN8g5y2WEhHlkG431glx1nwVmhbN34+zpBh8sWLqEY3fhaPNwISB 9UGE4X356sAqIvwBkGwNu6/twos2xO7Iq25Xh5U+fy0pa1tldWu/+yONI/6qfG1YQf4n 8PKYf0a2cVVBxZhhb9fJfpBU3hOPgNeWJDKYw= MIME-Version: 1.0 Received: by 10.210.42.20 with SMTP id p20mr3828145ebp.92.1244251873463; Fri, 05 Jun 2009 18:31:13 -0700 (PDT) Date: Fri, 5 Jun 2009 21:31:11 -0400 Message-ID: From: Daniel Underwood To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Installing latest version of LaTeX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 01:31:19 -0000 I added the winefish package (LaTeX editor) and installed the print/latex port. During the installation/building of the latex port, I received a message that the version being installed was over 5 years old. When I tried to add latex via pkg_add, I had no success (I assumed the package was named latex, but it wasn't found). Winefish works, and latex appears to be installed, but I get errors using code I know to be flawless. I suspect this relates to out-of-date latex on my machine. MY QUESTION: Please help me to install the newest version of latex. I'm using 7.2-RELEASE. Thanks, Daniel