![[취약한] 노트를 어떻게 가질 수 있나요?](https://rvso.com/image/298526/%5B%EC%B7%A8%EC%95%BD%ED%95%9C%5D%20%EB%85%B8%ED%8A%B8%EB%A5%BC%20%EC%96%B4%EB%96%BB%EA%B2%8C%20%EA%B0%80%EC%A7%88%20%EC%88%98%20%EC%9E%88%EB%82%98%EC%9A%94%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