LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-28-2016, 10:06 AM   #31
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147

texlive-20150521-x86_64-7jsc.txz works with simple.texi, thanks!
 
Old 04-15-2016, 07:37 AM   #32
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Not sure whether it is needed/desired, but exporting to pdf from emacs org mode fails with the following error:

Code:
!pdfTeX error: pdflatex (file cm-super-t1.enc): cannot open encoding file for reading
Using that functionality requires the texlive-extra-package.
 
Old 04-15-2016, 09:11 AM   #33
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by moesasji View Post
Not sure whether it is needed/desired, but exporting to pdf from emacs org mode fails with the following error:

Code:
!pdfTeX error: pdflatex (file cm-super-t1.enc): cannot open encoding file for reading
Using that functionality requires the texlive-extra-package.
The cm-super-fonts are needed for this(i assume emacs is utilizing texinfo, which is using texinfo.tex where cm-super is defined somewhere), unfortunately these are too big(about 65mb) to be put in the main package.
I think for that reason cm-super was never added to tetex.
 
1 members found this post helpful.
Old 06-18-2016, 08:37 PM   #34
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
This looks promising. Is this still being developed?

When trying to run updmap-sys (in order to get TeXLive to recognize some fonts I've installed) I get this error:

Code:
Can't locate TeXLive/TLUtils.pm in @INC (you may need to install the TeXLive::TLUtils module) (@INC contains: /usr/share/tlpkg /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/updmap line 41.
BEGIN failed--compilation aborted at /usr/bin/updmap line 41.
Any hints?

Thanks in advance

Last edited by sombragris; 06-18-2016 at 08:39 PM.
 
Old 06-18-2016, 08:40 PM   #35
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
I also get this when I try to run a file on pdfTeX:

Code:
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015 on Slackware) (preloaded format=pdflatex)
 restricted \write18 enabled.
---! /usr/share/texmf-var/web2c/pdftex/pdflatex.fmt doesn't match pdftex.pool
(Fatal format file error; I'm stymied)
 
Old 06-19-2016, 03:00 AM   #36
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
This looks promising. Is this still being developed?
Yes, i'm currently preparing texlive 2016. Maybe there there will be more packages splitted
from the big texlive-extra, to not force to have a full texlive installation.

Quote:
When trying to run updmap-sys (in order to get TeXLive to recognize some fonts I've installed) I get this error:
Thanks for testing.
Although i think updmap-sys worked, i'll upload buildscripts and packages hopefully soon for texlive2016, please test again then.

Franzen
 
1 members found this post helpful.
Old 06-19-2016, 12:05 PM   #37
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
@franzen: Thank you!

I see that you put all your executables in /usr/bin. Does this comply with TeX Directory Structure?

In my case, it might help to note that I installed your packages after uninstalling the SlackBuilds.org TexLive packages (TeXLive 2014). After upgrading I ran updatedb (to update the slocate database) and later texhash/mktexlsr to update the internal TeX ls-R database.

I understand the need to have a small, compact, tetex-like package but my needs go towards a full range of packages so I would appreciate good texlive-extra and texlive-doc packages.

Thanks for all your efforts!

Last edited by sombragris; 06-19-2016 at 12:06 PM.
 
Old 06-23-2016, 02:46 AM   #38
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Here is a living sign, a texlive 2016 package. I took a svn-chekout from June 9, as the officially provided sources have strangely grown(about 250mb), containing binaries and other unneeded stuff. Also, i had build issues with asymptote.
Buildscripts and packages texlive-docs, texlive-extra, extra-fonts, texlive-lang are to come, maybe in the next hours/days. Packages will be for current/14.2 and only 64bit if nobody complains.

Quote:
Originally Posted by sombragris View Post
I see that you put all your executables in /usr/bin. Does this comply with TeX Directory Structure?
Technically is saw no problem(maybe with ConTexT, i'll have to investigate), the texlive2014 from SBo did also have
binaries in /usr/bin(best of my knowledge looking at the Buildscript, but didn't build it).

Quote:
In my case, it might help to note that I installed your packages after uninstalling the SlackBuilds.org TexLive packages (TeXLive 2014). After upgrading I ran updatedb (to update the slocate database) and later texhash/mktexlsr to update the internal TeX ls-R database.
This shouldn't break texlive, we'll see how texlive2016 behaves.
 
2 members found this post helpful.
Old 06-23-2016, 06:13 PM   #39
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by franzen View Post
Here is a living sign, a texlive 2016 package. I took a svn-chekout from June 9, as the officially provided sources have strangely grown(about 250mb), containing binaries and other unneeded stuff. Also, i had build issues with asymptote.
Buildscripts and packages texlive-docs, texlive-extra, extra-fonts, texlive-lang are to come, maybe in the next hours/days. Packages will be for current/14.2 and only 64bit if nobody complains. (...)
Thank you! I will await the other packages before upgrading.
 
Old 06-26-2016, 04:40 PM   #40
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
So here are the packages and buildscripts for texlive 2016.
Thanks in advance for testing and giving feedback.

Franzen
 
2 members found this post helpful.
Old 07-04-2016, 07:28 PM   #41
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by franzen View Post
So here are the packages and buildscripts for texlive 2016.
Thanks in advance for testing and giving feedback.

Franzen
I just installed your packages in lieu of SBo's TeXLive 2014. I ran tehash/mktexlsr after the upgrade. Now I have two news: a good one and a bad one.

The bad one is that I still cannot use updmap or updmap-sys to make TeX recognize my fonts. I still get the same output:

Code:
$ updmap-sys
Can't locate TeXLive/TLUtils.pm in @INC (you may need to install the TeXLive::TLUtils module) (@INC contains: /usr/share/tlpkg /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/updmap line 41.
BEGIN failed--compilation aborted at /usr/bin/updmap line 41.
$
The good news is that now I am able to compile a sample nontrivial LaTeX document and thus, save for the above issue, it is usable! Thank you! Hope you can still advance on this.

Update: I can use my previously installed fonts, so this is even better. However, I may be unable to install new ones.

Last edited by sombragris; 07-04-2016 at 07:31 PM. Reason: Update information
 
Old 07-05-2016, 12:27 AM   #42
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
I just installed your packages in lieu of SBo's TeXLive 2014. I ran tehash/mktexlsr after the upgrade.
btw, mktexlsr is run automatically while installing the package.

Quote:
Now I have two news: a good one and a bad one.

The bad one is that I still cannot use updmap or updmap-sys to make TeX recognize my fonts.
This is fixed with the build i just uploaded. Fixed means that updmap is now executable, but
throws errors about maps it can't find(because these are not installed). I'll investigate
what to do about this.

Franzen
 
Old 07-05-2016, 12:21 PM   #43
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by franzen View Post
btw, mktexlsr is run automatically while installing the package.


This is fixed with the build i just uploaded. Fixed means that updmap is now executable, but
throws errors about maps it can't find(because these are not installed). I'll investigate
what to do about this.

Franzen
Do you mean there is a newer build other than the one I downloaded yesterday?
 
Old 07-05-2016, 01:41 PM   #44
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
Do you mean there is a newer build other than the one I downloaded yesterday?
Yes, build 4.
 
1 members found this post helpful.
Old 07-06-2016, 06:12 PM   #45
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
I'm happy to report that updmap-sys now works like a charm. Thank you!!!
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Call for testers: SlackBuild Scripts for letsencrypt willysr Slackware 35 10-28-2023 08:20 AM
Call for Testers: MATE 1.8 willysr Slackware 137 08-06-2014 01:50 AM
Call for Testers: Cinnamon SlackBuilds willysr Slackware 72 06-05-2014 04:08 PM
Teslagrad Linux alpha: call for testers kabamaru Linux - Games 1 07-10-2013 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration