Re: Comando \blandcolors

#18503
DMW
    Up
    0
    Down
    ::


    Soluzione trovata:
    `
    \documentclass[12pt]{article}

    \usepackage{xcolor}
    \definecolor{exampleborder}{cmyk}{1, 0.50, 0, 0}
    \colorlet{sbiadito}{exampleborder!20}
    \begin{document}
    \color{exampleborder}\rule{2cm}{2cm}
    \color{sbiadito}\rule{2cm}{2cm}

    \end{document}

    `

    Ciao

    Andrea

    Go to top