Projects tagged ‘tex’ and ‘typography’


[12 total ]

697 Users
   

LaTeX is a document preparation system for high-quality typesetting. It is most often used for medium-to-large technical or scientific documents but it can be used for almost any form of publishing.
Created over 3 years ago.

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.

28 Users
   

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 ... [More] TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world. TeX Live is the successor to teTeX. [Less]
Created about 1 year ago.

22 Users
   

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

11 Users
   

A typesetting system by Jonathan Kew and SIL International based on a merger of Donald Knuth's TeX system with Unicode and modern font technologies (multiple languages, support for AAT and OpenType advanced font features, trivial font installation).
Created over 3 years ago.

5 Users
   

GNU TeXmacs is a free wysiwyw (what you see is what you want) editing platform with special features for scientists. The software aims to provide a unified and user friendly framework for editing ... [More] structured documents with different types of content (text, graphics, mathematics, interactive content, etc.). The rendering engine uses high-quality typesetting algorithms so as to produce professionally looking documents, which can either be printed out or presented from a laptop. The software includes a text editor with support for mathematical formulas, a small technical picture editor and a tool for making presentations from a laptop. Moreover, TeXmacs can be used as an interface for many external systems for computer algebra, numerical analysis, statistics, etc. [Less]
Created over 3 years ago.

2 Users
 

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 ... [More] documents of all kinds. It has features of particular 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]
Created over 3 years ago.

1 Users

ThuThesis is a LaTeX thesis template package for Tsinghua University in order to make it easy to write thesises for either bachelor, master or doctor. ThuThesisLaTeX
Created 12 months ago.

1 Users

A Tufte-inspired LaTeX layout to produce handouts and books.
Created about 1 year ago.

0 Users

This project hosts gezhu.sty, a TeX/LaTeX macro package to typeset gezhu. Gezhu (割注, literally Splitted Annotation; Warichu in Japanese) is a typesetting formula used in ancient Chinese books ... [More] , where annotations are inserted into the main text in small fonts in two (or more) lines. The package gezhu.sty enables user to typeset gezhu of any length and any lines in a simplest form of input. An example of gezhu usage is as follows. \documentclass[12pt]{article} \ifdefined\XeTeXrevision \usepackage{zhspacing} \zhspacing \XeTeXinputencoding "cp936" \else \usepackage{CJK, CJKpunct} \AtBeginDocument{\begin{CJK*}{GBK}{song}} \AtEndDocument{\clearpage\end{CJK*}} \fi \usepackage{gezhu} \setgezhulines{2} \everygezhu{\fontsize{6}{7}\selectfont} \setgezhuraise{-1.5pt} \begin{document} \fbox{\parbox{6.5em}{ \begin{withgezhu} 这是割注\gezhu{在正文中插入的双行或多行注解}排版测试。 \end{withgezhu}}} \end{document} [Less]
Created 12 months ago.