Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 16:31:42 +0100
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        Antonio Olivares <olivares14031@gmail.com>
Cc:        freebsd-questions@freebsd.org, Jamie Paul Griffin <jpg@gnix.co.uk>
Subject:   Re: can't build teTeX port in FreeBSD 8.2 amd64
Message-ID:  <20110715153142.GA69568@mech-cluster241.men.bris.ac.uk>
In-Reply-To: <CAJ5UdcOd-cT8=YdUqUXzLSCwsCwXwPN0FikxTqSkVDTMr5182Q@mail.gmail.com>
References:  <537F9F81-1353-4FA3-B8EF-EF99682F435E@gmail.com> <CAJ5UdcOncZNJ4Y-NsAfHK4FvK%2BRQUnUyD=9Ne6x_fbX2TomyJQ@mail.gmail.com> <20110714160816.GA30155@think.gnix.co.uk> <20110715080324.GA8392@mech-cluster241.men.bris.ac.uk> <CAJ5UdcOd-cT8=YdUqUXzLSCwsCwXwPN0FikxTqSkVDTMr5182Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 15, 2011 at 09:33:45AM -0500, Antonio Olivares wrote:
> >> > I hoped for a true native port for TeXLive
> >>
> >> I can't see that it's really necessary. I remember difficulties with the 2009 release when FreeBSD binaries were not included but now they are the installation is headache-free.
> >>
> >
> > What exactly is missing from teTeX?
> 
> Try this, get the source for a free college Algebra Book:
> 
> http://www.stitz-zeager.com/Precalculus/Stitz_Zeager_Open_Source_Precalculus_files/SZPreCalc07152011SourceCode.zip
> 
> Use this script to generate the book:
> 
> name it genAlgTrigBook
> chmod +x genAlgTrigBook
> and run
> $ ./genAlgTrigBook
> with in the SZPreCalc0715201 folder after extracting the zip file with
> command unzip SZPreCalc07152011SourceCode.zip
> 
> ====================================================
> #!/bin/sh
> 
> # change JPG to jpg since *nix systems are case sensitive
> for i in `find . -name "*JPG"`
>  do
>  mv "$i" "$(echo $i|sed 's/JPG/jpg/g')"
>  done
> sleep 5;
> pdflatex AlgTrigBook.tex -interaction=nonstop
> sleep 2;
> for i in *.mp
>    do
>       mpost $i
>    done
> sleep 5;
> pdflatex AlgTrigBook.tex -interaction=nonstop
> sleep 5;
> makeindex AlgTrigBook
> sleep 5;
> pdflatex AlgTrigBook.tex -interaction=nonstop
> ====================================================
> 
> Can you fully compile the book without errors?

no

my mpost

( /usr/local/bin/mpost was installed by package teTeX-base-3.0_22
 mpost -version
MetaPost 0.641 (Web2C 7.5.4)
kpathsea version 3.5.4 )

doesn't seem to understand *.mp files generated:

% mpost CartesianPlane
This is MetaPost, Version 0.641 (Web2C 7.5.4)
(CartesianPlane.mp (/usr/local/share/texmf-dist/metapost/mfpic/grafbase.mp)
(/usr/local/share/texmf-dist/metapost/mfpic/dvipsnam.mp))
*
(Please type a command or say `end')
*

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110715153142.GA69568>