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
|
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % %
% % % Personnaliser les textes % % %
% % % % % %
% % % Pour rappel, la taille normale du texte s'appelle : normalsize % % %
% % % Les tailles plus petites que la normale sont : small, footnotesize, scriptsize et tiny % % %
% % % Les tailles plus grandes que la normale sont : large, Large, LARGE, huge et Huge % % %
% % % % % %
% % % Les couleurs prédéfinies sont les suivantes % % %
% % % black, white, red, green, blue, cyan, magenta, yellow % % %
% % % % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % Personnalisation des textes de mouvement d'acteur % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % % % %
\def\TheatreMvtHt{normalsize}% % % %
\def\TheatreMvtCouleur{blue}% % % %
% % % % % %
% % % % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % Personnalisation des textes des commentaires % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % % % %
\def\TheatreCommentHt{normalsize}% % % %
\def\TheatreCommentCouleur{red}% % % %
% % % % % %
% % % % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % Personnalisation de la présentation des noms des rôles % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % % % %
\setlength{\TheatreEcarterRepliques}{0ex}% écarter les répliques % % %
\setlength{\TheatreEntreNomEtReplique}{0.5ex}% écarter le nom du role et la réplique % % %
\def\TheatreTailleRoleCpte{small}% taille du compteur % % %
\def\TheatreTailleRoleNom{small}% taille du nom du rôle au-dessus de la réplique % % %
\setcounter{TheatreCpteReplique}{1}% initialisation du compteur, on peut l'utiliser dans le texte % % %
% % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
%
%
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % %
% % % C'est ici qu'il faut créer les différents rôles de la pièce % % %
% % % % % %
% % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % %
% % % Structure : \TheatreCreerUnRole{nomcourt}{nomlong}{petitetaille}{grandetaille}{couleur} % % %
% % % ----------------------------------------------------------------------------------------------- % % %
% % % nomcourt : sera utilisé pour créer le nom des macros des rôles, avec % % %
% % % r pour réplique % % %
% % % pt pour petite taille de texte -> donc macro créée \rptnomcourt % % %
% % % gd pour grande taille de texte -> donc macro créée \rgdnomcourt % % %
% % % ----------------------------------------------------------------------------------------------- % % %
% % % nomlong : ce sera ce nom qui sera imprimé au-dessus des répliques % % %
% % % ----------------------------------------------------------------------------------------------- % % %
% % % petitetaille et grandetaille : nécessaire si différents éclairages ou % % %
% % % différentes distances lors de la lecture % % %
% % % à choisir parmi normalsize - large - Large - LARGE - huge - HUGE % % %
% % % % % %
% % % ----------------------------------------------------------------------------------------------- % % %
% % % % % %
% % % couleur : pour personnaliser un rôle, à choisir parmi % % %
% % % black, white, red, green, blue, cyan, magenta, yellow % % %
% % % % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % % % %
% % % À vous de créer vos rôles % % %
% % % % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
% % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % %
%
\TheatreCreerUnRole{flore}{Flore}{normalsize}{LARGE}{black}%
\TheatreCreerUnRole{pan}{Pan}{normalsize}{LARGE}{black}%
\TheatreCreerUnRole{florpan}{Flore et Pan}{normalsize}{LARGE}{black}%
%
\TheatreCreerUnRole{climene}{Climène}{normalsize}{LARGE}{black}%
%
\TheatreCreerUnRole{daphne}{Daphné}{normalsize}{LARGE}{black}%
\TheatreCreerUnRole{climdaph}{Climène et Daphné}{normalsize}{LARGE}{black}%
%
\TheatreCreerUnRole{tircis}{Tircis}{Large}{LARGE}{blue}%
%
\TheatreCreerUnRole{dorilas}{Dorilas}{normalsize}{LARGE}{black}%
\TheatreCreerUnRole{tirdor}{Tircis et Dorilas}{normalsize}{LARGE}{black}%
%
\TheatreCreerUnRole{zephirs}{Deux Zéphirs}{normalsize}{LARGE}{black}%
%
\TheatreCreerUnRole{troupe}{Troupe de bergères et de bergers}{normalsize}{LARGE}{black}%
\TheatreCreerUnRole{tous}{Tous}{normalsize}{LARGE}{black}%
\TheatreCreerUnRole{quatre}{Les quatre amants}{normalsize}{LARGE}{black}%
|