Tagged Questions
0
votes
0answers
54 views
Missing $ inserted - did I make something wrong? [duplicate]
Im writing a paper using Latex and I get repeatedly this "! Missing $ inserted. $ l.92 ?" error. Its only in two passages and I don't see any obvious mistake I made. The code is:
...
7
votes
3answers
787 views
Brace and text in side margin
Within a text, I would like to emphasize one or two paragraphs by placing a curly brace in the left side margin, and next to it some short text vertically centred around the brace's centre.
The ...
6
votes
1answer
336 views
how to remove additional space around \underbrace and justify the text under it
How do I
remove the additional space around \underbrace
justify the text under it, if the latter is longer than the text above it?
To illustrate the issue:
\documentclass{article}
...
5
votes
2answers
518 views
Remove additional space around \underbrace{…}
How do I remove the additional space that is added when using \underbrace{...}, to get the same width in both lines:
\documentclass{scrreprt}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
...
3
votes
2answers
1k views
Vertical spacing with underbrace command
How can I set how much vertical spacing is put between my equation and the curly bracket used in underbrace?
As an example, I feel like the following just puts the brace too close to the equation:
...
2
votes
2answers
495 views
overbrace but leave spacing in math unaffected
I would like to use an overbrace, but I do not want how much text I put in the overbrace to affect the spacing of the math (i.e. I don't want the the "a" and the "b" to get further apart in the ...