twocols and code
This commit is contained in:
parent
5909896052
commit
f29e0e2247
@ -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}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user