Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in beamer columns with blocks in shadow rounded themes #31

Open
3 tasks
jalilsadati opened this issue Mar 19, 2024 · 0 comments
Open
3 tasks

Problem in beamer columns with blocks in shadow rounded themes #31

jalilsadati opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jalilsadati
Copy link


Brief outline of the issue

When I use some themes such as Warsaw that has shadow rounded inner theme, the block texts direction and their boxes around the texts in the blocks are messed up; But there is no problem with other innertheme.

Check/indicate

  • [*] Relevant to the bidi package
  • [*] The bidi package issue tracker has been searched for similar issues?
  • Issue tracker has been searched for similar issues?
  • Links to <tex.stackexchange.com> discussion if appropriate
  • Links to <qa.parsilatex.com> discussion if appropriate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode


\documentclass{beamer}            % or some other class

\usetheme{Warsaw}
  % Any packages other than the xepersian package must be loaded here

  % The xepersian package must be loaded as the last package
\usepackage[%
    % Any xepersian package option goes here
]{xepersian}
\settextfont{IRXLotus}

  % Any preamble code goes here
  
\begin{document}
	
\begin{frame}[t]{بلوکها در ستونها}
\begin{columns}[t]
	\column{0.5\textwidth}
	\begin{block}{Block 1}
					متن مربوط به بلوک 1
	\end{block}
	\column{0.5\textwidth}
	\begin{block}{Block 2}
				متن مربوط به بلوک 2
	\end{block}
	\end{columns}
\end{frame}
	
\end{document}

Expected behavior

Log and PDF files

@jalilsadati jalilsadati added the bug Something isn't working label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants