ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt on FreBSD (was: missing *8t.tfm files)
@ 2007-08-27 12:12 Mojca Miklavec
  2007-08-27 12:47 ` Martin Schröder
  2007-08-27 15:06 ` Olaf Mersmann
  0 siblings, 2 replies; 3+ messages in thread
From: Mojca Miklavec @ 2007-08-27 12:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8/27/07, Giorgos Keramidas wrote:
> On 2007-08-27 13:22, Mojca Miklavec wrote:
> > See:
> > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=568536+0+archive/2007/freebsd-ports/20070722.freebsd-ports
> > http://students.dec.bmth.ac.uk/ebarrett/texlive/
>
> Thanks :)
>
> > Try to install TeXLive 2007.
>
> I will, but I'm afraid I am not good enough for "porting" it to the
> FreeBSD ports.

Doesn't something already exist on the link above (I didn't read
carefully and I wasn't sure about the FreeBSD/OpenBSD relation)?

> > Does
> >     locate uzcmi8t
> > return you anything?
>
> No, no matches found here.

That means that you don't have those fonts (or that they have different names).

> > Try to install TeXLive 2007 or minimal ConTeXt distribution.
>
> I like ConTeXt a lot, so I will try to install a minimal ConTeXt
> distribution in my $HOME first, and if that fails I will go the
> TeXLive route some time during September.

Well, I forgot that there are no minimals for FreeBSD

> For now, I will have to stick with the CM fonts for a while, and
> finish writing the documents which I want to write.

OK, so here is what you need to do to install the non-existing "minimals":

Step 1: download from PRAGMA:

wget -c http://www.pragma-ade.com/context/install/justtex.zip
wget -c http://www.pragma-ade.com/context/install/linuxtex.zip

unzip  justtex.zip
unzip linuxtex.zip

Step 2: download binaries from TeXLive 2007 and prepare a freebsd binary folder

cd tex
mkdir texmf-freebsd
cd texmf-freebsd
svn co svn://tug.org/texlive/trunk/Master/bin/i386-freebsd
mv i386-freebsd bin
# perhaps also
    chmod 755 bin/*
mv ../texmf-linux/web2c .
cd ..
rm -r texmf-linux

Step 3: patch setuptex

Find the following ines in setuptex:

export TEXARCH=`uname -m`
export TEXUNIX=`uname -s`

if [ "$TEXARCH" = "x86_64" ] ;  then
    export TEXMFOS=$TEXROOT/texmf-linux-64 ;
fi

if [ "$TEXUNIX" = "Darwin" ] ;  then
    export TEXMFOS=$TEXROOT/texmf-macosx ;
fi

and add a hardcoded line below them
    export TEXMFOS=$TEXROOT/texmf-freebsd

Step 4: First setup

Run
    . setuptex
    mktexlsr
    texexec --make --all
    texexec --make --all --xtx
# don't worry about those below yet if they don't work
    luatools --generate
    texexec --make --all --lua

Step 5: compile your document
    cd your-folder
    texexec your-file

Step 6: next time
    cd folder-with-setuptex
    . setuptex
(I've put that command to .bashrc)


If you want TeXLive 2007:
    svn co svn://tug.org/texlive/trunk/Master
    ./install-live.sh

You can install it in such a way that it doesn't interfere with your old system.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ConTeXt on FreBSD (was: missing *8t.tfm files)
  2007-08-27 12:12 ConTeXt on FreBSD (was: missing *8t.tfm files) Mojca Miklavec
@ 2007-08-27 12:47 ` Martin Schröder
  2007-08-27 15:06 ` Olaf Mersmann
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Schröder @ 2007-08-27 12:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/8/27, Mojca Miklavec <mojca.miklavec.lists@gmail.com>:
> On 8/27/07, Giorgos Keramidas wrote:
> > On 2007-08-27 13:22, Mojca Miklavec wrote:
> > > See:
> > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=568536+0+archive/2007/freebsd-ports/20070722.freebsd-ports
> > > http://students.dec.bmth.ac.uk/ebarrett/texlive/
> >
> > Thanks :)
> >
> > > Try to install TeXLive 2007.
> >
> > I will, but I'm afraid I am not good enough for "porting" it to the
> > FreeBSD ports.
>
> Doesn't something already exist on the link above (I didn't read
> carefully and I wasn't sure about the FreeBSD/OpenBSD relation)?

OpenBSD has a port in current (it will make 4.3, to be released in
2008-05). FreeBSD clings to tetex. :-{

Best
   Martin
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ConTeXt on FreBSD (was: missing *8t.tfm files)
  2007-08-27 12:12 ConTeXt on FreBSD (was: missing *8t.tfm files) Mojca Miklavec
  2007-08-27 12:47 ` Martin Schröder
@ 2007-08-27 15:06 ` Olaf Mersmann
  1 sibling, 0 replies; 3+ messages in thread
From: Olaf Mersmann @ 2007-08-27 15:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> - Mojca Miklavec <mojca.miklavec.lists@gmail.com> [070827 16:16]:                                
> OK, so here is what you need to do to install the non-existing "minimals":                       
>                                                                                                  
> Step 1: download from PRAGMA:                                                                    
>                                                                                                  
> wget -c http://www.pragma-ade.com/context/install/justtex.zip                                    
> wget -c http://www.pragma-ade.com/context/install/linuxtex.zip                                   
>                                                                                                  
> unzip  justtex.zip                                                                               
> unzip linuxtex.zip                                                                               
>                                                                                                  
> Step 2: download binaries from TeXLive 2007 and prepare a freebsd binary folder                  
>                                                                                                  
*snip*                                                                                             
                                                                                                   
I do this regularly (including building luatex from svn). If there is                              
enough demand for it, I can put together a freebsdtex.zip for the                                  
wiki.                                                                                              
                                                                                                   
Cheers,                                                                                            
Olaf            
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-27 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-27 12:12 ConTeXt on FreBSD (was: missing *8t.tfm files) Mojca Miklavec
2007-08-27 12:47 ` Martin Schröder
2007-08-27 15:06 ` Olaf Mersmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).