All Projects → latex3 → Latex2e

latex3 / Latex2e

Licence: lppl-1.3c
The LaTeX2e kernel

Labels

Projects that are alternatives of or similar to Latex2e

Mdmath
LaTeX Math for Markdown inside of Visual Studio Code.
Stars: ✭ 675 (-25.08%)
Mutual labels:  latex
Awesome Tikz
A curated list of awesome TikZ documentations, libraries and resources
Stars: ✭ 804 (-10.77%)
Mutual labels:  latex
Pandoc Latex Tip
A pandoc filter for adding tip in LaTeX
Stars: ✭ 7 (-99.22%)
Mutual labels:  latex
Ctex Kit
Macro Packages and Scripts for Chinese TeX users
Stars: ✭ 709 (-21.31%)
Mutual labels:  latex
Latex Homework Template
🎓📄 The LaTeX file that I used as the base for all my homework in university.
Stars: ✭ 773 (-14.21%)
Mutual labels:  latex
Readme2tex
Renders TeXy Math for Github Readmes
Stars: ✭ 826 (-8.32%)
Mutual labels:  latex
Ultimate Beamer Theme List
A collection of custom Beamer themes
Stars: ✭ 652 (-27.64%)
Mutual labels:  latex
Awk
The AWK Programming Language (AWK 程序设计语言, awkbook) 中文翻译, LaTeX 排版
Stars: ✭ 892 (-1%)
Mutual labels:  latex
Cleanthesis
Clean Thesis is a clean, simple, and elegant LaTeX style (or template) for thesis documents.
Stars: ✭ 787 (-12.65%)
Mutual labels:  latex
Concordia Latex Template
Concordia University LaTeX Template for Master's thesis or PHD thesis.
Stars: ✭ 6 (-99.33%)
Mutual labels:  latex
Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (-20.42%)
Mutual labels:  latex
Ustcthesis
LaTeX template for USTC thesis
Stars: ✭ 724 (-19.64%)
Mutual labels:  latex
Latex Thesis Template For Concordia University Students
A LaTex thesis template and style for ENCS graduate student from Concordia University
Stars: ✭ 6 (-99.33%)
Mutual labels:  latex
Beamer
A LaTeX class for producing presentations and slides
Stars: ✭ 697 (-22.64%)
Mutual labels:  latex
Swjtuthesis
LaTeX template for SWJTU thesis.
Stars: ✭ 16 (-98.22%)
Mutual labels:  latex
Tikz
Complete collection of my PGF/TikZ figures.
Stars: ✭ 668 (-25.86%)
Mutual labels:  latex
Satysfi
A statically-typed, functional typesetting system
Stars: ✭ 815 (-9.54%)
Mutual labels:  latex
Tikz drawings
Drawing in LaTeX
Stars: ✭ 18 (-98%)
Mutual labels:  latex
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (-1.44%)
Mutual labels:  latex
Papers
Publications from the MathJax project
Stars: ✭ 6 (-99.33%)
Mutual labels:  latex

The LaTeX2e Kernel Code Repository

Overview

Important notice: This repository holds the unpackaged sources of LaTeX2e as well as code under development in various branches. For this reason it is only of interest to a small number of developers in this form and building a working version from the sources is a non-trivial exercise.

The normal way to obtain LaTeX is therefore not to get it from this repository, but through the packaged version available from https://ctan.org and automatically distributed as part of major TeX distributions such as TeXLive, MacTeX or MiKTeX.

This repository hosts development of the core LaTeX distribution, which comprises:

  • The LaTeX kernel itself (base)
  • LaTeX team documentation (doc)
  • Packages which must be available (required). These are
    • Essential tools (tools)
    • Core graphics and color support (graphics)
    • Key mathematics support (amsmath)

The master public Git repository is hosted on GitHub.

Note that Babel moved to its own repository in 2019: GitHub; any issues related to Babel should be reported there.

LaTeX Version number

The LaTeX version is defined in the file ltvers.dtx in the two commands \fmtversion (the main version) and \[email protected] (the patch level). A negative patch level indicates a pretest version.

Each component of the core distribution contains a README file which is tagged with the appropriate release string prior to upload to CTAN.

Issues

Only issues specifically related to these components should be logged with the team on GitHub. The LaTeX ecosystem is large, and there are many (thousands) of additional packages not maintained by us: issues related to the use of those need to be reported to the relevant maintainers because we are usually unable to help in that case.

To help you making the right decision where to report an issue we ask to start your minimal example file showing the problem always with

\RequirePackage{latexbug}

Please look at the report generated from latexbug and if it indicates that you are using packages not maintained by the LaTeX Project check if your problem is still present after removing them. If so contact the maintainers of these third-party packages and file a bug report with them.

More details on creating issue reports for the core LaTeX distribution are given in our CONTRIBUTING guide.

Support

We are unable to provide advice/support here: community sites such as TeX-LaTeX StackExchange and The LaTeX Community are available for general help. See also the help pages on our website for further suggestions.

Code fixes

Changes to the core LaTeX distribution have to be approached bearing in mind the importance of maintaining stability. This means that all changes have to be carefully weighed up, balancing the issues addressed by a change with the effects on existing documents. We strongly suggest raising suggestions on the LaTeX-L mailing list early.

You can subscribe to the LaTeX-L mailing list by sending mail to

[email protected]

with the body containing

subscribe LATEX-L <Your-First-Name> <Your-Second-Name>

Development team

The LaTeX kernel is developed by The LaTeX3 Project.

Copyright

This README file is copyright 2019 The LaTeX Project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].