[Tickets #10227] Re: Support LaTeX Rendering
bugs at horde.org
bugs at horde.org
Tue Jul 26 18:00:24 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10227
------------------------------------------------------------------------------
Ticket | 10227
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Support LaTeX Rendering
Queue | IMP
Version | Git master
Type | Enhancement
State | Accepted
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-07-26 18:00) wrote:
>> A Mime Driver takes input data, and outputs a (normally) text/html
>> representation of the contents.
> For attached files but not the text part, right?
Wrong. A Mime Driver takes any input data and outputs a text/html
representation of contents.
There is no difference between "attached files" and text parts. They
are all the same. Every part is an attachment, and every attachment
is a message part.
Essentially, there are two ways to handle a message part - allow a
user to download the raw data to be handled by their local computer,
or to attempt to parse this data and produce some sort of useful
output. The former is essentially the download button, the latter is
what a Mime Viewer does.
>> Yes. But that's what you asked for in the original ticket posting.
>> A syntax highlighter is not supposed to do anything else (e.g. render
>> the data).
> No, this is never what I wanted to propose (although my wishes might
> have been ambiguous wrt syntax highlighting).
I guess I have no idea what you are talking about then. If you are
talking about syntax highlighting the rendered data inside of a Latex
file, this is not syntax highlighting as the term is commonly used.
Syntax highlighting refers to marking up source code based on the
language's grammar - which we (should) already support for latex files.
More information about the bugs
mailing list