-
Notifications
You must be signed in to change notification settings - Fork 0
/
Colors-s01-01.tex
279 lines (185 loc) · 8.36 KB
/
Colors-s01-01.tex
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
% ---------------------------------------------------------------------
% Podstawowe ustawienia i pakiety
% ---------------------------------------------------------------------
\RequirePackage[l2tabu, orthodox]{nag} % Wykrywa przestarzałe i niewłaściwe
% sposoby używania LaTeXa. Więcej jest w l2tabu English version.
\documentclass[a4paper,11pt]{article}
% {rozmiar papieru, rozmiar fontu}[klasa dokumentu]
\usepackage[MeX]{polski} % Polonizacja LaTeXa, bez niej będzie pracował
% w języku angielskim.
\usepackage[utf8]{inputenc} % Włączenie kodowania UTF-8, co daje dostęp
% do polskich znaków.
\usepackage{lmodern} % Wprowadza fonty Latin Modern.
\usepackage[T1]{fontenc} % Potrzebne do używania fontów Latin Modern.
% ------------------------------
% Podstawowe pakiety (niezwiązane z ustawieniami języka)
% ------------------------------
\usepackage{microtype} % Twierdzi, że poprawi rozmiar odstępów w tekście.
% \usepackage{graphicx} % Wprowadza bardzo potrzebne komendy do wstawiania
% % grafiki.
\usepackage{vmargin} % Pozwala na prostą kontrolę rozmiaru marginesów,
% za pomocą komend poniżej. Rozmiar odstępów jest mierzony w calach.
% ------------------------------
% MARGINS
% ------------------------------
\setmarginsrb
{ 0.7in} % left margin
{ 0.6in} % top margin
{ 0.7in} % right margin
{ 0.8in} % bottom margin
{ 20pt} % head height
{0.25in} % head sep
{ 9pt} % foot height
{ 0.3in} % foot sep
% ------------------------------
% Paczki, biblioteki i ich ustawienia dla tego pliku
% ------------------------------
\usepackage{tikz} % Wspaniały pakiet PGF/TikZ.
% \usetikzlibrary{}
\usepackage{./packages/ColorsForTikZPictures}
\usepackage{./packages/JagiellonianColors}
\usepackage{./packages/VariousColors}
% ------------------------------
% TikZ pics i inne ustawienia dla tego pliku
% ------------------------------
\tikzset{
point/.pic={
\fill[color=\MathFGColor] (0,0) circle [radius=0.1];
},
cube/.pic={
\fill[gray!40!black] (0,1,0) -- (1,1,0) -- (1,1,-1) -- (0,1,-1) -- cycle;
\fill[gray!55!black] (0,1,0) -- (1,1,0) -- (1,0,0) -- (0,0,0) -- cycle;
\fill[gray!70!black] (1,0,-1) -- (1,1,-1)
-- (1,1,0) -- (1,0,0) -- cycle;
}
}
% ------------------------------
% Ustawienie dla tego konkretnego pliku
% ------------------------------
% Light
\def\StylPliku{1}
% Dark
% \def\StylPliku{2}
\if\StylPliku1
\newcommand{\backgroundcolor}{jNormalMathTextBackgroundLight}
\newcommand{\MathFGColor}{jMathTextForegroundGrey}
\else
\newcommand{\backgroundcolor}{jNormalMathTextBackgroundDark}
\newcommand{\MathFGColor}{jMathTextForegroundWhite}
\fi
% ------------------------------
% Pakiet „hyperref”
% Polecano by umieszczać go na końcu preambuły
% ------------------------------
\usepackage{hyperref} % Pozwala tworzyć hiperlinki i zamienia odwołania
% do bibliografii na hiperlinki.
% ---------------------------------------------------------------------
% Tytuł, autor, data
\title{Kolory Jagielloniana, wykładów z~Geometrii~3D i~Programowania Symulacji Fizyki}
\author{}
% \date{}
% ---------------------------------------------------------------------
% ####################################################################
\begin{document}
% ####################################################################
% ######################################
\maketitle % Tytuł całego tekstu
% ######################################
\pagecolor{\backgroundcolor}
\begin{tabular}{l|l}
\textbf{Kolory trybu light (J)} & \textbf{Kolory trybu dark (J)} \\
\hline
\tikz \draw[color=black,fill=jNormalTextForegroundGrey] (0,0) rectangle
(0.5,0.25); jNormalTextForegroundGrey: 7E7E7E
& \tikz \draw[color=black,fill=jNormalTextForegroundBlueGrey]
(0,0) rectangle (0.5,0.25);
jNormalTextForegroundBlueGrey: 818F9B \\
\tikz \draw[color=black,fill=jMathTextForegroundGrey] (0,0) rectangle
(0.5,0.25); jMathTextForegroundGrey: 4E4E4E
& \tikz \draw[color=black,fill=jMathTextForegroundWhite]
(0,0) rectangle (0.5,0.25);
jMathTextForegroundWhite: D6DEE5 \\
\tikz \draw[color=black,fill=jNormalMathTextBackgroundLight]
(0,0) rectangle (0.5,0.25); jNormalMathTextBackgroundLight: FAFAFA
& \tikz \draw[color=black,fill=jNormalMathTextBackgroundLight]
(0,0) rectangle (0.5,0.25);
jNormalMathTextBackgroundLight: 023159
\end{tabular}
\vspace{2em}
\begin{tabular}{l|l}
\textbf{Kolory osi (J)}
& \textbf{Kolor dla współrzędnych jednorodnych (3D)} \\
\hline
\tikz \draw[color=black,fill=jAxisRed] (0,0) rectangle (0.5,0.25);
jAxisRed: A21C0E
& \tikz \draw[color=black,fill=homcolor] (0,0) rectangle (0.5,0.25);
homcolor: DD5345 \\
\tikz \draw[color=black,fill=jAxisGreen] (0,0) rectangle (0.5,0.25);
jAxisGreen: 7FAA60
& \textbf{Kolor światła (3D)} \\
\tikz \draw[color=black,fill=jAxisBlue] (0,0) rectangle (0.5,0.25);
jAxisBlue: 0089FF
& \tikz \draw[color=black,fill=LightYellow] (0,0) rectangle (0.5,0.25);
LightYellow: FBCA33
\end{tabular}
\vspace{2em}
\begin{tabular}{l|l|l}
\textbf{Kolory (J)} & \multicolumn{2}{|l}{\textbf{Kolory brył 3D
(Symulacje)}} \\
\hline
\tikz \draw[color=black,fill=jAxisGreen] (0,0) rectangle (0.5,0.25);
jAxisGreen: 14B03D
& \tikz \draw[color=black,fill=StrongGreen]
(0,0) rectangle (0.5,0.25);
StrongGreen: 52, 111, 72 (RGB)
& \tikz \draw[color=black,fill=SoftGreen] (0,0) rectangle (0.5,0.25);
SoftGreen:
91, 173, 69 (RGB) \\
\tikz \draw[color=black,fill=jAxisBlue] (0,0) rectangle (0.5,0.25);
jAxisBlue: 0089FF
& \tikz \draw[color=black,fill=StrongBlue]
(0,0) rectangle (0.5,0.25);
StrongBlue: 29689E
& \tikz \draw[color=black,fill=SoftBlue] (0,0) rectangle (0.5,0.25);
SoftBlue: 2B8ADB \\
\tikz \draw[color=black,fill=jViolet] (0,0) rectangle (0.5,0.25);
jViolet: 8E58CB
& \tikz \draw[color=black,fill=StrongViolet]
(0,0) rectangle (0.5,0.25); Strong Violet: 523886F
& \tikz \draw[color=black,fill=SoftViolet] (0,0) rectangle (0.5,0.25);
SoftViolet: 8E48CB \\
\tikz \draw[color=black,fill=jDarkOrange] (0,0) rectangle (0.5,0.25);
jDarkOrange: EB811B
& \tikz \draw[color=black,fill=StrongOrange]
(0,0) rectangle (0.5,0.25);
StrongOrange: A46933
& \tikz \draw[color=black,fill=SoftOrange]
(0,0) rectangle (0.5,0.25); SoftOrange: 219, 144, 79 (RGB) \\
\tikz \draw[color=black,fill=jGrey] (0,0) rectangle (0.5,0.25);
jGrey: 8F8E8E & % \tikz \draw[color=black,fill=DarkGrey]
% (0,0) rectangle (0.5,0.25); DarkGrey: 757575
& % \tikz \draw[color=black,fill=SoftGrey]
% (0,0) rectangle (0.5,0.25); SoftGrey: BEBEBE
\\
\tikz \draw[color=black,fill=jStrongWhite] (0,0) rectangle (0.5,0.25);
jStrongWhite: FBFBFB & &
\end{tabular}
\vspace{2em}
\begin{tabular}{l|l}
\multicolumn{2}{l}{\textbf{Kolory jeszcze nie użyte}} \\
\hline
\tikz \draw[color=black,fill=SoftGrey] (0,0) rectangle (0.5,0.25);
SoftGrey: BEBEBE
& \tikz \draw[color=black,fill=DarkGrey] (0,0) rectangle (0.5,0.25);
DarkGrey: 757575 \\
\tikz \draw[color=black,fill=VerySoftBlue] (0,0) rectangle (0.5,0.25);
VerySoftBlue: D8D3EA & \\
\tikz \draw[color=black,fill=StrongCone] (0,0) rectangle (0.5,0.25);
StrongCone: 212C36 & \tikz \draw[color=black,fill=SoftCone]
(0,0) rectangle (0.5,0.25); SoftCone: 048FBC
\end{tabular}
\tikz \draw[color=black,fill=alternatywnyStrongViolet] (0,0) rectangle
(0.5,0.25); alternatywnyStrongViolet: 5C3F7D
% ############################
% Koniec dokumentu
\end{document}