Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LaTeX resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PhD project wasmer
Resources
LaTeX resources
Commits
868ac4dc
Commit
868ac4dc
authored
2 years ago
by
Johannes Wasmer
Browse files
Options
Downloads
Patches
Plain Diff
ktikz_template.tex: add HDSLEE colors
parent
368cd329
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fig/ktikz_template.tex
+127
-2
127 additions, 2 deletions
fig/ktikz_template.tex
with
127 additions
and
2 deletions
fig/ktikz_template.tex
+
127
−
2
View file @
868ac4dc
...
...
@@ -7,8 +7,27 @@ aspectratio=169,% common values: 169, 1610, 43
%%%%%%%%%% End of customizable section %%%%%%%%%%
]
{
beamer
}
\usetheme
{
Juelich
}
% \usetheme{HDSLEEPoster} % could not get it to work
% from beamertheme-juelich/beamercolorthemeJuelich.sty
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTE:
%
% Sections
% beamertheme-juelich/beamercolorthemeJuelich.sty
% and
% beamercolorthemeHDSLEEPoster.sty
% below MAY clash (color1 - color7, and in \setbeamercolor).
%
% If that is a problem, for work in ktikz, comment out
% whichever definitions you don't need.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% from beamertheme-juelich/beamercolorthemeJuelich.sty START
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor
{
fzjblue
}{
RGB
}{
2,61,107
}
% first color
\colorlet
{
color1
}{
fzjblue
}
...
...
@@ -107,7 +126,113 @@ aspectratio=169,% common values: 169, 1610, 43
\setbeamercolor
{
block body example
}{
parent=normal text,use=block title
example,bg=fzjgray
}
% ktikz template example content, from
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% from beamertheme-juelich/beamercolorthemeJuelich.sty FINISH
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% from hds-lee-poster-template/latex/beamercolorthemeHDSLEEPoster.sty START
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor
{
helmholtzdarkblue
}{
RGB
}{
0,40,100
}
% primary colour `Helmholtz dark blue`
\colorlet
{
color1
}{
helmholtzdarkblue
}
\definecolor
{
helmholtzlightblue
}{
RGB
}{
20,200,255
}
% secondary colour `Helmholtz light blue`
\colorlet
{
color2
}{
helmholtzlightblue
}
\definecolor
{
helmholtzhighlight
}{
RGB
}{
205,238,251
}
% highlight color `Helmholtz highlight-blue`
\colorlet
{
helmholtzhighlightblue
}{
helmholtzhighlight
}
\colorlet
{
color3
}{
helmholtzhighlight
}
\definecolor
{
helmholtzpaleblue
}{
RGB
}{
236,251,253
}
% background color `Helmholtz web pale-blue`
\colorlet
{
color4
}{
helmholtzhighlight
}
\definecolor
{
logoblue
}{
RGB
}{
0,90,160
}
% Helmholtz logo blue
\colorlet
{
helmholtzlogoblue
}{
logoblue
}
\colorlet
{
color5
}{
logoblue
}
\definecolor
{
mint
}{
RGB
}{
5,229,186
}
% Helmholtz mint
\colorlet
{
helmholtzmint
}{
mint
}
\colorlet
{
color6
}{
mint
}
\definecolor
{
claim
}{
RGB
}{
0,128,64
}
% Helmholtz claim green
\colorlet
{
helmholtzclaim
}{
claim
}
\colorlet
{
color7
}{
claim
}
\definecolor
{
helmholtzwhite
}{
RGB
}{
255,255,255
}
% same as RGB white
\pgfkeys
{
/beamerHDSLEE/color/compat mode/.cd,
.is choice,
.default=disabled,
disabled/.code=
{}
,
enabled/.code=
{
\definecolor
{
darkblue50
}{
RGB
}{
128,148,178
}
\definecolor
{
darkblue35
}{
RGB
}{
166,180,201
}
\definecolor
{
darkblue30
}{
RGB
}{
179,191,209
}
\definecolor
{
darkblue20
}{
RGB
}{
204,212,224
}
\definecolor
{
darkblue10
}{
RGB
}{
230,234,240
}
\definecolor
{
highlight80
}{
RGB
}{
215,241,252
}
\definecolor
{
highlight50
}{
RGB
}{
230,247,253
}
\definecolor
{
highlight30
}{
RGB
}{
240,250,254
}
\definecolor
{
highlight20
}{
RGB
}{
245,252,254
}
\definecolor
{
highlight10
}{
RGB
}{
250,253,255
}
\definecolor
{
highlight05
}{
RGB
}{
242,242,242
}
}
}
\pgfkeys
{
/beamerHDSLEE/color/compat mode/enabled
}
% slide colors
\setbeamercolor
{
note page
}{
bg=white, fg=black
}
\setbeamercolor
{
note title
}{
bg=helmholtzlightblue!50!white, fg=black
}
\setbeamercolor
{
note date
}{
fg=helmholtzdarkblue
}
% beamer color definitions
\setbeamercolor
{
structure
}{
fg=helmholtzlightblue,bg=helmholtzdarkblue
}
\setbeamercolor
{
palette primary
}{
use=structure,fg=helmholtzdarkblue,bg=white
}
\setbeamercolor
{
title
}{
fg=white,bg=
}
\setbeamercolor
{
author
}{
fg=helmholtzlightblue,bg=
}
\setbeamercolor
{
header
}{
fg=helmholtzdarkblue,bg=
}
\setbeamercolor
{
navigation symbols
}{
fg=helmholtzhighlight,bg=
}
\setbeamercolor
{
frametitle
}{
fg=helmholtzdarkblue,bg=
}
\setbeamercolor
{
framesubtitle
}{
fg=helmholtzdarkblue,bg=
}
% \setbeamercolor{framesubtitle}{fg=helmholtzlightblue,bg=}
\setbeamercolor
{
footline
}{
fg=helmholtzdarkblue, bg=
}
\setbeamercolor
{
inverse
}{
fg=helmholtzwhite,bg=helmholtzdarkblue
}
% \setbeamercolor{normal text}{fg=black,bg=white}
\setbeamercolor
{
normal text
}{
fg=helmholtzdarkblue,bg=white
}
\setbeamercolor
{
item
}{
fg=white,fg=helmholtzlightblue
}
\setbeamercolor
{
date in head/foot
}{
fg=structure
}
\setbeamercolor
{
block text
}{
fg=helmholtzdarkblue,bg=white
}
\setbeamercolor
{
alerted text
}{
fg=helmholtzdarkblue,bg=helmholtzhighlight
}
\setbeamercolor
{
example text
}{
fg=helmholtzdarkblue,bg=white
}
\setbeamercolor
{
emphasized text
}{
fg=helmholtzdarkblue
}
\setbeamercolor
{
part name
}{
fg=white
}
\setbeamercolor
{
part title
}{
fg=white
}
% Block stuff
\setbeamercolor
{
block title
}{
use=block text,fg=block text.fg,bg=block text.bg
}
\setbeamercolor
{
block title alerted
}{
use=alerted text,fg=alerted text.fg,bg=alerted text.bg
}
\setbeamercolor
{
block title example
}{
use=example text,fg=example text.fg,bg=example text.bg
}
\setbeamercolor
{
block body
}{
parent=normal text,use=block title,bg=white
}
\setbeamercolor
{
block body alerted
}{
parent=alerted text,use=block title alerted,bg=alerted text.bg
}
\setbeamercolor
{
block body example
}{
parent=normal text,use=block title example,bg=example text.bg
}
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% from hds-lee-poster-template/latex/beamercolorthemeHDSLEEPoster.sty FINISH
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ktikz template example content, from ???
% \documentclass{article}
% \usepackage{mathptmx}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment