TeX topic

TeX is a typesetting system created by Donald Knuth at Stanford University in 1978. TeX works by reading a source file containing text and macro definitions which instruct the TeX engine how to typeset the document. It also reads TFM files containing character widths, ligatures, and other information relevant to a particular font. After processing the source document, TeX outputs a DVI file which is a device-independent binary file containing the positions of all characters in the document. The DVI file is then supposed to be processed by a device-specific program that combines the DVI file with the necessary fonts to create something that can be sent to a printer. Nowadays it is more common to use one of the extensions to TeX, e.g. pdfTeX which outputs a pdf file instead of a DVI file.

List TeX repositories

master-thesis

93
Stars
26
Forks
Watchers

Выпускная квалификационная работа (ВКР) магистра в LaTeX, оформленная в соответствии с нормоконтролем СевГУ в 2017 г.

ScienceNotebooks

49
Stars
3
Forks
Watchers

Collection of tools and stylesheet for scientific writting and learning (through Anki)

voc

147
Stars
10
Forks
Watchers

A physical model of the human vocal tract using literate programming, based on Pink Trombone.

LaTeX-examples

1.6k
Stars
415
Forks
Watchers

Examples for the usage of LaTeX

TeXTemplates

152
Stars
38
Forks
Watchers

LaTeX/XeLaTeX templates for academic publications: articles, dissertations, posters, and bachelor’s/master’s theses

papis

1.4k
Stars
97
Forks
Watchers

Powerful and highly extensible command-line based document and bibliography manager.

DecisionTrees

123
Stars
57
Forks
Watchers

Seminar work "Decision Trees - An Introduction" with presentation, seminar paper, and Python implementation

LaTeX-KOMA-template

198
Stars
63
Forks
Watchers

Generic template for midsize and larger documents based on KOMA script classes.

LaTeX.js

727
Stars
56
Forks
Watchers

JavaScript LaTeX to HTML5 translator

mdmath

748
Stars
61
Forks
Watchers

LaTeX Math for Markdown inside of Visual Studio Code.