summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuaslogos/thuaslogos-doc-english.tex
blob: e3414657f714d073f533e32026011db61d22d8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
%%
%% thuaslogos.tex - documentation of logos for THUAS - English version
%%
%% Logos for The Hague University of Applied Sciences (THUAS)
%% by Jesse op den Brouw
%%
%% Copyright (c)2019, Jesse E. J. op den Brouw
%%

%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX 
%% version 2003/12/01 or later.

%% This work consists of the files thuaslogos.sty,
%% thuaslogos.tex

%% This software is provided 'as is', without warranty of any kind,
%% either expressed or implied, including, but not limited to, the
%% implied warranties of merchantability and fitness for a
%% particular purpose.

%% Jesse op den Brouw
%% Department of Electrical Engineering
%% The Hague University of Applied Sciences
%% Rotterdamseweg 137, 2628 AL, Delft
%% Netherlands
%% J.E.J.opdenBrouw@hhs.nl

%% The newest version of this documentclass should always be available
%% from BitBucket: https://bitbucket.org/jesseopdenbrouw/thuaslogos

%% Version 1.1
%%

\documentclass[a4paper,12pt]{article}

\usepackage{thuaslogos}
\usepackage{parskip}
\usepackage[english]{babel}
\usepackage{float}
\usepackage{multicol}
\usepackage{tocloft}
\renewcommand\cftsecleader{\cftdotfill{\cftdotsep}}
%\renewcommand\cftsecafterpnum{\vspace*{-1ex}}
\usepackage{tikz}
\usetikzlibrary{scopes,fadings}
\usepackage[hyphens]{url}
\usepackage[framemethod=tikz]{mdframed}
\usepackage{charter}
\usepackage[left=1.2in,right=1.2in,top=1in,bottom=1.5in,footskip=0.4in]{geometry}


\author{Jesse op den Brouw\thanks{The Hague University of Applied Sciences, \texttt{J.E.J.opdenBrouw@hhs.nl}}}
\title{THUAS logos\\[2ex] \large Logos for The Hague University of Applied Sciences / De Haagse Hogeschool in Dutch and English Engels v\fileversion}
\date{\today}

\begin{document}
\maketitle

\begin{multicols}{2}[\setlength{\columnsep}{30pt}\section*{\contentsname}]
\makeatletter
\@starttoc{toc}%
\makeatother
\end{multicols}
\clearpage


\section{Introduction}
The package \verb|thuaslogos| provides a number of logos of The Hague University of Applied Sciences
(Dutch:  De Haagse Hogeschool) in the colours black, white, grey and and green. The colours grey and
green are specific for THUAS/HHS.

The package can be loaded with the line:

\verb|  \usepackage{thuaslogos}|

The package has no options. Currently the general logos of THUAS and the logos of the
faculties TIS, BFM, ITD, MO, SWE, PLS (BRV) en HNS (GVS) are implemented. Furthermore,
the logos of ``Let's Change'' are implemented.


\section{Where to find}
The latest version will be published at:

\url{https://bitbucket.org/jesseopdenbrouw/thuaslogos}


\section{The used colours}
The Hague University of Applied Sciences uses two primary colours: grey and green.

Grey is Pantone colour 432. This is more or less equal to CYMK (67,45,27,70) and RGB (34,51,67).

Green is Pantone colour 2305. This is more or less equal to CYMK (25,0,100,32) and RGB (158,167,0).

If grey and green are not an option, black can be used. Furthermore, The Hague University of
Applied Sciences uses a number of secondary colours. See Section~\ref{anderekleur}.

If the package \verb|xcolor| is loaded, two colours are defined. These are
\verb|thuasgreen| en \verb|thuasgrey|, defined as follows:

\begin{verbatim}
\definecolor{thuasgreen}{RGB}{158,167,0}
\definecolor{thuasgrey}{RGB}{34,51,67}
\end{verbatim}


\section{Logos HHS Dutch}
The logos are typeset at their natural size. The frame indicates the edges of the logos.
They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblack
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogodutchblack}
\caption{HHS logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgrey
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogodutchgrey}
\caption{HHS logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreen
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogodutchgreen}
\caption{HHS logo Dutch green.}
\end{figure}


\section{Logos THUAS Engish}
The logos are typeset at their natural size. The frames indicate the edges of the logos.
They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblack
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoenglishblack}
\caption{THUAS logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgrey
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoenglishgrey}
\caption{THUAS logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreen
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoenglishgreen}
\caption{THUAS logo Engish green.}
\end{figure}


\section{Logos TIS Dutch}
The logos of the faculty TIS are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblacktis
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblacktis}}
\caption{TIS logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreytis
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreytis}}
\caption{TIS logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreentis
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreentis}}
\caption{TIS logo Dutch green.}
\end{figure}


\section{Logos TIS English}
The logos of the faculty TIS are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblacktis
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblacktis}}
\caption{TIS logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreytis
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreytis}}
\caption{TIS logo Engish grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreentis
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreentis}}
\caption{TIS logo Engish green.}
\end{figure}


\section{Logos BFM Dutch}
The logos of the faculty BFM are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblackbfm
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblackbfm}}
\caption{BFM logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreybfm
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreybfm}}
\caption{BFM logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreenbfm
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreenbfm}}
\caption{BFM logo Dutch green.}
\end{figure}


\section{Logos BFM English}
The logos of the faculty BFM are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblackbfm
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblackbfm}}
\caption{BFM logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreybfm
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreybfm}}
\caption{BFM logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreenbfm
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreenbfm}}
\caption{BFM logo English green.}
\end{figure}


\section{Logos ITD Dutch}
The logos of the faculty ITD are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblackitd
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblackitd}}
\caption{ITD logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreyitd
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreyitd}}
\caption{ITD logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreenitd
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreenitd}}
\caption{ITD logo Dutch green.}
\end{figure}


\section{Logos ITD English}
The logos of the faculty ITD are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblackitd
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblackitd}}
\caption{ITD logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreyitd
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreyitd}}
\caption{ITD logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreenitd
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreenitd}}
\caption{ITD logo Engish green.}
\end{figure}


\section{Logos MO Dutch}
The logos of the faculty MO are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblackmo
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblackmo}}
\caption{MO logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreymo
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreymo}}
\caption{MO logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreenmo
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreenmo}}
\caption{MO logo Dutch green.}
\end{figure}


\section{Logos MO English}
The logos of the faculty MO are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblackmo
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblackmo}}
\caption{MO logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreymo
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreymo}}
\caption{MO logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreenmo
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreenmo}}
\caption{MO logo English green.}
\end{figure}


\section{Logos SWE Dutch}
The logos of the faculty SWE are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblackswe
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblackswe}}
\caption{SWE logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreyswe
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreyswe}}
\caption{SWE logo Dutch grey}.
\end{figure}

\begin{verbatim}
\thuaslogodutchgreenswe
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreenswe}}
\caption{SWE logo Dutch green.}
\end{figure}


\section{Logos SWE English}
The logos of the faculty SWE are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblackswe
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblackswe}}
\caption{SWE logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreymswe
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreyswe}}
\caption{SWE logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreenswe
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreenswe}}
\caption{SWE logo English green.}
\end{figure}


\section{Logos BRV (PLS) Dutch}
The logos of the faculty BRV (PLS) are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblackbrv
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblackbrv}}
\caption{BRV logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreybrv
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreybrv}}
\caption{BRV logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreenbrv
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreenbrv}}
\caption{BRV logo Dutch green.}
\end{figure}


\section{Logos PLS (BRV) English}
The logos of the faculty PLS (BRV) are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblackpls
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblackpls}}
\caption{PLS logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreympls
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreypls}}
\caption{PLS logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreenpls
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreenpls}}
\caption{PLS logo English green.}
\end{figure}


\section{Logos GVS (HNS) Dutch}
The logos of the faculty GVS (HNS) are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogodutchblackgvs
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchblackgvs}}
\caption{GVS logo Dutch black.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreygvs
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreygvs}}
\caption{GVS logo Dutch grey.}
\end{figure}

\begin{verbatim}
\thuaslogodutchgreengvs
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogodutchgreengvs}}
\caption{GVS logo Dutch green.}
\end{figure}


\section{Logos HNS (GVS) Engels}
The logos of the faculty HNS (GVS) are typeset at the half of their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoenglishblackhns
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishblackhns}}
\caption{HNS logo English black.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreyhns
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreyhns}}
\caption{HNS logo English grey.}
\end{figure}

\begin{verbatim}
\thuaslogoenglishgreenhns
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\scalebox{0.7071}{\thuaslogoenglishgreenhns}}
\caption{HNS logo English green.}
\end{figure}


\section{Logos Let's change}
These logos are for general purpose and typeset at their natural size.
The frames indicate the edges of the logos. They are not part of the logos.

\begin{verbatim}
\thuaslogoletschangeblack
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoletschangeblack}
\caption{Logo Let's change black.}
\end{figure}

\begin{verbatim}
\thuaslogoletschangegrey
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoletschangegrey}
\caption{Logo Let's change grey.}
\end{figure}

\begin{verbatim}
\thuaslogoletschangegreen
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoletschangegreen}
\caption{Logo Let's change green.}
\end{figure}

\begin{verbatim}
\thuaslogoletschangeframeblack
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoletschangeframeblack}
\caption{Logo Let's change frame black.}
\end{figure}

\begin{verbatim}
\thuaslogoletschangeframegrey
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoletschangeframegrey}
\caption{Logo Let's change frame grey.}
\end{figure}

\begin{verbatim}
\thuaslogoletschangeframegreen
\end{verbatim}

\begin{figure}[H]
\centering\fboxsep=0pt%
\fbox{%
\thuaslogoletschangeframegreen}
\caption{Logo Let's change frame green.}
\end{figure}


\section{Scaling logos}
Logos can be typeset at a certain width or height, by use of the command
\verb|\resizebox|:

\begin{verbatim}
\resizebox{4cm}{!}{\thuaslogodutchgrey}
\end{verbatim}

The exclamation mark in the second argument specifies to keep the aspect ratio.

\begin{figure}[H]
\centering
\resizebox{4cm}{!}{\thuaslogodutchgrey}
\caption{Logo typeset at a width of 4 cm (1.6 in).}
\end{figure}

With the command \verb|\scalebox| can be scaled with respect to the natural size:

\begin{verbatim}
\scalebox{0.7071}{\thuaslogodutchgrey}
\end{verbatim}

\begin{figure}[H]
\centering
\scalebox{0.5}{\thuaslogodutchgrey}
\caption{Logo scaled to the half of the natural size.}
\end{figure}


\section{Ti\emph{k}Z}
Logos can be used in a \verb|tikzpicture| environment. Ti\emph{k}Z options
can be provided.

\begin{verbatim}
\begin{tikzpicture}[scale=0.5,opacity=0.7071]
\newbox\mybox
\node[above,yslant=0.05] at(0,0) {\global\setbox\mybox=
                        \hbox{\thuaslogoenglishgreen}\copy\mybox};
\node[above,yscale=-1,opacity=0.7071,scope fading=south,fading angle=15,
                               yslant=0.05] at(0,0) {\copy\mybox};
\draw[blue,thick,opacity=0.9] (current bounding box.east) -- 
                                        (current bounding box.west);
\end{tikzpicture}
\end{verbatim}

\begin{figure}[H]
\centering
\begin{tikzpicture}[scale=0.5,opacity=0.7071]
\newbox\mybox
\node[above,yslant=0.05] at(0,0){\global\setbox\mybox=\hbox{\thuaslogoenglishgreen}\copy\mybox};
\node[above,yscale=-1,opacity=0.7071,scope fading=south,fading angle=15,yslant=0.05] at(0,0) {\copy\mybox};
\draw[blue,thick,opacity=0.9] (current bounding box.east) -- (current bounding box.west);
\end{tikzpicture}
\caption{Logo scaled to 50\% With a \textsl{slant} of 5\%.}
\end{figure}


\section{Logos with different colours}
\label{anderekleur}
Logos can be typeset with a alternative colour by adjust the colour \verb|thuaslogos@oolor|
and making use of the internal logos. The colours use below are the secondary colour that
The Hague University uses:

\begin{verbatim}
\makeatletter
\definecolor{thuaslogos@color}{RGB}{0,178,205}%
\thuaslogo@logoenglishnocolor \qquad \thuaslogo@logodutchnocolor
\definecolor{thuaslogos@color}{RGB}{202,67,60}%
\thuaslogo@logoenglishnocolortis \qquad \thuaslogo@logodutchnocolortis
\definecolor{thuaslogos@color}{RGB}{255,186,0}%
\thuaslogo@logoenglishnocolorbfm \qquad \thuaslogo@logodutchnocolorbfm
\definecolor{thuaslogos@color}{RGB}{142,152,6}%
\thuaslogo@logoenglishnocoloritd \qquad \thuaslogo@logodutchnocoloritd
\definecolor{thuaslogos@color}{RGB}{168,173,0}%
\thuaslogo@logoenglishnocolormo \qquad \thuaslogo@logodutchnocolormo
\definecolor{thuaslogos@color}{RGB}{59,69,89}%
\thuaslogo@logoenglishnocolorswe \qquad \thuaslogo@logodutchnocolorswe
\definecolor{thuaslogos@color}{RGB}{78,91,118}%
\thuaslogo@logoenglishnocolorpls \qquad \thuaslogo@logodutchnocolorbrv
\makeatother
\end{verbatim}

\begin{figure}[H]
\centering
\makeatletter
\definecolor{thuaslogos@color}{RGB}{0,178,205}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocolor \qquad \thuaslogo@logodutchnocolor}
\vskip20pt
\definecolor{thuaslogos@color}{RGB}{202,67,60}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocolortis \qquad \thuaslogo@logodutchnocolortis}
\vskip20pt
\definecolor{thuaslogos@color}{RGB}{255,186,0}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocolorbfm \qquad \thuaslogo@logodutchnocolorbfm}
\vskip20pt
\definecolor{thuaslogos@color}{RGB}{142,152,6}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocoloritd \qquad \thuaslogo@logodutchnocoloritd}
\vskip20pt
\definecolor{thuaslogos@color}{RGB}{168,173,0}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocolormo \qquad \thuaslogo@logodutchnocolormo}
\vskip20pt
\definecolor{thuaslogos@color}{RGB}{59,69,89}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocolorswe \qquad \thuaslogo@logodutchnocolorswe}
\vskip20pt
\definecolor{thuaslogos@color}{RGB}{78,91,118}%
\resizebox{0.9\textwidth}{!}{\thuaslogo@logoenglishnocolorpls \qquad \thuaslogo@logodutchnocolorbrv}
\makeatother
\caption{Logos typeset with alternative colours.}
\end{figure}

It is possible to typeset the logos in white relative to a background colour:

\begin{verbatim}
% thuasgreen defined by package if xcolor is loaded
%\definecolor{thuasgreen}{RGB}{158,167,0}
\begin{mdframed}[hidealllines=true,backgroundcolor=thuasgreen]
\thuaslogoenglishwhite \qquad thuaslogodutchwhite
\end{mdframed}
\end{verbatim}

\begin{figure}[H]
\centering
\begin{mdframed}[hidealllines=true,backgroundcolor=thuasgreen]
\centering
\resizebox{0.9\textwidth}{!}{\thuaslogoenglishwhite \qquad \thuaslogodutchwhite}
\end{mdframed}
\caption{Logos typeset in white.}
\end{figure}


\section{Generation of logos, rendering speed}
The logos are supplied by the department Communication and Marketing. The original logos
are in \verb|eps| format and converted to \verb|PGF| commands with the tool
\verb|eps2pfg|\footnote{See \url{https://sourceforge.net/projects/eps2pgf/}}. This
package will load the \verb|pgf| package.

It is possible to convert the \verb|eps| files in InkScape to Ti\emph{k}Z format. The
size of the files is less than the file size of the \verb|PGF| versions but Ti\emph{k}Z
has to be loaded. Although this package consists of more that 12,500 lines, rendering
with PGF is much quicker than with Ti\emph{k}Z. All Ti\emph{k}Z commandos have to be
converted to suitable PGF commandos and that takes a lot of time.


\section{All macros at one glimpse}
\begin{verbatim}
\thuaslogodutchblack
\thuaslogodutchblackbfm
\thuaslogodutchblackbrv
\thuaslogodutchblackgvs
\thuaslogodutchblackitd
\thuaslogodutchblackmo
\thuaslogodutchblackswe
\thuaslogodutchblacktis
\thuaslogodutchgreen
\thuaslogodutchgreenbfm
\thuaslogodutchgreenbrv
\thuaslogodutchgreengvs
\thuaslogodutchgreenitd
\thuaslogodutchgreenmo
\thuaslogodutchgreenswe
\thuaslogodutchgreentis
\thuaslogodutchgrey
\thuaslogodutchgreybfm
\thuaslogodutchgreybrv
\thuaslogodutchgreygvs
\thuaslogodutchgreyitd
\thuaslogodutchgreymo
\thuaslogodutchgreyswe
\thuaslogodutchgreytis
\thuaslogodutchwhite
\thuaslogodutchwhitebfm
\thuaslogodutchwhitebrv
\thuaslogodutchwhitegvs
\thuaslogodutchwhiteitd
\thuaslogodutchwhitemo
\thuaslogodutchwhiteswe
\thuaslogodutchwhitetis
\thuaslogoenglishblack
\thuaslogoenglishblackbfm
\thuaslogoenglishblackhns
\thuaslogoenglishblackitd
\thuaslogoenglishblackmo
\thuaslogoenglishblackpls
\thuaslogoenglishblackswe
\thuaslogoenglishblacktis
\thuaslogoenglishgreen
\thuaslogoenglishgreenbfm
\thuaslogoenglishgreenhns
\thuaslogoenglishgreenitd
\thuaslogoenglishgreenmo
\thuaslogoenglishgreenpls
\thuaslogoenglishgreenswe
\thuaslogoenglishgreentis
\thuaslogoenglishgrey
\thuaslogoenglishgreybfm
\thuaslogoenglishgreyhns
\thuaslogoenglishgreyitd
\thuaslogoenglishgreymo
\thuaslogoenglishgreypls
\thuaslogoenglishgreyswe
\thuaslogoenglishgreytis
\thuaslogoenglishwhite
\thuaslogoenglishwhitebfm
\thuaslogoenglishwhitehns
\thuaslogoenglishwhiteitd
\thuaslogoenglishwhitemo
\thuaslogoenglishwhitepls
\thuaslogoenglishwhiteswe
\thuaslogoenglishwhitetis
\thuaslogoletschangeblack
\thuaslogoletschangeframeblack
\thuaslogoletschangeframegreen
\thuaslogoletschangeframegrey
\thuaslogoletschangegreen
\thuaslogoletschangegrey
\end{verbatim}


\begin{multicols}{2}[\setlength{\columnsep}{30pt}\section{Changelog}]
\begin{itemize}
\item[v1.2] [2019/06/07]\\ English documentation.
\item[v1.1] [2019/01/09]\\ Logos of BFM, ITD, MO, SWE, BRV (PLS) en GVS (HNS) added. Logos Let's change added. Colour of logos adjusted to corporate style. Logos are \verb|tikzpicture|-aware. Logos in white.
\item[v1.0] [2019/01/01]\\ Initial release. Logos of HHS/THUAS and TIS.
\end{itemize}
\end{multicols}



\end{document}