View previous topic :: View next topic |
Author |
Message |
pheek n00b


Joined: 10 May 2025 Posts: 20 Location: Winterthur
|
Posted: Tue Jun 03, 2025 5:56 am Post subject: [SOLVED] which portage package contains LaTeX accents.sty? |
|
|
I am compiling a greater LaTeX file, but get the message
accents.sty is missing.
In which portage package do I find it?
Or asked differently: Is there a list or an emerge-command to find, which files are in which packages?
Last edited by pheek on Tue Jun 03, 2025 8:12 am; edited 1 time in total |
|
Back to top |
|
 |
Josef.95 Advocate

Joined: 03 Sep 2007 Posts: 4790 Location: Germany
|
Posted: Tue Jun 03, 2025 6:09 am Post subject: |
|
|
app-portage/pfl can help for finding files from not installed packages.
Example: Code: | $ e-file accents.sty
dev-texlive/texlive-mathscience
Seen Versions: 2023_p69485-r1 2024_p72655
Portage Versions: 2023_p69485-r1 2024_p72655
Repository: gentoo
Installed Versions: -
Homepage: https://www.tug.org/texlive/
Description: TeXLive Mathematics, natural sciences, computer science packages
Matched Files: /usr/share/texmf-dist/tex/latex/accents/accents.sty |
Code: | eix -e app-portage/pfl
[I] app-portage/pfl
Available versions: 3.5.3 {+network-cron PYTHON_TARGETS="python3_11 python3_12 python3_13"}
Installed versions: 3.5.3(01:34:50 AM 03/25/2025)(-network-cron PYTHON_TARGETS="python3_13 -python3_10 -python3_11 -python3_12")
Homepage: https://www.portagefilelist.de https://github.com/portagefilelist/client
Description: Searchable online file/package database for Gentoo |
|
|
Back to top |
|
 |
Banana Moderator


Joined: 21 May 2004 Posts: 2041 Location: Germany
|
|
Back to top |
|
 |
pheek n00b


Joined: 10 May 2025 Posts: 20 Location: Winterthur
|
Posted: Tue Jun 03, 2025 8:12 am Post subject: www.portagefilelist.de |
|
|
Thanks for your replies
I have found it on www.portagefilelist.de it leads me to
Code: | emerge -av dev-texlive/texlive-mathscience
|
|
|
Back to top |
|
 |
CaptainBlood Advocate


Joined: 24 Jan 2010 Posts: 4064
|
Posted: Tue Jun 03, 2025 5:02 pm Post subject: |
|
|
Code: | equery d dev-texlive/texlive-mathscience
* These packages depend on dev-texlive/texlive-mathscience:
app-text/dblatex-0.3.12-r4 (dev-texlive/texlive-mathscience)
(dev-texlive/texlive-mathscience)
(dev-texlive/texlive-mathscience)
app-text/texlive-2024 (science ? >=dev-texlive/texlive-mathscience-2024) |
Thks 4 ur attention, interest & support. _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. " |
|
Back to top |
|
 |
|