-
Notifications
You must be signed in to change notification settings - Fork 0
/
refcard.tex
782 lines (699 loc) · 24.4 KB
/
refcard.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
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
\documentclass{article}
\usepackage[a4paper, landscape, margin=1cm]{geometry}
\usepackage{fontspec}
\usepackage[dvipsnames]{xcolor}
\usepackage[french]{babel}
\usepackage[fontsize=6.5pt]{scrextend}
\usepackage[T1]{fontenc}
\usepackage{multicol}
\usepackage{tabularx,ragged2e}
\usepackage{sectsty}
\usepackage{lmodern}
\usepackage{stix}
\usepackage{siunitx}
\usepackage{listings}
\usepackage{multirow}
\usepackage{float}
\usepackage{titlesec}
\usepackage{fancyvrb,cprotect}
\usepackage{graphicx}
\usepackage{fontspec}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage{accents}
\usepackage{amssymb}
\usepackage{esint}
\usepackage{fancyvrb}
\usepackage{tikz}
\usepackage{enumitem}
\usepackage{vwcol}
\usepackage{microtype}
\usetikzlibrary{mindmap}
\DefineVerbatimEnvironment{Code}{BVerbatim}{baseline=t}
\definecolor{Cornflower Blue}{RGB}{97, 149, 237}
\definecolor{RAL2000}{HTML}{da6e00}
\colorlet{corn}{Cornflower Blue}
\colorlet{heig}{RAL2000}
\input{revision}
\ifdefined\tinted
\pagecolor{Gray!40}
\fi
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\let\code\lstinline
\definecolor{listinggray}{gray}{0.9}
\definecolor{lbcolor}{gray}{0.92}
\lstset{
basicstyle=\tt,
tabsize=2,
language={[LaTeX]TeX},
%upquote=true,
aboveskip={0.4\baselineskip},
belowskip={0.4\baselineskip},
abovecaptionskip={\baselineskip},
belowcaptionskip={0\baselineskip},
columns=fixed,
showstringspaces=false,
extendedchars=true,
breaklines=true,
%prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},
%frame=single,
showtabs=false,
showspaces=false,
showstringspaces=false,
identifierstyle=\ttfamily,
%tagstyle=\bf,
keywordstyle=\color{MidnightBlue},
commentstyle=\color{ForestGreen},
stringstyle=\color[rgb]{0.8, 0.1, 0.1},
}
% Configuration
\renewcommand{\familydefault}{\sfdefault}
\allsectionsfont{\sffamily}
% No pages numbering
\pagenumbering{gobble}
\newlength\mybaselinestretch
\mybaselinestretch=0pt plus 0.02pt\relax
\addtolength{\baselineskip}{\mybaselinestretch}
\setlength\parindent{0pt}
\setlength{\parskip}{0.0em}
\setlength\tabcolsep{1.5pt}
\setlength{\columnseprule}{0.4pt}
% Titles and paragraphs more compact
\titlespacing*{\section}{0pt}{0em}{0pt}
\titlespacing*{\subsection}{0pt}{0em}{0pt}
\begin{document}
\begin{multicols*}{3}
\begin{tabularx}{\columnwidth}{lX}
\raisebox{-\totalheight}{\includegraphics[width=1cm]{assets/heig-vd-black.pdf}} &
\begin{center}
{\Large \bf Carte de référence \LaTeX} \\
version \revision \ -- \revisiondate \\
\end{center}
\end{tabularx}
{
\scriptsize
Cette carte de référence est destinée aux étudiants utilisant \LaTeX2e pour leurs rapports de travaux pratiques ou rapports de travail de Bachelor. Cette carte comprend une liste non exhaustive des possibilités du langage \LaTeX~ résumé en une feuille A4 recto-verso. Ce document est en partie inspiré de \emph{Learn X in Y}. Il est également destiné aux étudiants qui souhaitent apprendre \LaTeX2e dans le cadre du cours de HES d'été.
}
\section*{Classes de document}
Vous pouvez également include votre propre classe définie dans un fichier \code{.cls}.
\begin{lstlisting}
\documentclass[11pt,a4paper,landscape,twoside]{article}
\documentclass{report} % Dispose de \chapter
\documentclass{book} % Dispose de \frontmatter \mainmatter
% et \backmatter
\documentclass{memoir} % Pour écrire une thèse de doctorat
\documentclass{beamer} % Pour faire des présentation type PPT
\documentclass{exam} % Pour écrire des travaux écrits
\documentclass{foobar} % Utilise la définition foobar.cls
\end{lstlisting}
\section*{Quelques Paquets}
\begin{lstlisting}
\usepackage{caption} % Configure les légendes
\usepackage{amsmath} % Configure l'affichage des équations
\usepackage{float} % Fixer les tables et figures
\usepackage{graphicx} % Inclusion d'images pdf, png...
\usepackage{longtable} % Tableaux sur plusieurs pages
\usepackage{booktabs} % Meilleure présentation des tableaux
\usepackage{tabularx} % Tableaux avec colonnes flexibles
\usepackage{listings} % Inclusion de code avec syntaxe
\usepackage{xcolor} % Usage des couleurs
\usepackage{hyperref} % Hyperliens pour documents PDF
\usepackage{fancyhdr} % En-tête et pieds de pages
\usepackage{geometry} % Configuration des marges
\usepackage{babel} % Conventions linguistiques
\usepackage{siunitx} % Présentation des unités physiques
\usepackage{tikz} % Dessin vectoriel dans LaTeX
\end{lstlisting}
\section*{Formats et références}
\begin{lstlisting}
\tableofcontents % Table des matières
\listoffigures % Liste des figures
\listoftables % Liste des tableaux
\listoflistings % Liste des listes de code
\index % Index des termes
\printindex % Affichage de l'index
\printglossary % Affichage du glossaire
\printbibliography % Affichage de la bibliographie
\chapter[Description courte]{Description longue}
\label{subsec:foobar}
\section{Section 1}
\subsection{Section 1.1}
\subsubsection{Section 1.1.1}
\paragraph{Section 1.1.1.1}
\subsection*{Section sans numéro}
Comme vu au paragraphe \ref{subsec:foobar}
\end{lstlisting}
\section*{Polices et styles}
\subsection*{Format de police}
\begin{tabularx}{\columnwidth}{lX}
\lstinline{\\textbf\{Texte en gras\}} & \textbf{Texte en gras} \\
\lstinline{\\textit\{Texte en italique\}} & \textit{Texte en italique} \\
\lstinline{\\texttt\{Texte en imprimerie\}} & \texttt{Texte en imprimerie} \\
\lstinline{\\textsc\{Texte en capitales\}} & \textsc{Texte en capitales} \\
\lstinline{\\textsf\{Texte sans-serif\}} & \textsf{Texte sans-serif} \\
\lstinline{\\emph\{Emphase\}} & \emph{Emphase} \\
\lstinline{\\fbox\{Encadré\}} & \fbox{Encadré} \\
\end{tabularx}
\subsection*{Taille de polices}
\begin{multicols*}{2}
\begin{tabularx}{\columnwidth}{lX}
\lstinline{\\tiny\{footnotesize\}} & \tiny{Tiny} \\
\lstinline{\\scriptsize\{Script\}} & \scriptsize{Script} \\
\lstinline{\\footnotesize\{Footnote\}} & \footnotesize{Footnote} \\
\lstinline{\\small\{Small\}} & \small{Small} \\
\lstinline{\\normalsize\{Normal\}} & \normalsize{Normal} \\
\end{tabularx}
\columnbreak
\begin{tabularx}{\columnwidth}{lX}
\lstinline{\\large\{Large\}} & \large{Large} \\
\lstinline{\\Large\{Large\}} & \Large{Large} \\
\lstinline{\\LARGE\{LARGE\}} & \LARGE{LARGE} \\
\lstinline{\\huge\{Huge\}} & \huge{Huge} \\
\lstinline{\\Huge\{Huge\}} & \Huge{Huge} \\
\end{tabularx}
\end{multicols*}
\subsection*{Listes}
\begin{minipage}[c]{0.3\linewidth}
\begin{itemize}
\item Item 1
\item Item 2
\item Item 3
\end{itemize}
\end{minipage}
\begin{minipage}[c]{0.6\linewidth}
\begin{lstlisting}
\begin{itemize}
\item Item 1
\item Item 2
\item Item 3 \label{it:item3}
\end{itemize}
\end{lstlisting}
\end{minipage}
\begin{minipage}[c]{0.3\linewidth}
\begin{enumerate}
\item Item 1
\item Item 2
\item Item 3
\end{enumerate}
\end{minipage}
\begin{minipage}[c]{0.6\linewidth}
\begin{lstlisting}
\begin{enumerate}
\item Item 1
\item Item 2
\item Item 3 \label{it:item3}
\end{enumerate}
\end{lstlisting}
\end{minipage}
\begin{lstlisting}
\usepackage{enumitem}
\setlist[enumerate,1]{label=\Alph*)} % A) B) C)
\setlist[enumerate,2]{label=\alph*)} % a) b) c)
\setlist[enumerate,3]{label=\roman*)} % i) ii) iii)
\setlist[enumerate,4]{label=\arabic*)} % 1) 2) 3)
\end{lstlisting}
\section*{Fichiers séparés}
\begin{lstlisting}
\input{file.tex} % Inclusion d'un fichier
\include{file.tex} % Inclusion d'un fichier et nouvelle page
\includeonly{file1.tex,file2.tex} % Inclusion de fichiers
\end{lstlisting}
\section*{Caractère spéciaux}
\begin{tabular}{p{1cm}p{2cm}p{1cm}l}
\S & \code+\S+ & \textasciicircum &\code+\textasciicircum+ \\
\textasciitilde &\code+\textasciitilde+ & \textbackslash &\code+\textbackslash+ \\
\textbar &\code+\textbar+ & \textbraceleft &\code+\textbraceleft+ \\
\textbraceright &\code+\textbraceright+ & \textbullet & \code+\textbullet+ \\
\textcent & \code+\textcent+ & \textdollar & \code+\textdollar+ \\
$\ldots$ & \code+$\ldots$+ & $\widehat{oo}$ & \code+$\widehat{oo}$+ \\
$\clubsuit$ & \code+$\clubsuit$+ & $\spadesuit$ & \code+$\spadesuit$+ \\
\end{tabular}
\subsection*{Alignement et espacements}
\begin{tabular}{*2{>{}l}}
\code!\begin{center}! & \code!\centering! \\
\code!\begin{flushleft}! & \code!\raggedright! \\
\code!\begin{flushright}! & \code!\raggedleft! \\
\code!\vspace{1cm}! & Espacement vertical \\
\code!\hspace{1cm}! & Espacement horizontal \\
\code!\vfil! & Remplissage vertical automatique \\
\code!\hfil! & Remplissage horizontal automatique \\
\code!\vfill! & Remplissage vertical jusqu'au bas de page \\
\code!\hfill! & Remplissage horizontal jusqu'au bord de page \\
\end{tabular}
\section*{Unités internes et longueurs}
\begin{tabular}{ll|ll|ll|ll}
Points ($\SI{351.46}{\mu\meter}$) & \code+pt+ & Millimètres & \code+mm+ & Pouce ($\SI{2.54}{\centi\metre}$)& \code+in+ & Largeur d'un M & \code+em+ \\
Pixel & \code+px+ & Centimètres & \code+cm+ & Pica (12 Points) & \code+pc+ & Hauteur d'un X & \code+ex+ \\
\end{tabular}
\begin{tabular}{*2{>{}l}}
\code!\baselineskip! & Espacement vertical entre paragraphes \\
\code!\columnsep! & Espacement horizontal entre colonnes \\
\code!\columnwidth! & Largeur d'une colonne \\
\code!\linewidth! & Largeur de la ligne dans l'environnement courant \\
\code!\textwidth! & Largeur de la page moins les marges \\
\code!\parskip! & Espacement horizontal de la première ligne \\
\code!\paperwidth! & Largeur de la page \\
\code!\paperheight! & Hauteur de la page \\
\code!0.25\textwidth! & \SI{25}{\percent} de la largeur de la page \\
\end{tabular}
Définition d'une longueur: \code!\setlength{<nom>}{<valeur>}! p.ex. \\
\code!\setlength{\columnsep}{1cm}!
\section*{Exemple minimal}
\begin{lstlisting}
\documentclass[a4paper,11pt]{article}
\usepackage[french]{babel}
\author{Yves Chevallier}
\date{\today}
\title{Apprendre \LaTeX{} avec plaisir}
\begin{document}
\maketitle \newpage
\tableofcontents
\section{Introduction}
Bonjour, monde!
\end{document}
\end{lstlisting}
\section*{Math}
\begin{tabularx}{\columnwidth}{lX}
\lstinline{a^2 + b^2 = c^2} & $a^2 + b^2 = c^2$ \\
\lstinline{$...$} & Mode math en ligne \\
\lstinline{$$...$$} & Mode math multi-ligne \\
\lstinline{\\[...\\]} & Mode math multi-ligne \\
\lstinline{\\begin\{equation\}...\\end\{equation\}} & Équation numérotée \\
\lstinline{\\begin\{equation*\}...\\end\{equation*\}} & Équation non numérotée \\
\end{tabularx}
Sur plusieurs lignes :\par
\begin{minipage}[c]{0.3\linewidth}
\begin{multline*}
\sin(x)=x-\frac{x^3}{3!} \\
+\frac{x^5}{5!}-\frac{x^7}{7!}+\cdots
\end{multline*}
\end{minipage}
\begin{minipage}[c]{0.7\linewidth}
\begin{lstlisting}
\begin{multline*}
\sin(x)=x-\frac{x^3}{3!} \\
+\frac{x^5}{5!}-\frac{x^7}{7!}+\cdots
\end{multline*}
\end{lstlisting}
\end{minipage}
Ou alignées :\par
\begin{minipage}[c]{0.3\linewidth}
\begin{align*}
\nabla\cdot\boldsymbol{D} &= \rho \\
\nabla\cdot\boldsymbol{B} &= 0 \\
\end{align*}
\end{minipage}
\begin{minipage}[c]{0.7\linewidth}
\begin{lstlisting}
\begin{align*}
\nabla\cdot\boldsymbol{D} &= \rho \\
\nabla\cdot\boldsymbol{B} &= 0 \\
\end{align*}
\end{lstlisting}
\end{minipage}
\subsection*{Symboles mathématiques}
\begin{multicols*}{2}
\begin{tabularx}{\columnwidth}{lX}
$\alpha A$ & \lstinline{\\alpha A} \\
$\beta B$ & \lstinline{\\beta B} \\
$\gamma \Gamma$ & \lstinline{\\gamma \\Gamma} \\
$\delta \Delta$ & \lstinline{\\delta \\Delta} \\
$\epsilon \varepsilon E$ & \lstinline{\\epsilon \\varepsilon E} \\
$\zeta Z Z$ & \lstinline{\\zeta Z} \\
$\eta H$ & \lstinline{\\eta H} \\
$\theta \vartheta \Theta$ & \lstinline{\\theta \\vartheta \\Theta} \\
$\iota I$ & \lstinline{\\iota I} \\
$\kappa K$ & \lstinline{\\kappa K} \\
$\lambda \Lambda$ & \lstinline{\\lambda \\Lambda} \\
$\mu M$ & \lstinline{\\mu M} \\
$\nu N$ & \lstinline{\\nu N} \\
$\xi \Xi$ & \lstinline{\\xi \\Xi} \\
$o O$ & \lstinline{o O} \\
$\pi \Pi$ & \lstinline{\\pi \\Pi} \\
$\rho \varrho P$ & \lstinline{\\rho \\varrho P} \\
$\sigma \Sigma$ & \lstinline{\\sigma \\Sigma} \\
$\tau T$ & \lstinline{\\tau T} \\
$\upsilon \Upsilon$ & \lstinline{\\upsilon \\Upsilon} \\
$\phi \varphi \Phi$ & \lstinline{\\phi \\varphi \\Phi} \\
$\chi X$ & \lstinline{\\chi X} \\
$\psi \Psi$ & \lstinline{\\psi \\Psi} \\
\end{tabularx}
\columnbreak
\begin{tabularx}{\columnwidth}{lX}
$\omega \Omega$ & \lstinline{\\omega \\Omega} \\
$\leftarrow$ & \lstinline{\\leftarrow} \\
$\rightarrow$ & \lstinline{\\rightarrow} \\
$\Leftarrow$ & \lstinline{\\Leftarrow} \\
$\Rightarrow$ & \lstinline{\\Rightarrow} \\
$\infty$ & \lstinline{\\infty} \\
$\forall$ & \lstinline{\\forall} \\
$\Re$ & \lstinline{\\Re} \\
$\Im$ & \lstinline{\\Im} \\
$\nabla$ & \lstinline{\\nabla} \\
$\exists$ & \lstinline{\\exists} \\
$\nexists$ & \lstinline{\\nexists} \\
$\partial$ & \lstinline{\\partial} \\
$\triangle$ & \lstinline{\\triangle} \\
$\blacksquare$ & \lstinline{\\blacksquare} \\
$\times$ & \lstinline{\\times} \\
$\cdot$ & \lstinline{\\cdot} \\
$\leq$ & \lstinline{\\leq} \\
$\geq$ & \lstinline{\\geq} \\
$\in$ & \lstinline{\\in} \\
$\notin$ & \lstinline{\\notin} \\
$\vee$ & \lstinline{\\vee} \\
\end{tabularx}
\end{multicols*}
\subsection*{Fonctions importantes}
\begin{tabular}{%
p{0.5cm}p{1.5cm}%
p{0.5cm}p{1.5cm}%
p{0.5cm}p{1.5cm}}
$\sum$ & \code?\sum? & $\prod$ & \code?\prod? & $\int$ & \code?\int?\\
$\int$ & \code?\int? & $\iint$ & \code?\iint? & $\iiint$ & \code?\iiint? \\ $\oint$ & \code?\oint? & $\vec a$ & \code?\vec a? & $\dot a$ & \code?\dot a? \\
$\ddot a$ & \code?\ddot a? & $\hat a$ & \code?\hat a? \\
\end{tabular}
\subsection*{Fonctions usuelles}
\begin{tabular}{llllllllllll}
\code?\sin? & \code?\sinh? & \code?\arcsin? & \code?\csc? & \code?\ln? & \code?\min? \code?\cos? & \code?\cosh? & \code?\arccos? & \code?\sec? &
\code?\lg? & \code?\max? \\
\code?\tan? & \code?\tanh? & \code?\arctan? & \code?\cot? & \code?\log? & \code?\lim? \code?\exp? & \code?\det? & \code?\tr? & \code?\dim? &
\code?\ker? & \code?\Pr? \\
\end{tabular}
\subsection*{Parenthèses et délimiteurs}
Utiliser \code+\left+ (\code+\right+) pour ajuster la hauteur des parenthèses à l'expression.
\begin{tabular}{p{0.5cm}p{2cm}p{0.5cm}p{2cm}p{0.5cm}p{2cm}}
$(.)$ & \code+(.)+ & $[.]$ & \code+[.]+ & $\{.\}$ & \code+\{.\}+ \\
$\langle.\rangle$ & \code+\langle.\rangle+ & $\lbrace.\rbrace$ & \code!\lbrace.\rbrace! & $\lvert.\rvert$ & \code!\lvert.\rvert! \\
$\lbrack.\rbrack$ & \code!\lbrack.\rbrack! & $\lceil.\rceil$ & \code!\lceil.\rceil! & $\lfloor.\rfloor$ & \code!\lfloor.\rfloor! \\
\end{tabular}
\subsection*{Élements d'équations}
\begin{tabular}{p{2cm}l}
$x^y$ & \code+$x^y$+ \\
$x_y$ & \code+$x_y$+ \\
$x^{y+z}$ & \code!$x^{y+z}$! \\
$\frac{x}{y}$ & \code!$\frac{x}{y}$! \\
$\sqrt{x}$ & \code+$\sqrt{x}$+ \\
$\sqrt[n]{x}$ & \code+$\sqrt[n]{x}$+ \\
$\left(a + \frac{1}{2} \right)^2$ & \code!$\left( a + \frac{1}{2} \right)^2$!
\\
$x\cdot y$ & \code+$x\cdot y$+ \\
$\sum_{j=0}^n j^2$ & \code+$\sum_{j=0}^n j^2$+ \\
$\int_{x=0}^{\infty} \mathrm{e}^{-x} \mathrm{d}x$ & \code+$\int_{x=0}^{\infty} \mathrm{e}^{-x} \mathrm{d}x$+ \\
$\left\langle i,2^{2^i}\right\rangle$ & \code+$\left\langle i,2^{2^i}\right\rangle$+ \\
$\nabla=\boldsymbol{i}\frac{d}{dx}+...$ & \code!$\nabla=\boldsymbol{i}\frac{d}{dx}+...$! \\
$\lim_{h\to 0}\frac{f(x+h-f(x)}{h}$ & \code!$\lim_{h\to 0}\frac{f(x+h-f(x)}{h}$! \\
$f\colon\mathbb{R}\to\mathbb{R}$ & \code+$f\colon\mathbb{R}\to\mathbb{R}$+ \\
\end{tabular}
\subsection*{Système d'équation}
\begin{multicols*}{2}
\[
f_n = \begin{cases}
a & \text{if $n=0$} \\
r\cdot f_n{n-1} &\text{else}
\end{cases}
\]
\columnbreak
\begin{lstlisting}
f_n = \begin{cases}
a & \text{if $n=0$} \\
r\cdot f_n{n-1} &\text{else}
\end{cases}
\end{lstlisting}
\end{multicols*}
\begin{multicols*}{2}
\[
\begin{pmatrix}
a & b \\
c & d
\end{pmatrix}
\]
\columnbreak
\begin{lstlisting}
\begin{pmatrix}
a & b \\
c & d
\end{pmatrix}
\end{lstlisting}
\end{multicols*}
\section*{Figures}
\begin{tabular}{p{1.5cm}l}
h & Placer la figure approximativement ici \\
t & Placer la figure au début de la page \\
b & Placer la figure à la fin de la page \\
p & Placer la figure sur une page à part \\
! & Surcharge la position par défaut \\
H & Force la figure à être placée ici \\
\end{tabular}
\begin{lstlisting}
\code!\graphicspath{ {images/} }! % Chemin des images
\includegraphics[scale=1.5]{logo} % Inclure une image
\includegraphics[scale=\textwidth]{logo} % Inclure une image
\begin{wrapfigure}{r}{0.25\textwidth}
\centering
\includegraphics[width=0.25\textwidth]{image}
\end{wrapfigure} % Image encapsulée dans le texte
\end{lstlisting}
\begin{multicols*}{2}
\begin{lstlisting}
\begin{figure}[H]
\centering
\includegraphics[width=3cm]{example-image-duck}
\caption[Canard]{Un canard}
\label{fig:right-triangle}
\end{figure}
\end{lstlisting}
\begin{figure}[H]
\centering
\includegraphics[width=3cm]{example-image-duck}
\caption[Canard]{Un canard}
\label{fig:right-triangle}
\end{figure}
\end{multicols*}
\section*{Table}
\subsection*{Tableau simple avec légende}
\begin{minipage}[c]{0.7\linewidth}
\begin{lstlisting}
\begin{table}[H] \centering
\caption{Description \label{tb:tab1}}
\begin{tabular}{c|lr} \toprule
Id & Nom & Prénom \\ \midrule
1 & Dantès & Edmond \\
2 & Herrera & Mercédès \\ \bottomrule
\end{tabular} \end{table}
\end{lstlisting}
\end{minipage}
\begin{minipage}[c]{0.3\linewidth}
\begin{table}[H]
\centering
\caption{Description}
\begin{tabular}{c|lr}
\toprule
Id & Nom & Prénom \\
\midrule
1 & Dantès & Edmond \\
2 & Herrera & Mercédès \\
\bottomrule
\end{tabular}
\end{table}
\end{minipage}
\subsection*{Tableau pleine largeur avec colonne variable}
\begin{multicols*}{2}
\begin{lstlisting}
\begin{tabularx}{\textwidth}
{|c|l|X|} \hline
U & X & Y \\ \hline
1 & a & b \\ \hline
2 & c & d \\ \hline
3 & e & f \\ \hline
\end{tabularx}
\end{lstlisting}
\columnbreak
\null \vskip 0.5em
\begin{tabularx}{\columnwidth}{|c|l|X|}
\hline
U & X & Y \\ \hline
1 & a & b \\
2 & c & d \\
3 & e & f \\ \hline
\end{tabularx}
\end{multicols*}
\subsection*{Tableau pleine largeur réparti}
\begin{multicols*}{2}
\begin{lstlisting}
\begin{tabularx}{\textwidth}
{p{5mm}|*4{>{}X|}}
1 & a & bb & ccc & dddd \\
2 & e & ff & ggg & hhhh \\
\end{tabularx}
\end{lstlisting}
\columnbreak
\null \vskip 0.5em
\begin{tabularx}{\columnwidth}{p{5mm}|*4{>{}X|}}
1 & a & bb & ccc & dddd \\
2 & e & ff & ggg & hhhh \\
\end{tabularx}
\end{multicols*}
\section*{Unités}
Mode d'affichage configurable avec \code+\sisetup{per-mode=reciprocal}+ ou \code+\sisetup{per-mode=fraction}+. Les préfix d'unités tels que : \code+\kilo+, \code+\mega+, \code+\giga+\dots, peuvent être utilisés devant chaque unité.
\begin{tabular}{p{2cm}l}
\num{7.123456e12} & \code+\num{7.123456e12}+ \\
$[g] = \si{\meter\per\second\squared}$ & \code!$[g] = \si{\meter\per\second\squared}$!\\
$E = \SI[per-mode=fraction]{3.7}{\volt\per\milli\meter}$ & \code!E = \SI{3.7}{\volt\per\milli\meter}!\\
$E = \SI[per-mode=reciprocal]{3.7}{\volt\per\milli\meter}$ & \code!E = \SI[per-mode=reciprocal]{3.7}{\volt\per\milli\meter}!\\[1em]
\end{tabular}
\section*{Couleurs}
Par défaut le package \emph{xcolor} supporte 68 couleurs standards (\textcolor{Apricot}{Apricot}, \textcolor{Bittersweet}{Bittersweet}, \textcolor{Rhodamine}{Rhodamine}, \textcolor{SpringGreen}{SpringGreen}, \dots). D'autres peuvent être définies par l'utilisateur.\par
\begin{lstlisting}
\usepackage{xcolor}
\definecolor{Cornflower Blue}{RGB}{97, 149, 237}
\definecolor{RAL2000}{HTML}{da6e00}
\colorlet{corn}{Cornflower Blue}
\colorlet{heig}{RAL2000}
\end{lstlisting}
\begin{tabularx}{\columnwidth}{lX}
\textcolor{red}{rouge} & \verb+\textcolor{red}{rouge}+ \\
\textcolor{corn}{Cornflower Blue} & \verb+\textcolor{corn}{Cornflower Blue}+ \\
\textcolor{JungleGreen}{JungleGreen} & \verb+\textcolor{JungleGreen}{JungleGreen}+ \\
\textcolor{heig}{HEIG-VD} & \verb+\textcolor{heig}{HEIG-VD}+ \\
\end{tabularx}
\section*{Mise en page}
Options de \emph{geometry}: \emph{a4paper}, \emph{a4paper, landscape}, \emph{a4paper, tight}, \emph{twocolumn}\dots
\begin{lstlisting}
\usepackage[options]{geometry}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage[a4paper,landscape,tight,twocolumn]{geometry}
\end{lstlisting}
\begin{multicols*}{2}
%\includegraphics[height=6cm]{assets/layout.pdf}
\columnbreak
\begin{enumerate}[label=\protect\circled{\arabic*}]
\item 1in + \code?\hoffset?
\item 1in + \code?\voffset?
\item \code?\oddsidemargin?
\item \code?\topmargin?
\item \code?\headheight?
\item \code?\headsep?
\item \code?\textheight?
\item \code?\textwidth?
\item \code?\marginparwidth?
\item \code?\marginparwidth?
\item \code?\footskip?
\end{enumerate}
\end{multicols*}
% \section*{Tiks}
% \begin{tikzpicture}
% \draw[thick,rounded corners=8pt] (0,0) -- (0,2) -- (1,3.25)
% -- (2,2) -- (2,0) -- (0,2) -- (2,2) -- (0,0) -- (2,0);
% \end{tikzpicture}
% \begin{tikzpicture}[domain=0:4]
% \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9);
% \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$};
% \draw[->] (0,-1.2) -- (0,4.2) node[above] {$f(x)$};
% \draw[color=red] plot (\x,\x) node[right] {$f(x) =x$};
% \draw[color=blue] plot (\x,{sin(\x r)}) node[right] {$f(x) = \sin x$};
% \draw[color=orange] plot (\x,{0.05*exp(\x)}) node[right] {$f(x) = \frac{1}{20} \mathrm e^x$};
% \end{tikzpicture}
% \begin{multicols*}{2}
% \resizebox{5cm}{!}{%
% \begin{tikzpicture}[
% mindmap,
% concept color = gray!30,
% every node/.style = {concept},
% grow cyclic,
% level 1/.append style = {
% concept color = gray!20,
% level distance = 4.5cm,
% sibling angle = 120
% },
% level 2/.append style = {
% concept color = gray!10,
% level distance = 3cm,
% sibling angle = 45
% }
% ]
% \node {Our root concept}
% child {node {First idea}
% child {node {Fact 1}}
% child {node {Fact 2}}
% }
% child {node {Second idea}
% }
% child {node {Third idea}
% child {node {Note 1}}
% child {node {Note 2}}
% child {node {Note 3}}
% };
% \end{tikzpicture}
% }
% \columnbreak
% \begin{lstlisting}
% \begin{tikzpicture}[
% mindmap,
% concept color = gray!30,
% every node/.style = {concept},
% grow cyclic,
% level 1/.append style = {
% concept color = gray!20,
% level distance = 4.5cm,
% sibling angle = 120
% },
% level 2/.append style = {
% concept color = gray!10,
% level distance = 3cm,
% sibling angle = 45
% }
% ]
% \node {Our root concept}
% child {node {First idea}
% child {node {Fact 1}}
% child {node {Fact 2}}
% }
% child {node {Third idea}
% child {node {Note 1}}
% child {node {Note 2}}
% child {node {Note 3}}
% };
% \end{tikzpicture}
% \end{lstlisting}
% \end{multicols*}
% \section*{Bibliographie}
\section*{Compteurs}
\begin{lstlisting}
\setlength{parameters}{length}
\usecounter{counter name}
\newcounter{counter name}
\end{lstlisting}
\section*{Code source}
Deux paquets : \emph{listing} ou \emph{minted}.
\begin{lstlisting}
\usepackage{listing}
\lstset{
backgroundcolor=\color{FloralWhite},
basicstyle=\tt, tabsize=2,
language={C++},
aboveskip={0.4\baselineskip},belowskip={0.4\baselineskip},
abovecaptionskip={\baselineskip},
belowcaptionskip={0\baselineskip},
extendedchars=true, breaklines=true,
showtabs=false, showspaces=false, showstringspaces=false,
identifierstyle=\ttfamily, keywordstyle=\color{blue},
commentstyle=\color{green},
stringstyle=\color[rgb]{0.8, 0.1, 0.1},
}
\lstinputlisting{code.cpp} % Inclus un fichier
\begin{lstlisting}...\ end{lstlisting} % Extrait de code
\begin{listing}[h] % Extrait de code avec titre
\inputminted{python}{assets/code.py} % Utilise minted
\caption{Description \label{py:code}}
\end{listing}
\end{lstlisting}
\section*{Références}
\begin{tabular}{p{1.8cm}p{2.2cm}p{2cm}l}
\code!\cite{key}! & Cite une référence & \code!\label{marker}! & Définit un label \\
\code!\ref{marker}! & Référence à un label & \code!\pageref{marker}! & Référence à une page \\
\code!\footnote{text}! & Note de bas de page & \code!\url{heig-vd.ch}! & Hyperlien \\
\end{tabular}
\end{multicols*}
\end{document}