سلام
با توجه به اینکه در ارائه نیاز به یک سری اطلاعاتی هست که در صورت سوال حضار باید به آن پرداخت، ایا در بستهی bidipresentation این امکان همانند بیمر فراهم است یا خیر؟
یک نمونه فایل نمونه از bidi هم آپلود شده ... که نمی دونم چطور باید اصلاح بشه...
نمونه بیمر
\documentclass{beamer}
\usepackage{tikz}
\usepackage{ocg-p}
\usepackage{blindtext}
\usepackage{hyperref}
\usepackage{pgfplots, pgfplotstable}
%----------------------------------------------------------------%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Title}
% Insert links to toggle layer visibility
\toggleocgs[]{pic remark}{Explanation}%Toggle layer
\begin{tikzpicture}
\begin{ocg}{Graphic}{pic}{1}
\begin{axis}[
ybar stacked, bar width=10mm,
width=0.9\textwidth, height=0.7\textheight,
symbolic x coords={AA,BB,CC,DD},
xtick=data,
nodes near coords, nodes near coords align={vertical},
]
\addplot [fill=red] coordinates { ({AA},712) ({BB},267) ({CC},240) ({DD},244)};
\addplot [fill=blue] coordinates { ({AA},433) ({BB},151) ({CC},1413) ({DD},50)};
\legend{Active,Inactive}
\end{axis}
\end{ocg}
%%
\begin{ocg}{Remarks}{remark}{0}
\node [overlay,anchor=south west] at (0,0)
{\parbox[b]{0.8\textwidth}{\blindtext}};
\end{ocg}
\end{tikzpicture}
\end{frame}
\end{document}