아래 질문과 같은 줄에 페이지 오른쪽에 굵은 글씨로 포인트를 표시하고 싶습니다.
이것이 내가 지금까지 가지고 있는 전부입니다. 방법을 잘 모르겠습니다\renew
\begin{parts}
\part[2]
Expand $5x(3x^4-x^2)$
\fillwithdottedlines{2cm}
\end{parts}
답변1
사용하고 계신 것 같아요exam
\documentclass{exam}
\begin{document}
\pointsinrightmargin
\pointformat{\textbf{\themarginpoints}}
\begin{parts}
\part[2]
Expand $5x(3x^4-x^2)$
\fillwithdottedlines{2cm}
\end{parts}
\end{document}
답변2
이것이 당신에게 필요한 것입니까?
\documentclass{article}
\usepackage{enumerate}
\begin{document}
\begin{enumerate}[(a)]
\item Expand $5x(3x^4-x^2)$ \textbf{\dotfill} 1
\end{enumerate}
\end{document}
답변3
\documentclass{article}
\usepackage{amsmath}
\usepackage{dashrule}
\begin{document}
Expand $5x(3x^4-x^2)$ \\
\par
\hdashrule{15cm}{0.5pt}{0.5pt} \par \
\vspace{0.4cm}
\hdashrule{15cm}{0.5pt}{0.5pt} \par
\vspace{0.4cm}
\hdashrule{15cm}{0.5pt}{0.5pt} \par
\vspace{0.4cm}
\hdashrule{15cm}{0.5pt}{0.5pt} \par
\end{document}