Figure 11.3.8. contains three arcs. Each starts from the correct location but ends at the wrong place. I've tested this code on my local LaTeX install and it looks right. But the compilation for online viewing AND when the code is compiled within the apex.tex file created by pretext build apex-pdf, the image is incorrect (as seen in the linked figure above).
Each uses the arc syntax of arc (start_angle : end_angle : radius). Somehow the end_angles are not being used correctly, which is odd since the end_angle is sometimes used correctly as another arc's start_angle.
The figure is found in sec_dot_product.ptx starting near line 517.
Is there a tikz or pgfplots option being loaded that may be causing this error?
Figure 11.3.8. contains three arcs. Each starts from the correct location but ends at the wrong place. I've tested this code on my local LaTeX install and it looks right. But the compilation for online viewing AND when the code is compiled within the
apex.texfile created bypretext build apex-pdf, the image is incorrect (as seen in the linked figure above).Each uses the
arcsyntax ofarc (start_angle : end_angle : radius). Somehow theend_angles are not being used correctly, which is odd since theend_angleis sometimes used correctly as another arc'sstart_angle.The figure is found in
sec_dot_product.ptxstarting near line 517.Is there a
tikzorpgfplotsoption being loaded that may be causing this error?