From: Bjørn Rustad Date: Mon, 8 Dec 2014 17:24:15 +0000 (+0100) Subject: Index and lists X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=01874e36d37b0f9c00b1f95641dfd32705b08178;p=master Index and lists --- diff --git a/main.tex b/main.tex index d1b4c96..85192d3 100644 --- a/main.tex +++ b/main.tex @@ -9,6 +9,8 @@ \usepackage{amsthm} \usepackage{graphicx} \usepackage{minted} +%Options: Sonny, Lenny, Glenn, Conny, Rejne, Bjarne, Bjornstrup +\usepackage[Lenny]{fncychap} \usepackage{polyglossia} \setmainlanguage[variant=american]{english} @@ -59,7 +61,7 @@ \usepackage{subcaption} \usepackage{xfrac} \usepackage{listings} -\usepackage[intoc]{nomencl} +\usepackage{nomencl} \lstset{ % FIXME: Courier 9pt anbefales @@ -102,6 +104,16 @@ \cleardoublepage +\abstract{ + BLEEP BLOOP. +} + +\cleardoublepage + +\abstract{ + BLEEP BLEEP NORSK. +} + % Romerske tall pÃ¥ alt før selve rapporten starter er pent. \pagenumbering{roman} @@ -118,10 +130,6 @@ % Pass pÃ¥ at neste side ikke begynner pÃ¥ baksida av en annen side. \cleardoublepage -\printnomenclature[2.5cm] - -\cleardoublepage - % Arabisk (vanlige tall) sidenummerering. Starter pÃ¥ side 1 igjen. \pagenumbering{arabic} @@ -130,14 +138,30 @@ \input{theory} \input{results} +\cleardoublepage + % Bibliografi/referanseliste skal komme før appendiks \bibliography{bib} \bibliographystyle{unsrt} -\newpage +\cleardoublepage + +\listoffigures + +\cleardoublepage + +\listoftables + +\cleardoublepage + +\markboth{\MakeUppercase\nomname}{\MakeUppercase\nomname} +\printnomenclature[2.5cm] + +\cleardoublepage % En latex-kommando for Ã¥ si fra at kapitlene/seksjonene fra nÃ¥ % av skal nummereres med store bokstaver: \appendix + \input{appendix} % Indeks for rapporten. Ta bort prosenttegn hvis du vil ha det med. diff --git a/theory.tex b/theory.tex index 4c18060..eb5d6b3 100644 --- a/theory.tex +++ b/theory.tex @@ -1056,21 +1056,19 @@ $\det A = \det PAP^T = \det M$, and from our eigendecomposition in amounts to switching the two eigenvalues $\sigma_1$ and $\sigma_2$ in $\Sigma$. -The whole transformation from the initial functional in -\eqref{eq:first_anisotropic_functional} -through the coarea formula and the Cauchy--Crofton formula was motivated -by the discretization which will be described next. We will see that we -can minimize the energy functional for each level separately, and that -the integral over all lines $\mathcal{L}$ can be approximated by a sum -over some discrete set of lines. \chapter{Discrete formulation} -This is where we discretize! It will also be an important chapter, as -the choices and possibilities are endless. The easiest way out is to -choose the same stencil in every point, and only let the weights depend -on the anisotropy. This can work, but size has to be discussed (and -tested later). Then the stencil shape can be adjusted as well. +The whole transformation from the initial functional in +\eqref{eq:first_anisotropic_functional} through the coarea formula and +the Cauchy--Crofton formula was motivated by the discretization which +will be described here. The coarea formula allows us to minimize the +functional for each level separately, while the Cauchy--Crofton formula +gives a feasible way of calculating the perimeter of each level set. + +The integrals we had in \fixme{ref} will be approximated by discrete +sums, and we will be careful to discretize in a way which is consistent +with the initial continuous formulation. \section{Discretization}