<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Update:<br>
</p>
<br>
<div class="moz-cite-prefix">Am 16.05.2018 um 16:15 schrieb Urs
Liska:<br>
</div>
<blockquote type="cite"
cite="mid:c226dd25-7adb-fea8-fe50-c66ef734d9b8@openlilylib.org">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<p>After updating the texlive-full package</p>
<blockquote>
<p>$ apt show texlive-full<br>
Package: texlive-full<br>
Version: 2018.20180505-1</p>
</blockquote>
<p>today I get a strange error compiling a document:</p>
<blockquote>
<p>! LaTeX Error: Unknown option `first-page-number' for package
`lyluatex'.</p>
</blockquote>
<p>This package option is present in the Git repository version of
the package but not yet in CTAN/TeXLive, so I have to think that
LaTeX finds the lyluatex package from TeXLive before the local
one.</p>
<p><br>
</p>
</blockquote>
<br>
I only now thought of testing with a MWE that doesn't use the
offending new option, and this reveals:<br>
<br>
<blockquote>$ lualatex ly-version.tex <br>
This is LuaTeX, Version 1.07.0 (TeX Live 2018/Debian) <br>
restricted system commands enabled.<br>
(./ly-version.tex<br>
LaTeX2e <2018-04-01> patch level 4<br>
(using write cache:
/home/uliska/.texlive2018/texmf-var/luatex-cache/generic)(u<br>
sing read cache: /var/lib/texmf/luatex-cache/generic
/home/uliska/.texlive2018/<br>
texmf-var/luatex-cache/generic)<br>
luaotfload | main : initialization completed in 0.322 seconds<br>
Babel <3.20> and hyphenation patterns for 1 language(s)
loaded.<br>
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrartcl.cls<br>
Document Class: scrartcl 2018/03/30 v3.25 KOMA-Script document
class (article)<br>
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrkbase.sty<br>
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty<br>
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)<br>
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty)))<br>
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/tocbasic.sty)<br>
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrsize11pt.clo(load
luc: <br>
/home/uliska/.texlive2018/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-re<br>
gular.luc))
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/typearea.sty))<br>
(/usr/share/texlive/texmf-dist/tex/luatex/lyluatex/lyluatex.sty<br>
...<br>
</blockquote>
So this confirms that lualatex finds the package in
/usr/share/texlive rather than that in ~/texmf. (While still
kpsewhich finds the one installed in $TEXMFHOME).<br>
<br>
Anything I have to update or can do to investigate?<br>
<br>
Thanks<br>
Urs<br>
</body>
</html>