-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiss.tex
75 lines (50 loc) · 1.45 KB
/
diss.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
\documentclass[10pt,a4paper,draft]{book}
\usepackage[utf8]{inputenc} % get accents for free
\usepackage{a4wide}
\usepackage{graphicx} % select the driver for image conversion automatically
% see http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics
\usepackage{epstopdf}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{adrien_hdr}
% Nice equation and figure numbering
\numberwithin{equation}{section}
\numberwithin{figure}{section}
% Graphicx configuration
\graphicspath{{./pics/}}
\DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg}
% Color
\usepackage{color}
\newcommand{\red}[1]{{\color{red}{#1}}}
\newcommand{\blue}[1]{{\color{blue}{#1}}}
\author{Adrien Bruneton}
\title{Algorithms and numerical methods for the design of multiple freeform optics
under consideration of the source's étendue.}
\begin{document}
\maketitle
\tableofcontents
% Introduction
\include{intro}
\chapter{FORMULATE as simply as possible the problem at hand here}
\chapter{ESSAYER de RECASER le MatLab ... }
% State of the art
\include{soa}
% Ray mapping procedure
\chapter{CLEARLY state my contrib here}
\chapter{A ray mapping procedure for the design of multiple freeform optics}
\label{ch:core}
\include{core_overview}
\include{core_integ}
\include{core_flux}
% Extended source
\include{extended}
%
\chapter{Segmented optics ??}
\include{conclu}
\chapter{Acknowledgments}
% Appendix
%\include{appendix}
% Bibliography
\end{document}