wip code
This commit is contained in:
parent
d4ff4cccb2
commit
429f7be6a3
2
Makefile
2
Makefile
@ -317,7 +317,7 @@ slides-2021-03-29.pdf: slides-2021-03-29.txt
|
||||
pandoc -t beamer -i $< -o $@
|
||||
|
||||
slides-2021-06-02.pdf: slides-2021-06-02.tex isolated-1-before.pdf isolated-1-after.pdf
|
||||
latexmk -pdf $<
|
||||
latexmk -shell-escape -pdf $<
|
||||
|
||||
dump-debug_wm.sql.xz:
|
||||
docker exec -ti wm-mj pg_dump -Uosm osm -t wm_devug | xz -v > $@
|
||||
|
@ -7,6 +7,7 @@
|
||||
\usepackage{tabularx}
|
||||
\usepackage[labelformat=empty,justification=centering]{caption}
|
||||
\usepackage{tikz}
|
||||
\usepackage{minted}
|
||||
\usetikzlibrary{shapes.geometric,arrows,positioning}
|
||||
|
||||
\usefonttheme{serif}
|
||||
@ -142,9 +143,24 @@
|
||||
|
||||
\section{Aktualumas}
|
||||
|
||||
\begin{frame}{Aktualumas: praplečiama teorija}
|
||||
\twocols{
|
||||
\begin{frame}[fragile] %{Aktualumas: praplečiama teorija}
|
||||
\begin{minted}[fontsize=\small]{sql}
|
||||
create function ST_SimplifyWM(
|
||||
geom geometry,
|
||||
dhalfcircle float,
|
||||
) returns geometry
|
||||
\end{minted}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}[fragile] %{Aktualumas: praplečiama teorija}
|
||||
\twocols{
|
||||
%\begin{minted}[fontsize=\small]{sql}
|
||||
% create function ST\_SimplifyWM(
|
||||
% geom geometry,
|
||||
% dhalfcircle float,
|
||||
% ) returns geometry
|
||||
%\end{minted}
|
||||
}{
|
||||
\begin{itemize}
|
||||
\item Leidžia išplėsti kartografinės teorijos žinias apie gamtinių
|
||||
|
Loading…
Reference in New Issue
Block a user