1

I face problems while using Gyre with MiKTeX.

The simple example is a template for a journal, downloadable at http://nlp.ipipan.waw.pl/ojs/public/jlm-latex.zip

Following the README file, I installed the packages tex-gyre, qtx and qpx. I have a problem with the simple example file, characters in math mode are not rendered.

Here is the ME:

\documentclass{article}
\RequirePackage{qpxmath}

\begin{document}
$x$
\end{document}

actually, the problem is not with the gyre font installation as I first thought, nor with tgpagella package, but with qpxmath package. qpxmath in in TeXLive in texlive-lang-polish, but it's quite hard to find for MiKTeX, I'm looking for it right now and I'll post a link here as soon as I find it.

Speravir
  • 19,491

1 Answers1

2

It seems, that you have a basic MiKTeX installation: Your MWE works for me with a full installation. Go into the Package Manager and install the package qpx. Note, that in the MiKTeX Settings in the General tab there is a setting for Package installation. If I remember correctly the default setting here for “Install missing packages on-the-fly" is “Ask me first”. You could set it to “Yes” and it will do installations without any asking. The compilation time would once be remarkable longer, of course.

Perhaps you also face some confusion concerning administrative and user mode, see Difference between administrative and user mode of MiKTeX.

Speravir
  • 19,491