Text FormattingThe bottom half of my = sign is faded, resulting in it looking like a -

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Jester
Posts: 1
Joined: Wed Sep 23, 2020 2:24 pm

The bottom half of my = sign is faded, resulting in it looking like a -

Post by Jester »

As the title suggests, whenever I use an = sign in my latex the bottom line is incredibly faded (To the point that it is unviewable).

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)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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 -

Post by Stefan Kottwitz »

Hi Jester,

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
\]
Or with browser PDF plugin instead of pdf.js:

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
LaTeX.org admin
Post Reply