我需要根据问题给出答案。我该怎么办?
如果我有这样的问题的话……
The value of $\sin^2\theta+\cos^2\theta=______________$
我应该怎么做才能让问题本身变得更加清晰呢?
答案1
使用\rule
如下命令:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
The value of $\sin^2\theta+\cos^2\theta=\rule{60pt}{1pt}$
\end{document}
答案2
如果我正确理解了你的问题,你想要获得类似以下内容的内容:
\documentclass{article}
\begin{document}
%The value of $\sin^2\theta+\cos^2\theta=______________$
\noindent
\hbox to\linewidth{The value of $\sin^2\theta+\cos^2\theta=\hrulefill$}
\end{document}
我建议最好在标志...\theta={}\hrulefill...
周围留出更好的空间。=