All Projects → latex3 → Latex3

latex3 / Latex3

Licence: lppl-1.3c
The LaTeX3 Development Repository

Labels

Projects that are alternatives of or similar to Latex3

Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (-9.75%)
Mutual labels:  latex
Bibsearch
Download, manage, and search a BibTeX database.
Stars: ✭ 52 (-95.43%)
Mutual labels:  latex
Mathjax
Beautiful and accessible math in all browsers
Stars: ✭ 8,551 (+651.41%)
Mutual labels:  latex
Matlab2tikz
This program converts MATLAB®/Octave figures to TikZ/pgfplots figures for smooth integration into LaTeX.
Stars: ✭ 1,041 (-8.52%)
Mutual labels:  latex
Awesome Ebooks
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中...
Stars: ✭ 51 (-95.52%)
Mutual labels:  latex
Docker Texlive
A docker container containing an installation of texlive as well as several useful scripts.
Stars: ✭ 52 (-95.43%)
Mutual labels:  latex
Overleaf Sync
Overleaf Two-Way Synchronization
Stars: ✭ 43 (-96.22%)
Mutual labels:  latex
Atom Latex
The only LaTeX package you need for typesetting with Atom.
Stars: ✭ 60 (-94.73%)
Mutual labels:  latex
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (-95.52%)
Mutual labels:  latex
Software Resume Template
A simple LaTeX template for software engineering resumes.
Stars: ✭ 57 (-94.99%)
Mutual labels:  latex
Paredit Cheatsheet
A new, scalable source document for the Paredit Cheatsheet available as a png on the Emacs wiki
Stars: ✭ 48 (-95.78%)
Mutual labels:  latex
Neubachelorthesis
东北大学本科生毕业论文LaTeX模板
Stars: ✭ 50 (-95.61%)
Mutual labels:  latex
Bachelor Diploma
Дипломная работа бакалавра в LaTeX, оформленная в соответствии с нормоконтролем Севастопольского государственного университета в 2015 году
Stars: ✭ 52 (-95.43%)
Mutual labels:  latex
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (-9.31%)
Mutual labels:  latex
Latex Project Report Template
LaTeX based template for college project reports
Stars: ✭ 58 (-94.9%)
Mutual labels:  latex
Bmc
My bespoke, multipurpose class; designed for general use in LaTeX documents.
Stars: ✭ 44 (-96.13%)
Mutual labels:  latex
Stories About Ming Dynasty
明朝那些事儿(全七卷)
Stars: ✭ 52 (-95.43%)
Mutual labels:  latex
Latex Template Cn
\LaTeX 中文模版收集。
Stars: ✭ 1,111 (-2.37%)
Mutual labels:  latex
Latex Sketch Plugin
Bringing LaTeX to Sketch!
Stars: ✭ 60 (-94.73%)
Mutual labels:  latex
Pytexit
Convert a Python expression to a LaTeX formula
Stars: ✭ 53 (-95.34%)
Mutual labels:  latex

The LaTeX3 Development Repository

Overview

The repository contains development material for LaTeX3. This includes not only code to be developed into the LaTeX3 kernel, but also a variety of test, documentation and more experimental material. A great deal of the experimental LaTeX3 code can be loaded within LaTeX2e to allow development and testing to occur.

The following directories contain experimental LaTeX3 code:

  • l3kernel: code which is intended to eventually appear in a stand-alone LaTeX3 format. Most of this material is also usable on top of LaTeX2e when loading the expl3 package.
  • l3backend: code for backend (driver) level interaces across the expl3 codebase.
  • l3packages: code which is written to be used on top of LaTeX2e to experiment with LaTeX3 concepts. The interfaces to these higher-level packages are 'stable'.
  • l3experimental: code which is written to be used on top of LaTeX2e to experiment with LaTeX3 concepts. The interfaces for these packages are still under active discussion. Parts of this code may eventually be migrated to l3kernel, while other parts are tied closely to LaTeX2e and are intended to support mixing LaTeX2e and LaTeX3 concepts.
  • l3trial: material which is under very active development, for potential addition to l3kernel or l3experimental. Material in this directory may include potential replacements for existing modules, where large-scale changes are under-way.
  • l3leftovers: code which has been developed in the past by The LaTeX3 Project but is not suitable for use in its current form. Parts of this code may be used as the basis for new developments in l3kernel or l3experimental over time.

Support material for development is found in:

  • support, which contains files for the automated test suite which are 'local' to the LaTeX3 repository.

Documentation is found in:

  • articles: discussion of LaTeX3 concepts by team members for publication in TUGBoat or elsewhere.

The repository also contains the directory xpackages. This contain code which is being moved (broadly) l3experimental. Over time, xpackages is expected to be removed from the repository. The directory contrib is used to test the interaction of LaTeX3 code with selected contributed packages.

Discussion

Discussion concerning the approach, suggestions for improvements, changes, additions, etc. should be addressed to the list LaTeX-L.

You can subscribe to this list by sending mail to

[email protected]

with the body containing

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

Issues

The issue tracker for LaTeX3 is currently located on GitHub.

Please report specific issues with LaTeX3 code there; more general discussion should be directed to the LaTeX-L list.

Build status

LaTeX3 uses Travis CI as a hosted continuous integration service. For each commit, the build status is tested using the current release of TeX Live.

Current build status: Build Status

Development team

LaTeX3 is developed by The LaTeX Project.

Copyright

This README file is copyright 2021 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].