Text FormattingColor not recognized

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
thorpn
Posts: 53
Joined: Mon Jul 30, 2012 7:30 pm

Color not recognized

Post by thorpn »

My thesis file has started not working, it returns an error that the color "red" is not known. But after hours of debugging I haven't been able to find the error, I feel like I have tried everything so any help would be appreciated. I have attached a mostly minimum working example that shows the problem.
Attachments
Minimum working example.rar
(250.36 KiB) Downloaded 250 times

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

The Prophet
Posts: 3
Joined: Sat Mar 16, 2013 1:04 am

Color not recognized

Post by The Prophet »

In file "dynamic_binary.tex" (line 14) this resolves the error and compiles it.

Code: Select all

\section{The Model confidence set and loss function based backtesting}
To color sections try this one.

Also in "various.settings.tex" (line 40) looks like an error.

Code: Select all

%Missing in red text
\newcommand{\ms}{\textcolor{red}{MISSING!}}
thorpn
Posts: 53
Joined: Mon Jul 30, 2012 7:30 pm

Color not recognized

Post by thorpn »

Thanks! :)

I like to have the \ms think so I can just add \ms whenever I need to remind my self later on that something is missing.
Post Reply