비머 프레젠테이션은 매우 작습니다.

비머 프레젠테이션은 매우 작습니다.

내가 만든 프레젠테이션은 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?)에서 가져온 것입니다.

기본적으로 비머는 5.04in x 3.78in 크기의 페이지를 생성합니다. PDF 뷰어는 일반적으로 화면을 가득 채울 정도로 확장됩니다. 파일의 화면 비율(4:3)이 화면의 화면 비율과 일치하지 않기 때문에 PDF 뷰어의 오른쪽과 왼쪽이 검은색으로 표시됩니다.

관련 정보