Skip to content

Instantly share code, notes, and snippets.

@Ahtenus
Created March 12, 2011 23:46
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 Ahtenus/867709 to your computer and use it in GitHub Desktop.
Save Ahtenus/867709 to your computer and use it in GitHub Desktop.
Skellett för Latexdokument
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[swedish]{babel}
\usepackage{url}
\usepackage{hyperref}
\begin{document}
\title{Titel på det hela}
\author{Viktor Barsk}
\date{\today}
\maketitle
Text här
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment