microtype error with lualatex: “attempt to call field warning a nil value”LuaLaTeX, fontspec and tracking...
Why does magnet wire need to be insulated?
How do you funnel food off a cutting board?
What happens when the wearer of a Shield of Missile Attraction is behind total cover?
Prioritising polygons in QGIS
What is the wife of a henpecked husband called?
Does Skippy chunky peanut butter contain trans fat?
What makes papers publishable in top-tier journals?
How can 若い時 and ずっと work in this sentence?
"Starve to death" Vs. "Starve to the point of death"
Has Britain negotiated with any other countries outside the EU in preparation for the exit?
Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?
Why do we have to make "peinlich" start with a capital letter and also end with -s in this sentence?
Which RAF squadrons and aircraft types took part in the bombing of Berlin on the 25th of August 1940?
Is a new boolean field better than null reference when a value can be meaningfully absent?
After checking in online, how do I know whether I need to go show my passport at airport check-in?
Square Root Distance from Integers
Best way to strengthen a wheel?
Why is it that Bernie Sanders is always called a "socialist"?
microtype error with lualatex: "attempt to call field warning a nil value"
What essential properties make us human?
When obtaining gender reassignment/plastic surgery overseas, is an emergency travel document required to return home?
Can the "Friends" spell be used without making the target hostile?
Has any human ever had the choice to leave Earth permanently?
Definition of "atomic object"
microtype error with lualatex: “attempt to call field warning a nil value”
LuaLaTeX, 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")}
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")}
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")}
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")}
luatex microtype
luatex microtype
edited 5 hours ago
Ulrike Fischer
asked 5 hours ago
Ulrike FischerUlrike Fischer
193k8302684
193k8302684
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}
add a comment |
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}
add a comment |
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}
add a comment |
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 5 hours ago
community wiki
Ulrike Fischer
add a comment |
add a comment |
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