|
original poster
kuing
posted 2015-2-16 01:45
更无聊一点:- \documentclass{article}
- \usepackage{tikz}
- \usetikzlibrary{arrows.meta}
- \newcommand\px{\mathrel{/\mkern-5mu/}}
- \newcommand\hch{\tikz{\draw[arrows=-{Triangle[angle=90:1pt 3]},rounded corners=1pt] (0.4em,0.55ex)--(0.4em,0)--(0,0);}}
- \let\oldpar\par
- \def\par{\hch\oldpar}
- \begin {document}
- test
- test test
- \$CD\px \alpha\$
- ha ha ...
- \end {document}
Copy the Code 编译结果:
|
|