in case you did not know about kerTeX distribution

suvayu ali fatkasuvayu+linux at gmail.com
Sun Apr 1 07:40:42 UTC 2012


On Sun, Apr 1, 2012 at 05:40, nomnex <nomnex at gmail.com> wrote:
>> On Sat, 31 Mar 2012 10:46:26 +0100
>> Piscium <groknok at gmail.com> wrote:
>>
>> It is also possible to download it. I did that last week (TexLive 2011
>> from upstream via mirror). It was straightforward, the only special
>> thing needed is to set the paths, and the install tool at the very end
>> helpfully reminds one to do it.
>
> Could show me how to set the paths correctly on a default LXDE F-15
> install? Thanks.
>

I use the following shell function:


function texlive_setup() {
    export TLHOME=/opt/texlive/2011 # the TeXLive installation path
    export PATH=$TLHOME/bin/x86_64-linux:$PATH
    export MANPATH=$TLHOME/texmf/doc/man:$MANPATH
    # export INFOPATH=$TLHOME/texmf/doc/info:$INFOPATH
 }

Hope this helps.

-- 
Suvayu

Open source is the future. It sets us free.


More information about the users mailing list