Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621544 - dev-texlive/texlive-mathscience: unicode-math package is missing
Summary: dev-texlive/texlive-mathscience: unicode-math package is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 22:16 UTC by poncho
Modified: 2017-06-12 13:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
LaTeX Error log file (test.log,46.80 KB, text/plain)
2017-06-12 07:16 UTC, poncho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description poncho 2017-06-11 22:16:07 UTC
After migrating from dev-texlive/texlive-mathextra to dev-texlive/texlive-mathscience with the recent stabilization of app-text/texlive-2016, the unicode-math package ( https://www.ctan.org/pkg/unicode-math ) is missing.

Any chance to add unicode-math to dev-texlive/texlive-mathscience?
Comment 1 Alexis Ballier gentoo-dev 2017-06-11 23:58:54 UTC
it is in dev-texlive/texlive-latexrecommended that is basically mandatory for any latex thing to work (it's pulled by virtual/latex-base); why don't you have it?
Comment 2 poncho 2017-06-12 06:44:12 UTC
Didn't realize that it's part of dev-texlive/texlive-latexrecommended, which indeed was pulled in.

dev-texlive/texlive-latexrecommended-2016::gentoo was built with the following:
USE="doc -source" ABI_X86="64"




File `ucharcat.sty' not found. unicode-math.sty 46

I've misread above error. It's actually the ucharcat package, required by unicode-math that is missing:

Nothing pulled in dev-texlive/texlive-luatex on my system, which provides /usr/share/texmf-dist/tex/latex/ucharcat/ucharcat.sty

So I think dev-texlive/texlive-latexrecommended should depend on dev-texlive/texlive-luatex.
Comment 3 Alexis Ballier gentoo-dev 2017-06-12 06:57:18 UTC
please attach the complete .log file and the command used


I doubt you're using pdflatex...
Comment 4 poncho 2017-06-12 07:16:01 UTC
Created attachment 476130 [details]
LaTeX Error log file

I'm using XeLaTeX with the command:

xelatex file.tex
Comment 5 Alexis Ballier gentoo-dev 2017-06-12 09:05:22 UTC
this should be fixed now, thanks!

commit a6799ff8136fa44caca6755114925f9f07dfee7f (HEAD -> master, origin/master, origin/HEAD)
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Jun 12 11:04:43 2017 +0200

    dev-texlive/texlive-xetex: depend on tl-luatex, bug #621544
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

commit fccbcde4b0ca36c7590e9de203af9b203be4c911
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Jun 12 11:03:14 2017 +0200

    dev-texlive/texlive-luatex: Move dep from tl-xetex to tl-latexreco as the file needed has moved there, part of bug #621544
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.2
Comment 6 poncho 2017-06-12 13:30:11 UTC
Thank you :)

Could you update the stable version dev-texlive/texlive-xetex-2016 as well?