Skip to content
Snippets Groups Projects
Verified Commit 5ffe0ab6 authored by Simon Josef Thür's avatar Simon Josef Thür
Browse files

init

parent ab049e5f
No related branches found
No related tags found
No related merge requests found
*.gz
*.pdf
\section{Fundamentals of semiconductor physics}
\documentclass[11pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{fourier}
% even-odd
% \setlength{\textwidth}{146.8mm} % = 210mm - 37mm - 26.2mm
% \setlength{\oddsidemargin}{11.6mm} % 37mm - 1in (from offset)
% \setlength{\evensidemargin}{0.8mm} % = 26.2mm - 1in (from offset)
% \setlength{\topmargin}{-2.2mm} % = 0mm -1in + 23.2mm
% \setlength{\textheight}{221.9mm} % = 297mm -29.5mm -31.6mm - 14mm (It works, trust me)
% all same: (for even odd, comment out geometry)
\usepackage[a4paper,top=22mm,bottom=28mm,inner=30mm,outer=30mm]{geometry}
% \usepackage[french, nswissgerman, english]{babel}
\usepackage[english]{babel}
\usepackage[parfill]{parskip}
\usepackage{microtype}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{subcaption}
\usepackage{graphicx, xcolor}
\usepackage{url}
\usepackage[pdfusetitle]{hyperref}
\hypersetup{
pdfborder={0 0 0},
colorlinks=true,
linkcolor=black,
citecolor=black,
urlcolor=black,
bookmarksopen=false,
}
\urlstyle{same}
% \usepackage{comment}
\setlength{\headheight}{14pt}
%Fancy is fancy :)
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot{}
\fancyhead{}
\rhead{\today}
\lhead{}
\cfoot{\thepage}
\include{format}
\title{Micro and nanoelectronic devices \\ PHYS-201(d)}
\author{Simon Thür}
\date{ \today \\ \small{ Version 0.1 } }
\begin{document}
\begin{titlepage}
\maketitle
\thispagestyle{empty}
This summary for
\href{https://gitlab.epfl.ch/sthuer/semiconductors_summary}{Micro and nanoelectronic devices}
© 2021 by
\href{https://gitlab.epfl.ch/sthuer}{Simon Thür}
is licensed under
\href{http://creativecommons.org/licenses/by/4.0/}{CC BY 4.0}.
To view a copy of this license, visit
\url{http://creativecommons.org/licenses/by/4.0/}
\section*{Introductory remarks}
This is a summary of Prof Ionescu's course on semiconductor devices.
\end{titlepage}
\tableofcontents
\include{01_fundamentals}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment