This template is created for 2 goals:
- Create good system for veduci to write LaTeX (i.e environments, predefined macros, etc.)
- United style for every material a. Fancy title with logos, so we look cool
kms-article.cls is the main file.
template.tex is an example tex src.
gpt-generated-* is vibecoded LaTeX, probably reused in kms-article.cls.
logos is where logos are stored.
Ad logos: download pdf files, svg are only for reference and are taken from our brand repo.
To use cls on Linux:
-
Download
cls. If you are using TeX live:- Run
mkdir -p ~/texmf/tex/latex/kms-article - Run
ln -s ~/<repo_address>/ ~/texmf/tex/latex/kms-article
- Run
-
run
pdflatex <name.tex>two times (forlastpageto create numbering). -
Add
biber/bibtexand thenpdflatexonce more, if you're using bibliography (check Makefile for reference).
To use cls on Overleaf:
- Download
cls - Put
.clsfile andlogosfolder in root directory. - profit.