Re: Generate latex from Pharo
Posted by
Damien Cassou-2 on
May 17, 2015; 6:49am
URL: https://forum.world.st/Generate-latex-from-Pharo-tp4826739p4826814.html
Julien Delplanque <
[hidden email]> writes:
> From which package does these classes come from?
Gofer new
smalltalkhubUser: 'Pier' project: 'Pillar';
configurationOf: 'Pillar';
load.
(ConfigurationOfPillar project version: #stable) load: 'latex exporter'.
With this loaded, you now have 2 choices:
- instantiate PRLaTeXCanvas and PROutputStream manually and use them, or
- create a Pillar document and export it as LaTeX.
Continue asking questions here if you have more.
--
Damien Cassou
http://damiencassou.seasidehosting.st"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill