here we go
This commit is contained in:
commit
ef50ff2f49
30 changed files with 16645 additions and 0 deletions
19
3_rasta/X_var.typ
Normal file
19
3_rasta/X_var.typ
Normal file
|
@ -0,0 +1,19 @@
|
|||
#import "X_lib.typ": mypercent
|
||||
|
||||
#let NBTOTAL = 62525
|
||||
#let NBTOTALSTRING = NBTOTAL //\num{62525}\xspace}
|
||||
|
||||
#let nbtools = 26
|
||||
#let nbtoolsselected = 20
|
||||
#let nbtoolsselectedvariations = 22
|
||||
#let nbtoolsvariationsrun = 20
|
||||
#let resultunusablenb = 12 //\xspace
|
||||
#let resultunusable = mypercent(resultunusablenb, nbtoolsselectedvariations) // \xspace
|
||||
#let resultratio = mypercent(54.9, 100) // \xspace
|
||||
#let ramlimit = [64 GB] //\xspace
|
||||
|
||||
#let rasta_tool_data = csv(
|
||||
"data/data-final.csv",
|
||||
delimiter: ";",
|
||||
row-type: dictionary,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue