I have given one example in the attachment, which should come in an intermediate pade, say at page 2. Please help me to solve the issue.
Code: Select all
\documentclass[
smaller,
professionalfonts,
hyperref={
colorlinks=true,
breaklinks=true,
bookmarks=true,
linkcolor=blue,
anchorcolor=blue,
citecolor=blue,
filecolor=red,
urlcolor=red,
pdfpagemode=FullScreen
}
]{beamer}
\usepackage{beamerthemesplit}
\mode<presentation>{
\usetheme{shadow}
\def\colorize<#1>{\temporal<#1>{\color{red}}{\color{red}}{\color{black!50}}}
\beamersetaveragebackground{yellow!10}
\beamertemplateshadingbackground{blue!5}{yellow!10}
\setbeamertemplate{frametitle}[from second]{}
\setbeamercovered{dynamic}
}
\usepackage{graphicx}
\usepackage[authoryear, numbers, semicolon, sort&compress]{natbib}
\usepackage{ragged2e}
\usepackage{lmodern}
\title{Title of the Presentation}
\author[abc]{Author Name}
\institute{Institution}
\date{}
\justifying
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Introduction}
\begin{frame}
\begin{block}{A B C D E F G}
\end{block}
\end{frame}
\end{document}