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

Themes break the blocks widths in columns #10

Open
rlalik opened this issue Jul 23, 2023 · 1 comment
Open

Themes break the blocks widths in columns #10

rlalik opened this issue Jul 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@rlalik
Copy link

rlalik commented Jul 23, 2023

Following code:

\begin{columns}[onlytextwidth]
 \column{0.5\textwidth}
  \begin{block}{Some title 1}
Lorem ipsum...
  \end{block}

 \column{0.5\textwidth}
  \begin{block}{Some title 2}
Lorem ipsum...
  \end{block}
\end{columns}

will be broken with your themes as the blocks will extend to the whole line width, not the column width as with regular beamer themes.

@Irubataru
Copy link
Owner

Thanks! I'll have a look at it when I find some time. The block environments are codes using tikz, with the contents being in a node, and that has always been a bit fragile. I've been planning on switching to using a different solution for a while now, but haven't really used or worked on this lately.

@Irubataru Irubataru added the bug Something isn't working label Jul 31, 2023
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