Problema em slides de apresentação em persa

Problema em slides de apresentação em persa

Estou usando um modelo de slide de apresentação. Existem 2 problemas com o modelo que não sei como resolver.

Primeiro: escrevi o nome do supervisor abaixo da caixa azul ( \author{‏استاد راهنما }). Quero colocar meu nome junto ao nome do supervisor, mas quando uso \authors duas vezes, aparece apenas o segundo nome.

Segundo: usei uma lista para separar o conteúdo:

‎‎\tableofcontents‎
\section{‏‎‎‏ماده‌ ‎\hfill}‎
\section{‏پاسخ  ‎\hfill}‎
\subsection{‌تاریخچ  \hfill}
\subsection{آزمایش‌ها \hfill}
\subsection{مدل‌ا \hfill}
\section{ ‏کنشون  ‎\hfill}‎
\section{ ‏همیشه  ‎\hfill}‎

No canto superior direito das páginas após a lista, mostra o último item (همیشه) em claro. Quero que cada página mostre que o item que estou apresentando seja brilhante, não o último item. Alguém poderia ajudar? Eu realmente aprecio qualquer solução. O código é o seguinte:

    \documentclass{beamer}‎‎‎
    ‎\usetheme{Warsaw}‎
    ‎\usefonttheme{serif}‎
‎    \usepackage{ptext}‎
‎    \usepackage{xepersian}‎
    ‎\settextfont{Yas}‎
    ‎\include{tashih}‎
    ‎\include{commands}‎

    ‎\begin{document}‎

    \title{فلان}
    \subtitle{دارد}
    \author{‏استاد راهنما }
    ‎ \begin{frame}‎
‎     \maketitle‎
     ‎\end{frame}‎
     ‎\begin{frame}‎

     ‎‎\tableofcontents‎
     \section{‏‎‎‏ماده‌ ‎\hfill}‎
    \section{‏پاسخ  ‎\hfill}‎
    \subsection{‌تاریخچ  \hfill}
    \subsection{آزمایش‌ها \hfill}
    \subsection{مدل‌ا \hfill}
    \section{ ‏کنشون  ‎\hfill}‎
    \section{ ‏همیشه  ‎\hfill}‎
    ‎\end{frame}‎
    ‎\begin{frame}‎
    ‎\end{frame}‎

    ‎\begin{frame}‎
    \frametitle{عنوان اسلاید}
    \framesubtitle{زیر عنوان اسلاید}
‎    \end{frame}‎

‎    \begin{frame}‎
    ‎\begin{enumerate}‎
    ‎\item‎ 
    این یک متن است که در اینجا قرار می‌دهیم.
    ‎\end{enumerate}‎

    ‎\begin{itemize}‎
    ‎\item‎ 
    این یک متن است که در اینجا قرار می‌دهیم.
    ‎\end{itemize}‎
    ‎\end{frame}‎
‎    \begin{frame}‎‎
    ‎\ptext[1]‎
    ‎\begin{example}‎
    این یک مثال است.
    ‎\end{example}‎

‎    \begin{definition}‎
    این یک تعریف است.
    ‎\end{definition}‎

    ‎\begin{theorem}‎
    این یک قضیه است.
    ‎\end{theorem}‎
    ‎\end{frame}‎


    ‎\begin{frame}‎
    ‎\begin{columns}‎ 
     ‎\column{.5\textwidth}‎
     ستون شماره ‎۱‎
     ‎\column{.5\textwidth}‎
    ستون شماره ‎۲‎
    ‎\end{columns}‎
    ‎\end{frame}‎


    ‎\begin{frame}‎
    ‎\frametitle{Maths Blocks}‎
‎    \begin{theorem}<1->[Pythagoras]‎ 
‎    $ a^2‎ + ‎b^2 = c^2$‎
    ‎\end{theorem}‎
    ‎\begin{proof}<2->‎
    ‎$\omega‎ +‎\phi = \epsilon $‎
    ‎\end{proof}‎
    ‎\begin{corollary}<3->‎
    ‎$ x‎ + ‎y = y‎ + ‎x  $‎
    ‎\end{corollary}‎
‎    \end{frame}‎

    ‎\begin{frame}‎
     ‎\frametitle{More Lists}‎
‎    \begin{enumerate}[(I)]‎
    ‎\item<1-> Point A‎
    ‎\item<2-> Point B‎
     ‎\begin{itemize}‎
    ‎\item<3-> part 1‎
    ‎\item<4-> part 2‎
    ‎\end{itemize}‎
    ‎\item<5-> Point C‎
    ‎\item<6-> Point D‎
    ‎\end{enumerate}‎
    ‎\end{frame}‎
    ‎%\begin{frame}‎
‎    %\frametitle{Overlays}‎
    ‎%\onslide<1->{First Line of Text}‎
%
    ‎%\onslide<2->{Second Line of Text}‎
%
    ‎%\onslide<3->{Third Line of Text}‎
‎    %\end{frame}‎

‎   \begin{frame}‎
    ‎\frametitle{Overlays}‎
    ‎\only<1>{First Line of Text}‎

    ‎\only<2>{Second Line of Text}‎

    ‎\only<3>{Third Line of Text}‎
    ‎\end{frame}‎

    ‎\setbeamercovered{invisible}‎
    ‎\begin{frame}‎
    ‎\frametitle{Tables}‎
    ‎\end{frame}‎
    ‎\end{document}

Responder1

  • usar \author{}duas vezes não funciona, pois você está sobrescrevendo o conteúdo anterior. Um hack sujo poderia ser inserir uma quebra de linha. Isto pode causar problemas com os metadados do PDF e com o rodapé (este último pode ser evitado fornecendo um nome abreviado do autor com [your name]). A solução mais limpa seria redefinir a página de título para incluir o nome adicional

  • Colocar os \sectioncomandos logo após o índice é o lugar errado. Devem ser colocados dentro da apresentação nos pontos de início das seções.


\documentclass{beamer}
\usetheme{Warsaw}
\usefonttheme{serif}

\author[your name]{supervisor \\ your name}

\begin{document}

\begin{frame}
\titlepage
\end{frame} 

\begin{frame}
\tableofcontents
\end{frame}

\section{section 1}
\begin{frame}
    abc
\end{frame} 

\section{section 2}
\subsection{subsection 1}
\begin{frame}
    abc
\end{frame} 

\subsection{subsection 2}
\begin{frame}
    abc
\end{frame} 

\end{document}

informação relacionada