Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622300 - dev-texlive/texlive-context-2017: missing tikz module
Summary: dev-texlive/texlive-context-2017: missing tikz module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
: 622302 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-06-20 14:10 UTC by gerion
Modified: 2017-06-20 20:39 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2017-06-20 14:10:10 UTC
The following minimal example in context should work but does not:

\usemodule[tikz]
\usetikzlibrary[positioning]

\starttext

\tikz\node{Hello World!};

\stoptext

The error message is: "> resolvers       > modules > 'tikz' is not found"

Tikz is provided as a third party package, that is existent in a standard texlive distribution:
$TEXLIVE-INSTALLATION/texmf-dist/tex/context/third/pgf

In texlive-context no such folder is existent (simple copying of this folder does not work, context then found the module but some includes fail to load).

I've not tested older texlive-context versions.
Comment 1 Jonas Stein gentoo-dev 2017-06-20 19:55:54 UTC
*** Bug 622302 has been marked as a duplicate of this bug. ***
Comment 2 Alexis Ballier gentoo-dev 2017-06-20 20:39:13 UTC
Yep, we install pgf/tikz outside of the texlive tree, I forgot to update context search paths for this

this should be fixed now after updating texlive-basic (and installing dev-tex/pgf if you dont have it)

commit 4f260498a56525f9c164eac03179fe7ff809b590 (HEAD -> master, origin/master, origin/HEAD)
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Tue Jun 20 22:37:49 2017 +0200

    dev-texlive/texlive-basic: include texmf-site in context search paths too, bug #622300