WEB is a computer programming system created by Donald E. Knuth. TeX and Metafont are written in WEB. This tag covers WEB and related tools (CWEB, web2c).
5
votes
1answer
30 views
How to use tangle to merge to get a single merged file from original source and change files
I'm trying to read and understand the TeX source, but it is difficult to keep track of when I should be reading code from the original file and when I should be reading code from the change file. I ...
1
vote
1answer
49 views
Tool for merging WEB file with its change file
Is there any tool that can take a sample.web and sample.ch file and produce a merged.web file as output?
25
votes
2answers
749 views
What language is TeX implemented in?
I read on Wikipedia that the first version of TeX was written in SAIL. However, does anyone know what language later versions (i.e the current one) are implemented in?
5
votes
2answers
311 views
About web2c, c code conversion
I'd like to convert some Tex-and-friends code to C, so that I can play with modifying it. As I understand it, the process is:
(1) The tangle utility converts foo.web to a foo.p (Pascal) file, and ...
1
vote
0answers
72 views
Undefined control sequence in a NOWEB document [closed]
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 ...
1
vote
0answers
79 views
TeX typesetting algorithms for web sites [duplicate]
Possible Duplicate:
Tex like formatting on blog posts
I wonder if there are any solutions for using TeX typesetting algorithms for web sites publishing to make pages as beautiful and ...
0
votes
0answers
175 views
Why won’t GmailTeX render in “compose” window? [closed]
The chrome extension GmailTeX allows one to render TeX in messages received, or live as you compose a message. This program has worked flawlessly for me for over a year. In the last couple of weeks ...
2
votes
1answer
142 views
Producing Generic or Portable TEX Source Codes Using - the World Wide Web- Standards [closed]
Is it possible to write or produce a(n) -ultimate- standard coding pattern for TEX source codes those might work well enough across the "World Wide Web" on almost every each of platforms available, ...
3
votes
2answers
498 views
rewrite tex.web in C++? [closed]
A few weeks ago I read this article about some difficultites bring TeX to the iPad.
It made me wonder: why not rewrite TeX.web in C++11? The codebase itself is now quite stable, and (unfortunately) ...
6
votes
1answer
684 views
Tool for generating a website's BibTex using the URL?
Is there an existing tool for generating BibTeX of a website using its URL? What I'm thinking is something like a web tool or a Python script that does this.
9
votes
1answer
216 views
How can I make a PDF of the source of pdftex?
I got the files tex.web and pdftex.web from the texlive svn repo. I ran
weave tex.web
pdftex tex.tex
which produced a file tex.pdf with a nicely typeset, cross-referenced listing of the WEB source ...
7
votes
1answer
272 views
What macros are defined in a Web2c format file?
Web2c defines its format style using Pascal strings, so there are no separator characters between csnames. Is there a straightforward way of listing all csnames bound in a .fmt file?