@@ -36,22 +36,22 @@ let ( [ (a, [ (a_x, []) ]); (b, [ (b_x, []); (b_y, [ b_y_u; b_y_p ]) ]) ],
3636 signature ) =
3737 add_in_signature
3838 [
39- ( " $\t ext{\a gent{A}{}}$" ,
39+ ( " $\\ text{\ \ agent{A}{}}$" ,
4040 [
4141 Shape " circle" ;
4242 Width (0.13 *. config.agent_width);
4343 Height (0.16 *. config.agent_width);
4444 ],
45- [ " $\t ext{\s ite{l}{}{}}$" , [ Direction e ], [] ] );
46- ( " $\t ext{\a gent{B}{}}$" ,
45+ [ " $\\ text{\ \ site{l}{}{}}$" , [ Direction e ], [] ] );
46+ ( " $\\ text{\ \ agent{B}{}}$" ,
4747 [
4848 Shape " rectangle" ;
4949 Height (0.24 *. config.agent_height);
5050 Width (0.15 *. config.agent_width);
5151 ],
5252 [
53- " $\t ext{\s ite{r}{}{}}$" , [ Direction w ], [];
54- ( " $\t ext{\s ite{l}{}{}}$" ,
53+ " $\\ text{\ \ site{r}{}{}}$" , [ Direction w ], [];
54+ ( " $\\ text{\ \ site{l}{}{}}$" ,
5555 [ Direction e ],
5656 [ " u" , [ Direction ne ]; " p" , [ Direction ne ] ] );
5757 ] );
@@ -148,15 +148,15 @@ let _ = dump "ref.ladot" graph
148148let [ (a, [ (a_n, [] ); (a_e, [ u; p ]) ]) ], signature =
149149 add_in_signature
150150 [
151- ( " $\t ext{\a gent{A}{}}$" ,
151+ ( " $\\ text{\ \ agent{A}{}}$" ,
152152 [
153153 Shape " circle" ;
154154 Width (0.13 *. config.agent_width);
155155 Height (0.16 *. config.agent_width);
156156 ],
157157 [
158- " $\t ext{\s ite{n}{}{}}$" , [ Direction n ], [];
159- ( " $\t ext{\s ite{n}{}{}}$" ,
158+ " $\\ text{\ \ site{n}{}{}}$" , [ Direction n ], [];
159+ ( " $\\ text{\ \ site{n}{}{}}$" ,
160160 [ Direction e ],
161161 [ " u" , [ Direction ne ]; " p" , [ Direction ne ] ] );
162162 ] );
@@ -198,15 +198,15 @@ let _ = build_rule ~file:"auto.ladot" ~directives:[ Comment "$k$" ] g left right
198198let [ (a, [ (a_x, [] ); (a_y, [] ) ]) ], signature =
199199 add_in_signature
200200 [
201- ( " $\t ext{\a gent{A}{}}$" ,
201+ ( " $\\ text{\ \ agent{A}{}}$" ,
202202 [
203203 Shape " rectangle" ;
204204 Width (0.10 *. config.agent_width);
205205 Height (0.16 *. config.agent_width);
206206 ],
207207 [
208- " $\t ext{\s ite{a}{}{}}$" , [ Direction ne ], [];
209- " $\t ext{\s ite{b}{}{}}$" , [ Direction se ], [];
208+ " $\\ text{\ \ site{a}{}{}}$" , [ Direction ne ], [];
209+ " $\\ text{\ \ site{b}{}{}}$" , [ Direction se ], [];
210210 ] );
211211 ]
212212 (snd (init config))
0 commit comments