... | ... | @@ -78,11 +78,11 @@ flowchart LR |
|
|
|
|
|
:rainbow: Les couleurs peuvent être nommées ou définies en hexa à 3 chiffres, `#rvb`, qui correspondent à `#rrvvbb` sur 6.
|
|
|
Pour tester, on peut utiliser :
|
|
|
- la syntaxe LateX/kateX
|
|
|
- $` \textcolor{#000000} {\sharp 000}`$
|
|
|
- $` \textcolor{#ff0000} {\sharp f00}`$
|
|
|
- $` \textcolor{#00ff00} {\sharp 0f0}`$
|
|
|
- $` \textcolor{#0000ff} {\sharp 00f}`$
|
|
|
- la syntaxe LateX/kateX ( [voir la doc](https://katex.org/docs/supported.html#style-color-size-and-font))
|
|
|
- $` \color{#000000} {\sharp 000}`$
|
|
|
- $` \color{#ff0000} {\sharp f00}`$
|
|
|
- $` \color{00ff00} {\sharp 0f0}`$
|
|
|
- $` \color{0000ff} {\sharp 00f}`$
|
|
|
- $`\textcolor{blue}{ \text{à comparer avec le mot clé blue}}`$
|
|
|
- $`\textcolor{red}{ \text{à comparer avec le mot clé red}}`$
|
|
|
- $`\textcolor{green}{ \text{à comparer avec le mot clé green}}`$
|
... | ... | |