[TikZ] Cannot add TikZ plot ! Package xcolor Error: Undefined color `CTtitle'.

Issue #162 closed
Haseeb Mahmud created an issue

I am trying to add a TikZ generated plot in the document. I am having the following errors,

A code that works

\documentclass[11pt,a4paper]{article}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{scalefnt}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,petri}

\begin{document}
\pgfmathdeclarefunction{gauss}{2}{%
  \pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}%
}

\begin{figure}
\begin{center}
{\scalefont{0.7}
\begin{tikzpicture}[scale=1.8]
\begin{axis}[
  no markers, domain=0:8, samples=100,
  axis lines*=left,
  every axis y label/.style={at=(current axis.above origin),anchor=south},
  every axis x label/.style={at=(current axis.right of origin),anchor=west},
  height=5cm, width=8cm,
  xtick=\empty, ytick=\empty,
  enlargelimits=false, clip=false, axis on top,
  grid = major
  ]
  \addplot [fill=cyan!20, draw=none, domain=2.5:5.5] {gauss(4,1)} \closedcycle;
  \addplot [very thick,cyan!50!black] {gauss(4,1)};
\end{axis}
\node at (3.2,-.3) {$Q_2$};
\node at (2,-.3) {$Q_1$};
\node at (4.4,-.3) {$Q_3$};
\node at (0.0, 3.9) {$f(x)$};
\node at (6, -0.3) {$x$};
\draw [red][|-|] ((3.2,0) -- (3.2,3.4);
\draw [red][|-|] ((2,0) -- (2,1.1);
\draw [red][|-|] ((4.4,0) -- (4.4,1.1);
\end{tikzpicture}
}
\end{center}
\end{figure}

\end{document}

How I add this into the classicthesis template

Firstly, the packages. I have added these lines in classicthesis-config.tex

\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{scalefnt}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,petri}

And these line in ClassicThesis.tex just after \document tag.

\pgfmathdeclarefunction{gauss}{2}{%
  \pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}%
}

After this, I have added the plot in Chapter 1,

\begin{figure}
\begin{center}
{\scalefont{0.7}
\begin{tikzpicture}[scale=1.8]
\begin{axis}[
  no markers, domain=0:8, samples=100,
  axis lines*=left,
  every axis y label/.style={at=(current axis.above origin),anchor=south},
  every axis x label/.style={at=(current axis.right of origin),anchor=west},
  height=5cm, width=8cm,
  xtick=\empty, ytick=\empty,
  enlargelimits=false, clip=false, axis on top,
  grid = major
  ]
  \addplot [fill=cyan!20, draw=none, domain=2.5:5.5] {gauss(4,1)} \closedcycle;
  \addplot [very thick,cyan!50!black] {gauss(4,1)};
\end{axis}
\node at (3.2,-.3) {$Q_2$};
\node at (2,-.3) {$Q_1$};
\node at (4.4,-.3) {$Q_3$};
\node at (0.0, 3.9) {$f(x)$};
\node at (6, -0.3) {$x$};
\draw [red][|-|] ((3.2,0) -- (3.2,3.4);
\draw [red][|-|] ((2,0) -- (2,1.1);
\draw [red][|-|] ((4.4,0) -- (4.4,1.1);
\end{tikzpicture}
}
\end{center}
\end{figure}

Problem

I am facing the following error messages,

! Package xcolor Error: Undefined color `CTtitle'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.92 \part{Some Kind of Manual}
                               \label{pt:manual}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.92 \part{Some Kind of Manual}
                               \label{pt:manual}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[1







] [2]
\openout2 = `Chapters/Chapter01.aux'.

 (./Chapters/Chapter01.tex
Chapter 1.

! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.14     \marginpar{\myTitle \myVersion}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.14     \marginpar{\myTitle \myVersion}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

LaTeX Font Info:    Font shape `T1/fvm/m/n' will be
(Font)              scaled to size 7.65005pt on input line 20.

! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.29 \mLyX\footnote{\url{http://www.lyx.org}}
                                              thanks to Nicholas Mariette
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.50     \url{http://postcards.miede.de}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.53 ...at's what typography is all about, right?}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.53 ...at's what typography is all about, right?}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[3



]

! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.72 ...ctan.org/macros/latex/contrib/booktabs/}.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.94 ...nto the future of \texttt{classicthesis}.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

LaTeX Font Info:    Font shape `T1/fvm/m/it' in size <9> not available
(Font)              Font shape `T1/fvm/m/sl' tried instead on input line 94.
LaTeX Font Info:    Font shape `T1/fvm/m/sl' will be
(Font)              scaled to size 7.65005pt on input line 94.

! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.94 ...nto the future of \texttt{classicthesis}.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.114     body\dots}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.114     body\dots}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[4]

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.144 ...ation here. Refer to \autoref{sec:custom}
                                                   for more
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

Package microtype Info: Character `029' is missing
(microtype)             in font `T1/pplj/m/sc/10'.
(microtype)             Ignoring protrusion settings for this character.
[5]

! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.158     comments of her own while reading.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.158     comments of her own while reading.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

LaTeX Font Info:    Font shape `T1/pplj/bx/n' in size <10.95> not available
(Font)              Font shape `T1/pplj/b/n' tried instead on input line 162.

! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.200 ...ons are enabled via \texttt{option=true}}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.200 ...ons are enabled via \texttt{option=true}}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[6

]
Overfull \hbox (6.3659pt too wide) in paragraph at lines 228--229
[][]\T1/fvm/m/n/10.95 \renewcommand*{\ct@altfont}{\sffamily}[]\T1/pplj/m/n/10.9
5 (-20) . Col-or-ing is also
 []


Overfull \hbox (0.29587pt too wide) in paragraph at lines 232--233
\T1/pplj/m/n/10.95 (-20) ter num-ber. De-fault is: [][]\T1/fvm/m/n/10.95 \defin
ecolor{CTsemi}{gray}{0.55} 
 []


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.264 }

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


Overfull \hbox (2.07549pt too wide) in paragraph at lines 264--264
 \T1/fvm/m/sl/9 thesis-config.tex
 []


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.264 }

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


Overfull \hbox (2.07549pt too wide) in paragraph at lines 264--264
\T1/fvm/m/sl/9 thesis-config.tex  
 []

LaTeX Font Info:    Font shape `T1/fvm/m/n' will be
(Font)              scaled to size 8.50006pt on input line 266.

! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.267     %
            *********************************************
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.267     %
            *********************************************
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.267     % 
            *********************************************
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.267 ...*****************************************

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     %
            2. Personal data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     %
            2. Personal data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 
            2. Personal data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. 
               Personal data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. 
               Personal data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal 
                        data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal 
                        data and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data 
                             and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data 
                             and user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and 
                                 user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and 
                                 user ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and user 
                                      ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and user 
                                      ad-hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and user ad-
                                         hoc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and user ad-h
                                          oc commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and user ad-hoc 
                                             commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268     % 2. Personal data and user ad-hoc 
                                             commands
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.268 ...2. Personal data and user ad-hoc commands

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.269     %
            *********************************************
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.269     %
            *********************************************
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.269     % 
            *********************************************
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.269 ...*****************************************

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.270     \newcommand{
                      \myTitle}{A Classic Thesis Style}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.271     \newcommand{
                      \mySubtitle}{An Homage to...}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[7]

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.276 (see~\autoref{sec:options}
                                ) in a line that looks like this:
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.279 \PassOptionsToPackage{

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.310 ...ps://bitbucket.org/amiede/classicthesis/}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[8]

! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.363 ...ket.org/amiede/classicthesis/issues/123/}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

LaTeX Font Info:    Calculating math sizes for size <7.66496> on input line 388
.

Overfull \hbox (3.96588pt too wide) in paragraph at lines 396--398
 [] 
 []

) [9] [10]

! Package xcolor Error: Undefined color `CTtitle'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.101 \part{The Showcase}
                         \label{pt:showcase}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.101 \part{The Showcase}
                         \label{pt:showcase}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[11





] [12]
\openout2 = `Chapters/Chapter02.aux'.

 (./Chapters/Chapter02.tex
Chapter 2.
Package acronym Info: Label `acro:UML' newly defined as it shall be overridden
although it is yet undefined on input line 35.

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.35 Acronym testing: \ac{UML}
                               -- \acs{UML} -- \acf{UML} -- \acp{UML}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.35 Acronym testing: \ac{UML} -- \acs{UML}
                                            -- \acf{UML} -- \acp{UML}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.35 ...esting: \ac{UML} -- \acs{UML} -- \acf{UML}
                                                   -- \acp{UML}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.35 ...ML} -- \acs{UML} -- \acf{UML} -- \acp{UML}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.40 It is not a real language.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.40 It is not a real language.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.47 Errem omnium ea per, pro \ac{UML}
                                       con populo ornatus cu, ex qui
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

Package acronym Info: Label `acro:API' newly defined as it shall be overridden
although it is yet undefined on input line 62.

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.62 ea cum \ac{API}
                     primis intellegat. Hinc cotidieque reprehendunt eu
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[13



]

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.124 ...te westeuropee web, \autoref{tab:example}
                                                   nos clave
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[14]

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.169 le, publicate \autoref{fig:example}
                                          methodicamente e qui.
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.172 studio. \autoref{fig:example-b}
                                      Instruite preparation le duo, asia
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

<gfx/example_1.jpg, id=408, 240.9pt x 180.675pt>
File: gfx/example_1.jpg Graphic file (type jpg)
<use gfx/example_1.jpg>
Package pdftex.def Info: gfx/example_1.jpg  used on input line 179.
(pdftex.def)             Requested size: 151.19897pt x 113.40128pt.
<gfx/example_2.jpg, id=409, 240.9pt x 180.675pt>
File: gfx/example_2.jpg Graphic file (type jpg)
<use gfx/example_2.jpg>
Package pdftex.def Info: gfx/example_2.jpg  used on input line 182.
(pdftex.def)             Requested size: 151.19897pt x 113.40128pt.
<gfx/example_3.jpg, id=410, 240.9pt x 180.675pt>
File: gfx/example_3.jpg Graphic file (type jpg)
<use gfx/example_3.jpg>
Package pdftex.def Info: gfx/example_3.jpg  used on input line 184.
(pdftex.def)             Requested size: 151.19897pt x 113.40128pt.
<gfx/example_4.jpg, id=411, 240.9pt x 180.675pt>
File: gfx/example_4.jpg Graphic file (type jpg)
<use gfx/example_4.jpg>
Package pdftex.def Info: gfx/example_4.jpg  used on input line 186.
(pdftex.def)             Requested size: 151.19897pt x 113.40128pt.
Package acronym Info: Label `acro:DRY' newly defined as it shall be overridden
although it is yet undefined on input line 188.

! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.188     latente. \ac{DRY}}
                            \label{fig:example}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.188     latente. \ac{DRY}}
                            \label{fig:example}
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

) [15 <./gfx/example_1.jpg> <./gfx/example_2.jpg> <./gfx/example_3.jpg> <./gfx/
example_4.jpg>]
\openout2 = `Chapters/Chapter03.aux'.

 (./Chapters/Chapter03.tex
Chapter 3.
[16




]

! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.13 ...http://home.vrweb.de/~was/mathfonts.html}}
                                                  .  Continuous processes
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.24 ... Consider the \texttt{pdfspacing} option.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.24 ... Consider the \texttt{pdfspacing} option.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[17]) [18]

! Package xcolor Error: Undefined color `CTtitle'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.112 \part{Appendix}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.112 \part{Appendix}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

[19





] [20]
\openout2 = `Chapters/Chapter0A.aux'.

 (./Chapters/Chapter0A.tex
Appendix A.

! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.12 \graffito{More dummy text.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Black'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.12 \graffito{More dummy text.}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.23 Test: \autoref{tab:moreexample}
                                     (This reference should have a
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTlink'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.60 ...ascal listing below: \autoref{lst:useless}
                                                  .
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

(/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty
File: lstlang1.sty 2015/06/04 1.6 listings language file
)

! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.63 for 
         i:=maxint downto 0 do
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.63 for i:=maxint 
                   downto 0 do
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.63 for i:=maxint downto 
                          0 do
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.63 for i:=maxint downto 0 do

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.64 begin

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 {
       do nothing }
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 { 
       do nothing }
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 { do 
          nothing }
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 { do 
          nothing }
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 { do nothing 
                  }
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 { do nothing 
                  }
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `Green'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.65 { do nothing }

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `RoyalBlue'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.66 end;

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

) [21



] [22



]
\openout2 = `FrontBackmatter/Bibliography.aux'.

 (./FrontBackmatter/Bibliography.tex [23



]
Overfull \hbox (0.28452pt too wide) in paragraph at lines 15--15
[]\T1/pplj/m/n/10.95 (-20) Jordan B. Pe-ter-son. \T1/pplj/m/it/10.95 12 Rules f
or Life: An An-ti-dote to Chaos\T1/pplj/m/n/10.95 (-20) . Toronto,
 []

) [24]
\openout2 = `FrontBackmatter/Declaration.aux'.

 (./FrontBackmatter/Declaration.tex) [25






] [26



]
\openout2 = `FrontBackmatter/Colophon.aux'.


(./FrontBackmatter/Colophon.tex

! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.14 ...tps://bitbucket.org/amiede/classicthesis/}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


! Package xcolor Error: Undefined color `CTurl'.

See the xcolor package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.18 \url{http://postcards.miede.de/}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

) [27

]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 123.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 123.
 (./ClassicThesis.aux (./FrontBackmatter/DirtyTitlepage.aux)
(./FrontBackmatter/Titlepage.aux) (./FrontBackmatter/Titleback.aux)
(./FrontBackmatter/Dedication.aux) (./FrontBackmatter/Abstract.aux)
(./FrontBackmatter/Publications.aux) (./FrontBackmatter/Acknowledgments.aux)
(./FrontBackmatter/Contents.aux) (./Chapters/Chapter01.aux)
(./Chapters/Chapter02.aux) (./Chapters/Chapter03.aux) (./Chapters/Chapter0A.aux
) (./FrontBackmatter/Bibliography.aux) (./FrontBackmatter/Declaration.aux)
(./FrontBackmatter/Colophon.aux))
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 123.


 *File List*
 silence.sty    2012/07/02 v1.5b Selective filtering of warnings and error mess
ages
scrreprt.cls    2017/09/07 v3.24 KOMA-Script document class (report)
scrkbase.sty    2017/09/07 v3.24 KOMA-Script package (KOMA-Script-dependent bas
ics and keyval usage)
 scrbase.sty    2017/09/07 v3.24 KOMA-Script package (KOMA-Script-independent b
asics and keyval usage)
  keyval.sty    2014/10/28 v1.15 key=value parser (DPC)
scrlfile.sty    2017/09/07 v3.24 KOMA-Script package (loading files)
tocbasic.sty    2017/09/07 v3.24 KOMA-Script package (handling toc-files)
scrsize11pt.clo    2017/09/07 v3.24 KOMA-Script font size class option (11pt)
typearea.sty    2017/09/07 v3.24 KOMA-Script package (type area)
classicthesis-config.tex
inputenc.sty    2015/03/17 v1.2c Input encoding file
    utf8.def    2017/01/28 v1.1t UTF-8 support for inputenc
   t1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
  ot1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
  omsenc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
 fontenc.sty
   t1enc.def    2017/04/05 v2.0i Standard LaTeX file
   babel.sty    2018/02/14 3.18 The Babel package
 ngerman.ldf    2016/11/02 v2.9 German support for babel (new orthography)
american.ldf    2017/06/06 v3.3r English support from the babel system
csquotes.sty    2018/02/11 v5.2c context-sensitive quotations (JAW)
etoolbox.sty    2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
csquotes.def    2018/02/11 v5.2c csquotes generic definitions (JAW)
csquotes.cfg    
biblatex.sty    2017/12/19 v3.10 programmable bibliographies (PK/JW/AB)
pdftexcmds.sty    2018/01/21 v0.26 Utility functions of pdfTeX for LuaTeX (HO)
infwarerr.sty    2016/05/16 v1.4 Providing info/warning/error messages (HO)
ifluatex.sty    2016/05/16 v1.4 Provides the ifluatex switch (HO)
 ltxcmds.sty    2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
   ifpdf.sty    2017/03/15 v3.2 Provides the ifpdf switch
kvoptions.sty    2016/05/16 v3.12 Key value format for package options (HO)
kvsetkeys.sty    2016/05/16 v1.17 Key value parser (HO)
etexcmds.sty    2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
  logreq.sty    2010/08/04 v1.0 xml request logger
  logreq.def    2010/08/04 v1.0 logreq spec v1.0
  ifthen.sty    2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
     url.sty    2013/09/16  ver 3.4  Verb mode for urls, etc.
 xstring.sty    2013/10/13  v1.7c  String manipulations (C Tellechea)
  blx-dm.def
numeric-comp.dbx
biblatex-dm.cfg
blx-compat.def    2017/12/19 v3.10 biblatex compatibility (PK/JW/AB)
blx-bibtex.def    2017/12/19 v3.10 biblatex compatibility (PK/JW/AB)
biblatex.def    2017/12/19 v3.10 biblatex compatibility (PK/JW/AB)
blx-natbib.def    2017/12/19 v3.10 biblatex compatibility (PK/JW/AB)
standard.bbx    2017/12/19 v3.10 biblatex bibliography style (PK/JW/AB)
 numeric.bbx    2017/12/19 v3.10 biblatex bibliography style (PK/JW/AB)
numeric-comp.bbx    2017/12/19 v3.10 biblatex bibliography style (PK/JW/AB)
numeric-comp.cbx    2017/12/19 v3.10 biblatex citation style (PK/JW/AB)
biblatex.cfg    
 amsmath.sty    2017/09/02 v2.17a AMS math features
 amstext.sty    2000/06/29 v2.01 AMS text
  amsgen.sty    1999/11/30 v2.0 generic functions
  amsbsy.sty    1999/11/29 v1.2d Bold Symbols
  amsopn.sty    2016/03/08 v2.02 operator names
graphicx.sty    2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg    2016/06/04 v1.11 sample graphics configuration
  pdftex.def    2018/01/08 v1.0l Graphics/color driver for pdftex
 scrhack.sty    2017/09/07 v3.24 KOMA-Script package 
  xpatch.sty    2012/10/02 v0.3 Extending etoolbox patching commands
   expl3.sty    2018/02/21 L3 programming layer (loader) 
expl3-code.tex    2018/02/21 L3 programming layer 
l3pdfmode.def    2017/03/18 v L3 Experimental driver: PDF mode
  xparse.sty    2018/02/21 L3 Experimental document command parser
  xspace.sty    2014/10/28 v1.13 Space after command names (DPC,MH)
 acronym.sty    2015/03/21 v1.41 Support for acronyms (Tobias Oetiker)
  suffix.sty    2006/07/15 1.5a Variant command support
 relsize.sty    2013/03/29 ver 4.1
tabularx.sty    2016/02/03 v2.11 `tabularx' package (DPC)
   array.sty    2016/10/06 v2.4d Tabular extension package (FMi)
  subfig.sty    2005/06/28 ver: 1.3 subfig package
 caption.sty    2016/02/21 v3.3-144 Customizing captions (AR)
caption3.sty    2016/05/22 v1.7-166 caption3 kernel (AR)
    tikz.sty    2015/08/07 v3.0.1a (rcs-revision 1.151)
     pgf.sty    2015/08/07 v3.0.1a (rcs-revision 1.15)
  pgfrcs.sty    2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty    2001/05/15 v3.00 EveryShipout Package (MS)
  pgfrcs.code.tex
 pgfcore.sty    2010/04/11 v3.0.1a (rcs-revision 1.7)
  pgfsys.sty    2014/07/09 v3.0.1a (rcs-revision 1.48)
  pgfsys.code.tex
pgfsyssoftpath.code.tex    2013/09/09  (rcs-revision 1.9)
pgfsysprotocol.code.tex    2006/10/16  (rcs-revision 1.4)
  xcolor.sty    2016/05/11 v2.12 LaTeX color extensions (UK)
   color.cfg    2016/01/02 v1.6 sample color configuration
 pgfcore.code.tex
pgfcomp-version-0-65.sty    2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty    2007/07/23 v3.0.1a (rcs-revision 1.1)
  pgffor.sty    2013/12/13 v3.0.1a (rcs-revision 1.25)
 pgfkeys.sty    
 pgfkeys.code.tex
 pgfmath.sty    
 pgfmath.code.tex
  pgffor.code.tex
    tikz.code.tex
pgfplots.sty    2017/06/05 v1.15 Data Visualization (1.15)
scalefnt.sty    
listings.sty    2015/06/04 1.6 (Carsten Heinz)
 lstmisc.sty    2015/06/04 1.6 (Carsten Heinz)
listings.cfg    2015/06/04 1.6 listings configuration
listings.hak    2017/09/07 v3.24 KOMA-Script package (hacking package listings)

lstlang1.sty    2015/06/04 1.6 listings language file
lstlang2.sty    2015/06/04 1.6 listings language file
lstlang3.sty    2015/06/04 1.6 listings language file
lstlang1.sty    2015/06/04 1.6 listings language file
lstlang2.sty    2015/06/04 1.6 listings language file
lstlang3.sty    2015/06/04 1.6 listings language file
lstlang1.sty    2015/06/04 1.6 listings language file
lstlang2.sty    2015/06/04 1.6 listings language file
lstlang3.sty    2015/06/04 1.6 listings language file
 lstmisc.sty    2015/06/04 1.6 (Carsten Heinz)
classicthesis.sty    2018/06/03 v4.6 Typographic style for a classic-looking th
esis
 ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
mathpazo.sty    2005/04/12 PSNFSS-v9.2a Palatino w/ Pazo Math (D.Puga, WaS) 
beramono.sty    2004/01/31 (WaS)
    ueur.fd    2013/01/14 v3.01 Euler Roman
microtype.sty    2018/01/14 v2.7a Micro-typographical refinements (RS)
microtype-pdftex.def    2018/01/14 v2.7a Definitions specific to pdftex (RS)
microtype.cfg    2018/01/14 v2.7a microtype main configuration file (RS)
mparhack.sty    2005/04/17 v1.4 (T. Sgouros and S. Ulrich)
booktabs.sty    2016/04/27 v1.618033 publication quality tables
textcase.sty    2004/10/07 v0.07 Text only upper/lower case changing (DPC)
scrlayer-scrpage.sty    2017/09/07 v3.24 KOMA-Script package (end user interfac
e for scrlayer)
scrlayer.sty    2017/09/07 v3.24 KOMA-Script package (defining layers and page 
styles)
titlesec.sty    2016/03/21 v2.10.2 Sectioning titles
 tocloft.sty    2017/08/31 v2.3i parameterised ToC, etc., typesetting
 scrtime.sty    2017/09/07 v3.24 KOMA-Script package (time of LaTeX run)
prelim2e.sty    2009/05/29 v1.3 prelim2e Package (MS)
hyperref.sty    2018/02/06 v6.86b Hypertext links for LaTeX
hobsub-hyperref.sty    2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)
hobsub-generic.sty    2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
  hobsub.sty    2016/05/16 v1.14 Construct package bundles (HO)
  ifvtex.sty    2016/05/16 v1.6 Detect VTeX and its facilities (HO)
 intcalc.sty    2016/05/16 v1.2 Expandable calculations with integers (HO)
kvdefinekeys.sty    2016/05/16 v1.4 Define keys (HO)
pdfescape.sty    2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
bigintcalc.sty    2016/05/16 v1.4 Expandable calculations on big integers (HO)
  bitset.sty    2016/05/16 v1.2 Handle bit-vector datatype (HO)
uniquecounter.sty    2016/05/16 v1.3 Provide unlimited unique counter (HO)
letltxmacro.sty    2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
 hopatch.sty    2016/05/16 v1.3 Wrapper for package hooks (HO)
xcolor-patch.sty    2016/05/16 xcolor patch
atveryend.sty    2016/05/16 v1.9 Hooks at the very end of document (HO)
atbegshi.sty    2016/06/09 v1.18 At begin shipout hook (HO)
refcount.sty    2016/05/16 v3.5 Data extraction from label references (HO)
 hycolor.sty    2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
 auxhook.sty    2016/05/16 v1.4 Hooks for auxiliary files (HO)
  pd1enc.def    2018/02/06 v6.86b Hyperref: PDFDocEncoding definition (HO)
hyperref.cfg    2002/06/06 v1.2 hyperref configuration of TeXLive
 hpdftex.def    2018/02/06 v6.86b Hyperref driver for pdfTeX
rerunfilecheck.sty    2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
 english.lbx    2017/12/19 v3.10 biblatex localization (PK/JW/AB)
american.lbx    2017/12/19 v3.10 biblatex localization (PK/JW/AB)
  german.lbx    2017/12/19 v3.10 biblatex localization (PK/JW/AB)
 ngerman.lbx    2017/12/19 v3.10 biblatex localization (PK/JW/AB)
  t1pplj.fd    2004/09/06 font definitions for T1/pplj.
ClassicThesis.bbl
supp-pdf.mkii
epstopdf-base.sty    2016/05/15 v2.6 Base part for package epstopdf
  grfext.sty    2016/05/16 v1.2 Manage graphics extensions (HO)
epstopdf-sys.cfg    2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
  mt-ppl.cfg    2005/11/16 v1.6 microtype config. file: Palatino (RS)
 nameref.sty    2016/05/21 v2.44 Cross-referencing by name of section
gettitlestring.sty    2016/05/16 v1.5 Cleanup title references (HO)
ClassicThesis.out
ClassicThesis.out
FrontBackmatter/DirtyTitlepage.tex
 ot1pplx.fd    2004/09/06 font definitions for OT1/pplx.
 omlzplm.fd    2002/09/08 Fontinst v1.914 font definitions for OML/zplm.
 omszplm.fd    2002/09/08 Fontinst v1.914 font definitions for OMS/zplm.
 omxzplm.fd    2002/09/08 Fontinst v1.914 font definitions for OMX/zplm.
 ot1zplm.fd    2002/09/08 Fontinst v1.914 font definitions for OT1/zplm.
FrontBackmatter/Titlepage.tex
gfx/TFZsuperellipse_bw.pdf
FrontBackmatter/Titleback.tex
FrontBackmatter/Dedication.tex
FrontBackmatter/Abstract.tex
   t1fvm.fd    2004/09/07 scalable font definitions for T1/fvm.
FrontBackmatter/Publications.tex
FrontBackmatter/Acknowledgments.tex
FrontBackmatter/Contents.tex
Chapters/Chapter01.tex
Chapters/Chapter02.tex
gfx/example_1.jpg
gfx/example_2.jpg
gfx/example_3.jpg
gfx/example_4.jpg
Chapters/Chapter03.tex
Chapters/Chapter0A.tex
lstlang1.sty    2015/06/04 1.6 listings language file
FrontBackmatter/Bibliography.tex
FrontBackmatter/Declaration.tex
FrontBackmatter/Colophon.tex
 ***********

Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 123.

Package rerunfilecheck Warning: File `ClassicThesis.out' has changed.
(rerunfilecheck)                Rerun to get outlines right
(rerunfilecheck)                or use package `bookmark'.

Package rerunfilecheck Info: Checksums for `ClassicThesis.out':
(rerunfilecheck)             Before: C3340189D71D093F6A46F5ED3E706D32;2205
(rerunfilecheck)             After:  AFD6A9E072C2AD9035BD188160D2E7BA;2205.

LaTeX Font Warning: Some font shapes were not available, defaults substituted.


LaTeX Warning: There were undefined references.


LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.


Package biblatex Warning: Please (re)run BibTeX on the file(s):
(biblatex)                ClassicThesis1-blx
(biblatex)                and rerun LaTeX afterwards.

Package logreq Info: Writing requests to 'ClassicThesis.run.xml'.
\openout1 = `ClassicThesis.run.xml'.

 ) 
Here is how much of TeX's memory you used:
 55408 strings out of 492982
 1210784 string characters out of 6134896
 1738527 words of memory out of 5000000
 57443 multiletter control sequences out of 15000+600000
 653839 words of font info for 462 fonts, out of 8000000 for 9000
 1145 hyphenation exceptions out of 8191
 70i,23n,102p,10516b,2269s stack positions out of 5000i,500n,10000p,200000b,80000s
pdfTeX warning (dest): name{table.caption.12} has been referenced but does no
t exist, replaced by a fixed one

pdfTeX warning (dest): name{table.caption.9} has been referenced but does not e
xist, replaced by a fixed one

pdfTeX warning (dest): name{figure.caption.10} has been referenced but does not
 exist, replaced by a fixed one

pdfTeX warning (dest): name{section*.14} has been referenced but does not exist
, replaced by a fixed one

{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texlive/
texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texmf-
dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/f
onts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/ty
pe1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
blic/amsfonts/euler/eurb10.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
c/mathpazo/fplmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/fpl/fpl
rc8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/fpl/fplrij8a.pfb></u
sr/share/texlive/texmf-dist/fonts/type1/public/bera/fvmr8a.pfb></usr/share/texl
ive/texmf-dist/fonts/type1/public/bera/fvmro8a.pfb></usr/share/texlive/texmf-di
st/fonts/type1/urw/palatino/uplb8a.pfb></usr/share/texlive/texmf-dist/fonts/typ
e1/urw/palatino/uplr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/palat
ino/uplri8a.pfb>
Output written on ClassicThesis.pdf (41 pages, 285009 bytes).
PDF statistics:
 583 PDF objects out of 1000 (max. 8388607)
 514 compressed objects within 6 object streams
 161 named destinations out of 1000 (max. 500000)
 99150 words of extra memory for PDF output out of 106986 (max. 10000000)

I have a texlive-full installed in my Ubuntu system. The version is as follows,

$ pdflatex --version
pdfTeX 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian)
kpathsea version 6.2.3
Copyright 2017 Han The Thanh (pdfTeX) et al.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.34; using libpng 1.6.34
Compiled with zlib 1.2.11; using zlib 1.2.11
Compiled with poppler version 0.62.0

Comments (6)

  1. Ivo Pletikosić

    Can't help much. Add one package at a time, first before, then after \usepackage{classicthesis} to see if it makes any difference. Start with some simple tikz code. I suspect one of your packages loads xcolor with different options. Note that it's not only CTtitle color that's not recognized, it's also Black.

  2. Haseeb Mahmud reporter

    @ivo-pletikosic I checked all the packages and I found some repeats. After removing those, it works!

  3. Log in to comment