stream := PROutputStream on: String new writeStream.
configuration := PRCocoonConfiguration new.
stream configuration: configuration.
canvas := PRLaTeXCanvas on: stream.
canvas raw: '$'.
canvas command name: 'frac'; parameter: 'numerator'; parameter: 'denominator'.
canvas raw: '$'.
canvas flush
Ok thank you :)
On 17/05/15 21:18, Damien Cassou wrote:
Julien Delplanque writes:
Is there anything already done to generate code related to math environment?
I would like messages like:
Fraction>>asMathLatex
that returns $\frac{numerator}{denominator}$.
stream := PROutputStream on: Strin
Cyril Ferlicot writes:
> http://smalltalkhub.com/#!/~Pier/Pillar
>
> "LaTeX embedding: LaTeX is very useful to write mathematical formulas
> for example. It would be nice to be able to embed LaTeX formulas
> inside a Pillar document and get these formulas fully exported. Org
> mode does somethin
Julien Delplanque writes:
> Is there anything already done to generate code related to math environment?
>
> I would like messages like:
>
> Fraction>>asMathLatex
>
> that returns $\frac{numerator}{denominator}$.
stream := PROutputStream on: String new writeStream.
configuration := PRCocoonConf
http://smalltalkhub.com/#!/~Pier/Pillar
"LaTeX embedding: LaTeX is very useful to write mathematical formulas
for example. It would be nice to be able to embed LaTeX formulas
inside a Pillar document and get these formulas fully exported. Org
mode does something similar already."
On 17 May 2015 a
Oh ok :)
Do you have this todo list online?
On 17/05/15 12:19, Cyril Ferlicot wrote:
Sorry but that's an item of the TODO list of Pillar.
On 17 May 2015 at 11:25, Julien Delplanque wrote:
Is there anything already done to generate code related to math environment?
I would like messages like
Sorry but that's an item of the TODO list of Pillar.
On 17 May 2015 at 11:25, Julien Delplanque wrote:
> Is there anything already done to generate code related to math environment?
>
> I would like messages like:
>
> Fraction>>asMathLatex
>
> that returns $\frac{numerator}{denominator}$.
>
> Jul
Is there anything already done to generate code related to math environment?
I would like messages like:
Fraction>>asMathLatex
that returns $\frac{numerator}{denominator}$.
Julien
On 17/05/15 09:06, Damien Cassou wrote:
Julien Delplanque writes:
From which package does these classes com
Julien Delplanque 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
Pillar-ExporterLaTeX but they inherit from Pillar-ExporterCore I think
On 16 May 2015 at 15:30, Julien Delplanque wrote:
> From which package does these classes come from?
>
>
> On 16/05/15 15:26, Cyril Ferlicot wrote:
>>
>> Hi,
>> I don't know if there is a framework but if you don't find you ca
From which package does these classes come from?
On 16/05/15 15:26, Cyril Ferlicot wrote:
Hi,
I don't know if there is a framework but if you don't find you can
still take a look at the class PRLaTeXCanvas and PRLaTeXWriter from
Pharo. Maybe that'll help you to make something.
On 16 May 2015 at
Hi,
I don't know if there is a framework but if you don't find you can
still take a look at the class PRLaTeXCanvas and PRLaTeXWriter from
Pharo. Maybe that'll help you to make something.
On 16 May 2015 at 14:42, Julien Delplanque wrote:
> Hi everyone,
>
> Is there any framework to generate latex
12 matches
Mail list logo