I am trying to setup the margin zero of my form Beamer last page. Code
\documentclass{beamer}
\usepackage[english]{babel}
\usetheme{Berkeley}
% TODO how to affect the last page
\usepackage[margin=0pt]{geometry}% http://ctan.org/pkg/geometry
\usepackage{tabularx}
\usepackage{adjustbox}
\newcommand*\rot[1]{\rotatebox{90}{#1}} % https://tex.stackexchange.com/a/201117/13173
\begin{document}
% https://tex.stackexchange.com/a/385265/13173
\pdfpagewidth 21cm
\pdfpageheight 29.7cm
% Show summary here from Page 1 and 2
\begingroup
\setbeamertemplate{navigation symbols}{}%remove navigation symbols
\section{Summary}
\begin{frame}[plain]
\vskip1cm
\begin{minipage}{19cm}
\frametitle{START}
\begin{adjustbox}{max width=\textwidth}
\begin{table}[hpt]
\setlength\tabcolsep{.1pt} % default value: 6pt % https://tex.stackexchange.com/a/201117/13173
\begin{tabular}{|p{.5cm}|l|l|l|l|l|l|l|p{.5cm}|}
\hline
\rot{{\tiny\textbf{Avain}}}
& \textbf{V2} & \textbf{V1} & \textbf{V0}
& \textbf{START}
& \textbf{P1} & \textbf{P2} & \textbf{P3}
& \rot{{\tiny\textbf{Kriittinen}}} \\ \hline
& & & & 1. taidot & & & & \\ \hline
\end{tabular}
\end{table}
\end{adjustbox}
\end{minipage}
\end{frame}
% these below eventually are not needed, if this is the last slide of your document
\makeatletter
\pdfpagewidth \beamer@paperwidth
\pdfpageheight \beamer@paperheight
\makeatother
\endgroup
\end{document}
Output in Fig. 1
Fig. 1 Output
Doing \setlength{\parindent}{0pt} does not help.
OS: Debian 9
TeXLive: 2017


\vskip3cm– samcarter_is_at_topanswers.xyz Aug 08 '17 at 18:41\hspace*{-2cm}%on the left and right marign? – Léo Léopold Hertz 준영 Aug 08 '17 at 18:42\vskip3cmhas to be before\hspace. – Léo Léopold Hertz 준영 Aug 09 '17 at 13:57