Skip to content

Commit

Permalink
[ITL-87] Duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyrolski committed Apr 4, 2020
1 parent 8e6c2b3 commit 24d96dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/set/transform.asy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ while (!eof(fin))
{
string s = fin;
label("$\displaystyle " + s + "$", (0,0));
shipout("eq"+string(idx));
shipout("e"+string(idx));
erase();
++idx;
}
}

0 comments on commit 24d96dc

Please sign in to comment.