LaTeX kann das. Und noch viel mehr .
Probieren Sie es mit ShareLaTeX aus, es ist kostenlos.
Wenn Sie ein LaTeX-Setup haben, versuchen Sie diesen Code:
\documentclass \usepackage[utf8] \usepackage \title{\specdash} \author{\specdashtwo} \date{\specdashthree} \newcommand{\specdash}[1]{% \tikz[baseline=(todotted.base)]{ \node[inner sep=1pt,outer sep=0pt] (todotted) {#1}; \draw (todotted.south west) -- (todotted.south east); \draw[densely dashed] ([yshift=-2pt]todotted.south west) -- ([yshift=-2pt]todotted.south east); }% }% \newcommand{\specdashtwo}[1]{% \tikz[baseline=(todotted.base)]{ \node[inner sep=1pt,outer sep=0pt] (todotted) {#1}; \draw[loosely dashed] ([yshift=-1pt]todotted.south west) -- ([yshift=-1pt]todotted.south east); \draw ([yshift=-3pt]todotted.south west) -- ([yshift=-3pt]todotted.south east); }% }% \newcommand{\specdashthree}[1]{% \tikz[baseline=(todotted.base)]{ \node[inner sep=1pt,outer sep=0pt] (todotted) {#1}; \draw[dotted] ([yshift=-1pt]todotted.south west) -- ([yshift=-1pt]todotted.south east); \draw[densely dashed] ([yshift=-3pt]todotted.south west) -- ([yshift=-3pt]todotted.south east); }% }% \begin \maketitle \end \documentclass
Hier ist ein Screenshot der Ausgabe des obigen Codes: