Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm writing a TeX-noweb document. I compile it with

noweave -tex -filter "elide comment:*" texcode.nw > documentation.tex

but when I try to compile the resulting file with

xetex -halt-on-error documentation.tex

I obtain the following error message

! Undefined control sequence.
<argument> ...on}\endmoddef \nwstartdeflinemarkup 
                                              \nwenddeflinemarkup

It seems that \nwenddeflinemarkup is not recognized. If i delete from the document all the sequences

\nwstartdeflinemarkup\nwenddeflinemarkup

the document compile without exceptions.

What can be the problem?

share|improve this question
1  
Could you add a complete MWE for folks to try to play with? – cmhughes Dec 1 '12 at 22:05

closed as too localized by tohecz, Martin Schröder, Kurt, Qrrbrbirlbel, Stefan Kottwitz Dec 1 '12 at 23:00

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.