Tagged Questions
4
votes
3answers
364 views
adjust the array size to the size of the frame+Beamer
I inserted a table into a page of a presentation Beamer but the problem is that the array size exceeds the frame.
How to adjust the array size to the size of the frame?
6
votes
2answers
159 views
Is it blkarray compatible with beamer?
When I try next code
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{blkarray}
\begin{document}
\begin{frame}{Title}
\[
\begin{blockarray}{c|c}
...
3
votes
1answer
388 views
using multiple brace in array environment
I want to create something like that
Clearly every element should be coherent with eachother and line need to be connected. This is a MWE, how should I modify it to make it coherent:
...
1
vote
1answer
2k views
How to resize a fomula inside a block?
I would like to insert a formula as a block in my presentation:
\begin{block}{concretization}{
$\renewcommand{\arraystretch}{1.5}%
\begin{array}{l}
\gamma \rightarrow ...
\end{array}$
...
1
vote
2answers
728 views
Changing elements of arrays in Beamer without shifting the unchanging elements.
An array is to be displayed in a Beamer presentation with some elements constant across all slides in the frame. Other array elements, however, must change with the overlay in the frame and are of ...