Created
June 18, 2013 07:07
-
-
Save mancvso/5803243 to your computer and use it in GitHub Desktop.
LaTeX + Inconsolata + Bitstream Charter = Perfection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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