Projects tagged ‘equation’ and ‘tetex’


Jump to tag:

Projects tagged ‘equation’ and ‘tetex’

Filtered by Project Tags equation tetex

Refine results Project Tags latex (2) tex (2) convert (1) mathematical (1) taglet (1) java (1) javadoc (1) jquantlib (1) imagemagick (1)

[2 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.

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.