Skip to content

Commit f808b08

Browse files
committed
Fixade frontmatter efter kommentarer
1 parent 50c5e05 commit f808b08

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Rapport/Main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
\cleardoublepage
3030
\addcontentsline{toc}{chapter}{\listfigurename}
3131
% List of tables (add to table of contents)
32-
\listoffigures
32+
%\listoffigures
3333

3434
% Ordlista
3535
\cleardoublepage

Rapport/include/frontmatter/Abstract.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \section*{Abstract}
1010
University of Technology. The goal of the project is to create a text-based
1111
learning material which presents physics with the help of the programming
1212
concept \textit{domain specific languages}, where the domain specific languages
13-
are implemented in the programming language, Haskell. Furthermore, the
13+
are implemented in the programming language Haskell. Furthermore, the
1414
pedagogical use of a learning material of this kind and how well physics and
1515
domain specific languages can be combined are discussed.
1616

@@ -26,8 +26,8 @@ \section*{Abstract}
2626

2727
The learning material includes five chapters dealing with physical dimensions,
2828
calculus, vectors, particle mechanics and applications of them. Each chapter
29-
consists of Haskell-code combined with a descriptive text. Some chapters
30-
construct domain specific languages from the ground up, while some applies
29+
consists of Haskell code combined with a descriptive text. Some chapters
30+
construct domain specific languages from the ground up, while some apply
3131
previously constructed domain specific languages on physical problems. The
3232
learning material is published on a
3333
website\footnote{\url{https://dslsofmath.github.io/BScProj2018/}} and its source

Rapport/include/frontmatter/Acknowledgements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ \section*{Förord}
2424

2525
\vspace{1.5cm}
2626
\hfill
27-
Författarna, Göteborg, Maj 2018.
27+
Författarna, Göteborg, maj 2018.
2828

2929
\newpage % Create empty back of side
3030
\thispagestyle{empty}

Rapport/include/frontmatter/Ordlista.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ \chapter*{Ordlista}
1212

1313
\textbf{Grundläggande område} Ett område i läromaterialet som inte bygger på något annat område. Till exempel vektorer.
1414

15-
\textbf{Komposit område} Ett område i läromaterialet som bygger på andra områden. Till exempel lutande plan, som använder sig av vektorer.
15+
\textbf{Komposit område} Ett område i läromaterialet som bygger på andra områden. Till exempel partikelmekanik, som använder sig av vektorer och matematisk analys.
1616

1717
\textbf{Literate Haskell} Litterat programmering i Haskell. Se avsnitt \ref{sec:lhs}
1818

Rapport/include/frontmatter/Titlepage.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
\copyright ~ Björn Werner, 2018. \setlength{\parskip}{1cm}
9191

9292
Handledare: Patrik Jansson, CSE, Chalmers\\
93-
Examinator: Nils Anders Danielsson, CSE, Chalmers \setlength{\parskip}{1cm}
93+
%Examinator: Nils Anders Danielsson, CSE, Chalmers \setlength{\parskip}{1cm}
9494

9595
Kandidatarbete DATX02-18-08 \\
9696
Institutionen för Data- och informationsteknik \\

0 commit comments

Comments
 (0)