Projects tagged ‘equation’ and ‘latex’


Jump to tag:

Projects tagged ‘equation’ and ‘latex’

Filtered by Project Tags equation latex

Refine results Project Tags tex (3) tetex (2) javascript (2) mathematical (1) mathm (1) javadoc (1) svg (1) online (1) java (1) editor (1) taglet (1) convert (1)

[4 total ]

2 Users

LaTeXtaglet allows inclusion of mathematical equations in Javadocs. This project was originally developed by Stephan Dlugosz and hosted at SourceForge. The original source code is dependent of ... [More] Windows conventions for directories and files names. The modified version of LaTeXtaglet described here runs fine on unix platforms but was never tested on Windows. It's uncertain whether changes in the modified version were propagated back to the original code base as the original author apparently stopped improvements to the original code base. Hence, another code base was created under JQuantLib umbrella. JQuantLib uses LaTeXtaglet to generate nice Javadocs which contains UML diagrams and mathematical equations. Richard Gomes http://www.jquantlib.org/index.php/User:RichardGomes [Less]
Created about 1 year ago.

1 Users

sMArTH is an online equation editor for MathML and LaTeX that is built on open Web standards. The editor itself uses a SVG interface and the application logic is implemented in ECMAScript using the ... [More] DOM. Both MathML and LaTeX are supported as exporting formats in addition to the SVG format. [Less]
Created over 3 years ago.

1 Users

jsTeXrender - an Online JavaScript LaTeX-equation render for WebsThis is a new innovation for displaying Mathematical formula on www. The aim is to help blogger and webmaster publish equations in ... [More] their website or blog with the LaTeX by installing a small javascript. You just simply write the equations using (or ), a HTML tag, in your web pages. Then, the online LaTeX render engine will convert the TeX/LaTeX code on your web page to equation image (png or gif) which can be displayed in any web browser, i.e., Firefox, MS Internet Explorer. Website: http://yourequations.com [Less]
Created 12 months ago.

0 Users

IntroductionConverTeX is a bash script to convert LaTeX equations into PNG files with transparency. It's use the tetex tool to compile the equation and the imagemagick to convert the result to a PNG ... [More] file. ExampleMass–energy equivalence: Schrödinger equation: DependenciesConverTeX needs this packages to work: apt-get install tetex-bin tetex-extra tetex-base imagemagickUsageUsing help: Applications $ ./ConverTeX.sh --help Use: ConverTeX [OPTIONS]... OPTIONS: --equation, -e 'equation' (w. single quotes) Convert --version, -v Version --help, -h This Help Applications $Mass–energy equivalence: Applications $ ./ConverTeX.sh -e 'E = mc^2' Creating TeX / Criando estrutura TeX... Status: OK Compiling / Compilando... Status: OK Converting / Convertendo... Status: OK Done / Feito! (equation276164852.png) Applications $Schrödinger equation: Applications $ ./ConverTeX.sh -e 'i\hbar\frac{\partial}{\partial t}\psi=-\frac{\hbar^2}{2m}\nabla^2\psi + V\psi' Creating TeX / Criando estrutura TeX... Status: OK Compiling / Compilando... Status: OK Converting / Convertendo... Status: OK Done / Feito! (equation276165007.png) Applications $ [Less]
Created 12 months ago.