I was given the following to fill in, however the template was given in a word file and it is really awful to edit in and format properly.
I've tried to recreate it in Latex. My attempt is the following:
\documentclass[11pt]{article}
\usepackage[margin=1in,headheight=14pt]{geometry}
\usepackage{amsmath,amsthm,amssymb,graphicx,mathtools,tikz,hyperref, array, subcaption, caption}
\usepackage[utf8]{inputenc} %øåæ
\usepackage[danish]{babel}
\begin{document}
\noindent \framebox{ \parbox[t][0.5cm]{10cm}{
%
\textbf{Øvelse:} Aritmetikkens fundamentalsætning
} }%%%
%
\framebox{ \parbox[t][0.5cm]{6cm}{
%
\textbf{Dato:}
} }
\noindent \framebox{ \parbox[t][4cm]{9cm}{
%
{\centering \textbf{Øvelsens mål} \par }
{\small \textbf{Læringsmål: } }
} }%%%
%
\framebox{ \parbox[t][4cm]{7cm}{
%
{\centering \textbf{Læreplanens mål} \par }
{\small \textbf{Kernestof og kompetencer i læreplanen:} }
} }
\end{document}
Which produces
As you can see the boxes don't allign properly and there is some unwanted space between the first boxes and the next boxes. I've tried different methods without succes and have not been able to find any examples of someone creating something simular.
I would appreciate if someone could help me recreate the initial bit of the origianl, having seen an example of that I imagine I would be able to make the rest of it.



