Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
2k views

What's the best way to do literate programming in Python on Windows?

I've been playing with various ways of doing literate programming in Python. I like noweb, but I have two main problems with it: first, it is hard to build on Windows, where I spend about half my ...
7
votes
1answer
202 views

Sweave,R,Beamer : How to convert the LaTex text in an Rnw file to R comments?

Say I have a .Rnw file containing the usual LaTex mixed in with R code chunks. (I'm especially interested in converting a .Rnw slides document, but this question applies to any .Rnw document). Now I ...
5
votes
2answers
537 views

Has anyone tried literate programming for C#, with Lyx and noweb

I came across this blog post yesterday, and it once again made me want to give literate programming a try. Has anyone else tried doing literate programming for C#? I'm wondering about trying Lyx + ...
5
votes
2answers
357 views

Minimal noweb example with cross referencing

I'm trying to find a good literate programming tool. Let's just say it's not an easy decision. (The generic ones are too generic and the specific ones are too specific :) ) Among others, I've got ...
4
votes
3answers
197 views

Code chunk fontification in Emacs noweb mode?

In noweb mode, I would like to make the doc chunks and code chunks easier to distinguish. I'm already using font-lock-mode, but it applies the same face to strings in R and strings in tex, so doesn't ...
3
votes
1answer
97 views

FIXED: emacs:org-babel: noweb reference expand with an surplus line

When noweb reference in org-mode 's source code block is expanded, ever the content of the reference consists of only one line, it will expand the reference with an surplus line. This is an example: ...
2
votes
2answers
147 views

Emacs, R, Org-mode: how to enable automatic switch to ESS-mode within R code blocks?

When using R code chunks in an .Rnw document, the emacs buffer automatically detects that the cursor is within a code chunk (i.e. within <<>> and @), and switches to ESS-mode -- this is ...
2
votes
3answers
183 views

How do I identify which Sweave code chunk gives an error?

When running Sweave from emacs-ess, errors are provided with a code chunk number. Is there an easy way to navigate among the code chunks by number? Otherwise, they are difficult to identify.
2
votes
1answer
253 views

“$” symbol in a code chunk of noweb (literate programming) file

I have following javascript code inside a code chunk of a noweb (i.e., .nw) file: <<tooltip>>= $("span").tooltip({ tip: 'tooltip', predelay: 30, delay: 3000, onShow: function(){} ...
1
vote
1answer
55 views

LyXliteral programming

I keep writing codes in gedit but at the end of the week we need to submit a lyx literal programming file. Copying and pasting or importing is painful, since , we need to keep pressing tabs or enters. ...
1
vote
2answers
175 views

How to write homebrew formula that keep their files in the Cellar?

I'm trying to write a formula for the Icon programming language (necessary for noweb), but its binary distribution contains TONS of files (almost 1000) in the lib/ directory. I'd like to leave them ...
1
vote
1answer
304 views

emacs, auctex, noweb-mode - how to keep screen from recentering around point?

When in auctex and noweb-mode (using Sweave in emacs), I find it distracting when the screen recenters itself as I use next-line, previous-line, etc. (C-n, C-p, and mouse-1). Does anyone know how to ...
1
vote
2answers
433 views

Using noweb on a large Java project

Has anyone used the noweb literate programming tool on a large Java project, where several source code files must be generated in different subdirectories? How did you manage this with noweb? Are ...
0
votes
1answer
12 views

Can noweb create traversable links in latex like it does in HTML?

When you generate html documents with noweb each chunk of code can be clicked when referenced elsewhere and you can jump to this definition but I'm not able to get the same functionality with the ...
0
votes
0answers
27 views

build noweb and dependencies, no superuser priviliges

How can I build (and use) noweb and its dependencies without superuser privileges? It seems that if I download and install the binary into my home directory some dependency is missing. when using ...