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

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

User avatar
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 -

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