Die von mir erstellte Präsentation beamer
ist sehr klein. Gibt es eine Möglichkeit, sie horizontal zu vergrößern?
\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}
Ich möchte, dass die schwarzen Teile der Seiten (siehe Bild) verschwinden. Wie kann ich die Blätter horizontal wachsen lassen?
Antwort1
Ich glaube, Sie sehen sich eine PDF-Datei im Breitbildformat an, sodass auf beiden Seiten schwarze Streifen erscheinen, wenn die PDF-Datei nicht das gleiche Seitenverhältnis hat.
Sie können das Verhältnis ändern mit
\documentclass[aspectratio=169]{beamer}
oder aus dem BenutzerhandbuchAbschnitt 8.3 Rahmen- und Randgrößenviele andere Verhältnisse.
Antwort2
Ihr Dokument enthält nicht die schwarzen Teile – diese stammen aus Ihrer PDF-Viewer-Software (Acrobat?).
Standardmäßig erstellt Beamer Seiten mit den Maßen 5,04 x 3,78 Zoll. Ihr PDF-Viewer wird diese Größe normalerweise erweitern, um den Bildschirm auszufüllen. Da das Seitenverhältnis Ihrer Datei (4:3) nicht mit dem Seitenverhältnis Ihres Bildschirms übereinstimmt, zeigt Ihr PDF-Viewer rechts und links Schwarz an.