Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joellefkowitz/latex
Latex template for mathematics.
https://github.com/joellefkowitz/latex
latex maths pdf template
Last synced: 2 months ago
JSON representation
Latex template for mathematics.
- Host: GitHub
- URL: https://github.com/joellefkowitz/latex
- Owner: JoelLefkowitz
- License: mit
- Created: 2021-02-28T13:41:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T22:08:16.000Z (7 months ago)
- Last Synced: 2024-10-05T21:41:30.462Z (3 months ago)
- Topics: latex, maths, pdf, template
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Latex
Latex template for mathematics.
![Review](https://img.shields.io/github/actions/workflow/status/JoelLefkowitz/latex/review.yml)
![Version](https://img.shields.io/pypi/v/latex)
![Downloads](https://img.shields.io/pypi/dw/latex)
![Quality](https://img.shields.io/codacy/grade/6c16c26db4424b2a92fa96bc09c91dac)
![Coverage](https://img.shields.io/codacy/coverage/6c16c26db4424b2a92fa96bc09c91dac)## Example
![Example](docs/images/example.png)
## Installing
```bash
pip install latex
```## Documentation
Documentation and more detailed examples are hosted on [Github Pages](https://joellefkowitz.github.io/latex).
## Usage
Edit the source files as you like and run the build script:
```bash
sh build.sh
```## Tooling
### Dependencies
To install dependencies:
```bash
yarn install
pip install .[all]
```### Tests
To run tests:
```bash
thx test
```### Documentation
To generate the documentation locally:
```bash
thx docs
```### Linters
To run linters:
```bash
thx lint
```### Formatters
To run formatters:
```bash
thx format
```## Contributing
Please read this repository's [Code of Conduct](CODE_OF_CONDUCT.md) which outlines our collaboration standards and the [Changelog](CHANGELOG.md) for details on breaking changes that have been made.
This repository adheres to semantic versioning standards. For more information on semantic versioning visit [SemVer](https://semver.org).
Bump2version is used to version and tag changes. For example:
```bash
bump2version patch
```### Contributors
- [Joel Lefkowitz](https://github.com/joellefkowitz) - Initial work
## Remarks
Lots of love to the open source community!