microtype error with lualatex: “attempt to call field warning a nil value”LuaLaTex and microtype - error...
How is it possible to have an ability score that is less than 3?
How much of data wrangling is a data scientist's job?
Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?
Does detail obscure or enhance action?
Convert two switches to a dual stack, and add outlet - possible here?
Can a vampire attack twice with their claws using Multiattack?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
Could an aircraft fly or hover using only jets of compressed air?
Did Shadowfax go to Valinor?
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Why does Kotter return in Welcome Back Kotter?
I'm flying to France today and my passport expires in less than 2 months
Cross compiling for RPi - error while loading shared libraries
Can I make popcorn with any corn?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Rock identification in KY
Is it unprofessional to ask if a job posting on GlassDoor is real?
What's that red-plus icon near a text?
What defenses are there against being summoned by the Gate spell?
Today is the Center
Maximum likelihood parameters deviate from posterior distributions
RSA: Danger of using p to create q
microtype error with lualatex: “attempt to call field warning a nil value”
LuaLaTex and microtype - error - can anybody help?Microtype package produces warning when using LuaTexNew error with Charis SIL Font in LuaLaTeXOverfull lines in an enumerated-style paragraphLuaLaTeX, fontspec and tracking with microtypeHow can I list fonts available to LuaTeX in ConTeXt (TeX Live 2013)?Strange linebreaks with microtype & LuaLaTexLuaLateX: Problem with microtype textls and center environmentHow well does microtype “font expansion” work with LuaLaTeX?Microtype causes error in combination with system call LuaLaTeXhanging punctuation with microtype and luaLaTeX'table index is nil' error when using the Avenir font with fontspec + luatexPre-built preamble with LuaLaTeX and microtypeProblem with miktex-2.9.6942-x64 and lualatex/luatex
no answer needed, I'm adding the question as reference
After todays update of luaotfload microtype
gives an error when used with lualatex:
documentclass{article}
usepackage{microtype}
begin{document}
abc
end{document}
leads to
/tex/latex/microtype/microtype.lua:145: attempt to call field 'warning' (a nil v
alue)
stack traceback:
...exlive/2018/texmf-dist/tex/latex/microtype/microtype.lua:145: in main chunk
[C]: in function 'require'
[directlua]:1: in main chunk.
l.59 MT@lua{require("microtype")}
errors luatex microtype
add a comment |
no answer needed, I'm adding the question as reference
After todays update of luaotfload microtype
gives an error when used with lualatex:
documentclass{article}
usepackage{microtype}
begin{document}
abc
end{document}
leads to
/tex/latex/microtype/microtype.lua:145: attempt to call field 'warning' (a nil v
alue)
stack traceback:
...exlive/2018/texmf-dist/tex/latex/microtype/microtype.lua:145: in main chunk
[C]: in function 'require'
[directlua]:1: in main chunk.
l.59 MT@lua{require("microtype")}
errors luatex microtype
add a comment |
no answer needed, I'm adding the question as reference
After todays update of luaotfload microtype
gives an error when used with lualatex:
documentclass{article}
usepackage{microtype}
begin{document}
abc
end{document}
leads to
/tex/latex/microtype/microtype.lua:145: attempt to call field 'warning' (a nil v
alue)
stack traceback:
...exlive/2018/texmf-dist/tex/latex/microtype/microtype.lua:145: in main chunk
[C]: in function 'require'
[directlua]:1: in main chunk.
l.59 MT@lua{require("microtype")}
errors luatex microtype
no answer needed, I'm adding the question as reference
After todays update of luaotfload microtype
gives an error when used with lualatex:
documentclass{article}
usepackage{microtype}
begin{document}
abc
end{document}
leads to
/tex/latex/microtype/microtype.lua:145: attempt to call field 'warning' (a nil v
alue)
stack traceback:
...exlive/2018/texmf-dist/tex/latex/microtype/microtype.lua:145: in main chunk
[C]: in function 'require'
[directlua]:1: in main chunk.
l.59 MT@lua{require("microtype")}
errors luatex microtype
errors luatex microtype
edited Mar 26 at 14:07
Martin Schröder
12.9k640125
12.9k640125
asked Feb 26 at 11:30
Ulrike FischerUlrike Fischer
198k9305692
198k9305692
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is due to a bug in microtype
. It uses an undefined lua-function, the bug appears now due as a side-effect of some changes in luaotfload
.
A work-around until microtype is fixed is to load luatexbase:
documentclass{article}
usepackage{luatexbase}
usepackage{microtype}
begin{document}
abc
end{document}
5
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
2
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
2
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
1
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
4
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.
– moewe
Mar 3 at 8:22
|
show 4 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476740%2fmicrotype-error-with-lualatex-attempt-to-call-field-warning-a-nil-value%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is due to a bug in microtype
. It uses an undefined lua-function, the bug appears now due as a side-effect of some changes in luaotfload
.
A work-around until microtype is fixed is to load luatexbase:
documentclass{article}
usepackage{luatexbase}
usepackage{microtype}
begin{document}
abc
end{document}
5
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
2
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
2
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
1
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
4
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.
– moewe
Mar 3 at 8:22
|
show 4 more comments
This is due to a bug in microtype
. It uses an undefined lua-function, the bug appears now due as a side-effect of some changes in luaotfload
.
A work-around until microtype is fixed is to load luatexbase:
documentclass{article}
usepackage{luatexbase}
usepackage{microtype}
begin{document}
abc
end{document}
5
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
2
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
2
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
1
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
4
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.
– moewe
Mar 3 at 8:22
|
show 4 more comments
This is due to a bug in microtype
. It uses an undefined lua-function, the bug appears now due as a side-effect of some changes in luaotfload
.
A work-around until microtype is fixed is to load luatexbase:
documentclass{article}
usepackage{luatexbase}
usepackage{microtype}
begin{document}
abc
end{document}
This is due to a bug in microtype
. It uses an undefined lua-function, the bug appears now due as a side-effect of some changes in luaotfload
.
A work-around until microtype is fixed is to load luatexbase:
documentclass{article}
usepackage{luatexbase}
usepackage{microtype}
begin{document}
abc
end{document}
answered Feb 26 at 11:33
community wiki
Ulrike Fischer
5
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
2
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
2
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
1
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
4
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.
– moewe
Mar 3 at 8:22
|
show 4 more comments
5
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
2
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
2
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
1
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
4
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.
– moewe
Mar 3 at 8:22
5
5
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
Oh no, right now texlive 2018 is frozen with this bug in it. I hope the texlive people can make an exception for this that breaks so many documents!
– pst
Feb 27 at 8:24
2
2
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
@Krishna then we would have had a broken luaotfload in texlive (the letterspacing didn't work). This would have been much worser.
– Ulrike Fischer
Feb 27 at 19:08
2
2
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
@Krishna no it broke from version 2.94 to 2.95, the problem was only there for around two weeks: github.com/u-fischer/luaotfload/issues/38.
– Ulrike Fischer
Feb 27 at 19:13
1
1
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
@UlrikeFischer cool. Got it. Thank you for fixing this.
– Krishna
Feb 27 at 19:15
4
4
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.– moewe
Mar 3 at 8:22
microtype
should be fixed in v2.7b tug.org/pipermail/tex-live-commits/2019-March/008911.html, just a tad is too late for TeX live 2018.– moewe
Mar 3 at 8:22
|
show 4 more comments
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476740%2fmicrotype-error-with-lualatex-attempt-to-call-field-warning-a-nil-value%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown