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:
String contains an invalid utf-8 sequence \begin{document}String contains an invalid utf-8 sequence \begin{document}String contains an invalid utf-8 sequence .../04 scalable font definitions
for OT1/phv.]- String contains an invalid utf-8 sequence .../04 scalable font definitions for OT1/phv.]
Comment out the helvet package, and the document compiles.
xelatexandpdflatex. – Werner Aug 20 '13 at 05:31\listfilesand edit in the file list you get: might illuminate a bit – Joseph Wright Aug 20 '13 at 07:07