From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 03:19:38 2004 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 461E416A4CE for ; Mon, 6 Dec 2004 03:19:38 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25AB43D66 for ; Mon, 6 Dec 2004 03:19:37 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so89267wri for ; Sun, 05 Dec 2004 19:19:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=uTbcWGvaqbSp0nDiXUZl68BaYYpeZmN8P/04qQyqQVVym1+iZeWWdJE/crBRI5dQFE2QUc2EgIdXv+EuRurvmYmksuvKeyQ4mC5p7TklAzqv6Zy7PzDuzrCd6irVPk005UGZxMOkHezS71l/w2Lde9wFocCNj2z0IOmfyHcMbXU= Received: by 10.54.25.8 with SMTP id 8mr59327wry; Sun, 05 Dec 2004 19:19:09 -0800 (PST) Received: by 10.54.11.34 with HTTP; Sun, 5 Dec 2004 19:19:08 -0800 (PST) Message-ID: Date: Sun, 5 Dec 2004 21:19:08 -0600 From: Joshua Lokken To: ultraviolet@turandot.net In-Reply-To: <20041205013703.GD45875@omina.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041205013703.GD45875@omina.co.za> cc: freebsd-questions@freebsd.org Subject: Re: SGML, experienced advice wanted ;) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 03:19:38 -0000 On Sun, 5 Dec 2004 03:37:03 +0200, William Fletcher wrote: > Hi :) > > I was just wondering what precise piece of software I should use to convert sgml > to PDF? I'm not sure if this helps, and it is exactly not what you asked for (experienced advice?), however, this will get the job done: Create a PDF file using the sgmlfmt(1) from the FreeBSD sgmlformat package: $ sgmlfmt -f ps file.sgml $ ps2pdf file.ps HTH, -- Joshua Lokken Open Source Advocate