summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/profcollege/latex/PfCCalculatrice.tex
blob: d2a189e29b54ee55a9f8fdff194c9800e4e7a049 (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
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
%%%
% Calculatrice
%%%
%https://tex.stackexchange.com/questions/290321/mimicking-a-calculator-inputs-and-screen
\definecolor{lightorange}{rgb}{0.9,0.4,0}%
\definecolor{lightestorange}{rgb}{1,0.8,0.5}%
\definecolor{darkorange}{rgb}{0.2,0.1,0}%
%
\colorlet{blackened}{black!90!white}%
\colorlet{blackish}{black!70!white}%
\colorlet{greyish}{black!60!white}%
\colorlet{whiteish}{white}%
\colorlet{orangeish}{yellow!90!red}%
\colorlet{greenish}{green!16!gray}%
\colorlet{redish}{red!80!black}%
%
\tcbset{calbackground/.style={%
    enhanced,%
    leftright skip=0.25cm,beforeafter skip=0pt,%
    toptitle=0mm,bottomtitle=0mm,%
    right=2mm,left=2mm,%
    top=1pt,%
    bottom=0.25cm,%
    boxsep=0pt,%
    boxrule=0mm,%
    sharp corners,%
    sidebyside,%
    sidebyside gap=2mm,%
    lefthand ratio=0.6,%
    bicolor,%
    colback=black!10!white,%
    colbacklower=greenish,%
    colframe=white,%
    autoparskip,%
  }}%
%
\newtcbox{\KY}[1][]{%
  enhanced,%
  on line,%
  arc=2pt,outer arc=2pt,%
  boxrule=0pt,bottomrule=0.25mm,rightrule=0.2mm,%
  boxsep=0pt,left=0pt,right=0pt,top=1pt,bottom=1pt,%
  interior style={top color=blackish,bottom color=blackened},%
  colframe=greyish,%
  width=2.5em,%
  tcbox width=forced center,%
  equal height group=K,%
  valign=center,%
  fontupper=\footnotesize\sffamily,%
  coltext=orangeish,%
  before upper=\vrule width 0pt height 2ex depth 1ex\relax,%
}%
%
\newtcbox{\KYm}[1][]{%
  enhanced,%
  on line,%
  arc=2pt,outer arc=2pt,%
  boxrule=0pt,bottomrule=0.25mm,rightrule=0.2mm,%
  boxsep=0pt,left=0pt,right=0pt,top=1pt,bottom=1pt,%
  interior style={top color=blackish,bottom color=blackened},%
  colframe=greyish,%
  width=2.5em,%
  tcbox width=forced center,%
  equal height group=K,%
  valign=center,%
  fontupper=\footnotesize\sffamily,%
  coltext=orangeish,%
  before upper=\vrule width 0pt height 2ex depth 1ex\relax$,%
  after upper=$,%
}%
%
\newtcbox{\KN}{%
  enhanced,%
  on line,%
  arc=2pt,outer arc=2pt,%
  boxrule=0pt,bottomrule=0.25mm,rightrule=0.2mm,%
  boxsep=0pt,left=0pt,right=0pt,top=1pt,bottom=1pt,%
  interior style={top color=blackish,bottom color=blackened},%
  colframe=greyish,%
  width=1.5em,%
  tcbox width=forced center,%
  equal height group=K,%
  valign=center,%
  fontupper=\footnotesize\sffamily,%
  coltext=whiteish,%
  before upper=\vrule width 0pt height 2ex depth 1ex\relax,%
}%
%
\newtcolorbox{calc}[1][]{%
  enhanced,bicolor,%
  boxsep=0pt,%
  boxrule=0pt,%
  top=6pt,bottom=0pt,left=6pt,right=0pt,%
  sharp corners,%
  frame empty,%
  colback=black!10,%
  colbacklower=greenish,%
  sidebyside,%
  sidebyside align=top seam,%
  sidebyside gap=0pt,%
  righthand width=50.7mm,%
  before lower=\begin{tabular}{@{}l@{}},%
  after lower=\end{tabular},%
  overlay={\node[inner sep=0pt, outer sep=0pt, text height=5pt, text
    depth=1pt, text width=50.7mm, fill=greenish, anchor=north
    east, font=\sffamily\tiny\bfseries, align=flush right]
    at (frame.north east) {#1};}%
}%
%
\def\MPCalculatrice#1#2#3{%
  % #1 Calcul %2 r\'eponse
  \ifluatex%
    \mplibnumbersystem{double}%
    \mplibforcehmode%
    \begin{mplibcode}%
      defaultcolormodel := \useKV[ClesCalculatrice]{ModeleCouleur};
      input PfCCalculatrice;
      if defaultcolormodel=7:
      cmykcolor coulprint;
      coulprint=0.2(0,0,0,1);
      fi;
      LargeurEcran:=\useKV[ClesCalculatrice]{Largeur};
      boolean Calcul;
      Calcul=\useKV[ClesCalculatrice]{Calcul};
      print:=\useKV[ClesCalculatrice]{Impression};
      Math:=\useKV[ClesCalculatrice]{Math};
      LCD(#1)(#2)(#3);
    \end{mplibcode}%
    \mplibnumbersystem{scaled}%
  \else%
    \begin{mpost}[mpsettings={input PfCCalculatrice;LargeurEcran:=\useKV[ClesCalculatrice]{Largeur};}]%
      LCD(#1)(#2)(#3);%
    \end{mpost}%
  \fi%
}%
%
\setKVdefault[ClesCalculatrice]{ModeleCouleur=5,Ecran=false,NbLignes=0,BL=0.775,Largeur=120,Calcul=false,Impression=false,Math}%
%
\NewDocumentCommand\Calculatrice{}{%On désactive le ~ qui pose souci avec babel
  \begingroup
  \catcode`\~12
  \Calculatriceaux
}%

\NewDocumentCommand\Calculatriceaux{om}{%
  \endgroup
  \setstackgap{L}{\useKV[ClesCalculatrice]{BL}\baselineskip}%
  \useKVdefault[ClesCalculatrice]%
  \setKV[ClesCalculatrice]{#1}%
  \ifboolKV[ClesCalculatrice]{Ecran}{%
    \ifboolKV[ClesCalculatrice]{Calcul}{%
      \setsepchar[*]{,*§}\reademptyitems%
      \readlist\ListeCalc{#2}%
    }{%
      \setsepchar[*]{,*/}\reademptyitems%
      \readlist\ListeCalc{#2}%
    }%
    \ignoreemptyitems%
    \MPCalculatrice{\ListeCalc[1,1]}{\ListeCalc[1,2]}{\useKV[ClesCalculatrice]{NbLignes}}%
  }{%
    \setsepchar[*]{,*/}\reademptyitems%
    \readlist\ListeCalc{#2}%
    \ignoreemptyitems%
    \foreachitem\compteur\in\ListeCalc{\xintifboolexpr{\listlen\ListeCalc[\compteurcnt]==2}{\Longstack{{\tiny\ListeCalc[\compteurcnt,1]} \KN{\ListeCalc[\compteurcnt,2]}}}{\Longstack{{\tiny\ListeCalc[\compteurcnt,2]} \KY{\ListeCalc[\compteurcnt,3]}}}%
    }%
  }%
  \setstackgap{L}{\baselineskip}%
}%