- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 17 anni fa da .
-
Topic
-
Salve,avrei due domande:
1)quale’ la misura della larghezza di un block?e’ \textwidth?lo chiedo per sapere qual’e il modo migliore per impaginare le colonne all’interno di un blocco, come nel secondo blocco del frame del seguente esempio:
`\documentclass[10pt]{beamer}
\usepackage[english]{babel}
\usepackage{multimedia}
\usepackage{graphicx}\usetheme{Frankfurt}
\useoutertheme[subsection=false,footline=authorinstitutetitle]{miniframes}
\useinnertheme[shadow=true]{rounded}\title{title}
\author{author}
\institute{University of}
\date{\today}\begin{document}
\begin{frame}
\frametitle{Power Assist Devices Requirements and Control}
\begin{block}{Power Assist Devices Requirements}
\begin{itemize}
\item \alert<3>{Safety: work with human being}
\item \alert<3>{Assistance: not a constrain, not do all the work}
\item Adaptive to different people and situations
\item Light but enough powerful
\item Backdriveable: easy to move when OFF
\item Slow: how fast who needs power assist moves?
\end{itemize}
\end{block}\begin{block}<2->{Power Assist Devices Control: Knowledge of user applied force}
\vspace{-10pt} %is there a better way to do this?
\begin{columns}[c,totalwidth=100pt]
\column{.20\textwidth}
Force Sensor
\column{.30\textwidth}
\begin{figure}[]
\pgfimage[height=60pt]{img1}
\end{figure}
\column{.30\textwidth}
\begin{figure}
\pgfimage[height=60pt]{img2}
\end{figure}
\column{.20\textwidth}
\alert<3>{Force Sensor-less Control}
\end{columns}
\end{block}
\end{frame}\end{document}`
2)Visto che riguarda sempre l’imaginazione di colonne all’interno di un block, c’e’ un modo migliore per modificare lo spazio verticale prima dell’inizio dell’ambiente columns (\vspace{-10pt} %is there a better way to do this?)?
Grazie,
vevops. le immagini che ho usato possono essere scaricate qui:
- Devi essere connesso per rispondere a questo topic.