Damien Cassou wrote:
On Wed, May 21, 2014 at 3:42 PM, Ben Coman wrote:
For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly
invoke Pillar but have it in GUI mode with a debugger so that I can learn
about how Pillar executes?
you can replace the call
On Wed, May 21, 2014 at 3:42 PM, Ben Coman wrote:
> For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly
> invoke Pillar but have it in GUI mode with a debugger so that I can learn
> about how Pillar executes?
you can replace the call to the executable so that it uses that ph
The Pillar documentation [1] says the "@@note xyz..." should produce
"Note: xyz..." but that doesn't seem to be happening.
This seems to be handled in PRMarkdownWriter>>visitAnnotatedParagraph:
but not in PRLaTexWriter.
For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly
i