Projects tagged ‘tetex’


[7 total ]

93 Users
   

teTeX is a complete TeX distribution for UNIX compatible systems, maintained by me, Thomas Esser. It is based on the web2c distribution which is currently maintained by Olaf Weber. teTeX has been ... [More] officially declared unmaintained by it's current maintainer, and users are suggested to change to TeX Live instead. [Less]
Created over 3 years ago.

26 Users
   

Kile is a user friendly TeX/LaTeX editor for the KDE desktop environment. It simplifies the creation of LaTeX documents.
Created over 2 years ago.

23 Users
   

TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses "pdftex" and "pdflatex" rather than "tex" and "latex" to typeset; these programs in ... [More] the standard teTeX distribution of TeX produce pdf output instead of dvi output. [Less]
Created over 3 years ago.

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.

2 Users

OOoLatex is a set marcos designed to provide latex support into OpenOffice. Complex equations can be inserted as images, the latex code is saved into the image attribute while simpler equations are ... [More] expanded into symbol characters to be inserted as text. [Less]
Created over 2 years ago.

0 Users

This is a single GNU makefile that builds a LaTeX document into various targets with minimal latex/bibtex invocations. It colorizes and swallows the normally unhelpful latex output so that errors and ... [More] other important messages are easy to spot. It handles GNUplot, Fig, and Dot image creation (and handles many more formats besides), and does automatic dependency tracking. Perhaps most important, it is convenient because it is a single file and only depends on standard Unix utilities that are likely to exist on any system. It includes built-in help documentation and various utilities to test whether it will work on your system. [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 about 1 year ago.