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
|
% !TeX TXS-program:compile = txs:///arara
% arara: lualatex: {shell: yes, synctex: no, interaction: batchmode}
% arara: lualatex: {shell: yes, synctex: no, interaction: batchmode} if found('log', '(undefined references|Please rerun|Rerun to get)')
\documentclass[english,11pt,a4paper]{article}
%\usepackage[utf8x]{inputenc}
%\usepackage[T1]{fontenc}
%\usepackage{DejaVuSerif}
%\usepackage[scale=1.1]{inconsolata}
\usepackage{customenvs}
\usepackage{xspace}
\usepackage{tabularx}
\usepackage{soul}
\usepackage{codehigh}
\usepackage{fontawesome5}
\usepackage{lipsum}
\usepackage{fancyvrb}
\usepackage{fancyhdr}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\lfoot{\sffamily\small [customenvs]}
\cfoot{\sffamily\small - \thepage{} -}
\rfoot{\hyperlink{matoc}{\small\faArrowAltCircleUp[regular]}}
\usepackage{hologo}
\providecommand\tikzlogo{Ti\textit{k}Z}
\providecommand\TeXLive{\TeX{}Live\xspace}
\providecommand\PSTricks{\textsf{PSTricks}\xspace}
\let\pstricks\PSTricks
\let\TikZ\tikzlogo
\usepackage{hyperref}
\urlstyle{same}
\hypersetup{pdfborder=0 0 0}
\usepackage[margin=1.5cm]{geometry}
\setlength{\parindent}{0pt}
\def\TPversion{0.3.0}
\def\TPdate{03/02/2025}
\usepackage{tcolorbox}
\sethlcolor{lightgray!25}
\NewDocumentCommand\MontreCode{ m }{%
\hl{\vphantom{\texttt{pf}}\texttt{#1}}%
}
\usepackage{babel}
\begin{document}
\pagestyle{fancy}
\thispagestyle{empty}
\begin{center}
\begin{minipage}{0.75\linewidth}
\begin{tcolorbox}[colframe=yellow,colback=yellow!15]
\begin{center}
\renewcommand\arraystretch{1.25}
\begin{tabular}{c}
{\Huge \texttt{customenvs [en]}}\\
\\
{\Large Some custom environments,} \\
{\Large or small patches.} \\
\end{tabular}
\renewcommand\arraystretch{1}
\medskip
{\small \texttt{Version \TPversion{} -- \TPdate}}
\end{center}
\end{tcolorbox}
\end{minipage}
\end{center}
\vspace*{1mm}
\begin{center}
\begin{tabular}{c}
\texttt{Cédric Pierquet}\\
{\ttfamily c pierquet -- at -- outlook . fr}\\
\texttt{\url{https://forge.apps.education.fr/pierquetcedric/packages-latex}}
\end{tabular}
\end{center}
\vspace*{5mm}
%\hrule
%
%\vspace*{2mm}
%
%{\centering Le nom du package vient de \textsf{ENVironnemenTS ALTernatifs}, avec le suffixe \textsf{FRançais}.\par}
%
%\vspace*{2mm}
%
%\hrule
%
%\vspace*{1cm}
\hrule
\phantomsection
\hypertarget{matoc}{}
\tableofcontents
\vspace*{5mm}
\hrule
\vfill
\section{History}
\verb|v0.3.0|~:~~~Bugfix with \textsf{beamer}
\verb|v0.2.7|~:~~~Key for mixing answers in MCQ
\verb|v0.2.6|~:~~~Whell of skills, speedometer
\verb|v0.2.5|~:~~~Bugfix with exercices (\textsf{[fr]} macro)
\verb|v0.2.4|~:~~~Small box \textit{marker}
\verb|v0.2.3|~:~~~Highway signs + sold banners (see \textsf{[fr]} doc)
\verb|v0.2.2|~:~~~Flared arrow, with \TikZ
\verb|v0.2.1|~:~~~Enhancements for \textit{stars skills} + AutoGrid for \TikZ\ (see \textsf{[fr]} doc)
\verb|v0.2.0|~:~~~Skills with stars (\textsf{fontawesome5} or \TikZ)
\verb|v0.1.9|~:~~~Title banner
\verb|v0.1.8|~:~~~Score banner
\verb|v0.1.7|~:~~~Small patch for \textsf{Vignette} macro (see \texttt{[fr]} documentation)
\verb|v0.1.6|~:~~~Small patchs for \textsf{displayskip} + \textsf{pas-tableur} (see \texttt{[fr]} documentation)
\verb|v0.1.5|~:~~~New macros for boxes with \textsf{tcolorbox} (see \texttt{[fr]} documentation)
\verb|v0.1.4|~:~~~Create a SMS conversation
\verb|v0.1.3|~:~~~Environment for exercise(s) (in french doc)
\verb|v0.1.2|~:~~~Pencil of skills
\verb|v0.1.1|~:~~~Skills table (only french for the moment...)
\verb|v0.1.0|~:~~~Initial version
\vspace*{5mm}
\pagebreak
\section{The package customenvs}
\subsection{Idea}
The idea is to propose some classics environments with customizations (some are, for the moment, only in french) :
\begin{itemize}
\item write in \textit{multicols}, with spacings enhancements ;
\item present answers for a \textit{MCQ} ;
\item create a list with \textit{choosen items} (randomly or by numbers) ;
\item present a skill table.
\end{itemize}
\smallskip
The globa idea is ti propose \textit{user-friendly} environments, with explicit customizations, without using verbose syntax ; but there's other solutions, using for example \MontreCode{\textbackslash vspace} ou \MontreCode{\textbackslash setlength} or \MontreCode{spacingtricks} package.
\subsection{Loading}
The package loads within the preamble with \MontreCode{\textbackslash usepackage\{customenvs\}}.
Loaded packages are
\begin{itemize}
\item \MontreCode{xstring}, \MontreCode{simplekv}, \MontreCode{listofitems}, \MontreCode{randomlist} and \MontreCode{xintexpr} ;
\item \MontreCode{enumitem} ;
\item \MontreCode{multicol} ;
\item \MontreCode{tabularray} ;
\item \MontreCode{fontawesome5} ;
\end{itemize}
Due to limitations, \MontreCode{enumitem}/\MontreCode{multicol}/\MontreCode{tabularray}\MontreCode{fontawesome5} can be \textit{un}loaded by \MontreCode{customenvs} (user must load them manually) via options :
\begin{itemize}
\item \MontreCode{$\mathtt{\langle}$beamer$\mathtt{\rangle}$} for using with \textsf{beamer} ;
\item \MontreCode{$\mathtt{\langle}$noenum$\mathtt{\rangle}$} ;
\item \MontreCode{$\mathtt{\langle}$nomulticol$\mathtt{\rangle}$} ;
\item \MontreCode{$\mathtt{\langle}$notblr$\mathtt{\rangle}$} ;
\item \MontreCode{$\mathtt{\langle}$nofa$\mathtt{\rangle}$} ;
\end{itemize}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%with all packages
\usepackage{customenvs}
%with option to no load some packages
\usepackage[option(s)]{customenvs}
\end{codehigh}
\newpage
\section{Answers for a MCQ}
\subsection{Idea}
The idea is to propose an environment to present answers for a MQC with \MontreCode{tabularray} (and not \MontreCode{multicols}).
\smallskip
It's possible to use 2, 3 or 4 answers (and with 4 answers it's possible to use 2 columns.)
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[options]{list of answers}<tblr options>
\end{codehigh}
The avalailable \MontreCode{options} are :
\begin{itemize}
\item \MontreCode{Width} : \MontreCode{0.99\textbackslash linewidth} by default ;
\item \MontreCode{Lines} : \MontreCode{false} by default ;
\item \MontreCode{SpaceCR} for Columns/Rows spacing, within \MontreCode{col/row} or \MontreCode{global} : \MontreCode{6pt/2pt} by default ;
\item \MontreCode{NumCols}, 2 or 4 : \MontreCode{4} by default ;
\item \MontreCode{Labels} for the labels : \MontreCode{a.} by default ;
\begin{itemize}
\item with \MontreCode{a} to \textit{enumerate} \MontreCode{a b c d} ;
\item with \MontreCode{A} to \textit{enumerate} \MontreCode{A B C D} ;
\item with \MontreCode{1} to \textit{enumerate} \MontreCode{1 2 3 4} ;
\end{itemize}
\item \MontreCode{FontLabels} : \MontreCode{\textbackslash bfseries} by default ;
\item \MontreCode{SpaceLabels} : \MontreCode{\textbackslash kern5pt} by default ;
\item \MontreCode{Shuffle}, for mixing answers : \MontreCode{false} by default ;
\item \MontreCode{Swap}, for ACBD instead of ABCD : \MontreCode{false} by default.
\end{itemize}
The list of answers must be given within \MontreCode{answA § answB § ...}.
Specific options for \MontreCode{tblr} are given between last optionnal argument, between \MontreCode{<...>}.
\subsection{Examples}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%default output
\AnswersMCQ{Answer A § Answer B § Answer C § Answer D}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[Lines]{Answer A § Answer B § Answer C § Answer D}
\AnswersMCQ[Lines,Shuffle]{Answer A1 § Answer B1 § Answer C1 § Answer D1}
\AnswersMCQ[Lines,Shuffle]{Answer A2 § Answer B2 § Answer C2 § Answer D2}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[Lines,Labels=(1.),SpaceLabels={~~~}]{Answer A § Answer B § Answer C}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[Labels={A.},FontLabels={\color{red}\bfseries}]%
{Answer A § Answer B § Answer C § Answer D}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[Labels={1.},FontLabels={\color{red}\bfseries}]%
{Answer A § Answer B § Answer C § Answer D}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[NumCols=2,Labels={A.},FontLabels={\color{red}\bfseries}]%
{Answer A § Answer B § Answer C § Answer D}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[NumCols=2,Swap,Labels={A.},FontLabels={\color{red}\bfseries}]%
{Answer A § Answer B § Answer C § Answer D}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[Lines,NumCols=2,SpaceCR=6pt/10pt]%
{Answer A § Answer B § Answer C § Answer D}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\AnswersMCQ[Width=10cm,NumCols=2,Lines]%
{$\displaystyle\frac1x$ § $1+\displaystyle\frac1x$ § $-2x^2+5$ § $-\infty$}
<rows={1.5cm}>
\end{demohigh}
\pagebreak
\section{List avec with picked elements (random or not)}
\subsection{Global use}
The idea is to :
\begin{itemize}
\item create a list of items, the base for choices ;
\item print the list with picked items.
\end{itemize}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\CreateItemsList{list}{macro}{listname}
\end{codehigh}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\ListItemsChoice[keys]{macro}{listname}(numbers)<enumitem options>!beamer options!
\end{codehigh}
The available \MontreCode{keys} are :
\begin{itemize}
\item \MontreCode{Type} : \MontreCode{enum} or \MontreCode{item} ;
\item \MontreCode{Random} : \MontreCode{false} by default.
\end{itemize}
The second argument, mandatory and between \MontreCode{\{...\}} is the macro for the list.
The third argument, mandatory and between \MontreCode{\{...\}} is the name of the list.
The fourth argument, mandatory and between \MontreCode{(...)} give :
\begin{itemize}
\item the number of random items to display, with \MontreCode{Random=true} ;
\item the numbers of picked itemps, within \MontreCode{num1,num2,...}.
\end{itemize}
The next argument, optional and between \MontreCode{<...>} gives specific options to \MontreCode{enumitem} environment.
The last argument, between \MontreCode{!..!} gives specific options to \MontreCode{enumitem} environment with \MontreCode{beamer}.
\medskip
Controls are done :
\begin{itemize}
\item to verify that the list doesn't exist (for the creation) ;
\item to verify that that the list still exist (for the display).
\end{itemize}
\subsection{Examples}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%creation of list ListItems, with macro \mylistofitems
\CreateItemsList%
{Answer A,Answer B,Answer C,Answer D,Answer E,Answer F,Answer G,Answer H}%
{\mylistofitems}{ListItems}
\end{codehigh}
\CreateItemsList%
{Answer A,Answer B,Answer C,Answer D,Answer E,Answer F,Answer G,Answer H}%
{\mylistofitems}{ListItems}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%items random
\ListItemsChoice[Random]{\mylistofitems}{ListItems}(5)
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%items picked
\ListItemsChoice{\mylistofitems}{ListItems}(1,4,3,8,2)
\end{demohigh}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%creation of list ListItemsB, with macro \mylistofitemsb
\CreateItemsList%
{{$\int_0^1 x^2 dx$},{$\int_0^1 x^3 dx$},{$\int_0^1 x^4 dx$},...}%
{\mylistofitemsb}{ListItemsB}
\end{codehigh}
\CreateItemsList%
{{$\int_0^1 x^2 dx$},{$\int_0^1 x^3 dx$},{$\int_0^1 x^4 dx$},{$\int_0^1 x^5 dx$},{$\int_0^1 x^6 dx$},{$\int_0^1 x^7 dx$},{$\int_0^1 x^8 dx$}}%
{\mylistofitemsb}{ListItemsB}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%items picked
\ListItemsChoice[Type=item]{\mylistofitemsb}{ListItemsB}(7,2,1,5,3)<label=$--$>
\end{codehigh}
\ListItemsChoice[Type=item]{\mylistofitemsb}{ListItemsB}(7,2,1,5,3)<label=$--$>
\pagebreak
\section{Pencil of skills}
\subsection{Global use}
The idea is to :
\begin{itemize}
\item present of list of categories and skills ;
\item presented like a pencil.
\end{itemize}
The code (within CC-BY-SA 4.0 license) is adapted from :
\hfill{\footnotesize \url{https://tex.stackexchange.com/questions/504092/replicating-a-fancy-bordered-text-style-in-latex/504145#504145}}\hfill~
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\PencilSkills[keys]<tikz options>{listofskills}
\end{codehigh}
The style is globally fixed, but there's some customization available.
\subsection{The macro}
Available \MontreCode{keys} are :
\begin{itemize}
\item \MontreCode{FontCateg} : font for the categories ;
\item \MontreCode{FontBlock} : font for the skills ;
\item \MontreCode{Colors} : list of category's colors
\MontreCode{BgCateg1/FgCateg1,BgCateg1/FgCateg1,...}
(if \MontreCode{FgCateg1} est missing, \MontreCode{black} is used)
\item \MontreCode{BlockWidth} : width of skill's block ;
\item \MontreCode{Scale} : global scale
\item \MontreCode{BlackWhite} : boolean for B\&W.
\end{itemize}
The second argument, optional and between \MontreCode{<...>} gives specific options to \MontreCode{enumitem} environment.
\smallskip
The last argument, mandatory and between \MontreCode{(...)} give the list of categories/skills, within
\MontreCode{Categ1/ListSkills1,Categ2/ListSkills2,...}.
\subsection{Examples}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%default output
\PencilSkills{Search/Skill 1\\ Skill 2,Model/{Skill 1\\ Skill 2}}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\PencilSkills[Scale=0.75]%
{Search/Skill 1\\Skill 2,Model/{Skill 1\\Skill 2},%
Represent/{Skill 1\\Skill 2},Calculate/{Skill 1\\Skill 2},%
Reason/{Skill 1\\Skill 2},Communicate/{Skill 1\\Skill 2}}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\PencilSkills[Scale=0.75,BlockWidth=3cm]<rotate=90>{
Search/Skill 1\\Skill 2,Model/{Skill 1\\Skill 2}}
\hspace{1cm}
\PencilSkills[Scale=0.75,BlockWidth=3cm]<rotate=-90>{
Search/Skill 1\\Skill 2,Model/{Skill 1\\Skill 2}}
\hspace{1cm}
\PencilSkills[Scale=0.75,BlockWidth=3cm,BlackWhite]<rotate=45>{
Search/Skill 1\\Skill 2,Model/{Skill 1\\Skill 2}}
\end{demohigh}
\pagebreak
\section{Score banner}
\subsection{Global use}
The idea is to insert a score banner, with customization.
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
ScoreBanner[keys]{number}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%default output
\ScoreBanner{}
\end{demohigh}
\subsection{The macro}
Available \MontreCode{keys} are :
\begin{itemize}
\item \MontreCode{Height} : height of the banner (without the legend) ; \MontreCode{1} by default
\item \MontreCode{Ratio} : ratio of boxes ; \MontreCode{0.6} by default
\item \MontreCode{Symbols} : labels ; \MontreCode{A,B,C,D,E} by default
\item \MontreCode{Legend} : legend (uppercase) ; \MontreCode{score} by default ;
\item \MontreCode{Font} : global font ; \MontreCode{\textbackslash bfseries\textbackslash sffamily} by default
\item \MontreCode{ShowLegend} : boolean for the legend ; \MontreCode{false} by default ;
\item \MontreCode{Colors} : colors for boxes ;
\hfill\MontreCode{colorNS1,colorNS2,colorNS3,colorNS4,colorNS5} by default ;
\item \MontreCode{ScaleSymbols} : scale H/V of labels ; \MontreCode{1.25,1.65} by default ;
\item \MontreCode{Colbg} : background color for select box ; \MontreCode{white} by default.
\end{itemize}
\smallskip
If the list of colors doesn't fill all the boxes, \MontreCode{lightgray} color is used.
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\ScoreBanner[Legend=Geometry,Height=2]{4}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25,style/demo=yellow!25]
%bg of lower part is yellow!25
\def\lstcouleurs{colorNS1,colorNS2,colorNS3,colorNS4,colorNS5,purple}
\ScoreBanner%
[ScaleSymbols={1.33,2},Height=3.25,ShowLegend=false,Ratio=0.75,
Symbols={1,2,3,4,5,6},Colors=\lstcouleurs,
Colbg=yellow!25]{1}
\end{demohigh}
\pagebreak
\section{SMS conversation}
\subsection{Global use}
The idea is to present a conversation of SMS.
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\begin{ChatSMS}[keys]{name}
\InSMS(*){time}{msg}
\OutSMS*(*){time}{msg}
\end{ChatSMS}
\end{codehigh}
The style is globally fixed, but there's some customization available.
\subsection{The environment}
Available \MontreCode{keys} are :
\begin{itemize}
\item \MontreCode{height} : height of the window (auto or specific) ; \MontreCode{auto} by default
\item \MontreCode{width} : width of the window ; \MontreCode{7cm} by default
\item \MontreCode{margin} : margin (L or R) for the bubble \MontreCode{1.5cm} by default
\item \MontreCode{color} : \textit{main} color (banner) ; \MontreCode{teal!75!cyan!75!white} by default ;
\item \MontreCode{colback} : color for background ; \MontreCode{lightgray!5} by default
\item \MontreCode{colorin} : color for incoming SMS ; \MontreCode{lime!25} by default
\item \MontreCode{colorout} : color for outcoming SMS ; \MontreCode{teal!25} by default
\item \MontreCode{writetxt} : text of sending zone ; \MontreCode{Write} by default
\item \MontreCode{fonttxt} : bubble's font ; \MontreCode{\textbackslash normalfont} by default
\item \MontreCode{avatar} : avatar of contact ; \MontreCode{\textbackslash faAddressCard} by default
\item \MontreCode{dispavatar} : boolean for displaying avatar near the bubbles ; \MontreCode{false} by default
\item \MontreCode{blackwhite} : boolean pour black\&white. \MontreCode{false} by default
\end{itemize}
The argument, mandatory and between \MontreCode{(...)} give the name of the contact.
\subsection{Macros for the bubbles}
Regarding the bubble creation commands, \MontreCode{\textbackslash InSMS} and \MontreCode{\textbackslash OutSMS}:
\begin{itemize}
\item the \textit{starred} version does not display the \textit{checkmarks} of \textit{good reception};
\item the first mandatory argument is the time to display ;
\item the second mandatory argument is the message to display (including multi-lines).
\end{itemize}
\subsection{Examples}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%with a personal image
\begin{ChatSMS}%
[width=6cm,fonttxt=\sffamily,height=10cm,avatar=img/android,dispavatar]{CP}
\InSMS{19:23}{Hi !}
\OutSMS{19:23}{Hi !\\ How are you ?}
\InSMS{19:25}{Just a problem with a math question\ldots}
\OutSMS{19:26}{Wanna help ??}
\InSMS{19:28}{Yes, I need to compute $\mathsf{\int_{0}^{1} x^2e^{-x}\,dx}$\ldots}
\OutSMS*{19:30}{Take care !!}
\end{ChatSMS}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\begin{ChatSMS}%
[width=8cm,fonttxt=\sffamily,avatar=\faCanadianMapleLeaf,blackwhite]{CP}
\InSMS{19:23}{Hi !}
\OutSMS{19:23}{Hi !\\ How are you ?}
\InSMS{19:25}{Just a problem with a math question\ldots}
\OutSMS{19:26}{Wanna help ??}
\InSMS{19:28}{Yes, I need to compute $\mathsf{\int_{0}^{1} x^2e^{-x}\,dx}$\ldots}
\OutSMS*{19:30}{Take care !!}
\end{ChatSMS}
\end{demohigh}
\pagebreak
\section{Title banner}
\subsection{Global usage}
The idea is to propose a banner, made with \TikZ, to present for example a title.
The global style is fixed, but few customization are possible.
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri[keys]{number}{title}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri{01}{Titre du document}
\end{demohigh}
Available \MontreCode{keys} are :
\begin{itemize}
\item \MontreCode{height} (\MontreCode{2.5em} by default)
\item \MontreCode{width} (\MontreCode{\textbackslash linewidth} by default)
\item \MontreCode{blockwidth} (\MontreCode{2.75em} by default, but can be set to \MontreCode{auto})
\item \MontreCode{coltxt} (\MontreCode{white} by default)
\item \MontreCode{fonttxt}
\item \MontreCode{swap} (\MontreCode{false} by default, for an other style )
\item \MontreCode{maincolor} (\MontreCode{darkgray} by default)
\item \MontreCode{collight} (\MontreCode{darkgray!25} by default)
\item \MontreCode{colmedium} (\MontreCode{darkgray!50} by default)
\item \MontreCode{coldark} (\MontreCode{darkgray} by default)
\item \MontreCode{logo}
\item \MontreCode{type}
\item \MontreCode{dispblock} (\MontreCode{true} by default)
\item \MontreCode{num} (\MontreCode{true} by default)
\item \MontreCode{customtype}
\end{itemize}
\subsection{Examples}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri
[maincolor=red,type=EXERCISES,blockwidth=auto,logo=\faAddressBook]
{7}{My doc}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri
[maincolor=red,type=EXERCISES,blockwidth=5em,logo=\faAddressBook]
{7}{My doc}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri
[maincolor=red,type=EXERCISES,blockwidth=auto,logo=\faAddressBook,swap]
{07}{My doc}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri
[dispblock=false,maincolor=teal,logo=\faSchool]
{}{My doc}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzBannerTri
[maincolor=olive,customtype=TP,blockwidth=4em,logo=\faAddressBook,height=4em]
{7}{My doc}
\end{demohigh}
It's possible to redefine \MontreCode{\textbackslash part} (for example).
\pagebreak
\section{Various commands}
\subsection{Difficulty levels with stars (fontawesome5)}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\DiffLevelStars[max level (3)]{level}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\DiffLevelStars{0}\par
\DiffLevelStars{2.5}\par
\textcolor{teal}{\LARGE\DiffLevelStars[5]{4}}\par
\DiffLevelStars[5]{1.5}\par
\end{demohigh}
\subsection{Difficulty levels with stars (tikz)}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzLevelStars[colframe=...,colback=...,offset=...,maxlevel=...,valign=...]{level}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzLevelStars{2.5}\par
{\LARGE We ty inline \tkzLevelStars{2.25} with score 2.25}\par
{\LARGE We ty inline \tkzLevelStars[valign=false]{1.75} with score 1.75}\par
\tkzLevelStars[colframe=red,colback=yellow,maxlevel=5]{3}
\end{demohigh}
\subsection{Flared arrow}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tkzFlaredArrow[%
color=..., %color of arrow
arrowsize=..., %size (auto or H/W )
bend=..., %empty for straigth or left/... or right/...
thickness=..., %size for the beginning
factor=..., %factor for calculing size for ending
arrowstyle=..., %style (arrows.meta)
move=... %boolean for moving instead coordinates
]%
{begin}{end or move}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%arrow 0.5mm -> 1.25mm
\begin{tikzpicture}
\tkzFlaredArrow%
[thickness=0.5mm,factor=2.5,bend=left/30,color=red,arrowstyle=Triangle]%
{0,0}{5,1.5}
\end{tikzpicture}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\begin{tikzpicture}
\draw[thin,lightgray] (-3,-1) grid (5,5) ;
\coordinate (A) at (0,0) ; \coordinate (B) at (4,1) ;
\coordinate (C) at (1,1) ; \coordinate (D) at (5,4) ;
\coordinate (E) at (0,1) ; \coordinate (F) at (0,5) ;
\coordinate (G) at (-2,0) ;
\tkzFlaredArrow[color=green,arrowstyle=Triangle]{A}{B}
\tkzFlaredArrow[color=blue,bend=right/10]{D}{C}
\tkzFlaredArrow%
[color=red,bend=left/45,arrowstyle=Stealth,thickness=0.1mm,factor=10]%
{-2,1}{0,4}
\tkzFlaredArrow%
[color=red,bend=right/45,thickness=0.1mm,factor=10,arrowstyle=Stealth]%
{-2,1}{0,4}
\tkzFlaredArrow[color=teal,move,bend=left/10]{-3,-1}{5,1}
\end{tikzpicture}
\end{demohigh}
\subsection{Small markerbox}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tbcmarker[color=...,width=...,font=...]{text}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tbcmarker{my text}
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\tbcmarker[color=olive,font=\normalfont\normalsize]{my text}
\end{demohigh}
%\subsection{Letters wirh pixelart style (experimental)}
%
%\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%%one letter only
%\PixlLetter%
% [height=...,thick=...,color=...,gridcolor=...,
% offseth=...,offsetv=...,gridafter=...,nospaceafter=...]
% <tikzpicture options>
% {letter}
%
%%several words
%\PixlLetters%
% [height=...,thick=...,color=...,gridcolor=...,
% offseth=...,offsetv=...,gridafter=...,nospaceafter=...]
% {letters}
%\end{codehigh}
%
%\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%\PixlLetter{M}\PixlLetter{o}\PixlLetter{n}\PixlLetter{k}\PixlLetter{e}\PixlLetter{y}
%\end{codehigh}
%
%\PixlLetter{M}\PixlLetter{o}\PixlLetter{n}\PixlLetter{k}\PixlLetter{e}\PixlLetter{y}
%
%\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%\PixlLetters[height=2cm,color=red,gridafter,offsetv=1]{(Monkey)}
%\end{codehigh}
%
%\PixlLetters[height=2cm,color=red,gridafter,offsetv=1]{(Monkey)}
%
%\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%\PixlLetters[color=blue]{Monkeys roxxxx !?}
%\end{codehigh}
%
%\PixlLetters[color=blue]{Monkeys roxxxx !?}
%
%\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%\PixlLetters[color=red]{1+1=2}
%\end{codehigh}
%
%\PixlLetters[color=red]{1+1=2}
\subsection{Wheel of skills / speedometer}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\WheelOfSkills[%
Radius=..., %radius of wheel
Mark=..., %absolute position of optional marker
Font=..., %font of optional labels
SkillsList=..., %list of optional skill labels
]%
{number of skills or list of colors}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\WheelOfSkills[%
Radius=3cm,%
Mark=5.85,%
Font=\scriptsize\bfseries\ttfamily,%
SkillsList={Niv.1,Niv.2,Niv.3,Niv.4,Niv.5,Niv.6,Niv.7,Niv.8,Niv.9,Niv.10}]%
{10}%
\end{demohigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\WheelOfSkills[%
Mark=1.5,%
Font=\scriptsize\bfseries\sffamily,%
SkillsList={LOW-MODERATE,NORMAL,HIGH,VERY HIGH,SEVERE,EXTREME,CATASTROPHIC}
]%
{yellow!50,orange!50,red!50,blue!50,teal!50,purple!50,violet!50}%
\end{demohigh}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\begin{SkillsWheel}[%
Radius=..., %radius of wheel
Mark=..., %absolute position of optional marker
Font=..., %font of optional labels
SkillsList=..., %list of optional skill labels
]{number of skills or list of colors}
\PutIconsSkills[Pos=...,Scale=...]{list of icons}
\end{SkillsWheel}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
\begin{SkillsWheel}[Radius=5cm,Mark=5.85]%
{yellow!50,orange!50,red!50,blue!50,teal!50,purple!50,violet!50}
\PutIconsSkills[Echelle=3]%
{\faPython,\faAdjust,\faAngellist,\faAmbulance,\faAdjust,\faBabyCarriage,\faBlender}
\end{SkillsWheel}
\end{demohigh}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%inline version, with automatic dimensions
\miniskillwheel[Colors=...,Mark=...]{nb of levels}
%normal version
\tkzspeedometer[Size=...,Mark=...,Colors=...]{nb levels}
\end{codehigh}
\begin{demohigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]
%inline version, with automatic dimensions
\scalebox{2.25}[2.25]{\sffamily Small inline \textit{skillwheel}
\miniskillwheel[Colors=red/blue,Mark=4.33]{7} for testing.}
%normal version
\tkzspeedometer[Size=5cm,Mark=2.25,Colors=teal/magenta]{6}
\end{demohigh}
\end{document}
|