Tagged Questions
2
votes
1answer
191 views
Numbering a “new theorem”
I have a (simple?) question. I use the ams theorem environment for most of my theorems, but I want to box my definitions and find here a nice way to do it, simpler for me than mdframed. My problem is ...
2
votes
1answer
119 views
How to avoid that the \newenvironment text is placed on one single page
I am using the \newenvironment command for the first time and well it's causing troubles.
I am using it for creating a new theorem environment
\documentclass{article}
\usepackage{amsmath, amssymb}
...
2
votes
1answer
249 views
Redefine \emph inside theorem using \newshadedtheorem from ntheorem
Using the ntheorem package, the definition of \newshadedtheorem overwrites the \theoremprework, which I wanted to use to redefine \emph inside a custom shaded theorem. The definition of ...
9
votes
3answers
3k views
box around theorem statement
Is there an easy way to put a box around a theorem in LaTeX? For example to state an important theorem.
I tried using page 20 of the ntheorem documentation ...
11
votes
2answers
709 views
Different colorcoded theorems
I'm using this code to frame my theorems:
\documentclass[a4paper,12pt]{scrreprt}
\usepackage[table]{xcolor}
\usepackage{latexsym}
\usepackage{amsmath}
\usepackage[amsmath,thmmarks,framed]{ntheorem}
...