blob: a8173bde7c2320ba679026ee181b79a5d9d15853 (
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
|
.. -*- mode: rst -*-
.. -*- coding: utf-8 -*-
.. role:: latex(raw)
:format: latex
.. default-role:: latex
.. raw:: latex
% Création d'un nouvel environnement pour créer une boite colorée
\NewEnviron{DUCLASScolorbox}[1]{
\fcolorbox{#1}{#1}{\BODY}
}
\setstretch{2.4}
Titre
=====
`\switchcolumn`
.. container:: colorbox-olive textcolor-white hbox-10cm centering
`\lipsum[3][1-2]`
.. container:: colorbox-purple textcolor-white hbox-15cm centering
`\lipsum[3][3-5]`
`\switchcolumn`
Section
-------
`\lipsum[1]`
|