Text Formatting ⇒ The bottom half of my = sign is faded, resulting in it looking like a -
The bottom half of my = sign is faded, resulting in it looking like a -
For example:
2 + 3 = 5
Will look like
2+ 3 - 5
What program am I using?
Overleaf
Any and all help in understanding this is greatly appreciated (I am new to typesetting in Latex and so this has completely stumped me)
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
The bottom half of my = sign is faded, resulting in it looking like a -
welcome to the forum!
You did not get an answer, unfortunately, perhaps since you did not post an example code that shows the issue. Because LaTeX doesn't do it that way, as you can see here:
Code: Select all
\[
2 + 3 = 5
\]
Code: Select all
% !TEX pdf
\[
2 + 3 = 5
\]
If you click on "Run LaTeX here" you can see the PDF output, there's no faded = sign. How did you write the code? For example, which fonts are you using? It could be a bad font. You could post your document preamble here.
Stefan