This repository serves as a base for composing LaTeX articles with lualatex. This basis is meant for primarily personal usage.
- Typography and hyperref settings optimized for academic papers.
- Configured for Greek and English languages.
- Includes commonly used LaTeX packages.
- Uses lualatex for compilation.
Please continue at your own risk
- Git clone this repository to your local machine.
- Navigate to the cloned directory.
- If you want to embed this in a new git repository, delete the
.git
directory using the commandrm -rf .git
.
- Create a
main.tex
. - Use the
\input
command for theconf.tex
in the preamble. - Input tex files like the titlepage that is included.