adding microtype package produces invalid DVI error when using fouriernc package Announcing...
How do living politicians protect their readily obtainable signatures from misuse?
Flight departed from the gate 5 min before scheduled departure time. Refund options
Is it dangerous to install hacking tools on my private linux machine?
two integers one line calculator
Co-worker has annoying ringtone
Trying to understand entropy as a novice in thermodynamics
How to force a browser when connecting to a specific domain to be https only using only the client machine?
What would you call this weird metallic apparatus that allows you to lift people?
Can two person see the same photon?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
Is multiple magic items in one inherently imbalanced?
retrieve food groups from food item list
How many time has Arya actually used Needle?
Getting out of while loop on console
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
Would color changing eyes affect vision?
What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?
Random body shuffle every night—can we still function?
Monty Hall Problem-Probability Paradox
What does Turing mean by this statement?
How to ternary Plot3D a function
RSA find public exponent
adding microtype package produces invalid DVI error when using fouriernc package
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)MikTex error for PNG images when trying to produce DVIWrong PDF crop when using the microtype package or zero marginpdfTeX font expansion error - SetExpansion in microtype packageUsing microtype protrusion with XeTeX and Ubuntusome Figures are cut from right side in dvi but correct when using the tex fileError using microtype and xeCJK packageOn pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype packageUnwanted kerning inside em-dash when using microtype`hbar' already defined error when using fourier-orns.sty with lualatexMicrotype package produces warning when using LuaTex
This MWE
documentclass[11pt,notitlepage]{article}
raggedbottom
usepackage{fouriernc}
usepackage[T1]{fontenc}
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
begin{document}
begin{center}
textbf{textsc{Hand solution}}
end{center}
test
end{document}
Produces
>lualatex foo.tex
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
restricted system commands enabled.
(./foo.tex
LaTeX2e <2018-04-01> patch level 5
luaotfload | main : initialization completed in 0.177 seconds
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size11.clo))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fouriernc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/t1lmr.fd))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier-orns.sty)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype-luatex.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.cfg))
(./foo.aux) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmlfncmi.fd
) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmsfncm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fmxfutm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1cmr.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/t1fnc.fd)
! error: (vf): invalid DVI command (1)
! ==> Fatal error occurred, no output PDF file produced!
The error goes away when removing one of these
begin{center}
textbf{textsc{Hand solution}}
end{center}
or
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
or
usepackage{fouriernc}
usepackage[T1]{fontenc}
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
Why does this error happen? Am I doing something wrong?
microtype dvi fourier
add a comment |
This MWE
documentclass[11pt,notitlepage]{article}
raggedbottom
usepackage{fouriernc}
usepackage[T1]{fontenc}
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
begin{document}
begin{center}
textbf{textsc{Hand solution}}
end{center}
test
end{document}
Produces
>lualatex foo.tex
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
restricted system commands enabled.
(./foo.tex
LaTeX2e <2018-04-01> patch level 5
luaotfload | main : initialization completed in 0.177 seconds
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size11.clo))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fouriernc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/t1lmr.fd))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier-orns.sty)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype-luatex.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.cfg))
(./foo.aux) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmlfncmi.fd
) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmsfncm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fmxfutm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1cmr.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/t1fnc.fd)
! error: (vf): invalid DVI command (1)
! ==> Fatal error occurred, no output PDF file produced!
The error goes away when removing one of these
begin{center}
textbf{textsc{Hand solution}}
end{center}
or
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
or
usepackage{fouriernc}
usepackage[T1]{fontenc}
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
Why does this error happen? Am I doing something wrong?
microtype dvi fourier
add a comment |
This MWE
documentclass[11pt,notitlepage]{article}
raggedbottom
usepackage{fouriernc}
usepackage[T1]{fontenc}
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
begin{document}
begin{center}
textbf{textsc{Hand solution}}
end{center}
test
end{document}
Produces
>lualatex foo.tex
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
restricted system commands enabled.
(./foo.tex
LaTeX2e <2018-04-01> patch level 5
luaotfload | main : initialization completed in 0.177 seconds
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size11.clo))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fouriernc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/t1lmr.fd))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier-orns.sty)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype-luatex.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.cfg))
(./foo.aux) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmlfncmi.fd
) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmsfncm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fmxfutm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1cmr.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/t1fnc.fd)
! error: (vf): invalid DVI command (1)
! ==> Fatal error occurred, no output PDF file produced!
The error goes away when removing one of these
begin{center}
textbf{textsc{Hand solution}}
end{center}
or
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
or
usepackage{fouriernc}
usepackage[T1]{fontenc}
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
Why does this error happen? Am I doing something wrong?
microtype dvi fourier
This MWE
documentclass[11pt,notitlepage]{article}
raggedbottom
usepackage{fouriernc}
usepackage[T1]{fontenc}
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
begin{document}
begin{center}
textbf{textsc{Hand solution}}
end{center}
test
end{document}
Produces
>lualatex foo.tex
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
restricted system commands enabled.
(./foo.tex
LaTeX2e <2018-04-01> patch level 5
luaotfload | main : initialization completed in 0.177 seconds
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size11.clo))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fouriernc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/t1lmr.fd))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fourier-orns.sty)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype-luatex.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.cfg))
(./foo.aux) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmlfncmi.fd
) (/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/fmsfncm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fourier/fmxfutm.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1cmr.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/fouriernc/t1fnc.fd)
! error: (vf): invalid DVI command (1)
! ==> Fatal error occurred, no output PDF file produced!
The error goes away when removing one of these
begin{center}
textbf{textsc{Hand solution}}
end{center}
or
usepackage[activate={true,nocompatibility},final,tracking=true,
factor=1100,stretch=10,shrink=10]{microtype}
or
usepackage{fouriernc}
usepackage[T1]{fontenc}
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
Why does this error happen? Am I doing something wrong?
microtype dvi fourier
microtype dvi fourier
edited 2 mins ago
Nasser
asked 7 mins ago
NasserNasser
8,34373190
8,34373190
add a comment |
add a comment |
0
active
oldest
votes
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%2f485831%2fadding-microtype-package-produces-invalid-dvi-error-when-using-fouriernc-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f485831%2fadding-microtype-package-produces-invalid-dvi-error-when-using-fouriernc-package%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