Dear Norman,
The output of << and >> inside code chunks is not typewriter font.
noweave -n -delay aaa.nw > aaa.tex
latex aaa
Gaby, you use \usepackage[T1]{fontenc} in configure.ac.pamphlet. Is
there any reason why you need it? That file compiles perfectly without
the fontenc package.
Ralf
---BEGIN aaa.nw
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{noweb}
\begin{document}
Blah blah
<<*>>=
Ooops that does not look like typewriter text @<< here.
echo "abc" >> blah
@
More blah blah.
\end{document}
---END aaa.nw
_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer