We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c997ba1 commit 388e206Copy full SHA for 388e206
archive/24-25-2-高等数学A(下)-期中-题图6.tex
@@ -0,0 +1,9 @@
1
+\documentclass{standalone}
2
+\usepackage{preset}
3
+\begin{document}
4
+\begin{tikzpicture}[background rectangle/.style={fill=white},show background rectangle,x=15mm,y=15mm]
5
+ \draw(0,0)node[below]{\(B\)}--(1,0)node[right]{\(C\)}--(1.5,1)node[above]{\(A\)}--cycle;
6
+ \draw(.9,0)--(.9,.3)node[left]{\(P\)}--(.75,.5);
7
+ \draw(.9,.3)--(1.1,.2);
8
+\end{tikzpicture}
9
+\end{document}
0 commit comments