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
|
# tipfr package
# Matthew Bertucci 1/25/2022 for v1.4b
#include:xcolor
# loads the dvipsnames and table options of xcolor
#include:newtxtt
#include:tikz
# loads calc, shapes, arrows, shadows, backgrounds, and babel tikzlibraries
#include:ifthen
#include:xkeyval
#include:mathtools
#include:amssymb
#include:multido
\Touche
\Touche[options%keyvals]
#keyvals:\Touche
style=#function,number,operation,graph,second,alpha,on,enter,arrows
principal=%<text%>
position=%<nombre%>
raise=##L
fontsize=##L
second=%<text%>
alpha=%<text%>
circle#true,false
radius=##L
colour=#%color
color=#%color
thickness=##L
fixed#true,false
xoffset=##L
yoffset=##L
scalearrows=%<nombre%>
arrowtot#true,false
arrowup#true,false
arrowdown#true,false
arrowleft#true,false
arrowright#true,false
name=%<text%>
#endkeyvals
\Menu{nom}
\Menu[option%keyvals]{nom}
#keyvals:\Menu
size=##L
select#true,false
colourbox=#%color
text=%<text%>
#endkeyvals
\Ecran{contenu}
\Ecran[options%keyvals]{contenu}
#keyvals:\Ecran
screencolour=#%color
screencolor=#%color
screenname=%<text%>
width=%<nombre%>
height=%<nombre%>
graphic#true,false
xgrad=%<nombre%>
ygrad=%<nombre%>
nbgradx=%<nombre%>
nbgrady=%<nombre%>
origin={(%<x,y%>)}
plotcolour=#%color
plotcolor=#%color
plotwidth=##L
#endkeyvals
\x#S
\Calculatrice
\Calculatrice[title%text]
\Calculatrice*[options%keyvals]
#keyvals:\Calculatrice*
calcscale=%<nombre%>
calcrotate=%<degrés%>
calcraise=##L
#endkeyvals
\Circonflexe
\Racine
\theLineCommand#*
\theLineResult#*
\DefBool{bool name}#*
\courbe#S
\domain#S
\fileauthor#S
\filedate#S
\fileversion#S
# from the table option of xcolor
#include:colortbl
## double command as workaround for color args to be recognized properly as colors
\rowcolors[commands]{row}{even-row-color}{odd-row-color}
\rowcolors[commands]{row}{color}{color}#S
\rowcolors*[commands]{row}{even-row-color}{odd-row-color}
\rowcolors*[commands]{row}{color}{color}#S
\showrowcolors
\hiderowcolors
\rownum
# from the dvipsnames option of xcolor
Apricot#B
Aquamarine#B
Bittersweet#B
Black#B
Blue#B
BlueGreen#B
BlueViolet#B
BrickRed#B
Brown#B
BurntOrange#B
CadetBlue#B
CarnationPink#B
Cerulean#B
CornflowerBlue#B
Cyan#B
Dandelion#B
DarkOrchid#B
Emerald#B
ForestGreen#B
Fuchsia#B
Goldenrod#B
Gray#B
Green#B
GreenYellow#B
JungleGreen#B
Lavender#B
LimeGreen#B
Magenta#B
Mahogany#B
Maroon#B
Melon#B
MidnightBlue#B
Mulberry#B
NavyBlue#B
OliveGreen#B
Orange#B
OrangeRed#B
Orchid#B
Peach#B
Periwinkle#B
PineGreen#B
Plum#B
ProcessBlue#B
Purple#B
RawSienna#B
Red#B
RedOrange#B
RedViolet#B
Rhodamine#B
RoyalBlue#B
RoyalPurple#B
RubineRed#B
Salmon#B
SeaGreen#B
Sepia#B
SkyBlue#B
SpringGreen#B
Tan#B
TealBlue#B
Thistle#B
Turquoise#B
Violet#B
VioletRed#B
White#B
WildStrawberry#B
Yellow#B
YellowGreen#B
YellowOrange#B
|