2

Is there an alternative to morewrites?

Using the glossaries package for different types of lists, as well as lstlisting package has put me over the maximum writes number, however, I cannot seem to load morewrites as it is throwing many "invalid utf-8 sequence" errors, and I have no idea where to begin tracing the culprit.

Sorry this question is "vague".

EDIT: I have been able to pinpoint a (there may be more) potential conflict, here is a NMWE:

\documentclass{article}
\usepackage{lipsum}

%Seems to be originating from font selection, ie, helvet package.
\usepackage{morewrites}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}

\begin{document}
    \lipsum[1]
\end{document}

The above throws the following errors:

  1. String contains an invalid utf-8 sequence \begin{document}
  2. String contains an invalid utf-8 sequence \begin{document}
  3. String contains an invalid utf-8 sequence .../04 scalable font definitions
    for OT1/phv.]
  4. String contains an invalid utf-8 sequence .../04 scalable font definitions for OT1/phv.]

Comment out the helvet package, and the document compiles.

lockstep
  • 250,273

0 Answers0