Skip to content

Instantly share code, notes, and snippets.

@RenatoUtsch
Last active April 15, 2020 12:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RenatoUtsch/da4aad59ea4416fa00bd5ec009eff0ea to your computer and use it in GitHub Desktop.
Save RenatoUtsch/da4aad59ea4416fa00bd5ec009eff0ea to your computer and use it in GitHub Desktop.
Modern barebones template for LuaLaTeX and BibLaTeX
\documentclass[12pt]{article}
% Encoding
\usepackage{fontspec}
\usepackage{polyglossia}
\usepackage{csquotes}
\setdefaultlanguage{english}
% Formatting
\usepackage{fullpage}
\usepackage[final]{microtype}
% References
\usepackage{biblatex}
\addbibresource{refs.bib}
% Other
\usepackage{hyperref}
\begin{document}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment