Tagged Questions
1
vote
0answers
191 views
Is it possible to reorganize coloring/highlighting priority in Texmaker?
I want to be able to see latex commands in Texmaker while in mathmode, but the settings file does not seem to account for priority via line rearrangement, so I was wondering if there was a way to make ...
18
votes
3answers
490 views
Visually highlighting symbolic material
I have a diagram in which I need to indicate the difference between symbolic mathematics and English words (potentially to someone who doesn't know about it):
Colour works beautifully for making ...
12
votes
3answers
745 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 ...
4
votes
2answers
238 views
How to highlight math environments with colored background?
How to highlight maths environments (in-line mode excluded) with a coloured rectangular background e.g. grey?
A \textwidth rectangular behind the \begin{equation} environment.
18
votes
2answers
998 views
\boxed{}, TikZ and colored equation background
I wonder if someone could provide me with a simple MWE for using TikZ together with \boxed to produce a colored equation background. If possible with rounded corners.
I am using \boxed{} inside the ...
2
votes
1answer
252 views
Which editors color/highlight between the $…$ with syntax coloring? [duplicate]
Possible Duplicate:
LaTeX Editors/IDEs
I'd like to know which TeX editors have syntax coloring options which color/highlight the math mode text between the $...$. This way it is easy to see ...
9
votes
2answers
495 views
Fixing a code to highlight formulas and text on several lines
In this post I've found the following amazing code to highlight text on several lines.
The problem is that code dosen't work well with formulas : for example, fraction using the mode display are ...