[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Update - LaTeX markup project
From: |
Patrick Noffke |
Subject: |
Re: Update - LaTeX markup project |
Date: |
Mon, 15 Jul 2013 16:10:50 -0500 |
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.
Note that the above discussion has to do with on-screen (i.e.
rasterized) rendering. I don't yet have a good understanding of how
vector output is handled, or where we would integrate latex (or tex)
output.
Patrick
- Re: Update - LaTeX markup project, (continued)
- Re: Update - LaTeX markup project, Michael Goffioul, 2013/07/14
- Re: Update - LaTeX markup project, Andrej Lojdl, 2013/07/15
- Re: Update - LaTeX markup project, Michael Goffioul, 2013/07/15
- Re: Update - LaTeX markup project, Ben Abbott, 2013/07/15
- Re: Update - LaTeX markup project, Michael D. Godfrey, 2013/07/15
- Re: Update - LaTeX markup project, Michael Goffioul, 2013/07/15
- Re: Update - LaTeX markup project, Michael D. Godfrey, 2013/07/15
- Re: Update - LaTeX markup project, Michael Goffioul, 2013/07/15
Re: Update - LaTeX markup project, Patrick Noffke, 2013/07/15
Re: Update - LaTeX markup project, Ben Abbott, 2013/07/15
Re: Update - LaTeX markup project, Andrej Lojdl, 2013/07/16
Re: Update - LaTeX markup project, Michael Goffioul, 2013/07/16