答案1
答案2
有很多方法,取决于你想要的用途。以下是使用 Ti 的一种可能性。钾Z。
\documentclass{article}
\usepackage{tikz}
\tikzset{my label/.style={fill=white, align=left, inner sep=2pt, above=3pt, font={\small}}}
\begin{document}
\begin{tikzpicture}[]
\draw[thick] (0,1)node[my label, right=-3pt]{\sffamily TUTORIAL QUESTIONS {\large 3}}
rectangle (10,0)node[my label, left=-3pt]{TUTORIAL III};
\end{tikzpicture}
\end{document}