This minimal file using the
listings package to display code reports an error:
Couldn't load requested aspect. Removing the options (as in the commented-out line) removes the problem. The option is as documented in 4.3.9 of the
package documentation.
\documentclass{article}
% \usepackage{keyval} % makes no difference
\usepackage[xleftmargin=1em]{listings}
% \usepackage{listings} % works
\begin{document}
\lstset{language=}
\begin{lstlisting}
It is a privilege to learn a language
A journey into the immediate
-- Marilyn Hacker
\end{lstlisting}
\end{document}
Logfile attached. Can you see what is causing my problem?
SJT