fix colour profiles support
This commit is contained in:
parent
8ef19be790
commit
a0c6226622
@ -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í
|
||||
|
@ -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},
|
||||
}
|
||||
|
||||
% =========================================================================== %
|
||||
|
Reference in New Issue
Block a user