twocols and code

main
Motiejus Jakštys 2021-05-27 17:40:09 +03:00 committed by Motiejus Jakštys
parent 5909896052
commit f29e0e2247
1 changed files with 13 additions and 6 deletions

View File

@ -144,12 +144,19 @@
\section{Aktualumas}
\begin{frame}[fragile] %{Aktualumas: praplečiama teorija}
\begin{minted}[fontsize=\small]{sql}
create function ST_SimplifyWM(
geom geometry,
dhalfcircle float,
) returns geometry
\end{minted}
\begin{columns}[c]
\begin{column}{.5\textwidth}
\begin{minted}[fontsize=\footnotesize]{sql}
CREATE FUNCTION ST_SimplifyWM(
geom geometry,
dhalfcircle float,
) RETURNS geometry
\end{minted}
\end{column}
\begin{column}{.5\textwidth}
foobar
\end{column}
\end{columns}
\end{frame}