Como posso ter Notas [Frágeis]?

Como posso ter Notas [Frágeis]?

Quero usar o Easylist para criar pontos nas anotações dos meus slides. Easylist seria ótimo para isso.

Então eu usei:

\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 você pode ver, isso funcionou bem no mainframe, mas não funcionou no quadro de folheto. Como posso fazê-lo funcionar no quadro do folheto?

diapositivos

Acredito que a maneira de fazer isso é redefinir o modelo do beamer para um note page, a ser construído em torno de um fragilequadro em vez de um quadro normal.

informação relacionada