Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


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

[Javascript] LaTeX to HTML in javascript


  • From: bernu at lptmc.jussieu.fr (Bernu Bernard)
  • Subject: [Javascript] LaTeX to HTML in javascript
  • Date: Sat Dec 16 14:25:37 2006

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@xxxxxxxxxx
>> [mailto:javascript-bounces@xxxxxxxxxx] 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@xxxxxxxxxx
>> https://lists.LaTech.edu/mailman/listinfo/javascript
>>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript