axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Noweb and \usepackage[T1]{fontenc}


From: Ralf Hemmecke
Subject: [Axiom-developer] Noweb and \usepackage[T1]{fontenc}
Date: Wed, 04 Jul 2007 13:46:27 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070604)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]