octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update - LaTeX markup project


From: Michael Goffioul
Subject: Re: Update - LaTeX markup project
Date: Mon, 15 Jul 2013 19:26:52 -0400

On Mon, Jul 15, 2013 at 5:10 PM, Patrick Noffke <address@hidden> wrote:
On Mon, Jul 15, 2013 at 3:19 PM, Michael D. Godfrey
<address@hidden> wrote:
> On 07/15/2013 02:41 PM, Patrick Noffke wrote:
>>
>> public:
>> >   text_renderer (const caseless_str& interpreter = caseless_str ())
>> >     : rep (0)
>> >     {
>> >       if (interpreter.compare ("latex"))
>> >         rep = new latex_text_renderer ();
>> >       else
>> >         rep = new ft_text_renderer ();
>> >     }
>> >
>
> Will it also be possible to use tex, pdftex, or pdflatex?
> If PDF is the intended final output, using pdf*  would
> appear to be simpler.
>

I'm guessing Michael Goffioul would agree there would be another class
tex_text_renderer after the 'tex' renderer is ported from JHandles.

No. The "tex" interpreter would be handled by another text_parser subclass, then rendered through ft_render.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]