From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 04:35:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EA6D16A40F for ; Tue, 19 Dec 2006 04:35:56 +0000 (UTC) (envelope-from saifi@twincling.org) Received: from coolhost77.com (coolhost77.com [203.194.209.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2EC43CA2 for ; Tue, 19 Dec 2006 04:35:54 +0000 (GMT) (envelope-from saifi@twincling.org) Received: (qmail 9858 invoked by uid 514); 19 Dec 2006 04:35:41 -0000 Message-ID: <20061219043541.17245.qmail@coolhost77.com> From: "=?iso-8859-1?Q?Saifi?=" To: freebsd-questions@freebsd.org Date: Tue, 19 Dec 2006 10:05:41 +0530 MIME-Version: 1.0 X-Mailer: WebMail 2.55 X-Originating-IP: 220.227.249.68 X-Originating-Email: saifi@twincling.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: Re: .bst files installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Saifi?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 04:35:56 -0000 > From: Lowell Gilbert > Subject: Re: .bst files installation > Sent: 19 Dec '06 00:20 > > "Saifi" writes: > > > Which package in ports need to be installed in order to have .bst files installed ? > > > > The .bst files are required when specifiying the \bibliographystyle{} in .tex files. > > Note that you are using LaTeX, not TeX. > Any version of LaTeX should do (if I remember correctly; I don't have > it installed on my booted machines, and I haven't used BibTeX since > the days of LaTeX 2.09). These days, the print/teTeX port is > the most common way to install TeX and its common utilities. > Hi Lowell: Thanks for your mail. On the FreeBSD 6.2-RC1 system, latex is already installed. Now, when I try to install teTex, it conflicts with the existing installation. ---------------------------------------------------------------- bsd# make install ===> Installing for teTeX-3.0_1 ===> teTeX-3.0_1 conflicts with installed package(s): dvips-5.76 latex2e-2003.12_1 tex-3.14159_3 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/print/teTeX. ---------------------------------------------------------------- Bibliographic style files are required by Bibtex and so I thought that there would be a single independent package (like mplayer codecs) that would need to be installed. thanks Saifi Khan.