tufte-handout - 각주로 구분된 대화 줄 간격

tufte-handout - 각주로 구분된 대화 줄 간격

나는 dialogue패키지와 tufte-handout클래스를 사용하고 있습니다. MWE는 다음과 같습니다. 제가 겪고 있는 문제가 이 이미지에 나와 있습니다. 실제로는 인용인 각주를 삽입한 후 문서의 나머지 부분에서는 대화의 나머지 부분에 있는 단락 간격이 압축됩니다.

각주를 추가하면 대화의 단락이 끊어집니다.

따라서 연설 후 공백은 다음과 같습니다.로버트그리고미투맞습니다. 말 뒤에 공백을 두세요.카즈그리고JC누락.

\documentclass[justified]{tufte-handout}

\usepackage{geometry}
\geometry{a4paper,left=.9cm,top=1cm,bottom=1cm,textwidth=10.5cm,marginparwidth=8.5cm,marginparsep=.2cm}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{dialogue}

\usepackage{hyperref}
\tolerance=1000
% \usepackage{mathptmx}
%\usepackage{pifont}

\usepackage{csquotes}
\usepackage[mla]{ellipsis}

\parindent = 0em
\setlength\parskip{.5\baselineskip}

\usepackage{filecontents}
\begin{filecontents}{ejemplo.bib}
@phdthesis{kaz-thesis,
  title={Interpretation-driven association in design},
  author={Grace, Kazjon},
  year={2012},
  school={University of Sydney},
  note={Design Lab of the Faculty of Architecture, Design and Planning},
  annote={A computational model of situated analogy making based on the transformation of conceptual spaces.}
}
\end{filecontents}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}
\section{Panel session}

\begin{dialogue}
\speak{Robert} Experimental film maker started to do video installations
bringing abstract worlds back into reality. 
%%%
\speak{Mitu} Indie game developer but also a PhD student. 
%%%
\speak{Kaz} I came to CC from design cognition. PhD was in ``How do we
look at a model of analogy making''\cite{kaz-thesis}
\speak{JC} \direct{To \refer{himself}.} This seems very interesting!
\speak{JC} \direct{To \refer{sxe}.}  Oh wait, it's teh broak.
\end{dialogue}

\bibliographystyle{plain}
\bibliography{ejemplo}

\end{document}

답변1

Barbara Beeton의 의견을 토대로 다음과 같이 설명합니다.

\let\oldcite\cite
\def\cite#1{\setlength\itemsep{\parskip}\oldcite{#1}}

관련 정보