[취약한] 노트를 어떻게 가질 수 있나요?

[취약한] 노트를 어떻게 가질 수 있나요?

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

관련 정보