[Javascript] LaTeX to HTML in javascript

Bernu Bernard bernu at lptmc.jussieu.fr
Sat Dec 16 17:22:00 CST 2006


Thank you very much.
That is exactly the reference I was looking for.
Bernard

Le Dec 16, 2006 à 11:43 PM, John Warner a écrit :

> Ask and you shall receive. Check this out:
>
> http://perso.orange.fr/eric.chopin/latex/latex4web.htm
>
> John Warner
>
>
>> -----Original Message-----
>> From: javascript-bounces at LaTech.edu
>> [mailto:javascript-bounces at LaTech.edu] On Behalf Of Bernu Bernard
>> Sent: Saturday, December 16, 2006 3:25 PM
>> To: [JavaScript List]
>> Subject: Re: [Javascript] LaTeX to HTML in javascript
>>
>>
>> John,
>> Thanks for your response.
>> Yes I agree that there are plenty of solutions on the server
>> side. I'm currently looking at client side solutions. I'm
>> looking for possibilities to type small text in a textarea and
>> have a formatted text while typing.
>> Latex is one of the possible format "commonly" used. I'm not trying
>> to reproduced a full compiler,
>> just some easy feature.
>> Bernard
>> Le Dec 16, 2006 à 9:07 PM, John Warner a écrit :
>>
>>> This sounds like a job for sed or awk on the server side where the
>>> LaTeX
>>> is being created to begin with.
>>>
>>> John Warner
>>>
>>>
>>>> -----Original Message-----
>>>> From: javascript-bounces at LaTech.edu
>>>> [mailto:javascript-bounces at LaTech.edu] On Behalf Of Bernu Bernard
>>>> Sent: Saturday, December 16, 2006 10:27 AM
>>>> To: [[JavaScript List]]
>>>> Subject: [Javascript] LaTeX to HTML in javascript
>>>>
>>>>
>>>> Hi list,
>>>> Does anyone knows about some "simple" javascript module to
>> transform
>>>> simple LaTeX input into HTML. I'm thinking of something that can
>>>> handle : \bf bold  --> <b>
>>>> \it italic  -->  <i>
>>>> _            --> <sub>
>>>> ^            --> <sup>
>>>>
>>>> and may be
>>>> \itemize or \enumerate --> <ul>
>>>> \section  --><hx>
>>>>
>>>> Thanks,
>>>> Bernard
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list