我怎樣才能擁有[易碎]筆記?

我怎樣才能擁有[易碎]筆記?

我想使用 Easylist 在我的幻燈片筆記中製作點。 Easylist 對此非常有用。

所以我用了:

\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}

正如您所看到的,這對於大型主機來說工作得很好,但在講義框架中卻不起作用。我怎樣才能讓它在講義框架中運作?

幻燈片

我相信做到這一點的方法是重新定義 的投影機模板,圍繞框架而不是普通框架note page構建。fragile

相關內容