Ich muss XeTeX verwenden, weil es hilft, eine beliebige Schriftart sowohl im Text- als auch im Mathematikmodus einzustellen (oderneutxmathim Mathematikmodus).
Mir ist aufgefallen, dass das polyglossia
Paket einen Fehler mit dem \normalfont
Befehl hat.Hierist eine detaillierte Beschreibung dieses Fehlers von @egreg.
Nach der polyglossia
Paketaktualisierung (auf eine aktuelle Version) in MikTeX ist das Problem behoben, es sind jedoch die folgenden Fehler aufgetreten:
Undefined control sequence. ...ctlanguage *[babelshorthands=true]{russian}
Undefined control sequence. ...ctlanguage *[babelshorthands=true]{russian}
Encoding scheme `' unknown. ...ctlanguage *[babelshorthands=true]{russian}
Undefined control sequence. ^^I\begin{document}
Undefined control sequence. ^^I\begin{document}
Encoding scheme `' unknown. ^^I\begin{document}
Undefined control sequence. ^^I\begin{abstr}
Undefined control sequence. ^^I^^I\par{\normalfont
Undefined control sequence. ^^I^^I\par{\normalfont
Encoding scheme `' unknown. ^^I^^I\par{\normalfont
Undefined control sequence. ^^I\end{abstr}
Undefined control sequence. ^^I\end{abstr}
Encoding scheme `' unknown. ^^I\end{abstr}
Undefined control sequence. ^^I\end{document}
Undefined control sequence. ^^I\end{document}
Encoding scheme `' unknown. ^^I\end{document}
Undefined control sequence. ...ctlanguage *[babelshorthands=true]{russian}
Undefined control sequence. ...ctlanguage *[babelshorthands=true]{russian}
Encoding scheme `' unknown. ...ctlanguage *[babelshorthands=true]{russian}
Overfull \hbox (29.36624pt too wide) in paragraph
in MWE:
\documentclass[extrafontsizes,a4paper,*pt,oneside,openany]{memoir}
\usepackage{fontspec} %[no-math] How can I use the Newton instead of newtxmath?
%\usepackage{newtxmath} %math font of TNR type
\usepackage{polyglossia}[2014/05/21]
\setmainlanguage[babelshorthands=true]{russian} %
\setotherlanguage{english}
\setmainfont{Arial} %%
% \setsansfont{Newton}
% \setmonofont{Newton}
\newenvironment{abstr}{\small\itshape}{\normalfont\normalsize}
\begin{document}
\begin{abstr}
\par{\normalfont Key \textbf{words}.} Hey!
\end{abstr}
\newcommand{\fn}{\expandafter\string\the\font}
{\normalsize\selectfont ха-хаха Book\_name\_ch\_AuthorsSurnames\fn}
\fontname\font\\
$ a+b$
\end{document}
Wie kann ich diese Fehler vermeiden? Bitte, ich brauche Ihre Hilfe!
Viele Grüße, Vladimir
UPD1MWE ist aktualisiert.
UPD2der Screenshot des TexStudio
UPD3:Ich bin den Empfehlungen von @DavidCarlisle und @UlrikeFischer gefolgt und habe die gesamte Protokolldatei durchgesehen. Danach habe ich die Lösung gefundenHier.