diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..966073a --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2017, Netravnen +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/code/vtp/example.cfg b/code/vtp/example.cfg new file mode 100644 index 0000000..8c5a371 --- /dev/null +++ b/code/vtp/example.cfg @@ -0,0 +1 @@ +# Code goes here diff --git a/img/vtp/implementing-vtp.jpg b/img/vtp/implementing-vtp.jpg new file mode 100644 index 0000000..c703f5c Binary files /dev/null and b/img/vtp/implementing-vtp.jpg differ diff --git a/img/vtp/vtp-pruning.png b/img/vtp/vtp-pruning.png new file mode 100644 index 0000000..033eeb1 Binary files /dev/null and b/img/vtp/vtp-pruning.png differ diff --git a/latexmkrc b/latexmkrc new file mode 100644 index 0000000..9a342c1 --- /dev/null +++ b/latexmkrc @@ -0,0 +1 @@ +$ENV{'TZ'}='Europe/Berlin'; \ No newline at end of file diff --git a/main.tex b/main.tex index 0f21a13..5e4fa86 100644 --- a/main.tex +++ b/main.tex @@ -1,5 +1,7 @@ % Declare Document Class -\documentclass[a4paper,12pt,twoside]{book} +\documentclass[a4paper,12pt,twoside,twocolumn]{book} + +\setlength{\columnsep}{2em} % Latex Packages \usepackage[T1]{fontenc} @@ -12,6 +14,11 @@ \usepackage{float} \usepackage[english]{babel} \usepackage{fancyhdr} +\usepackage{wrapfig} +\usepackage{array} +\usepackage{lipsum} +\usepackage{fancybox} +\usepackage{varwidth} % Define color \definecolor{codegreen}{rgb}{0,0.6,0} @@ -42,24 +49,33 @@ % Path where images are located relative % to the file main.tex -\graphicspath{{img/}} +\graphicspath{{img/}{figures/}} % Custom commands -% Usage: \pic{ [] }{ } -\newcommand{\pic}[2][25]{ - \begin{center} - \transparent{0.4} - \includegraphics[width=0.#1\textwidth]{#2} - \end{center} +% Usage: \pic[]{} +\newcommand{\pic}[2][50]{ +\begin{center} + \transparent{0.4} + \includegraphics[width=0.#1\columnwidth]{#2} +\end{center} } -% Usage: \fig{ [] }{