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
Why are vacuum tubes still used in amateur radios?
Putting class ranking in CV, but against dept guidelines
two integers one line calculator
Why datecode is SO IMPORTANT to chip manufacturers?
Sally's older brother
What does 丫 mean? 丫是什么意思?
Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?
License to disallow distribution in closed source software, but allow exceptions made by owner?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Asymptotics question
Printing attributes of selection in ArcPy?
Why is it faster to reheat something than it is to cook it?
What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?
Differences to CCompactSize and CVarInt
Tips to organize LaTeX presentations for a semester
How to write capital alpha?
Did any compiler fully use 80-bit floating point?
RSA find public exponent
Are the endpoints of the domain of a function counted as critical points?
The test team as an enemy of development? And how can this be avoided?
Co-worker has annoying ringtone
What would you call this weird metallic apparatus that allows you to lift people?
I can't produce songs
What is the origin of 落第?
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
usepackagefouriernc
usepackage[T1]fontenc
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
begindocument
begincenter
textbftextscHand solution
endcenter
test
enddocument
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
begincenter
textbftextscHand solution
endcenter
or
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
or
usepackagefouriernc
usepackage[T1]fontenc
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
What does this error happen? Am I doing something wrong?
microtype dvi fourier
add a comment |
This MWE
documentclass[11pt,notitlepage]article
raggedbottom
usepackagefouriernc
usepackage[T1]fontenc
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
begindocument
begincenter
textbftextscHand solution
endcenter
test
enddocument
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
begincenter
textbftextscHand solution
endcenter
or
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
or
usepackagefouriernc
usepackage[T1]fontenc
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
What does this error happen? Am I doing something wrong?
microtype dvi fourier
add a comment |
This MWE
documentclass[11pt,notitlepage]article
raggedbottom
usepackagefouriernc
usepackage[T1]fontenc
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
begindocument
begincenter
textbftextscHand solution
endcenter
test
enddocument
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
begincenter
textbftextscHand solution
endcenter
or
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
or
usepackagefouriernc
usepackage[T1]fontenc
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
What does this error happen? Am I doing something wrong?
microtype dvi fourier
This MWE
documentclass[11pt,notitlepage]article
raggedbottom
usepackagefouriernc
usepackage[T1]fontenc
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
begindocument
begincenter
textbftextscHand solution
endcenter
test
enddocument
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
begincenter
textbftextscHand solution
endcenter
or
usepackage[activate=true,nocompatibility,final,tracking=true,
factor=1100,stretch=10,shrink=10]microtype
or
usepackagefouriernc
usepackage[T1]fontenc
I am uing TL 2018 on linux
>which lualatex
/usr/local/texlive/2018/bin/x86_64-linux/lualatex
What does this error happen? Am I doing something wrong?
microtype dvi fourier
microtype dvi fourier
asked 2 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