Changes

Jump to navigation Jump to search
1,237 bytes added ,  22:07, 21 July 2004
no edit summary
< [[The ConTeXt Way]]

Currenlty m-cweb seems to be broken. Take the wc.tex from the example directory from the cweb distribution (made with <tt>cweave wc.w</tt>) and you should be able to use it like this:

<pre>
\usemodule [cweb]

\starttext

\title {Contents} \processCWEBcontents wc \page
\title {Sections} \processCWEBsections wc \page
\title {Sources} \processCWEBsource wc \page
\title {Index} \processCWEBindex wc \page

\stoptext
</pre>

but ConTeXt is in an endless loop at:
<pre>
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2)
\write18 enabled.
%&-line parsing enabled.
(/opt/texlive/8/texmf/web2c/cp8bit.tcx)
entering extended mode

...

system : macros of module cweb loaded
(/opt/context/2004.6.26/texmf/tex/context/base/m-cweb.tex
system : mark CWEBfilename defined [CWEBfilename]
system : mark CWEBsectiontitle defined [CWEBsectiontitle]
system : mark CWEBsectionnumber defined [CWEBsectionnumber]
system : mark CWEBsectiondepth defined [CWEBsectiondepth]
)
fonts : needs map file: ec-public-lm.map
fonts : needs map file: original-base.map
systems : begin file main at line 3
title : - Contents
</pre>

What is wrong here?

Navigation menu