私が作成しているポスターのスペースをできるだけ有効活用したいので、脚注(引用を含む)を連続して(1行で)表示したいのですが、検索した結果、この郵便受けパッケージを使用してそれを実現できると言っていますfootmisc
。
問題は、これを使用すると脚注が消えてしまうことです。次のサンプルコードを検討してください。 を削除すると\usepackage[norule,para]{footmisc}
、脚注は適切に表示されます。
\documentclass{beamer}
\usepackage[norule,para]{footmisc}
\usepackage{biblatex}
\begin{document}
\begin{frame}[fragile]
\begin{columns}
\begin{column}{.49\textwidth}
\begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
\begin{minipage}[T]{.95\textwidth}
\parbox[t]{\textwidth}{
\begin{block}{Test}
this is some test text\footnotemark
\end{block}}
\end{minipage}
\end{beamercolorbox}
\end{column}
\footcitetext{osborne-rubinstein}
%Second Column %
\begin{column}{.49\textwidth}
test\footnotemark
\end{column}
\footcitetext{test}
\end{columns}
\end{frame}
\end{document}
footmisc
パッケージとクラスに何らかの問題があるのでしょうかbeamer
、それとも私が何か間違っているのでしょうか?
答え1
両方のパッケージを一緒に使用することはできません。 にはbeamer
独自の\footnote
定義があり、 をロードするとそれが破壊されますfootmisc
。
私はおそらく単にパラルックを偽装するでしょう。例えば
\setcounter{footnote}{1}
\footnotetext{osborne-rubinstein, \textsuperscript{2}test}