From a0c62266226e1ec9b05f9a8cacc36f0402d71948 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 23 Aug 2023 11:38:26 +0200 Subject: [PATCH] fix colour profiles support --- tex/UTB.tex | 3 ++- thesis.tex | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tex/UTB.tex b/tex/UTB.tex index c93abbb..eebf164 100644 --- a/tex/UTB.tex +++ b/tex/UTB.tex @@ -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í diff --git a/thesis.tex b/thesis.tex index 808644b..fd8c977 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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}, } % =========================================================================== %