我創建的簡報beamer
非常小。有沒有橫向放大?
\documentclass{beamer}
\mode<presentation> {
\usetheme{PaloAlto}
%\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
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Managerial Economics]{VW Invasion of North America} % The short title appears at the bottom of every slide, the full title is only on the title page
\institute[FDSM] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
\textit{Fudan Business} \\\textit{School of Management} \\ % Your institution for the title page
\medskip
%\textit{[email protected]} % Your email address
}
\date{\today} % Date, can be changed to a custom date
\begin{document}
\section{Section 1}
\begin{frame}
\frametitle{Section 1}
\end{frame}
\end{document}
我希望頁面的黑色部分(見圖)消失,如何使葉子水平生長?
答案1
答案2
您的文件不包含黑色部分——這些部分來自您的 pdf 檢視器軟體(acrobat?)。
預設情況下,beamer 創建的頁面尺寸為 5.04 英吋 x 3.78 英吋。您的 pdf 檢視器通常會將其展開以填滿螢幕。由於檔案的寬高比 (4:3) 與螢幕的寬高比不匹配,因此您的 pdf 檢視器左右顯示黑色。