Моя презентация создана с 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
Я думаю, что вы просматриваете PDF-файл на широкоэкранном режиме, поэтому с обеих сторон появляются черные полосы, если соотношение сторон PDF-файла не одинаковое.
Вы можете изменить соотношение с помощью
\documentclass[aspectratio=169]{beamer}
или, из руководства пользователя,Раздел 8.3 Размеры рамки и полеймножество других соотношений.
решение2
В вашем документе нет черных участков — они остались от вашей программы просмотра PDF-файлов (Acrobat?).
По умолчанию beamer создает страницы размером 5,04 дюйма x 3,78 дюйма. Обычно ваш просмотрщик PDF-файлов расширяет их, чтобы заполнить экран. Поскольку соотношение сторон вашего файла (4:3) не соответствует соотношению сторон вашего экрана, ваш просмотрщик PDF-файлов отображает черный цвет справа и слева.