LinuxQuestions.org
Visit Jeremy's Blog.
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 05-29-2023, 05:58 AM   #16
jwoithe
Member
 
Registered: Oct 2019
Posts: 75

Rep: Reputation: 98

Quote:
Originally Posted by franzen View Post
The next time the texmf-trees get build(this might be for the next release 2024 in the worst case), https://www.ctan.org/pkg/harvard will be there.
Thank you! :-) I appreciate it.

Quote:
I just provided a fix for 2023, maybe there were issues patching texlive 2021, on the other hand 2021 has no upstream support anymore so it might be better to go forward, picking up dozens other(security?) fixes.
There are certainly times that upgrading packages in stable Slackware is required due to security fixes and the lack of upstream support for the version in a released version of Slackware. I agree that in the case of Texlive it seems that moving to 2023 is the best way forward. As I understand it, Texlive itself includes a bunch of packages which are somewhat arbitrarily split between texlive (Slackware) and texlive-extra (SBo) now. The surprise here for Slackware 15 users wasn't the upgrade to 2023, but the somewhat dramatic change in the texlive packages included in the new slackware package.

Quote:
Those major changes to the package-list probably won't happen again.
Thanks, that's good to know.

Quote:
That would have been nice, but as the changes are one year old, it probably wasn't that obvious to write a warning.
Agreed, the elapsed time certainly didn't help here.

Quote:
The package description says which is hopefully enough of a hint to get lost packages back.
Maybe, but I wonder how many people would read the package description in enough detail to notice. Those who do would tend to gloss over it on the grounds that texlive was all they needed before, and thus should be all they need now. I've been using Slackware since almost from the very start of Slackware and I don't read package descriptions all that much anymore.

Please don't take any of the above as a criticism of your work: they are merely observations from my perspective. Thank you for your contributions to Slackware and for keeping the texlive packages up to date. I certainly appreciate the presence of LaTeX in Slackware, as do many others I expect.
 
3 members found this post helpful.
Old 05-29-2023, 12:53 PM   #17
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by franzen View Post
For the next time, i added esint, and esint-type1.
Thanks a lot!
 
1 members found this post helpful.
Old 05-29-2023, 11:03 PM   #18
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by Petri Kaukasoina View Post
datetime2 is more difficult for me.
Maybe upstream https://www.dickimaw-books.com/faq.php(same author for datetime and datetime2) or https://tex.stackexchange.com/ can help.
I'd like to not add it, as it's "officially obsoleted" https://ctan.org/tex-archive/obsolet...ntrib/datetime
 
1 members found this post helpful.
Old 05-29-2023, 11:11 PM   #19
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by jwoithe View Post
Please don't take any of the above as a criticism of your work: they are merely observations from my perspective. Thank you for your contributions to Slackware and for keeping the texlive packages up to date. I certainly appreciate the presence of LaTeX in Slackware, as do many others I expect.
Thanks, i appreciate your feedback, which was helpful to improve texlive on slackware.
 
1 members found this post helpful.
Old 05-30-2023, 06:18 AM   #20
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,826

Rep: Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499
Quote:
Originally Posted by franzen View Post
Maybe upstream https://www.dickimaw-books.com/faq.php(same author for datetime and datetime2) or https://tex.stackexchange.com/ can help.
Thanks, I managed to port my code to datetime2. I used advdate to do the math with dates, which worked directly with datetime but not datetime2. But this page https://tex.stackexchange.com/questi...-and-datetime2 showed how to use advdate and datetime2 together.
 
1 members found this post helpful.
Old 06-06-2023, 03:55 AM   #21
dge
LQ Newbie
 
Registered: Nov 2014
Distribution: slackware of course
Posts: 8

Rep: Reputation: Disabled
Hello,
me too my package siunitx has been removed !
Install texlive-extra (2,1Gio) from slackbuild for just siunitx !!

Why, you have removed some essential packages in texlive ? And brutaly !

With this in mind, Very thank you for maintain texlive.
Just disappointed to not produce at time some important (for me) pdf.

I try to install siunitx, but :
Quote:
/usr/share/texmf-dist/scripts/texlive# ./tlmgr.pl list
./tlmgr.pl: open(./../../tlpkg/texlive.tlpdb) failed: No such file or directory at /usr/share/perl5/TeXLive/TLPDB.pm line 387.
How generate texlive.tlpdb ?

Last edited by dge; 06-06-2023 at 04:14 AM.
 
Old 06-06-2023, 05:26 AM   #22
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,826

Rep: Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499Reputation: 1499
Quote:
Originally Posted by dge View Post
I try to install siunitx, but :

How generate texlive.tlpdb ?
franzen will probably give you a better answer. Anyway, I don't think you should use texlive's own package manager tlmgr.

You could simply install the package under your home directory:

Code:
wget https://mirrors.ctan.org/install/macros/latex/contrib/siunitx.tds.zip
mkdir -p ~/texmf
unzip -d ~/texmf siunitx.tds.zip
Or extract it in /usr/share/texmf-local and run mktexlsr.
 
2 members found this post helpful.
Old 06-08-2023, 07:44 AM   #23
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by dge View Post
me too my package siunitx has been removed !
It has already been added back for the next time. I noticed that it is at least
needed by invoice2. Unfortunately the hard dependencies(see texlive.tlpdb) are not
listed completely, but i've send a request to the texlive-list to add these to invoice2.
Quote:
Why, you have removed some essential packages in texlive ? And brutaly !
I changed the way the tex-packages are choosen to be added to texlive-base,
to eliminate random additions and removals depending on the almost daily updated texlive.tlpdb.
It's now way more maintainable, but it ended up with about 500 randomly added packages which
were removed(if not listet as hard dependency, or known to me to be an important package).

Quote:
How generate texlive.tlpdb ?
Code:
wget http://mirror.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb
I never tested tlmgr, it is not supported for distro-texlive(and therefor not in $PATH), it may screw up you texlive-installation.
 
Old 06-10-2023, 07:01 PM   #24
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
Thank you, Franzen. Your packages for texlive are awesome!
 
1 members found this post helpful.
Old 04-12-2024, 12:51 AM   #25
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
The mentioned packages are now back in texlive-2024 in -current.
 
1 members found this post helpful.
Old 04-12-2024, 11:08 AM   #26
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 878

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
Hi Franzen, I'm using -current and after the texlive-2024 update I tried to download the -extra tarball from your website. However, after trying to build it with the (adapted) 2023 SlackBuild it complains that biber is no longer there. I don't see it in the texlive 2024 either. Can you confirm if it's absent? Thanks in advance.
 
Old 04-13-2024, 05:51 AM   #27
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
Hi Franzen, I'm using -current and after the texlive-2024 update I tried to download the -extra tarball from your website. However, after trying to build it with the (adapted) 2023 SlackBuild it complains that biber is no longer there. I don't see it in the texlive 2024 either. Can you confirm if it's absent? Thanks in advance.
Somehow, yes the binary is missing, not intended. For a quick fix grab it here http://mirror.ctan.org/systems/texli...4-linux.tar.xz
I'll look into it, it's the only precompiled binary left, maybe it should better become a separate package anyway on SBo.
 
1 members found this post helpful.
Old 05-07-2024, 10:54 AM   #28
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 878

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
Hi @franzen, do you plan to release a texlive-extras tarball with biber incorporated? Thanks and apologies for reliving this subject.
 
  


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
[BUG] Missing packages in texlive-2022.220522-*-1 Abrixas2 Slackware 4 08-08-2022 08:04 AM
How to install extra packages for native Slackware TeXLive usr345 Slackware 1 06-21-2022 02:35 AM
[SOLVED] How to add additional TeXLive packages? sungjin Slackware 6 02-15-2022 03:40 PM
[SOLVED] Texlive, how to install packages without tlmgr? Geist Slackware 5 11-20-2018 12:36 PM
update texlive (tlmgr): no texlive.tlpdb tramni1980 Slackware 3 03-30-2011 07:30 AM

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

All times are GMT -5. The time now is 01:29 PM.

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