I posted a question and got some very useful feedback at TeXworks can't find MinionPro.sty file and subsequent default to TU
The MWEs from there no longer seem to be working and I'm posting them both with the errors that are now occurring. I'm not sure what's changed or what the underlying problem is.
First, David's
\documentclass[11pt,twoside,a4paper]{article}
\usepackage{fontspec}
\setmainfont{Minion Pro}
\begin{document}
\textsc{Hello World.} Hello World.
\end{document}
Which gives a LuaLaTex error ending in
(c:/texlive/2017/texmf-dist/tex/latex/base/fontenc.sty
(c:/texlive/2017/texmf-dist/tex/latex/base/tuenc.def))
(c:/texlive/2017/texmf-dist/tex/latex/fontspec/fontspec.cfg)(load luc:
C:/texlive/2017/texmf-var/luatex-cache/generic/fonts/otl
/lmroman10-bold.luc)(load luc: C:/texlive/2017/texmf-var/luatex-
cache/generic/fonts/otl/lmroman10-italic.luc)))
luaotfload | db : Reload initiated (formats: otf,ttf,ttc);
reason: "Font MinionPro not found.".
And the second from Oleg
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[fullfamily,footnotefigures,lf]{MinionPro}
\usepackage[toc,enum,eqno,bib]{tabfigures}
\usepackage[scaled=0.9]{helvet}
\usepackage[scaled=0.85]{beramono}
\usepackage{MnSymbol}
\begin{document}
\textsc{Hello World.} Hello World.
\end{document}
apparently different
(./test2.tex
(using cache: C:/texlive/2017/texmf-var/luatex-cache/generic)
(c:/texlive/2017/texmf-dist/tex/latex/base/article.cls
(c:/texlive/2017/texmf-dist/tex/latex/base/size10.clo(load luc: C:/texlive/2017
/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-regular.luc)))
(c:/texlive/2017/texmf-dist/tex/latex/base/fontenc.sty
(c:/texlive/2017/texmf-dist/tex/latex/base/t1enc.def)
(c:/texlive/2017/texmf-dist/tex/latex/lm/t1lmr.fd))
(c:/texlive/2017/texmf-dist/tex/latex/base/inputenc.sty)
(c:/texlive/texmf-local/tex/latex/local/MinionPro.sty
(c:/texlive/texmf-local/tex/latex/local/MinionPro-FontDef.sty (./otfontdef.sty
(c:/texlive/2017/texmf-dist/tex/latex/graphics/keyval.sty)))
(c:/texlive/2017/texmf-dist/tex/latex/base/textcomp.sty
(c:/texlive/2017/texmf-dist/tex/latex/base/ts1enc.def))
(c:/texlive/2017/texmf-dist/tex/latex/mnsymbol/MnSymbol.sty
(c:/texlive/2017/texmf-dist/tex/latex/amsmath/amsmath.sty
(c:/texlive/2017/texmf-dist/tex/latex/amsmath/amstext.sty
(c:/texlive/2017/texmf-dist/tex/latex/amsmath/amsgen.sty))
(c:/texlive/2017/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(c:/texlive/2017/texmf-dist/tex/latex/amsmath/amsopn.sty))
(c:/texlive/2017/texmf-dist/tex/latex/amsfonts/eufrak.sty)) (./fontaxes.sty)
! Undefined control sequence.
l.522 \DeclareEncodingSubseTS
1}{MinionPro-TLF} {1}%
TSat the end? – David Carlisle Feb 10 '18 at 16:37\DeclareEncodingSubset{TS1}{MinionPro-TLF} {1}but as I say using an 8bit encoding with luatex seems a poor choice to me. – David Carlisle Feb 10 '18 at 18:03\DeclareEncodingSubset{TS1}{MinionPro-LF} {1}% \DeclareEncodingSubset{TS1}{MinionPro-TLF} {1}% etc
– DLyons Feb 11 '18 at 00:25