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)
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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