Quiero usar Easylist para crear puntos en mis notas de diapositiva. Easylist sería genial para eso.
Entonces usé:
\documentclass{beamer}
\setbeameroption{show notes}
\usepackage[at]{easylist}
\begin{document}
\begin{frame}[fragile] {What is Domain Adaptation?}
\begin{easylist}[itemize]
@ \emph{Problem Domain:} An area expertise needed to solve a particular problem
@@ Neural nets work within a problem domain
@ What if we could transfer knowledge from one problem domain to another
@ \emph{Source Domain:} the domain we are transferring ideas from
@ \emph{Target Domain:} the domain we actually want to solve
\end{easylist}
\note{\begin{easylist}[itemize]
@ Primates Transfer Knowledge %\footfullcite{braun2010structure}
@@ After solving one Food box puzzle
@@ Are much better as solving other food box puzzle that is completely different
@ \emph{Source Domain:} Basket Ball
@ \emph{Target Domain:} Soccer
@ This does actually work for soccer and basketball
%\footfullcite{lopez2009role}
\end{easylist}}
\end{frame}
\end{document}
Como puede ver, esto funcionó bien para la computadora central, pero no funcionó en el marco del folleto. ¿Cómo puedo hacer que funcione en el marco del folleto?
Creo que la forma de hacer esto es redefinir la plantilla del proyector para que note page
se construya alrededor de un fragile
marco en lugar de uno normal.