commit 41a344a32de519d61b69bd2f493bc0d843e5b6bb
parent dcfa6316d2dd13b2f4f9c2fb3635f2bd36fcd092
Author: miksa <milutin@popovic.xyz>
Date: Tue, 26 Apr 2022 11:20:16 +0200
started work on qmbs_sem
Diffstat:
2 files changed, 50 insertions(+), 3 deletions(-)
diff --git a/qmbs_sem/foo b/qmbs_sem/foo
diff --git a/qmbs_sem/preamble.tex b/qmbs_sem/preamble.tex
@@ -21,6 +21,7 @@
\usepackage{float}
\usepackage{yhmath}
\usepackage{tikz}
+\usepackage{scratch}
\usetikzlibrary{patterns,decorations.pathmorphing,positioning}
\usetikzlibrary{calc,decorations.markings}
@@ -44,15 +45,61 @@
\pagestyle{myheadings}
+\colorlet{colexam}{black}
+\newcounter{definition}
+\newtcolorbox[use counter=definition]{mydef}{
+ empty,
+ title={Definition~\thetcbcounter},
+ attach boxed title to top left,
+ fontupper=\sl,
+ boxed title style={
+ empty,
+ size=minimal,
+ bottomrule=1pt,
+ top=1pt,
+ left skip=0cm,
+ overlay=
+ {\draw[colexam,line width=1pt]([yshift=-0.4cm]frame.north
+ west)--([yshift=-0.4cm]frame.north east);}},
+ coltitle=colexam,
+ fonttitle=\bfseries,
+ before=\par\medskip\noindent,
+ parbox=false,
+ boxsep=-1pt,
+ left=0.75cm,
+ right=3mm,
+ top=4pt,
+ breakable,
+ pad at break*=0mm,
+ vfill before first,
+ overlay unbroken={
+ \draw[colexam,line width=1pt]
+ ([xshift=0.6cm, yshift=-0.5pt]frame.south
+ west)--([xshift=0.6cm,yshift=-1pt]frame.north west)
+ --([xshift=0.6cm]frame.south west)--([xshift=-13cm]frame.south east); },
+ overlay first={
+ \draw[colexam,line width=1pt]
+ ([xshift=0.6cm, yshift=-0.5pt]frame.south
+ west)--([xshift=0.6cm,yshift=-1pt]frame.north west)
+ --([xshift=0.6cm]frame.south west); },
+ overlay last={
+ \draw[colexam,line width=1pt]
+ ([xshift=0.6cm, yshift=-0.5pt]frame.south
+ west)--([xshift=0.6cm,yshift=-1pt]frame.north west)
+ --([xshift=0.6cm]frame.south west)--([xshift=-13cm]frame.south east); }
+}
+
\newcommand{\eps}{\varepsilon}
\usepackage[OT2,T1]{fontenc}
\DeclareSymbolFont{cyrletters}{OT2}{wncyr}{m}{n}
\DeclareMathSymbol{\Sha}{\mathalpha}{cyrletters}{"58}
-\markright{Popović\hfill Applied Analysis\hfill}
+\markright{Popović\hfill Seminar/Project\hfill}
-\title{University of Vienna\\ Faculty of Mathematics\\
-\vspace{1cm}Seminar Mathematical/Computational Astro/Quantum Physics
+\title{University of Vienna\\
+\vspace{1cm}Seminar:\\ Mathematical/Computational Astro/Quantum Physics\\
+\vspace{0.5cm}
+Classifying Quantum Phases in 1D using MPS
}
\author{Milutin Popovic}