答案1
由于没有面向领导者的“官方” LaTeX 界面,因此我们需要一些低级编程。
\documentclass{article}
\newcommand{\signaturespace}[2]{%
% #1 = width of the dotted line
% #2 = legend
\begingroup
\renewcommand{\arraystretch}{0}%
\begin{tabular}[t]{cc}
\hspace*{0pt}%
\cleaders\hbox{\kern.1pt.\kern.1pt}\hskip#1\relax
\hspace*{0pt}%
\\[2pt]
\scriptsize#2
\end{tabular}%
\endgroup
}
\begin{document}
\signaturespace{5cm}{(czytelny podpis studenta)}
\end{document}