GeneralSlide presentation queries (LaTeX -> PDF)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Slide presentation queries (LaTeX -> PDF)

Post by pallav »

I am using the preamble of my tex as:

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}}
}
I want to create a presentation of same style as the attached file. The modification needs to be done are as follows:
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.
Attachments
Slide.pdf
(86.6 KiB) Downloaded 205 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Slide presentation queries (LaTeX -> PDF)

Post by frabjous »

It looks to me like there is a good chance that was created with beamer. Why not just ask the author for his/her template?
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Re: Slide presentation queries (LaTeX -> PDF)

Post by pallav »

I have tried but got no reply of him. Plz give me a way out
Post Reply