Skip to content

Instantly share code, notes, and snippets.

@mancvso
Created June 18, 2013 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mancvso/5803243 to your computer and use it in GitHub Desktop.
Save mancvso/5803243 to your computer and use it in GitHub Desktop.
LaTeX + Inconsolata + Bitstream Charter = Perfection
% sudo apt-get install texlive-fonts-extra texlive-fonts-recommended
\documentclass[10pt,letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{charter}
\usepackage[T1]{fontenc}
\usepackage{inconsolata}
\usepackage{hyperref}
\usepackage{amsmath, amsthm, amsfonts}
\title{Title}
\author{Myself And I}
\begin{document}
\maketitle
\abstract{Lorem here}
\newpage
\section{Chapter One}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment