From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 02:11:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70C937B401 for ; Fri, 18 Jul 2003 02:11:49 -0700 (PDT) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B263843F85 for ; Fri, 18 Jul 2003 02:11:48 -0700 (PDT) (envelope-from scott@fishballoon.org) Received: from llama.fishballoon.org ([81.104.195.199]) by mta01-svc.ntlworld.comESMTP <20030718091147.FHRE21249.mta01-svc.ntlworld.com@llama.fishballoon.org>; Fri, 18 Jul 2003 10:11:47 +0100 Received: from scott by llama.fishballoon.org with local (Exim 4.20) id 19dRGY-0001NP-MY; Fri, 18 Jul 2003 10:11:02 +0100 Date: Fri, 18 Jul 2003 10:11:02 +0100 From: Scott Mitchell To: dick hoogendijk Message-ID: <20030718091102.GA5243@llama.fishballoon.org> References: <20030718082513.GA15448@lothlorien.nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030718082513.GA15448@lothlorien.nagual.st> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-RELEASE i386 Sender: Scott Mitchell cc: freebsd-questions Subject: Re: latex and latex2e X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 09:11:50 -0000 On Fri, Jul 18, 2003 at 10:25:13AM +0200, dick hoogendijk wrote: > As mentioned before I installed the teTeX port and indeed got latex too. > At least there was a symlink called that way ;-)) > Reading about latex I noticed that there should be a modern variant in > use called latex2. It also existst in ports. > > Has anybody a clue if (and why) the teTeX port uses another (less > modern) latex? In other words: need I install the latex2e port too or > should I just use the latex that came with the teTeX port? I'm pretty certain teTeX uses some version of LaTeX2e -- it's been the 'standard' LaTeX for many years now. Probably you can just run 'latex' and it'll tell you what version it is. teTeX includes pretty much everything you're likely to need for TeX/LaTeX work. The only things I ever added were the LyX editor and a few fonts. LyX is a truly excellent program -- I used it to write my PhD dissertation, and laughed at the other people struggling to do theirs in Word :-) HTH, Scott