Text FormattingWithout = symbol

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
diazdeus
Posts: 32
Joined: Fri Sep 28, 2018 9:34 pm

Without = symbol

Post by diazdeus »

This is a new MikTeX error for me. I don't have = symbol in math mode, don't appears error in compilation, but the = symbol is not there...
Thank you for your time.

Code: Select all

\usepackage{etex}
\reserveinserts{28}
\setcounter{chapter}{61}
\usepackage[pagestyles]{titlesec}
\usepackage{ifthen}
\usepackage{array}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage{longtable}
\usepackage{fnpos}
\usepackage{booktabs}
\usepackage{dcolumn}
\usepackage{slashbox}
\usepackage{pict2e}
\usepackage{multirow}
\usepackage{float}
\floatplacement{table}{tp}
\usepackage{morefloats}
\usepackage{flafter}
\usepackage{floatflt}
\usepackage{colortbl}
\usepackage{wrapfig}
\usepackage{enumitem}
\usepackage{eso-pic,everyshi,calc}
\usepackage{dashrule}
\usepackage{marvosym}
\usepackage{amsbsy}
\usepackage{yhmath}
\usepackage{txfonts}
\usepackage{textcomp}
\usepackage{mathcomp}
\usepackage{gensymb}
\usepackage[e]{esvect}
\usepackage[spanish,es-nodecimaldot]{babel}
\usepackage{ccaption}
\usepackage[labelsep=endash,font={small,it},labelformat=simple,labelfont=bf,figurewithin=none,justification=centering]{caption}

..........

\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\vspace*{\fill}
\thispagestyle{empty}
\newpage 
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother

\setlist{noitemsep}
\setenumerate{labelindent=\parindent,leftmargin=*,labelsep=1em}
\setitemize{labelindent=\parindent,leftmargin=*,labelsep=1em}

\clubpenalty=10000
\widowpenalty=10000

\usepackage[bookmarks=true,bookmarksopen=true,bookmarksopenlevel=2,bookmarksnumbered=true,breaklinks=true]{hyperref}

\renewcommand{\frac}[2]{\genfrac{}{}{0.1pt}{}{#1}{#2}}
Last edited by Stefan Kottwitz on Fri Mar 29, 2019 1:41 am, edited 1 time in total.

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

diazdeus
Posts: 32
Joined: Fri Sep 28, 2018 9:34 pm

Without = symbol

Post by diazdeus »

This is the tex file and a pdf view.
Attachments
Sin_igual.pdf
(5.55 KiB) Downloaded 200 times
Sin_igual.tex
(1.82 KiB) Downloaded 194 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Without = symbol

Post by Stefan Kottwitz »

This is what I get:
output.png
output.png (10.13 KiB) Viewed 3844 times
Perhaps you are missing a font. When I compile your document, I see these fonts:
fonts.png
fonts.png (73.72 KiB) Viewed 3844 times
(Sorry, Retina screen, I can make smaller later)

In your attached PDF, I see:
times.png
times.png (69.81 KiB) Viewed 3844 times
Can you please post your .log file, as attachment?

Stefan
LaTeX.org admin
diazdeus
Posts: 32
Joined: Fri Sep 28, 2018 9:34 pm

Without = symbol

Post by diazdeus »

Thank you very much for your time and your interest.
I uninstall MikTeX and after reinstall it. The problem disappears (!).
Post Reply