From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 17:54:12 2011 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 8AED4106564A for ; Thu, 28 Jul 2011 17:54:12 +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 543288FC17 for ; Thu, 28 Jul 2011 17:54:12 +0000 (UTC) Received: by iyb11 with SMTP id 11so4208600iyb.13 for ; Thu, 28 Jul 2011 10:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0v8GJIuB8UAPLDX1gNivEa0Y5kOVr6B7tNSz0dEduMQ=; b=rqjGitxzQQvt+P7NPGollgsNfzENDEcYvhIFbPsSrXiY2czGVMaH5FLFVMemur7n94 Om3EgCGUm8hjtCCHH/z6oy/sXM0PKKQZOrBYtDZ6eTLYE2Jh3RelKkK9FEMMTiDbXETI Nzd2HQjdzbSIH759YKokWBQIsYsyKoPWOhuik= MIME-Version: 1.0 Received: by 10.42.144.68 with SMTP id a4mr181396icv.427.1311875651594; Thu, 28 Jul 2011 10:54:11 -0700 (PDT) Received: by 10.42.169.73 with HTTP; Thu, 28 Jul 2011 10:54:11 -0700 (PDT) In-Reply-To: References: <537F9F81-1353-4FA3-B8EF-EF99682F435E@gmail.com> <20110714160816.GA30155@think.gnix.co.uk> <20110715080324.GA8392@mech-cluster241.men.bris.ac.uk> <20110715235610.GA70906@mech-cluster241.men.bris.ac.uk> <20110718091913.GA4092@mech-cluster241.men.bris.ac.uk> Date: Thu, 28 Jul 2011 12:54:11 -0500 Message-ID: From: Antonio Olivares To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: can't build teTeX port in FreeBSD 8.2 amd64 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: Thu, 28 Jul 2011 17:54:12 -0000 Anton & et all, I have found another book diffyqs that does not compile with default teTeX, but does with TeXLive: Book is found here: http://www.jirka.org/diffyqs/ Source is here: http://www.jirka.org/diffyqs/diffyqs.tar.gz I create build script: /*********** build script **************/ #!/bin/sh pdflatex -interaction=nonstopmode diffyqs.tex pdflatex -interaction=nonstopmode diffyqs.tex makeindex diffyqs pdflatex -interaction=nonstopmode diffyqs.tex /*********** end build script **************/ Errors: Xy-pic version 3.7 <1999/02/16> Copyright (c) 1991-1998 by Kristoffer H. Rose Xy-pic is free software: see the User's Guide for details. Loading kernel: messages; fonts; allocations: state, direction, utility macros; pictures: \xy, positions, objects, decorations; kernel objects: directionals, circles, text; options; algorithms: directions, edges, connections; Xy-pic loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xyall.tex Xy-pic option: All features v.3.3 (/usr/local/share/texmf-dist/tex/generic/xypic/xycurve.tex Xy-pic option: Curve and Spline extension v.3.7 curve, circles, loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xyframe.tex Xy-pic option: Frame and Bracket extension v.3.7 loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xycmtip.tex Xy-pic option: Computer Modern tip extension v.3.3 (/usr/local/share/texmf-dist/tex/generic/xypic/xytips.tex Xy-pic option: More Tips extension v.3.3 loaded) loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xyline.tex Xy-pic option: Line styles extension v.3.6 loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xyrotate.tex Xy-pic option: Rotate and Scale extension v.3.3 loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xycolor.tex Xy-pic option: Colour extension v.3.3 loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xymatrix.tex Xy-pic option: Matrix feature v.3.4 loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xyarrow.tex Xy-pic option: Arrow and Path feature v.3.5 path, \ar, loaded) (/usr/local/share/texmf-dist/tex/generic/xypic/xygraph.tex Xy-pic option: Graph feature v.3.7 loaded) loaded)) (/usr/local/share/texmf-dist/tex/latex/units/units.sty (/usr/local/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/share/texmf-dist/tex/latex/units/nicefrac.sty)) (/usr/local/share/texmf-dist/tex/latex/booktabs/booktabs.sty) (/usr/local/share/texmf-dist/tex/latex/microtype/microtype.sty (/usr/local/share/texmf-dist/tex/latex/microtype/microtype.cfg)) (/usr/local/share/texmf-dist/tex/latex/txfonts/txfonts.sty) ! Package keyval Error: pdfborderstyle undefined. See the keyval package documentation for explanation. Type H for immediate help. ... l.50 } If I find others, I will report back. Thanks & sorry for not sending the other email correctly. Regards, Antonio