commit a186978c51bb87167cd5729d98e26d32e666f0cb (tree)
parent 81970e4c25f24f41e092ed13d3754faec65e9b0e
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date: Thu, 21 May 2020 11:25:14 +0300
Referatas: initial commit
Diffstat:
4 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/II/Pranesimas/1998 Line generalisation.pdf b/II/1998 Line generalisation.pdf
diff --git a/II/Referatas/Makefile b/II/Referatas/Makefile
@@ -0,0 +1,2 @@
+mj-referatas.pdf: mj-referatas.tex
+ latexmk -pdf $<
diff --git a/II/Referatas/bib.bib b/II/Referatas/bib.bib
@@ -0,0 +1,10 @@
+@article{wang1998line,
+ title={Line generalization based on analysis of shape characteristics},
+ author={Wang, Zeshen and M{\"u}ller, Jean-Claude},
+ journal={Cartography and Geographic Information Systems},
+ volume={25},
+ number={1},
+ pages={3--15},
+ year={1998},
+ publisher={Taylor \& Francis}
+}
diff --git a/II/Referatas/mj-referatas.tex b/II/Referatas/mj-referatas.tex
@@ -0,0 +1,53 @@
+\documentclass{article}
+
+\usepackage[L7x,T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{csquotes}
+\usepackage[english]{babel}
+\usepackage[maxbibnames=99,style=authoryear]{biblatex}
+\addbibresource{bib.bib}
+\usepackage{hyperref}
+\usepackage{caption}
+\usepackage{subcaption}
+\usepackage{gensymb}
+\usepackage{varwidth}
+\usepackage{tikz}
+\usetikzlibrary{er,positioning}
+
+\title{
+ Cartografic Generalization of Lines (example of rivers) \\ \vspace{4mm}
+}
+
+\author{Motiejus Jakštys}
+
+\date{\today}
+
+\begin{document}
+\maketitle
+
+\newpage
+
+\section{Abstract}
+\label{sec:abstract}
+
+\section{Introduction}
+\label{sec:introduction}
+
+\section{The Problem}
+\label{sec:the_problem}
+
+\section{My Idea}
+\label{sec:my_idea}
+
+\section{The Details}
+\label{sec:the_details}
+
+\section{Related Work}
+\label{sec:related_work}
+
+\section{Conclusions and Further Work}
+\label{sec:conclusions_and_further_work}
+
+\printbibliography
+
+\end{document}