我想使用 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