*BSD News Article 43759


Return to BSD News archive

Xref: sserve comp.os.386bsd.misc:5683 comp.os.386bsd.questions:17462
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!uwm.edu!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!ensta!bsd6.ensta.fr!loyer
From: loyer@bsd6.ensta.fr (Frederic Loyer)
Newsgroups: comp.os.386bsd.misc,comp.os.386bsd.questions
Subject: Re: LaTeX2e
Date: 9 May 1995 08:15:57 GMT
Organization: Techniques Avancees, Paris
Lines: 56
Message-ID: <3on8bt$apu@ici-paris.ensta.fr>
References: <3oa69a$5or@sidhe.hsc-sec.fr> <D89Htw.2p9@curia.ucc.ie>
NNTP-Posting-Host: bsd6.ensta.fr

In article <D89Htw.2p9@curia.ucc.ie>,
Turlough FitzPatrick <turlough@odyssey.ucc.ie> wrote:
>Does anybody know where I can
>get LaTeX2e for FreeBSD2.0.
>thanks,
>turlough
>

You can get the 'latex' ports (which need the 'tex' ports) or the
'mltex' one. You'll also need some other ports (xdvi, dvips...).


An other solution is to grab some files from a CTAN site and install it
with the given instructions. In order to install TeX, LaTeX2e (and
other utils), I've grab the following files:

	systems/web2c/web2c-6.1.tar.gz
	systems/web2c/web-6.1.tar.gz
	systems/web2c/web2c.kpathsea-2.6.help
	systems/web2c/lib-6.9.tar.gz (this file includes Latex2e)

	dviware/xdvik/xdvik-18f.tar.gz
	dviware/dvipsk/dvipsk-5.58f.tar.gz

The web2c.kpathsea-2.6.help, explain you how to compile TeX with the
kpathsea-2.6 library. This version of kpathsea have many assets:

  - it can be configured with a 'texmf.cnf' file,
  - you can use a 'ls-R' file in order to speed up file searching,
  - and many others...



There is just a little patch needed for xdvik-18f:

*** xdvik/sfSelFile.c.save      Wed Dec 14 21:04:38 1994
--- xdvik/sfSelFile.c   Sat May  6 14:50:20 1995
***************
*** 48,52 ****
--- 48,54 ----
  /* BSD 4.3 errno.h does not declare errno */
+ #if !(defined(__NetBSD__) || defined(__FreeBSD__))
  extern int errno;
  extern int sys_nerr;
  extern char *sys_errlist[];
+ #endif

 ___  ________ _      |  Frederic Loyer
| __\| _|_   _/ \     |  Ecole Nationale Superieure
| __\____ | |/ _ \    |  de Techniques Avancees
|___\_____|___/ \_\   |  e-mail : loyer@ensta.fr
-- 
 ___  ________ _      |  Frederic Loyer
| __\| _|_   _/ \     |  Ecole Nationale Superieure
| __\____ | |/ _ \    |  de Techniques Avancees
|___\_____|___/ \_\   |  e-mail : loyer@ensta.fr