20 lines
680 B
TeX
20 lines
680 B
TeX
%------------------------------------------------
|
|
\begin{frame}{Realignment of Well Location}
|
|
|
|
\begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
|
|
\column{.5\textwidth}
|
|
|
|
\begin{center}
|
|
\textbf{Wells Drilled Since 2013}
|
|
\end{center}
|
|
\includegraphics[width=\textwidth,height=0.8\paperheight,keepaspectratio]{./img/wells.jpeg}
|
|
\column{.5\textwidth}
|
|
\begin{center}
|
|
\textbf{Subsidy Distribution in 2021}
|
|
\end{center}
|
|
|
|
\includegraphics[width=\textwidth,height=0.8\paperheight,keepaspectratio]{./img/subsidy.jpeg}
|
|
\end{columns}
|
|
\end{frame}
|
|
|