Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
FI thesis report template
Commits
8c1ff2d8
Commit
8c1ff2d8
authored
Jun 14, 2018
by
Vladimír Štill
Browse files
Respect bw option for links
parent
ca7b6c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
fi-thesis-report.cls
View file @
8c1ff2d8
...
...
@@ -35,9 +35,15 @@
% Define colours
\definecolor
{
blue-mu
}{
RGB
}{
0,39,118
}
\ifthenelse
{
\equal
{
\ftr
@colorProfile
}{
bw
}}{
\definecolor
{
ref-dark-red
}{
rgb
}{
0.3,0.3,0.3
}
\definecolor
{
ref-dark-green
}{
rgb
}{
0.3,0.3,0.3
}
\definecolor
{
ref-medium-blue
}{
rgb
}{
0.3,0.3,0.3
}
}{
\definecolor
{
ref-dark-red
}{
rgb
}{
0.6,0.15,0.15
}
\definecolor
{
ref-dark-green
}{
rgb
}{
0.15,0.4,0.15
}
\definecolor
{
ref-medium-blue
}{
rgb
}{
0,0,0.5
}
}
% setup hyperref
\RequirePackage
[ colorlinks=true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment