Skip to content

Commit 5c85a2a

Browse files
authored
Bump prefig version to get clipping fix (#932)
* Bump prefig version to get clipping fix * Fix duplicate label warnings
1 parent 56c21a9 commit 5c85a2a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pretext[prefigure] == 2.36.0
2-
prefig >= 0.5.6
2+
prefig >= 0.5.7
33
CodeChat-Server == 0.2.25
44
pelican == 4.11.0
55
markdown == 3.7.0

source/precalculus/source/06-TR/prefigure/TR5-angle2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<circle at="c" center="(0,0)" radius="1" stroke="gray" thickness="1"/>
1212

1313
<angle-marker at="a" points="(p1,(0,0),p2)" alignment="east"><m>\alpha</m></angle-marker>
14-
<angle-marker at="a" points="(p2,(0,0),p3)" alignment="northwest"><m>150^\circ</m></angle-marker>
14+
<angle-marker at="b" points="(p2,(0,0),p3)" alignment="northwest"><m>150^\circ</m></angle-marker>
1515
<vector at="v1" v="p1" stroke="blue" thickness="2"/>
1616
<vector at="v2" v="p2" stroke="blue" thickness="2"/>
1717
<vector at="v3" v="p3" stroke="blue" thickness="2"/>

source/precalculus/source/06-TR/prefigure/TR5-point-unit-circle.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<vector at="v2" v="p2" stroke="blue" thickness="2"/>
1515
<label color="blue" anchor="1/2*p2" alignment="northwest" ><m>r</m></label>
1616
</group>
17-
<vector at="v2" v="p2" stroke="blue" thickness="2"/>
18-
<point at="p" p="p2"><m>(x,y)</m></point>
17+
<point at="p" p="p2"><m>(x,y)</m></point>
1918

2019

2120
</coordinates>

0 commit comments

Comments
 (0)