Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superunstar/latex-works

All my latex papers and works.
https://github.com/superunstar/latex-works

computer-science latex maths science

Last synced: 13 days ago
JSON representation

All my latex papers and works.

Awesome Lists containing this project

README

        

## πŸ‡«πŸ‡· Language
Version en [Français](README.md)

# πŸ“š LaTeX Articles Collection

This repository host all my work made in LaTex. The goal is to shre my works and to make them open to changes, translations and correction, as my works can be inaccurates or falses.

## πŸ› οΈ Dependencies

To compile articles, if you want to, you will need :

- [TeX Live](https://www.tug.org/texlive/) or any else LaTex distribution.
- An LaTex editor like [TeXstudio](https://www.texstudio.org/), [Overleaf](https://www.overleaf.com/), or [VS Code](https://code.visualstudio.com/) with the extension [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop).

## βš™οΈ Compilation

To compile an article :

1. Clone repository :
```bash
git clone https://github.com/superunstar/LaTex-Works.git
2. Access the directory :
```bash
cd LaTex-Works/
3. Compile with, for example, **pdflatex** :
```bash
pdflatex main.tex

It will generate a PDF file in the same directory.

## πŸ“ Contribute, Correct, Translate

Contributions are welcome ! If you want to enhance an existing artile, add precision, correct an error, or translate an article, you can follow those steps :

1. Do a fork of the repository.
2. Create a new branch :
```bash
git checkout -b
3. Commit your changes :
```bash
git commit -m "description of changes"
4. Push it to your fork :
```bash
git push origin
5. Do a pull request on this repository.

## πŸ“§ Contact

Contact : [[email protected]](mailto:[email protected])

## πŸ“„ License

This repository is under [MIT](https://opensource.org/license/mit) license.