-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
CentOS Stream 10
-
None
-
Yes
-
None
-
rhel-base-utils-core
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
Using following file:
\documentclass{article}
\usepackage[utf8]{inputenc} % For UTF-8 input
\usepackage{tcolorbox} % Include the tcolorbox package
\tcbuselibrary{skins}\begin{document}\section*{Introduction to tcolorbox}This is a minimal LaTeX document demonstrating the use of the \texttt{tcolorbox} package. \texttt{tcolorbox} is a powerful package for creating colored and framed boxes with various options for customization.\begin{tcolorbox}[
title=My First Tcolorbox,
colback=blue!5!white, % Background color (5% blue, 95% white)
colframe=blue!75!black, % Frame color (75% blue, 25% black)
fonttitle=\bfseries, % Bold font for the title
boxsep=5mm, % Space between box content and frame
arc=4mm, % Rounded corners
boxrule=1pt % Thickness of the frame rule
]
This is some sample text inside a \texttt{tcolorbox}. You can put any content here, including other LaTeX environments, text, or even mathematical formulas.
\end{tcolorbox}\vspace{1em} % Add some vertical space\begin{tcolorbox}[
colback=red!5!white,
colframe=red!75!black,
title=Another Example,
halign title=center, % Center the title
sharp corners, % No rounded corners
boxrule=2pt, % Thicker rule
enhanced, % Enable advanced features like shadows
shadow={2mm}{2mm} % Add a shadow
]
text
\end{tcolorbox}\end{document}
This file can be compiled on CentOS Stream 9:
# dnf -y install epel-release
# dnf install -y --enablerepo=crb texlive-latex texlive-tcolorbox texlive-latexconfig texlive-epstopdf-pkg tex latexmk texlive-metafont texlive-cm texlive-helvetic texlive-ec texlive-cm-super texlive-dvips texlive-mfware texlive-amsmath texlive-trimspaces texlive-environ texlive-multirow texlive-mdwtools texlive-fancyhdr texlive-colortbl texlive-caption texlive-pst-eps.noarch texlive-epstopdf-pkg.noarch texlive-epstopdf.noarch texlive-epsf.noarch
# pdflatex test.tex
But the same commands fail on CentOS Stream 10:
# pdflatex test.tex Library (tcolorbox): 'tcbskins.code.tex' version '6.4.1'! LaTeX Error: File `tikzfill.image.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name:
I see there is a package called texlive-tikzfill on Fedora.