Referatas: initial commit

This commit is contained in:
Motiejus Jakštys 2020-05-21 11:25:14 +03:00
parent 81970e4c25
commit a186978c51
4 changed files with 65 additions and 0 deletions

2
II/Referatas/Makefile Normal file
View File

@ -0,0 +1,2 @@
mj-referatas.pdf: mj-referatas.tex
latexmk -pdf $<

10
II/Referatas/bib.bib Normal file
View File

@ -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}
}

View File

@ -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}