Tutorial by Examples

While adding the beamerposter package, provide the required parameters. \usepackage[orientation=landscape,size=a1]{beamerposter} You can also customize the size of the poster. \usepackage[orientation=portrait,size=custom,height=110,width=80,scale=1.4]{beamerposter} The height and width dimension...
In landscape orientation \documentclass[final,t]{beamer} \mode<presentation> { \usetheme{Berlin} } \usepackage[orientation=landscape,size=a1,scale=1,debug]{beamerposter} \usepackage{lipsum} % for dummy text \title[]{\huge Awesome title} \author[]{\large \textbf{Author Name...
\documentclass[final,t]{beamer} \mode<presentation> { \usetheme{Berlin} } \usepackage[orientation=landscape,size=a1,scale=1,debug]{beamerposter} \usepackage{lipsum} % for dummy text \usepackage{graphicx} % for dummy image \usepackage{tikz} % for tikzpicture \usepackage{pgfplot...

Page 1 of 1