Projects tagged ‘latex’ and ‘pdf’


[12 total ]

79USERS
   

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 officially declared unmaintained by it's current maintainer, and users are suggested to change to TeX Live instead.

19USERS
   

LilyPond is a music typesetter. It produces beautiful sheet music using a description file as input. LilyPond is part of the GNU Project.

18USERS
   

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 the standard teTeX distribution of TeX produce pdf output instead of dvi output.

12USERS
   

The main purpose of the pdfTeX project is to create and maintain an extension of TeX that can produce PDF directly from TeX source files and improve/enhance the result of TEX typesetting with the help of PDF. When PDF output is not selected, pdfTEX ... [More] produces normal DVI output, otherwise it generates PDF output that looks identical to the DVI output. An important aspect of this project is to investigate alternative justification algorithms (e. g. a font expansion algorithm akin to the hz micro--typography algorithm by Prof. Hermann Zapf), optionally making use of Multiple Master fonts. pdfTEX is based on the original TeX sources and Web2c, and has been successfully compiled on Unix, Win32 and MSDOS systems. [Less]

11USERS
   

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

7USERS
   

TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts ... [More] that are free software, including support for many languages around the world. TeX Live is the successor to teTeX. [Less]

5USERS
   

Txt2tags converts a text file with minimal markup to HTML, XHTML, SGML, LaTeX, Lout, UNIX man page, MoinMoin, MagicPoint (mgp) and PageMaker. Features: simple, fast, automatic TOC, macros, filters, include, tools, GUI/CLI/Web interfaces, extensive docs.

3USERS
   

WiKo is a very simple but powerful python script which takes files with wiki content in a given directory and either builds a web, a LaTeX article or a blog. It is very recommended to use it in tandem with a collaborative versioning system such as cvs or subversion in order to publish on commit.

1USERS

Subversion based Wiki for collaborative editing of LaTeX documents, as used on http://mitschriebwiki.nomeata.de/

1USERS
 

Platypus is a comprehensive and easy-to-use page layout and typesetting system. Similar in concept to tools such as TeX, Platypus adds new features, especially ease of use, to the generation of documents of all kinds. It has features of particular ... [More] benefit to developers and technical writers, such as intelligent, language-sensitive support for listings and code snippets. Input consists of text files with embedded commands and specifications (similar in concept to troff and TeX). These files are converted to PDF or HTML using the iText library. Written in Java. In early alpha (and not feature complete) but under active development. Binaries, code, docs, and schedule of releases at the websise. [Less]

1USERS

The TeXlipse plugin for Eclipse provides support for LaTeX projects. It is primarily aimed at users who already know the basics about LaTeX, newbies will surely find it useful but also a steeper learning curve. The following main features are ... [More] offered: * Syntax highlighting * Document outline * Code folding * Templates * Build support, also partial building * Annotations for errors (while editing) * Content assist (completion of commands and references) * Easy navigation with F3 * Outline of the current file and the full project * Spell checking * Menu with common LaTeX math symbols * BibTeX editor and BibTeX-support * Line wrapping * Table editor * Support for several platforms (Windows, Linux, OS X) * ...and many more [Less]

0USERS

DescriptionTrac2Latex is a set of Trac plugins and macros to convert Wiki files to Latex/Pdf, including a Latex [wiki:WikiProcessors WikiProcessor]. SourceYou can check out Trac2LatexPlugin from http://code.google.com/p/trac2latex/ using ... [More] Subversion: svn checkout http://trac2latex.googlecode.com/svn/trunk/ trac2latexInstallGen Trac2Latex egg python setup.py bdist_eggCopy all macro files (.py) and plugins files (.egg) to Trac plugins1 directory. Restart Trac web server. 1Trac 0.10 uses new macro style (all macros are plugins). PLEASE COPY ALL FILES TO PLUGINS DIR NOT TO WIKI-MACROS DIR. How to useSee WikiMacros help page (after installation). RequirementsTrac-0.10 or 0.11-dev Python Tetex-3.0, TexLive, Miktex, etc... (any Tex distribution). ImageMagick ExamplesTo see Trac2Latex running go to http://code.chenca.org/wiki/trac2latex. Latex Processor{{{ #!Latex $\frac{\alpha{2 + \beta}}{\delta_x}$ }}}This code will produce a PNG file and a PDF file, both will be added to Attachments section. Latex DocumentYou can generate a wholly Latex document using some TexMacros and clicking in the Latex-PDF or Latex link at the end of the page [[LatexDocCls(article, a4paper)]] [[LatexUsePkg(xcolor)]] [[LatexUsePkg(hyperref)]] [[LatexBeginDoc]] = Section = This is a section == SubSection == This is a subsection === SubSubSection === This is a subsubsection [[LatexEndDoc]] [Less]