Tagged Questions
4
votes
1answer
58 views
Highlight theorem environment using todonotes
I'm trying to highlight theorem-like environment (defined using amsthm) utilizing todonotes.
In the preamble I have:
\newtheorem{que}{Question}
\newcommand*{\question}[1]{%
...
6
votes
2answers
239 views
Beamer overlay box around text - the correct way?
I have something that "works," but I'm wondering if there's a more elegant solution. I want to box some text after an itemize in beamer, so this is what I'm doing:
\documentclass{beamer}
...
8
votes
1answer
344 views
A few words in a coloured/grey background box
How can I write a few words with a grey highlighting box in the background, as shown in the picture below ("TEXT 4")?
12
votes
3answers
763 views
Color box with rounded corners around a fragment of a formula
Is there any way in TeX to highlight some part of a formula with a box having colored background and rounded corners?
At present, I need to export such formulas into an image, add those highlight ...
5
votes
2answers
286 views
Highlight an equation within an align environment with color option
I'd really like to do exactly what's being asked for in this question: Highlight an equation within an align environment, but with the ability to change the color when I call it, so that I could have ...
27
votes
3answers
1k views
How to create Highlight Boxes in LaTeX?
I am writing an Article in LaTeX.
Please suggest me how to create a highlight boxes like the ones shown below in LaTeX:
19
votes
3answers
3k views
How to highlight an entire paragraph?
I'd like to highlight paragraphs such that the highlight color appears as one whole rectangle underlying the entire paragraph. I have looked around but nothing gives me the desired effect so far.
For ...
5
votes
1answer
1k views
Beamer: highlighting aligned math with overlay
This question led to a new package:
hf-tikz
Minimal working example:
\documentclass{beamer}
\usepackage{amsmath}
\begin{document}
\begin{frame}
\begin{align}
a_i + b_j = 10 & ...
9
votes
2answers
2k views
How to highlight important parts (with a gray background)
In the below link
http://www.math.uiowa.edu/~goodman/algebrabook.dir/bookmt.pdf
the author highlights anything which is important using a greyish color background. For example, if you see ...
4
votes
1answer
564 views
\fbox inside listings
I am trying to highlight a specific line inside a listing with listinline. The code I am currently using looks like this:
\begin{lstlisting}[escapechar=!]
class A {
void m() {
B b = ...
...
18
votes
2answers
4k views
Highlight an equation within an align environment
I would like to define a command that puts a red box around an equation with yellow highlighting. I have the basics working pretty well. What I am unable to figure out is:
How to keep the alignment ...