twocols and code

This commit is contained in:
Motiejus Jakštys 2021-05-27 17:40:09 +03:00 committed by Motiejus Jakštys
parent 5909896052
commit f29e0e2247

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}
\begin{minted}[fontsize=\footnotesize]{sql}
CREATE FUNCTION ST_SimplifyWM(
geom geometry, geom geometry,
dhalfcircle float, dhalfcircle float,
) returns geometry ) RETURNS geometry
\end{minted} \end{minted}
\end{column}
\begin{column}{.5\textwidth}
foobar
\end{column}
\end{columns}
\end{frame} \end{frame}