AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Build apps or websites quickly on a fully managed platform
Get two million requests free per month.
Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
Asymptote is a powerful descriptive vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. Asymptote provides for figures the same high-quality typesetting that LaTeX does for scientific text.
dvi2bitmap is a utility to convert TeX DVI files directly to bitmaps, without going through the complicated (and slow!) route of conversion via PostScript and PNM. The prime motivation for this is to prepare mathematical equations for inclusion in HTML files, but there is a broad range of uses beyond that.
dvi2bitmap...
* is written in portable C++, and the program acts as a wrapper round the libdvi2bitmap library (both static and shareable), which abstracts DVI and PK files...
WaTeX is a LaTeX HTML document renderer. Unlike other LaTeX to HTML translators which try to understand TeX, this takes a more high-level approach. You will not be able to convert very complex documents, but it is extensible and produces nice output.
Script for OpenOffice/LibreOffice to convert tables to Latex-Code
UPDATE: The project was moved to github (https://github.com/schober-ch/calc2booktab). The soruceforge page won't get any bugfixes, please use the github repo if you want to try this macro.
--------------------------------------------------------------------------
A Python extension for OpenOffice/LibreOffice to convert selected cells to LaTeX-Code. Its similar to Calc2Latex, but typographic formatting is more advanced (numeric columns, dcolumn-package, booktab-package)
Script is tested...