![[壊れやすい] メモを入手するにはどうすればいいですか?](https://rvso.com/image/298526/%5B%E5%A3%8A%E3%82%8C%E3%82%84%E3%81%99%E3%81%84%5D%20%E3%83%A1%E3%83%A2%E3%82%92%E5%85%A5%E6%89%8B%E3%81%99%E3%82%8B%E3%81%AB%E3%81%AF%E3%81%A9%E3%81%86%E3%81%99%E3%82%8C%E3%81%B0%E3%81%84%E3%81%84%E3%81%A7%E3%81%99%E3%81%8B%3F%20.png)
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