The presentation is very small












0















my presentation in beamer is very small, exist any to

to enlarge horizontally?



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{bofu20131@163.com} % 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}


enter image description here



I want the black parts of the pages (see image) to disappear, how can I make the leaves grow horizontally?










share|improve this question

























  • It is not clear what you want. The code you provided contains the side bar and top bar with title frame.

    – Sigur
    8 mins ago











  • @Sigur I want the black parts of the pages to disappear, how can I make the leaves grow horizontally?

    – x-rw
    6 mins ago






  • 1





    So, I think you want another size for pdf. Try documentclass[aspectratio=169]{beamer} to use aspect ratio 16x9. See 8.3 Frame and Margin Sizes from Beamer user guide for more ratios.

    – Sigur
    4 mins ago













  • @Sigur your comment is beatiful, Answer my question so you can help others

    – x-rw
    2 mins ago
















0















my presentation in beamer is very small, exist any to

to enlarge horizontally?



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{bofu20131@163.com} % 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}


enter image description here



I want the black parts of the pages (see image) to disappear, how can I make the leaves grow horizontally?










share|improve this question

























  • It is not clear what you want. The code you provided contains the side bar and top bar with title frame.

    – Sigur
    8 mins ago











  • @Sigur I want the black parts of the pages to disappear, how can I make the leaves grow horizontally?

    – x-rw
    6 mins ago






  • 1





    So, I think you want another size for pdf. Try documentclass[aspectratio=169]{beamer} to use aspect ratio 16x9. See 8.3 Frame and Margin Sizes from Beamer user guide for more ratios.

    – Sigur
    4 mins ago













  • @Sigur your comment is beatiful, Answer my question so you can help others

    – x-rw
    2 mins ago














0












0








0








my presentation in beamer is very small, exist any to

to enlarge horizontally?



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{bofu20131@163.com} % 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}


enter image description here



I want the black parts of the pages (see image) to disappear, how can I make the leaves grow horizontally?










share|improve this question
















my presentation in beamer is very small, exist any to

to enlarge horizontally?



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{bofu20131@163.com} % 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}


enter image description here



I want the black parts of the pages (see image) to disappear, how can I make the leaves grow horizontally?







beamer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 4 mins ago







x-rw

















asked 11 mins ago









x-rwx-rw

46318




46318













  • It is not clear what you want. The code you provided contains the side bar and top bar with title frame.

    – Sigur
    8 mins ago











  • @Sigur I want the black parts of the pages to disappear, how can I make the leaves grow horizontally?

    – x-rw
    6 mins ago






  • 1





    So, I think you want another size for pdf. Try documentclass[aspectratio=169]{beamer} to use aspect ratio 16x9. See 8.3 Frame and Margin Sizes from Beamer user guide for more ratios.

    – Sigur
    4 mins ago













  • @Sigur your comment is beatiful, Answer my question so you can help others

    – x-rw
    2 mins ago



















  • It is not clear what you want. The code you provided contains the side bar and top bar with title frame.

    – Sigur
    8 mins ago











  • @Sigur I want the black parts of the pages to disappear, how can I make the leaves grow horizontally?

    – x-rw
    6 mins ago






  • 1





    So, I think you want another size for pdf. Try documentclass[aspectratio=169]{beamer} to use aspect ratio 16x9. See 8.3 Frame and Margin Sizes from Beamer user guide for more ratios.

    – Sigur
    4 mins ago













  • @Sigur your comment is beatiful, Answer my question so you can help others

    – x-rw
    2 mins ago

















It is not clear what you want. The code you provided contains the side bar and top bar with title frame.

– Sigur
8 mins ago





It is not clear what you want. The code you provided contains the side bar and top bar with title frame.

– Sigur
8 mins ago













@Sigur I want the black parts of the pages to disappear, how can I make the leaves grow horizontally?

– x-rw
6 mins ago





@Sigur I want the black parts of the pages to disappear, how can I make the leaves grow horizontally?

– x-rw
6 mins ago




1




1





So, I think you want another size for pdf. Try documentclass[aspectratio=169]{beamer} to use aspect ratio 16x9. See 8.3 Frame and Margin Sizes from Beamer user guide for more ratios.

– Sigur
4 mins ago







So, I think you want another size for pdf. Try documentclass[aspectratio=169]{beamer} to use aspect ratio 16x9. See 8.3 Frame and Margin Sizes from Beamer user guide for more ratios.

– Sigur
4 mins ago















@Sigur your comment is beatiful, Answer my question so you can help others

– x-rw
2 mins ago





@Sigur your comment is beatiful, Answer my question so you can help others

– x-rw
2 mins ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f475925%2fthe-presentation-is-very-small%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f475925%2fthe-presentation-is-very-small%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lallio

Futebolista

Jornalista