1
0
Fork 0

fix colour profiles support

This commit is contained in:
surtur 2023-08-23 11:38:26 +02:00
parent 8ef19be790
commit a0c6226622
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@
% \usepackage[T1]{fontenc}% definice vnitřního kódování
% \usepackage[utf8]{inputenc} % slouží pro definici kódování (při problémech zkusit zaměnit utf8x za utf8)
% \fi
\usepackage[usenames,dvipsnames]{color} % umožňuje použití barev
% \usepackage[usenames,dvipsnames]{color} % umožňuje použití barev
\usepackage[usenames,dvipsnames,rgb]{xcolor} % better support for ICC profiles.
\usepackage{graphicx} % rozšíření práce s grafikou
\usepackage{amsmath} % balíček pro pokročilejší matematiku
\usepackage{fancyhdr} % detailnější nastavení záhlaví a zápatí

View File

@ -93,7 +93,7 @@ used to validate the correctness of program's behaviour.}
string=[s]{'}{'},
string=[s]{"}{"},
comment=[l]{#},
commentstyle=\color{Gray},
commentstyle=\color{gray},
}
% =========================================================================== %