Referatas: initial commit
This commit is contained in:
parent
81970e4c25
commit
a186978c51
2
II/Referatas/Makefile
Normal file
2
II/Referatas/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
mj-referatas.pdf: mj-referatas.tex
|
||||
latexmk -pdf $<
|
10
II/Referatas/bib.bib
Normal file
10
II/Referatas/bib.bib
Normal 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}
|
||||
}
|
53
II/Referatas/mj-referatas.tex
Normal file
53
II/Referatas/mj-referatas.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user