bug: xelatex: table would be rendered into second screen with beamer
samcarter
sam.carter8 at aol.com
Sun May 16 19:13:32 CEST 2021
see https://github.com/josephwright/beamer/issues/337 for a workaround
On 16/05/21 03:39, ayaka wrote:
> Hello All
>
> I try to place a table in beamer while I want to display my note in the
> screen screen, I tried the xelatex from texlive 2017 to 2020, all of
> them would only render the table in the page for the second screen
> leaving a blank page with only control bar in the main page. Neither the
> tabular nor tabularx would work.
>
> The lualatex could work fine. And if I didn't place any frame before the
> frame contains that table, it seems work as well in xelatex.
>
> \documentclass[aspectratio=169]{beamer}
> \usepackage{pgfpages}
>
> \setbeameroption{show notes on second screen=right}
>
> \begin{document}
>
> \begin{frame}
> \end{frame}
>
> \begin{frame}
> \begin{tabular}{|l|l|}
> foo & bar \\
> \end{tabular}
> \end{frame}
>
> \end{document}
>
> Thanks in advance
>
> ayaka
>
More information about the tex-live
mailing list.