From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 22:06:48 2012 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 A5163106566C for ; Fri, 20 Apr 2012 22:06:48 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8468FC0A for ; Fri, 20 Apr 2012 22:06:48 +0000 (UTC) Received: by iahk25 with SMTP id k25so18182900iah.13 for ; Fri, 20 Apr 2012 15:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kRxdGT1fOGS4ZHZrZAzCWVvPKB6SY302+Ho3ZQIaY5g=; b=F05s+fDHUjEQn8vF2/nkCU2y239xpISjKqTw8iimEV7vvtURCMyAd/ZXIifacLWmKe K/WwoLnP4NayegT9Jsve5nInFpUNuTMebG/UtR3mV78xep5MjgXuu71uYenpVfZDTbu+ 9XM2eeEZX3lrj38eg7K4vqJabFYJtTVzwCTp5AIC7y+Fr9Qm+XXCKm37HSyus1Us1+q+ bvWQmhA+nszd2Al48iYKRqNH/UWzOb43k7YDF2VN++K1A23V0qhbdCzt8AQB4FbQaOyl CQClwybm4Now8zyQimnroKAtQ/BlbU73eNLR+7T0K+zRx7+KC6cjAENjDgTdd4rmheX1 FCDw== MIME-Version: 1.0 Received: by 10.50.47.232 with SMTP id g8mr400386ign.18.1334959608059; Fri, 20 Apr 2012 15:06:48 -0700 (PDT) Received: by 10.50.65.72 with HTTP; Fri, 20 Apr 2012 15:06:48 -0700 (PDT) Date: Fri, 20 Apr 2012 17:06:48 -0500 Message-ID: From: Antonio Olivares To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: find sources to build Handbook and FAQ for FreeBSD? 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: Fri, 20 Apr 2012 22:06:48 -0000 Dear folks, Does anyone know where the source(s) for the FreeBSD Handbook and FreeBSD FAQ are found? I have asked this question last month and there have been no answers. http://lists.freebsd.org/pipermail/freebsd-questions/2012-March/239649.html I want to know because there is a new tex/latex distribution called KerTEX and it has a smaller footprint than texlive and tetex. Since tetex is depracated, and many complain that texlive is too big. I don't mind as I have texlive-freebsd from Romain Tartiere's google code http://code.google.com/p/freebsd-texlive/ but FreeBSD developers don't seem to be interested in updating :( I am also using kerTeX{} Post of availability of kertex for freebsd: http://www.mail-archive.com/freebsd-questions@freebsd.org/msg252529.html http://www.kergis.com/en/kertex.html I have installed it on my FreeBSD boxes(4+), along with Slackware x86_64, Fedora and in Porteus(slackware|slax based livecd; have some modules readily available) and running it jointly with texlive from texlive-freebsd ports on the FreeBSD boxes. I know that full texlive can compile handbook without problems, but I want to see if I can do the same with kerTeX. NOTE: kertex does not have pdftex, pdflatex, and some things that are in tetex much less in texlive. things like pdfnup, pgf, and other specials are not present. NOTE2: Thanks to the author of kerTeX, tlaronde and to Mark Van Atten, kertex can compile more stuff and more readily available things are found and working. I want to know where can I find the sources to determine what is needed so that if the FreeBSD developers are not willing to move to texlive, they can give kertex a shot? It is small, it does not have as many things that texlive has and tetex for that matter (if size is indeed important). Installing it is no problem in FreeBSD as it works without problems straight from get_mk_install.sh file. But it can be ported to FreeBSD if it meets the developer's(FreeBSD) criteria. It has a BSD style license and is small and ``not heavy''. Any thoughts, ideas, comments or observations on this are greatly appreciated. I don't want to open a can of worms, but I do just want to find out if I can compile the sources(of handbook and faq) with kertex. suppose book.tex, with the many files it needs, then I run $ latex book.tex $ latex book.tex $ makeindex book.tex $ latex book.tex $ dvips -G -t letter -o book.ps book.dvi $ ps2pdf book.ps then open book.pdf with evince, xpdf, okular or other pdf viewer. If we can't do this readily and out of what is available in kertex, then we can find out what is needed and determine how to get it going? There seems to be no new book.pdf(handbook) reflecting the changes in FreeBSD 9.0 except in the Main website where there is an intro to bsd installer :( Best Regards, Antonio