asymptote-config/lib_jl.asy
2021-10-03 20:14:48 +02:00

29 lines
507 B
Plaintext

usepackage("amsmath,amssymb");
usepackage("inputenc","utf8");
usepackage("icomma");
usepackage("esvect");
usepackage("mathrsfs");
import graph_pi;
import graph3;
import gm_probabilitytree;
import gm_tableaux;
import geometry;
import inequations_cg;
import OG;
import patterns;
real w=linewidth();
marker croix1(pen sColor)
{
return marker(scale(2)*rotate(45)*cross(4), sColor);
}
marker croix2(pen sColor)
{
return marker(scale(2)*cross(4), sColor);
}
add("hachures1",hatch(H=3mm,dir=SE,black));