在 PaloAlto 投影仪中为框架标题添加阴影

在 PaloAlto 投影仪中为框架标题添加阴影

我不是投影仪方面的专家,在网上搜索了几个小时之后还是找不到如何做我想做的事情,所以我寻求帮助。

我想使用 PaloAlto 主题创建一个投影仪并进行一些定制。

首先,我想将框架标题背景从我的颜色(在徽标角落)改为白色(在右侧)。我找到了几个想要类似东西的人,并尝试了他们提供的解决方案,但似乎没有什么能解决我的问题。

其次,我想对垂直侧边栏(从徽标角落)执行相同的操作,使其变为白色(底部)。

最后,我还希望标题背景不要出现在标题页上,并且标题栏稍微向上移动。

在此先感谢您的帮助!

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%----------------------------------------------------------------------------------------
%   PACKAGES AND THEMES
%----------------------------------------------------------------------------------------

\documentclass{beamer}

%\usetheme[sidebar]{PaloAlto}

%\usepackage{color}
\usepackage{xcolor}

%\newcommand{\degrade}[1]{\color{msl!80}#1\xspace}

\definecolor{msl}{RGB}{27,145,165}


\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} 
\usepackage[frenchb]{babel}

%\logo{\includegraphics[scale = 0.05]{logo-dUCKS.jpg} \hspace{-200pt}}

%\mode<presentation> {

% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.



%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}

% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.

%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}


\usecolortheme[RGB={27,145,165}]{structure}

%\setbeamercolor{frametitle}{fg=black}
\setbeamersize{sidebar width left=2cm}

\setbeamercolor{frametitle}{bg=msl!20!msl}
\setbeamercolor{sidebar}{bg=msl}
%\setbeamercolor{logo}{bg=msl} 
\setbeamercolor{title in sidebar}{fg=white}



\makeatletter
\setlength\beamer@sidebarwidth{2cm}
\makeatother

\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
\setbeamertemplate{blocks}[rounded][shadow=false]


%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line

%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line

%\setbeamersize{sidebar left width=2.5cm}

%}

\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables

%----------------------------------------------------------------------------------------
%   TITLE PAGE
%----------------------------------------------------------------------------------------

\title[Question]{How to shade in PaloAlto} % The short title appears at the bottom of every slide, the full title is only on the title page

\author{Buzz} % Your name
\institute[TEST] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
TEST \\ % Your institution for the title page
\medskip
\textit{[email protected]} % Your email address
}
\date{29 mars 2016} % Date, can be changed to a custom date

\begin{document}

\begin{frame}
\titlepage % Print the title page as the first slide



\end{frame}

\begin{frame}
\frametitle{TOC} % Table of contents slide, comment this block out to remove it
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}

%----------------------------------------------------------------------------------------
%   PRESENTATION SLIDES
%----------------------------------------------------------------------------------------

%------------------------------------------------
\section{TEST 1} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------

\begin{frame}
\frametitle{Test}

\begin{itemize}

\item Test 1

\item Test 10
~
\item Test 100
~
\item Test 1000


\end{itemize}

\end{frame}

%------------------------------------------------

\subsection{Test 2}

\begin{frame}
\frametitle{Test}
\begin{itemize}
\item Test 2
~
\item Test 20
~
\item Test 200
\end{itemize}
\end{frame}

%-----------------------------------------------

\section{Conclusion}

\begin{frame}
\Huge{\centerline{Conclusion}}
\end{frame}

%----------------------------------------------------------------------------------------

\end{document} 

答案1

呸,一道题有这么多问题!

1)为了给标题添加阴影,我必须重新定义标题,并用\rule水平阴影替换通常提供背景颜色的

2)给侧边栏添加阴影稍微容易一些,我只需要用sidebar canvas left垂直阴影替换模板即可

3) 框架选项是否plain满足您的要求?

\documentclass{beamer}

\definecolor{msl}{RGB}{27,145,165}
\usetheme{PaloAlto}

\usecolortheme[RGB={27,145,165}]{structure}

\setbeamersize{sidebar width left=2cm}

\setbeamercolor{frametitle}{bg=msl!20!msl}
\setbeamercolor{sidebar}{bg=msl}
\setbeamercolor{title in sidebar}{fg=white}

\makeatletter
\setlength\beamer@sidebarwidth{2cm}
\makeatother

\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
\setbeamertemplate{blocks}[rounded][shadow=false]

\title{How to shade in PaloAlto} 
\author{Buzz} 
\institute{TEST}
\date{29 mars 2016} 

\colorlet{titleright}{white}
\colorlet{titlemid}{msl}
\colorlet{titleleft}{msl}

\makeatletter

\pgfdeclarehorizontalshading[titleleft,titleright]{beamer@frametitleshade}{\paperheight}{%
    color(\beamer@sidebarwidth)=(titlemid);%
    color(\paperwidth)=(titleright)%
}

\pgfdeclareverticalshading[titleleft,titleright]{beamer@sidebar}{\beamer@sidebarwidth}{%
    color(0pt)=(titleright);%
    color(\sidebarheight)=(titleleft)%
}

\setbeamertemplate{headline}{%
    \begin{beamercolorbox}[wd=\paperwidth]{frametitle}%
        \ifx\beamer@sidebarside\beamer@lefttext%
        \else%
        \hfill%
        \fi%
        \ifdim\beamer@sidebarwidth>0pt%  
        \usebeamercolor[bg]{logo}%
        \begin{pgfpicture}{0pt}{0pt}{\paperwidth}{\beamer@headheight}%
            \usebeamercolor{frametitle right}%
            \pgfpathrectangle{\pgfpointorigin}{\pgfpoint{\paperwidth}{\beamer@headheight}}%
            \pgfusepath{clip}%
            \pgftext[left,base]{\pgfuseshading{beamer@frametitleshade}}%
        \end{pgfpicture}%
        \vskip-\beamer@headheight%
        \vrule width\beamer@sidebarwidth height \beamer@headheight%
        \hskip-\beamer@sidebarwidth%
        \hbox to \beamer@sidebarwidth{\hss\vbox to
            \beamer@headheight{\vss\hbox{\color{fg}\insertlogo}\vss}\hss}%
        \else%
        \vrule width0pt height \beamer@headheight%  
        \fi%
    \end{beamercolorbox}%
 }

\setbeamertemplate{sidebar canvas left}{%
    \pgfuseshading{beamer@sidebar}%
}

\makeatother

\begin{document}

\hspace*{-1.5cm}
\begin{frame}[plain]
\titlepage % Print the title page as the first slide
\end{frame}

\begin{frame}
\frametitle{TOC} 
test
\end{frame}

\end{document} 

在此处输入图片描述

相关内容