Document Classes ⇒ Change dimension frame beamer
Change dimension frame beamer
\documentclass{beamer}
\setbeamertemplate{background canvas}[vertical
shading][bottom=white,top=structure.fg!25]
\setbeamertemplate{navigation symbols}{
}
% ou autre
\mode<presentation> {
\usetheme{Warsaw}
% ou autre ...
\setbeamercovered{transparent}
% ou autre chose (il est également possible de supprimer cette ligne)
}
\setbeamersize{text margin left=0.5cm}
\usepackage[french]{babel}
% or autre comme par exemple \usepackage[english]{babel}
\usepackage[latin1]{inputenc}
% or autre
\usepackage{times}
\usepackage[T1]{fontenc}
% Or autre. Notez que le codage et la fonte doivent être assortis. Si T1
% ne paraît pas très esthétique, essayer d'effacer la ligne contenant fontenc.
\author[Frédéric Ducros] % (facultatif, à utiliser seulement avec plusieurs auteurs)
{F.~Frédéric Ducros}
\begin{document}
\begin{frame}{Edition des mille}{Fonderie d'art Frédéric Ducros}
\begin{itemize}
\item
La Fonderie d'art comporte 5 métiers à part entière:
% Exemples:
\begin{itemize}
\item
Le mouleur à la cire qui réalise le moule à partir du modèle original.
\item
Le cireur reproduit l'original en cire, le retouche et procède à l'alimentation.
\item
Le fondeur confectionne le moule de potée, conduit sa cuisson et coule le métal en fusion.
\item
Le ciseleur travaille le brut de fonte pour le rendre conforme au modèle original.
\item
Le patineur donne une coloration par oxydation.
\end{itemize}
\end{itemize}
\begin{itemize}
\item
Chaque stade prépare au stade suivant et implique une constante relation entre les différents acteurs. Toutes erreurs commise à un stade quelconque aura des répercussions au stade suivant. Un mauvais moule donnera une mauvaise cire qui donnera un mauvais bronze (soit trop lourd, soit déformé ,etc \dots)
\end{itemize}
\end{frame}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Change dimension frame beamer
Changing the paper size to A4 is ok if you want to make a handout or similar printed version out of your presentation. Beamer provides extensive support for this. Have a look at the manual, part IV ("Creating Supporting Material").The “paper size” of a beamer presentation is fixed to 128mm times 96mm. The aspect ratio of this size is 4:3, which is exactly what most beamers offer these days. It is the job of the presentation program (like acroread or xpdf) to display the slides at full screen size. The main advantage of using a small “paper size” is that you can use all your normal fonts at their natural sizes. In particular, inserting a graphic with 11pt labels will result in reasonably sized labels during the presentation. You should refrain from changing the “paper size.”