ncg

bachelorthesis in physics
git clone git://popovic.xyz/ncg.git
Log | Files | Refs

commit 91eb67f586e45f2e72abd9410eeb110be9a6d5e3
parent eee5b784068376508a79d820a0ab5be2d8b7ef52
Author: miksa <milutin@popovic.xyz>
Date:   Tue, 20 Jul 2021 13:49:30 +0200

restructuring

Diffstat:
Asrc/thesis/back/abstract.tex | 3+++
Asrc/thesis/back/packages.tex | 26++++++++++++++++++++++++++
Asrc/thesis/back/refs.tex | 7+++++++
Asrc/thesis/back/title.tex | 56++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Asrc/thesis/front/acknowledgment.tex | 3+++
Asrc/thesis/front/conclusion.tex | 2++
Asrc/thesis/front/intro.tex | 2++
Asrc/thesis/front/main_sec.tex | 2++
Msrc/thesis/main.pdf | 0
Msrc/thesis/main.tex | 85++++++++++---------------------------------------------------------------------
Rsrc/thesis/uni_logo.png -> src/thesis/pics/uni_logo.png | 0
11 files changed, 111 insertions(+), 75 deletions(-)

diff --git a/src/thesis/back/abstract.tex b/src/thesis/back/abstract.tex @@ -0,0 +1,3 @@ +\begin{abstract} + \lipsum[1] +\end{abstract} diff --git a/src/thesis/back/packages.tex b/src/thesis/back/packages.tex @@ -0,0 +1,26 @@ +\usepackage[utf8]{inputenc} % für direkte Eingabe von ß, ö, ä +%\usepackage{ngerman} % Sprachanpassung Deutsch + +\usepackage{graphicx} % Graphikeinbindung +\usepackage{geometry} % Seitenränder +\geometry{a4paper,left=25mm,right=20mm, top=10mm, bottom=20mm} + +\usepackage{subcaption} +\usepackage[shortlabels]{enumitem} +\usepackage{amssymb} +\usepackage{amsthm} +\usepackage{mathtools} +\usepackage{braket} +\usepackage{bbm} +\usepackage{graphicx} +\usepackage{float} +\usepackage{yhmath} +\usepackage{tikz} +\usetikzlibrary{calc,decorations.markings} +\usepackage[colorlinks=true,naturalnames=true,plainpages=false,pdfpagelabels=true]{hyperref} +%\usepackage[parfill]{parskip} + +\usepackage[backend=biber, sorting=none]{biblatex} +\addbibresource{uni.bib} + +\usepackage{lipsum} diff --git a/src/thesis/back/refs.tex b/src/thesis/back/refs.tex @@ -0,0 +1,7 @@ +\nocite{electrodynamics} +\nocite{ncgwalter} +\nocite{liealgebra} +\nocite{ncg4pages} +\nocite{ncgshort} +\nocite{heatkernel} +\printbibliography diff --git a/src/thesis/back/title.tex b/src/thesis/back/title.tex @@ -0,0 +1,56 @@ +\begin{titlepage} + +\begin{center} +\begin{figure} +\hspace{9.1cm} +\includegraphics[width=8cm]{pics/uni_logo} +\end{figure} +\vspace*{2cm} + + \fontsize{22}{0} \fontfamily{lmss}\selectfont \textbf{Bachelor's Thesis}\\ + +\vspace*{2.5cm} + +\fontsize{12}{0} \selectfont Title of the Bachelor's Thesis\\ + +\vspace*{0.4cm} + +\fontsize{18}{0} \selectfont \textbf{Noncommutative Geomtetry and Physics}\\ + +\vspace*{1.5cm} + + {\fontsize{12}{0} \selectfont submitted by}\\ +\vspace*{0.4cm} + + { \fontsize{14}{0} \selectfont Popović Milutin}\\ + +\vspace*{2cm} + + {\fontsize{12}{0} \selectfont in partial fulfilment of the requirements for the degree of}\\ +\vspace*{0.4cm} + + { \fontsize{14}{0} \selectfont Bachelor of Science (BSc)}\\ +\vspace*{2cm} + + { \fontsize{12}{0} \selectfont Vienna, July 2021}\\ + +\vspace*{5.5cm} + +\begin{tabular}{p{9cm}p{11.25cm}} + \fontsize{12}{0} \selectfont degree programme code as it appears on / & + \fontsize{12}{0} \selectfont A 033 676 \\ + + \fontsize{12}{0} \selectfont the student record sheet:\vspace*{0.4cm} & + \fontsize{12}{0} \selectfont\\ + + \fontsize{12}{0} \selectfont degree + programme as it appears on / & \fontsize{12}{0} \selectfont Physics \\ + + \fontsize{12}{0} \selectfont the student record sheet:\vspace*{0.4cm} & + \fontsize{12}{0} \selectfont \\ + + \fontsize{12}{0} \selectfont + Supervisor:\vspace*{0.4cm}& \fontsize{12}{0} \selectfont Lisa Glaser, PhD\\ +\end{tabular} +\end{center} +\end{titlepage} diff --git a/src/thesis/front/acknowledgment.tex b/src/thesis/front/acknowledgment.tex @@ -0,0 +1,3 @@ + +\section{Acknowledgment} +\lipsum[1] diff --git a/src/thesis/front/conclusion.tex b/src/thesis/front/conclusion.tex @@ -0,0 +1,2 @@ +\section{Conclusion} +\lipsum[1] diff --git a/src/thesis/front/intro.tex b/src/thesis/front/intro.tex @@ -0,0 +1,2 @@ +\section{Introduction} +\lipsum[2] diff --git a/src/thesis/front/main_sec.tex b/src/thesis/front/main_sec.tex @@ -0,0 +1,2 @@ +\section{Main Section} +\lipsum[8] diff --git a/src/thesis/main.pdf b/src/thesis/main.pdf Binary files differ. diff --git a/src/thesis/main.tex b/src/thesis/main.tex @@ -1,88 +1,23 @@ -\documentclass[12pt]{report} -\usepackage[utf8]{inputenc} % für direkte Eingabe von ß, ö, ä -%\usepackage{ngerman} % Sprachanpassung Deutsch - -\usepackage{graphicx} % Graphikeinbindung -\usepackage{geometry} % Seitenränder -\geometry{a4paper,left=25mm,right=20mm, top=10mm, bottom=20mm} - -\usepackage{subcaption} -\usepackage[shortlabels]{enumitem} -\usepackage{amssymb} -\usepackage{amsthm} -\usepackage{mathtools} -\usepackage{braket} -\usepackage{bbm} -\usepackage{graphicx} -\usepackage{float} -\usepackage{yhmath} -\usepackage{tikz} -\usetikzlibrary{calc,decorations.markings} -\usepackage[colorlinks=true,naturalnames=true,plainpages=false,pdfpagelabels=true]{hyperref} -%\usepackage[parfill]{parskip} - -\usepackage[backend=biber, sorting=none]{biblatex} -\addbibresource{uni.bib} +\documentclass[12pt]{article} +\input{back/packages} \begin{document} -\begin{titlepage} - -\begin{center} -\begin{figure} -\hspace{9.1cm} -\includegraphics[width=8cm]{./uni_logo} -\end{figure} -\vspace*{2.1cm} - -\fontsize{22}{0} \selectfont \textbf{BACHELOR'S THESIS}\\ -\vspace*{2.5cm} - -\fontsize{12}{0} \selectfont Title of the Bachelor's Thesis\\ -\vspace*{0.4cm} - -\fontsize{18}{0} \selectfont \textbf{Noncommutative Geomtetry and Physics}\\ -\vspace*{2.8cm} - {\fontsize{12}{0} \selectfont submitted by}\\ -\vspace*{0.4cm} +\input{back/title} - { \fontsize{14}{0} \selectfont Popović Milutin}\\ - -\vspace*{2.5cm} - - { \fontsize{12}{0} \selectfont Vienna, July 2021}\\ - -\vspace*{4.5cm} - -\begin{tabular}{p{9cm}p{11.25cm}} - \fontsize{12}{0} \selectfont degree programme code as it appears on / & - \fontsize{12}{0} \selectfont A 033 676 \\ +\newpage - \fontsize{12}{0} \selectfont the student record sheet:\vspace*{0.4cm} & - \fontsize{12}{0} \selectfont\\ +\input{back/abstract} - \fontsize{12}{0} \selectfont degree - programme as it appears on / & \fontsize{12}{0} \selectfont Physics \\ +\input{front/intro} - \fontsize{12}{0} \selectfont the student record sheet:\vspace*{0.4cm} & - \fontsize{12}{0} \selectfont \\ +\input{front/main_sec} - \fontsize{12}{0} \selectfont - Supervisor:\vspace*{0.4cm}& \fontsize{12}{0} \selectfont Lisa Glaser, PhD\\ -\end{tabular} -\end{center} -\end{titlepage} +\input{front/conclusion} -\newpage - Some text +\input{front/acknowledgment} -\nocite{electrodynamics} -\nocite{ncgwalter} -\nocite{liealgebra} -\nocite{ncg4pages} -\nocite{ncgshort} -\nocite{heatkernel} -\printbibliography +\input{back/refs} \end{document} diff --git a/src/thesis/uni_logo.png b/src/thesis/pics/uni_logo.png Binary files differ.