这是什么错误?

这是什么错误?

在此处输入图片描述

\documentclass[10pt]{article}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\pagestyle{empty}
\newcommand{\degre}{\ensuremath{^\circ}}
\begin{document}
\definecolor{qqwuqq}{rgb}{0,0.39,0}
\definecolor{xdxdff}{rgb}{0.49,0.49,1}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
\clip(-5,-1) rectangle (1,5);
\draw[color=qqwuqq,fill=qqwuqq,fill opacity=0.1] (0,0.59) -- (-0.59,0.59) -- (-0.59,0) -- (0,0) -- cycle; 
\draw (0,0)-- (0,4);
\draw (0,4)-- (-3.84,0);
\draw (0,0)-- (-3.84,0);
\draw [shift={(-3.84,0)}] plot[domain=0:0.81,variable=\t]({1*0.97*cos(\t r)+0*0.97*sin(\t r)},{0*0.97*cos(\t r)+1*0.97*sin(\t r)});
\draw (-2.82,1.02) node[anchor=north west] {$$ \theta $$};
\draw (-2.65,2.91) node[anchor=north west] {$$ 85 m $$};
\begin{scriptsize}
\fill [color=xdxdff] (0,0) circle (1.5pt);
\draw[color=xdxdff] (0.34,-0.21) node {$B$};
\fill [color=xdxdff] (0,4) circle (1.5pt);
\draw[color=xdxdff] (0.22,4.36) node {$C$};
\fill [color=xdxdff] (-3.84,0) circle (1.5pt);
\draw[color=xdxdff] (-3.93,-0.29) node {$A$};
\draw[color=qqwuqq] (-0.7,0.85) node {$90\textrm{\degre}$};
\end{scriptsize}
\end{tikzpicture}
\end{document}

相关内容