Re: Help for to install texlive

2010-04-07 Thread Helge Hafting

Marcelo Acuña wrote:

Hello,
  I have download texlive 2009 from CTAN but I

can´t install it in my debian lenny.

  I followed the instructions but lyx does not

recognize the new latex and does not use it.

  How I can make the installation?


[Helge] 
Why did you download from CTAN? To get a special version?

 Debian has texlive within its package system. So the
 standard way  of installing texlive on Debian, is something like:
 
 apt-get install texlive
 
 If you want *all* of texlive, even the lesser used stuff:
 
 apt-get install texlive-full
 
 This command will both download and install texlive.

 Texlive will then work, without any further action.
 
[Marcelo]

Thanks, but the version that comes with Debian is 2007!, is so old that when I 
am going to print, it asks to me that puts a clay tablet ;-)
In this old version, babel only came with sumerian and hittite ;-)


"Debian stable" is old. "Debian testing" has texlive 2009.
It is possible to install selected packages from "testing", into an 
otherwise "stable" debian. (Upgrading everything to "testing" is also 
possible, but could cause some trouble. "testing" has new software, but

sometimes also new bugs.)

You need to update two config files for this to work.
First, /etc/apt/sources.list, specifying all the debian variants:

deb http://ftp.debian.org/debian/ stable main contrib non-free
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb http://ftp.debian.org/debian/ unstable main contrib non-free
deb http://ftp.debian.org/debian/ experimental main contrib non-free


Then, /etc/apt/preferences, set up so that "stable" is preferred but
using the other alternatives is possible:
Package:*
Pin: release a=stable
Pin-Priority:900

Package: *
Pin: release a=testing
Pin-Priority: 800

Package: *
Pin: release a=unstable
Pin-Priority: 700

Package: *
Pin: release a=experimental
Pin-Priority: 600

Package: *
Pin: release o=Debian
Pin-Priority: -10


After setting up this, run "apt-get update"

You can then run "apt-cache show texlive"
to see what versions are available. To just
see the versions:

apt-cache show texlive | grep Version

Version 2009-8 should be an alternative.
To install it:

apt-get install texlive=2009-8

Or use "aptitude" if you prefer. Other "old" packages can be upgraded in 
a similiar manner.


Helge Hafting



Re: Help for to install texlive

2010-04-06 Thread Marcelo Acuña
> > Hello,
> >  I have download texlive 2009 from CTAN but I
> can´t install it in my debian lenny.
> >  I followed the instructions but lyx does not
> recognize the new latex and does not use it.
> >  How I can make the installation?

[Helge] 
Why did you download from CTAN? To get a special version?
 Debian has texlive within its package system. So the
 standard way  of installing texlive on Debian, is something like:
 
 apt-get install texlive
 
 If you want *all* of texlive, even the lesser used stuff:
 
 apt-get install texlive-full
 
 This command will both download and install texlive.
 Texlive will then work, without any further action.
 
[Marcelo]
Thanks, but the version that comes with Debian is 2007!, is so old that when I 
am going to print, it asks to me that puts a clay tablet ;-)
In this old version, babel only came with sumerian and hittite ;-)

Regards
Marcelo


> 


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: Help for to install texlive

2010-04-06 Thread Helge Hafting

Marcelo Acuña wrote:

Hello,
 I have download texlive 2009 from CTAN but I can´t install it in my debian 
lenny.
 I followed the instructions but lyx does not recognize the new latex and does 
not use it.
 How I can make the installation?


Why did you download from CTAN? To get a special version?

Debian has texlive within its package system. So the standard way
of installing texlive on Debian, is something like:

apt-get install texlive

If you want *all* of texlive, even the lesser used stuff:

apt-get install texlive-full

This command will both download and install texlive. Texlive will then 
work, without any further action.


Helge Hafting


Re: Help for to install texlive

2010-03-27 Thread Marcelo Acuña
> > Hello,
> >  I have download texlive 2009 from CTAN but I
> can´t install it in my debian
> > lenny. I followed the instructions but lyx does not
> recognize the new latex
> > and does not use it. How I can make the installation?
> 
> have you set as root the pathes in
> /etc/profile
> as:
> export PATH=/usr/local/texlive/2009/bin/i386-linux:$PATH
> export
> MANPATH=/usr/local/texlive/2009/texmf/doc/man:$MANPATH
> export
> INFOPATH=/usr/local/texlive/2009/texmf/doc/info:$INFOPATH
> unset TEXINPUTS
> unset TEXMFCONFIG
> 
> afterward
> reboot and texhash
> 
> test the path with
>  which tex
> 
> Wolfgang

 It work.
 Thanks!
Marcelo


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: Help for to install texlive

2010-03-26 Thread Wolfgang Engelmann
Am Friday 26 March 2010 00:00:45 schrieb Marcelo Acuña:
> Hello,
>  I have download texlive 2009 from CTAN but I can´t install it in my debian
> lenny. I followed the instructions but lyx does not recognize the new latex
> and does not use it. How I can make the installation?
>
>
> Marcelo Acuña

have you set as root the pathes in
/etc/profile
as:
export PATH=/usr/local/texlive/2009/bin/i386-linux:$PATH
export MANPATH=/usr/local/texlive/2009/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2009/texmf/doc/info:$INFOPATH
unset TEXINPUTS
unset TEXMFCONFIG

afterward
reboot and texhash

test the path with
 which tex

Wolfgang