pushing final oblig
This commit is contained in:
36
Oblig/3c/latex/main.tex
Normal file
36
Oblig/3c/latex/main.tex
Normal file
@@ -0,0 +1,36 @@
|
||||
\documentclass[11pt,a4paper]{article}
|
||||
|
||||
\usepackage[norsk]{babel}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{amsmath, amssymb}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{geometry}
|
||||
\usepackage{float}
|
||||
\usepackage{hyperref}
|
||||
\usepackage[newfloat]{minted}
|
||||
\geometry{margin=2.5cm}
|
||||
\setminted{
|
||||
fontsize=\small,
|
||||
linenos,
|
||||
breaklines,
|
||||
frame=lines
|
||||
}
|
||||
|
||||
\title{Oblig 3c\\Lineær regresjon med usikkerhet}
|
||||
\author{Navn: \underline{\hspace{6cm}}}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
\input{sections/task1_kap17_1c}
|
||||
\input{sections/task2_kap17_1d}
|
||||
\input{sections/task3_terningdropp}
|
||||
\input{sections/task4_utvalgsforsok}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user