lvjr / concrete

A collection of flat beamer themes for LaTeX presentations
https://ctan.org/pkg/beamerthemeconcrete
24 stars 6 forks source link

unsupported color model 'hsb' #1

Open JesusSave opened 2 years ago

JesusSave commented 2 years ago

In 2021, I could compile your demos, but in 2022, has error with:

Package hyperref Warning: Option `pdfauthor' has already been used, (hyperref) setting the option has no effect on input line 18.

! Package pgf Error: Unsupported color model `hsb'. Sorry.

See the pgf package documentation for explanation. Type H for immediate help. ...

l.24 \end{frame}

JesusSave commented 2 years ago

Solutions found in your website https://lvjr.bitbucket.io/theme.html:

''' %% ---------------------------- color theme --------------------------

% always use rgb colors in pdf files %\substitutecolormodel{hsb}{rgb} % <----- this line cause problems \selectcolormodel{rgb} % <----- this line is better ''''

lvjr commented 2 years ago

Sorry, I can not reproduce the above error with the demo files on TeX Live 2022.