Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oetiker/lshort
The Not So Short Introduction to LaTeX
https://github.com/oetiker/lshort
Last synced: about 2 months ago
JSON representation
The Not So Short Introduction to LaTeX
- Host: GitHub
- URL: https://github.com/oetiker/lshort
- Owner: oetiker
- License: gpl-3.0
- Created: 2016-02-08T14:16:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T14:43:42.000Z (8 months ago)
- Last Synced: 2024-09-08T17:22:33.336Z (4 months ago)
- Language: TeX
- Homepage: https://tobi.oetiker.ch/lshort
- Size: 1.57 MB
- Stars: 395
- Watchers: 17
- Forks: 59
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
Awesome Lists containing this project
- latex-templates - oetiker/<br>lshort - square)<br/>![60](https://img.shields.io/github/forks/oetiker/lshort?style=flat-square)<br/>![2024-11-25](https://img.shields.io/github/last-commit/oetiker/lshort?style=flat-square) | The Not So Short Introduction to LaTeX | (Popular & New Non-LaTeX Templates / Others)
README
# The Not So Short Introduction to LaTeX
[![CTAN English][ctan-english-shield]][ctan-english-url]
[![CTAN All languages][ctan-shield]][ctan-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url] [![Stars][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPLv3 License][license-shield]][license-url] [![CI][ci-shield]][ci-url]
If you want to learn how to write your documents with LaTeX, this introduction
is for you. It contains the basic information about setting up a LaTeX system
and using it to write documents. The current stable version of the package may
be found on [CTAN][ctan-english-url]. Many translations exist (though not
necessarily up to date) and can be found [here][ctan-url].## Building from source
The newest version of the document is available on [GitHub][github]. To build
the document yourself you will need reasonably recent versions (mine are listed
in the parentheses) of the following programs:- `TeXLive` (`2022`, `full`)
- `git` (`2.36.1`)
- `GNU make` (`4.3`)
- `pygments` (`2.12.0`)After installing them there are just three steps:
1. Clone the repository with submodules.
`git clone https://github.com/oetiker/lshort.git --recurse-submodules`
2. Change to the cloned directory.
`cd lshort`
3. Compile.
`make`
Note that compiling for the first time takes a _really_ long time. This is
because `pygments` and example cache need to build. Subsequent runs should be
significantly faster.The current development builds are also available on [Actions][ci-url] page.
## Contributing
See our [contributing guide](CONTRIBUTING.MD).
## Copyright
The book is released under the GPLv3 (or later) license. Full text can be found
[here](LICENSE). Copyright © 1995-2022 Tobias Oetiker, Marcin Serwin, Hubert
Partl, Irene Hyna, Elisabeth Schlegl and Contributors.The title page [illustration](src/images/title-illustration.svg) by [Roman
Schmid][bummzack] is dedicated to the public domain via [CC0 1.0 Universal
Public Domain Dedication][cc0-url].[contributors-shield]:
https://img.shields.io/github/contributors/oetiker/lshort.svg?style=for-the-badge
[contributors-url]: https://github.com/oetiker/lshort/graphs/contributors
[forks-shield]:
https://img.shields.io/github/forks/oetiker/lshort.svg?style=for-the-badge
[forks-url]: https://github.com/oetiker/lshort/network/members
[stars-shield]:
https://img.shields.io/github/stars/oetiker/lshort.svg?style=for-the-badge
[stars-url]: https://github.com/oetiker/lshort/stargazers
[issues-shield]:
https://img.shields.io/github/issues/oetiker/lshort.svg?style=for-the-badge
[issues-url]: https://github.com/oetiker/lshort/issues
[license-shield]:
https://img.shields.io/github/license/oetiker/lshort.svg?style=for-the-badge
[license-url]: https://github.com/oetiker/lshort/blob/master/LICENSE
[ci-shield]:
https://img.shields.io/github/workflow/status/oetiker/lshort/CI?style=for-the-badge
[ci-url]: https://github.com/oetiker/lshort/actions/workflows/CI.yml
[ctan-english-url]: https://ctan.org/pkg/lshort-english
[ctan-english-shield]:
https://img.shields.io/badge/CTAN-English-informational?style=for-the-badge
[ctan-url]: https://ctan.org/pkg/lshort
[ctan-shield]:
https://img.shields.io/badge/CTAN-All-informational?style=for-the-badge
[github]: https://github.com/oetiker/lshort
[cc0-url]: https://creativecommons.org/publicdomain/zero/1.0/
[bummzack]: https://github.com/bummzack