I would like to show you this MWE:
\documentclass{article}
\usepackage{xcolor}
\colorlet{orangething}{orange!120}
\begin{document}
\color{orangething}{does not give erros}
\color{orange!120}{gives error}
\end{document}
The first line does not give errors, whereas the second one correctly gives ! Package color Error: Argument '-0.3' not in range [0,1].
See also https://tex.stackexchange.com/questions/653210/how-do-you-go-over-the-0-1-range-for-colors.
Thank you, bye!
Carla
I would like to show you this MWE:
The first line does not give errors, whereas the second one correctly gives
! Package color Error: Argument '-0.3' not in range [0,1].See also https://tex.stackexchange.com/questions/653210/how-do-you-go-over-the-0-1-range-for-colors.
Thank you, bye!
Carla