QuickLaTeX is a LaTeX template project designed for fast and clean document creation, with a modern style and modular structure. It is ideal for reports, research papers, and other academic or professional documents.
- Modular template structure for easy customization
- Modern section and subsection styling
- Customizable headers and footers
- Predefined color schemes
- Ready-to-use preamble with common packages
- English comments for clarity
- Makefile for easy compilation and cleaning
QuickLaTeX/
├── LICENSE
├── Makefile
├── README.md
├── main.tex
├── contents/
│ ├── researches.tex
│ └── title.tex
├── _Template/
│ ├── preambule.tex
│ ├── styles.tex
│ ├── footer.tex
│ ├── assets/
│ │ └── img/
- Clone or copy the project.
- Edit
main.texto include your content and desired modules from thecontents/and_Template/folders. - Add your images to
_Template/assets/img/if needed. - Compile the document using the provided Makefile:
or for a clean build:
make
make mrproper
- Modify
_Template/styles.texto change colors, section styles, and page layout. - Edit
_Template/preambule.texto add or remove LaTeX packages as needed. - Update
_Template/footer.texfor custom headers/footers or to add a logo.
- LaTeX distribution (TeX Live, MiKTeX, etc.)
makeutility (optional, for using the Makefile)
This project is licensed under the terms of the LICENSE file provided.