Git Product home page Git Product logo

Comments (3)

seloumi avatar seloumi commented on September 26, 2024

The issue come from pgfpages package, it appears with TRT pages. I have posted a feature request to pgf package maintainer pgf-tikz/pgf#911

from beamer-rl.

seloumi avatar seloumi commented on September 26, 2024

Waiting for the fixes in the package pgfpages you can use this workaround which patch keys second right , second left and \pgfpages@buildshipoutbox command.

\documentclass{beamer-rl}

\babelprovide[import=ar-DZ, main]{arabic}

\usetheme{CambridgeUS}
\usecolortheme{spruce}

\title{beamer-rl class}

\author{Salim Bou}

\institute[]{%
{\color{blue} Repository: } https://github.com/seloumi/beamer-rl \par 
{\color{blue} Bug tracker: } https://github.com/seloumi/beamer-rl/issues
}

\date{\today}
\usepackage{pgfpages}

\makeatletter
\define@key{pgfpagesuselayoutoption}{second right}[]%
{%
  \def\pgfpageoptionfirstcenter{\pgfpoint{-.5\paperwidth}{.5\paperheight}}% <--
  \def\pgfpageoptionsecondcenter{\pgfpoint{-1.5\paperwidth}{.5\paperheight}}% <--
  \def\pgfpageoptiontwoheight{\paperheight}%
  \def\pgfpageoptiontwowidth{2\paperwidth}%
}

\define@key{pgfpagesuselayoutoption}{second left}[]%
{%
  \def\pgfpageoptionfirstcenter{\pgfpoint{-1.5\paperwidth}{.5\paperheight}}% <--
  \def\pgfpageoptionsecondcenter{\pgfpoint{-.5\paperwidth}{.5\paperheight}}% <--
  \def\pgfpageoptiontwoheight{\paperheight}%
  \def\pgfpageoptiontwowidth{2\paperwidth}%
}

\bbl@sreplace\pgfpages@buildshipoutbox{-.5\pgfutil@tempdima}{.5\pgfutil@tempdima}
\makeatother



\setbeamertemplate{note page}[plain]
\setbeameroption{show notes on second screen=right}



\begin{document}

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


\begin{frame}{تجربة}
	Hi
	\note{نقاط}
\end{frame}
\begin{frame}{here we go}
	hello
	\note{نقاط}
\end{frame}
\begin{frame}{تجربة النقاط}
	دمج نقاط لا تظهر للحضور
	\note{نقاط}
\end{frame}
\end{document} 

from beamer-rl.

seloumi avatar seloumi commented on September 26, 2024

Fixed with 7594dc5
just change \usepackage{pgfpages} to \usepackage{pgfpages-rl}.

from beamer-rl.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.