Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/superunstar/latex-works
- Owner: superunstar
- Created: 2024-08-09T12:54:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T19:11:30.000Z (2 months ago)
- Last Synced: 2024-10-17T08:42:00.158Z (30 days ago)
- Topics: computer-science, latex, maths, science
- Language: TeX
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-english.md
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.texIt 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.