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} \section{Aktualumas}
\begin{frame}[fragile] %{Aktualumas: praplečiama teorija} \begin{frame}[fragile] %{Aktualumas: praplečiama teorija}
\begin{minted}[fontsize=\small]{sql} \begin{columns}[c]
create function ST_SimplifyWM( \begin{column}{.5\textwidth}
geom geometry, \begin{minted}[fontsize=\footnotesize]{sql}
dhalfcircle float, CREATE FUNCTION ST_SimplifyWM(
) returns geometry geom geometry,
\end{minted} dhalfcircle float,
) RETURNS geometry
\end{minted}
\end{column}
\begin{column}{.5\textwidth}
foobar
\end{column}
\end{columns}
\end{frame} \end{frame}