Kit

Clone-and-go LaTeX project template. Compiles identically locally, in a Docker devcontainer, and on Overleaf.

Category

university

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
% !TEX program = pdflatex
% !TEX root = main.tex

\documentclass[11pt,a4paper]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage[english]{babel}
\usepackage[a4paper,margin=1in]{geometry}

\usepackage{amsmath,amssymb,amsthm}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{cleveref}

\graphicspath{{figures/}}
\hypersetup{
  colorlinks=true,
  linkcolor=blue!60!black,
  citecolor=green!50!black,
  urlcolor=blue!60!black
}

\title{Project Title}
\author{Your Name}
\date{\today}

\begin{document}
\maketitle
\tableofcontents
\clearpage

\input{sections/introduction}
\input{sections/conclusion}

% Bibliography — uncomment to enable
% \bibliographystyle{plain}
% \bibliography{references}

\end{document}
Preview
Kit preview
Kit LaTeX Template | Bibby | Bibby AI