Tagged Questions
0
votes
0answers
27 views
How do I get rid of the white background underneath my shadow? [duplicate]
I have selected a specific background for my beamer slides and I am using the theorem environment for my theorems. When I turn the shadows on for the blocks however, instead of giving me nice shadows ...
2
votes
0answers
121 views
Breaking a proof between frames [closed]
I have the same question in here
Proofs in Beamer
In the answer, the author used beamertemplate to examine breaking the frames. But how can i change it to my paragraph?
For example, i need to ...
3
votes
1answer
141 views
Is there any way to remove the “Theorem” in theorem block titles?
I'm writing a beamer presentation and using the theorem environment in the standard manner:
\begin{theorem}[Subject]
this is text
\end{theorem}
Which creates the textbox with the proper look but my ...
4
votes
1answer
114 views
beamer: Different numbering for Theorems, Examples, Definition, and Lemma
I want to have different numbering for Theorems, Examples, Definition, and Lemma. I use the following code in preamble
\setbeamertemplate{theorem}[ams style]
\setbeamertemplate{theorems}[numbered]
...
10
votes
1answer
158 views
beamer: \nameref calls the name of the section instead of the name of the theorem environment
In my LaTeX documents, I am playing with a lot of axioms which I write under a theorem environment, while using the following math packages:
\usepackage{amsmath}
\usepackage{amsfonts}
...
1
vote
1answer
378 views
redefine theorem environment with beamer
beamer seems to define theorem-environments such as definition, but i want to be able to define them myself. In particular I want to use thmtools.
\documentclass{beamer}
\usetheme{Singapore}
...
3
votes
1answer
282 views
How to number propositions by part in beamer?
My presentation has three parts about three different papers. I would like to number the theorems and propositions within each part (paper).
8
votes
1answer
599 views
Redefine block template for Beamer theorem-like environment
I would like to redefine the block templates for Beamer's theorem-like environments. For example, the example environment creates an exampleblock. I would like to make the definition environment do ...
3
votes
1answer
178 views
proof environment in beamer
I would need to move the symbol for the end of proof - a square a little bit up but ONLY on one slide, where the proof is quite long and the square has not seen very much.
7
votes
1answer
275 views
How to change the end-proof symbol in Beamer?
I would like to change the symbol for the end of proofs (the square) used in Beamer. It is quite thin, not very visible in some colorthemes. How can I have a thicker border and still in the structure ...
6
votes
1answer
1k views
Numbered Definitions, Theorems in beamer
How to get numbered Lemmas, Definitions, Theorems and so on in beamer?
6
votes
1answer
890 views
Proofs in Beamer
I'm writing a presentation in Beamer, where I present proofs which are longer than one frame. How to make Beamer to break it automatically to another frame? If it is not possible how am I supposed to ...
5
votes
1answer
288 views
Beamer newenvironment for theorems
I'm trying to define a new environment for theorems and I'm using this code:
% Theorem box
\pgfdeclarelayer{background}
\pgfsetlayers{background,main}
\tikzstyle{thmbox} = [inner sep=1em]
...
6
votes
2answers
2k views
Allow theorem split in many frames in beamer
How can a theorem-like environment be (automatically) split into multiple frames if the vertical space it needs is not enough in a frame?
In my document preamble I have
\theoremstyle{definition}
...
3
votes
1answer
1k views
Presentation using beamer
Using beamer I have prepared the following slide. I want to display the theorem
in a box or like that for better presentation. Also title heading is left align. Is it ok or not?
...
2
votes
2answers
999 views
Beamer poster theorem style without boxes
I'm making a poster using beamer and when I use \begin{theorem} and \begin{proof} it makes the theorems and proofs in a box just like a block title would be.
I understand this is the default setting ...
2
votes
1answer
327 views
mdframed theorems within beamerarticle script
I need to use framed theorem environments the way they are made in Make an Example and shaded box like in the book.
The realization with \usepackage[framemethod=TikZ]{mdframed} is working fine.
But ...
6
votes
1answer
225 views
Typeset Theorems in Upright Fonts for Beamer
I want to typeset my theorems within my presentation in upright fonts. The only way I know is by doing this:
\begin{theorem}
\textup{Upright Theorem}
\end{theorem}
When I use article document ...
7
votes
2answers
3k views
How to rename theorem (or lemma) in Beamer to another language?
I'm Malay user. I want to rename the theorem tag in Beamer. Does anyone know how to do it? When the document class is article or book, I can simply modify the preamble as follows:
...
4
votes
1answer
881 views
Theorem content right after theorem name in beamer
When we write a theorem in beamer, by default the theorem name and theorem content are in different lines, like this:
|-------------------------------------------
|Theorem 1
...
1
vote
1answer
1k views
How to rename theorem (or lemma) in Beamer?
I usually write theorem as follows:
\begin{theorem}[abc]
...
\end{theorem}
Then the title will be Theorem (abc). I would like to name it differently, for instance, "Theorem of abc", "ABC ...
5
votes
2answers
1k views
Babel (French) does not translate the theorem environment in Beamer class
I'm using the beamer class, with the following preamble:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{ae,aecompl,aeguill}
\usepackage{amsthm, amsmath, ...
