Code: Select all
\documentclass{beamer}
\usepackage{beamerthemesplit}
\usepackage{graphicx}
\usepackage{xcolor}
\graphicspath{ {./img/} }
\mode<presentation>{
\usetheme{JuanLesPins}
\setbeamercovered{transparent}
\useinnertheme[shadow=true]{rounded}
\beamersetaveragebackground{yellow!10}
\beamertemplateshadingbackground{blue!5}{yellow!10}
\setbeamertemplate{frametitle}[from second]{}
\setbeamertemplate{bibliography item}[triangle]
\logo{\pgfimage[width=1cm,height=1cm]{books}}
}
1. Unable to create the header as the attached file.
2. Unable to creat a single frame which includes "Motivation ....systems." i.e all text documents, and background color as it is
3. At the footer, I can able to get the authou name but unable to control the font size and boldness of authors name.
Please help me to overcome the problems above. Thanks in advance.