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 · 1 comment
Open
3 tasks
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
@ghost
Copy link

ghost commented Dec 17, 2024

This repository is neither maintained nor I get an notification if someone makes a bug report. The maintained repository is here. You do not need to repost this issue in the new repository but please for the future, only use the new one.

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