Hello I shall want to change the size(cutting) of the page of this document which is (128*96mm ) in(21*29.7cm) there I do not know how to proceed thank you in advance
\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}
Document Classes ⇒ Change dimension frame beamer
NEW: TikZ book now 40% off at Amazon.com for a short time.
Change dimension frame beamer
The beamer class is made for presentations and does not support changing the page size, for good reasons:
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.”