Author |
Message |
emil
Joined: 10 Nov 2009 Posts: 631 Location: Austria
|
Posted: Tue 07 Jan 2014, 12:57 Post subject:
|
|
Dear Rzch it is not hard.
Zou need to install the devx sfs and then download the texlive installer. If you run it you will have a lot of option how do build the texlive package.
kind regards
emil
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 325 Location: indonesia
|
Posted: Tue 02 Feb 2016, 00:29 Post subject:
|
|
I make small texlive, it is about 88mb.
Here in my repo:
https://www.dropbox.com/sh/frb7vp14z7p5eq9/AAC9HDAab5T6NJnMs2wTRqWha?dl=0
in folder pet.
I also have lyx and texstudio in folder pet.
Maybe it useful to us.
Thank you.
|
Back to top
|
|
 |
uio
Joined: 31 Aug 2015 Posts: 77
|
Posted: Thu 31 Mar 2016, 18:43 Post subject:
This is what I was looking for ! |
|
Hello recobayu !
This is great ! I downloaded your texlive and texstudio pets. They worked beautifully on a fresh Tahrpup 6.0.5 live-usb ! I had spent hours last year trying to figure this out for LaTeX and voilà, your pets work quickly, no issues. Could you try to get this into the official repos (not quite sure what those are...) ? I think that it is super useful.
I do have a quick question though : how do I go about adding packages that are not included ? For example, if I want to use 'qtree' how do I add this so texstudio can use it ? I can find them on CTAN, but I don't know where to place them nor if I need to recompile the TeX system or something... Also, how could I set it up to use beamer ?
Thanks a lot - honestly, this was maybe the biggest thing I disliked about Puppy - that it was missing a good way to use LaTeX. I use if very often.
emil - your link is broken ! http://boxen.math.washington.edu/home/emil/Latex/
any idea where I could find those pets ?
Very useful pets recobayu ,
:::uio
|
Back to top
|
|
 |
uio
Joined: 31 Aug 2015 Posts: 77
|
Posted: Fri 01 Apr 2016, 10:43 Post subject:
texliveonthefly for automatic TeX package installation |
|
I think this might help : https://www.ctan.org/pkg/texliveonfly?lang=en
It is a script to find missing packages...
BUT - I don't know how to use it. Anyone have any idea on how to get this script to work ??
Thanks,
:::uio
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 325 Location: indonesia
|
Posted: Tue 05 Apr 2016, 12:17 Post subject:
|
|
Uio,
I'm very happy that my work is useful for us. I still don't know ow to add my pet to official repo (Tahrpup or puppylinux). Maybe someone who can access on official repo can download my pet and put in there. And about adding package that are not included, I still don't know how to do that. Maybe just add file .sty in to some texlive folder.
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3551 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Sat 07 May 2016, 13:06 Post subject:
|
|
Hello,
recobayu wrote: | I make small texlive, it is about 88mb. |
Thank you but I tried to download this "small texlive",and didn't find it
Please, what is the name of this pet file?
Cordialement.
_________________

|
Back to top
|
|
 |
emil
Joined: 10 Nov 2009 Posts: 631 Location: Austria
|
Posted: Sun 08 May 2016, 07:33 Post subject:
Broken Link |
|
Quote: | emil - your link is broken ! http://boxen.math.washington.edu/home/emil/Latex/
any idea where I could find those pets ? |
I am sorry, The University in Seattle stopped hosting all those accounts. I don't know if I can put all those files somewhere else, anyway they are quite old now.
kind regards
emil widmann
|
Back to top
|
|
 |
uio
Joined: 31 Aug 2015 Posts: 77
|
Posted: Sun 15 May 2016, 14:21 Post subject:
latex and puppy |
|
Okay, I'm sure that someone on these forums could host those files! They might be useful.
Does anyone have any idea how to add .sty files ? It would be great if the filesonthefly tool I mentioned above worked, but I just spent a while on the LaTeX IRC to no avail.
And the command tlmgr to add the packages does not work either. So it is, at present, difficult for the beginner to add needed packages. It is unfeasible to add a whole texlive package from ppm as it takes so much space.
Any ideas? I use LaTeX all the time, but it is a bit (very) difficult on Puppy.
Sigh.
:::uio
|
Back to top
|
|
 |
emil
Joined: 10 Nov 2009 Posts: 631 Location: Austria
|
Posted: Sun 15 May 2016, 16:14 Post subject:
|
|
Well, I dont know. As far as I remember
https://www.tug.org/texlive/acquire-netinstall.html
,the netinstall worked for me.
|
Back to top
|
|
 |
emil
Joined: 10 Nov 2009 Posts: 631 Location: Austria
|
Posted: Sun 15 May 2016, 17:36 Post subject:
space for Latex Package |
|
Ok I elaborate a bit further, since it seems not to be straitforward. I tested this on my current system.
When you download the installer and run it you get a text menu. From there you can choose different types of install. The standart directory for installation is /usr/local/texlive.
This can be problematic, because this will install the files into your puppy savefile and choke it (probably everything above basic installation).
The usual way around is to make /usr/local/texlive a symbolic link to a directory on a physical drive with enough space . In my case I used /mnt/sda3/opt/texlive
The second thing I changed was that I selected "Portable Install" in the menu, I guessed it would install the whole texlive into one place and don't spread all the files around the linux directory tree. But I don't know if this is essential, Maybe somebody else can experiment and share observations.
After running the installer I had to export PATH=$PATH:/usr/local/texlive/bin/i386-linux
you can add the path also in /etc/profile (global) or in ~/.profile (just user) to use the programs.
if it works you could proceed to make the texlive folder into a sfs package.
hope this is not to cryptic
emil
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 325 Location: indonesia
|
Posted: Sun 15 May 2016, 20:51 Post subject:
|
|
Argolance wrote: | Hello,
recobayu wrote: | I make small texlive, it is about 88mb. |
Thank you but I tried to download this "small texlive",and didn't find it
Please, what is the name of this pet file?
Cordialement. |
tlkecil.pet
|
Back to top
|
|
 |
uio
Joined: 31 Aug 2015 Posts: 77
|
Posted: Mon 16 May 2016, 15:53 Post subject:
cannot run install-tl --- error message |
|
Hi emil,
Thanks for the detailed post. Unfortunately, I cannot get past the first step as I get the following error message when I try to run install-tl in terminal.
Can't locate Pod/Usage.pm in @INC (you may need to install the Pod::Usage module) (@INC contains: /tmp/mozilla_root0/install-tl-20160405/tlpkg /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /tmp/mozilla_root0/install-tl-20160405/install-tl line 47.
BEGIN failed--compilation aborted at /tmp/mozilla_root0/install-tl-20160405/install-tl line 47.
Script completed hit RETURN to close window.
Any ideas?
I am using tahrpup 6.0.5 on a usb.
:::uio
|
Back to top
|
|
 |
rockedge

Joined: 11 Apr 2012 Posts: 944 Location: Connecticut, United States
|
Posted: Mon 16 May 2016, 16:38 Post subject:
|
|
Yes, I think you need to install the PERL module Pod::Usage
load the devx_tahr_6.0.5.sfs for your OS then open a terminal and type:
Code: | #cpan App::cpanminus |
then use cpanm like this:
might get it going. Good luck.
|
Back to top
|
|
 |
uio
Joined: 31 Aug 2015 Posts: 77
|
Posted: Mon 16 May 2016, 19:31 Post subject:
installer issue |
|
Hi rockedge, okay, so that makes the installer work, so thanks !
Hi emil, I used the installer, but I tried setting a different location (options, then 'L') to /mnt/sdd1 (which is just big usb).
Then I chose portable install. But it insists on installing to /usr/local/texlive !
I think that part of the problem is that I don't know how to make a symbolic link. Would it be at all possible to provide more details? Sorry! I am not very well versed in linux.
Thanks,
::uio
|
Back to top
|
|
 |
rockedge

Joined: 11 Apr 2012 Posts: 944 Location: Connecticut, United States
|
Posted: Mon 16 May 2016, 21:40 Post subject:
|
|
Make a symlink
in a terminal:
Code: | #ln -s /mnt/sdd1 /usr/local/texlive |
also in Rox with a drag and drop to another rox window will give option to copy move or symlink in the target directory
maybe let the install run. then go in and replace the directory with the symlink from above. Of course create the directory in /mnt/sdd1 that you will link to.
See what happens.
|
Back to top
|
|
 |
|