\documentclass{article}
\usepackage{graphicx}
\begin{document}
A\rotatebox{90}{B}C
A\rotatebox{270}{B}C
A\rotatebox[origin=c]{270}{B}C
\end{document}

本文介绍了一种使用LaTeX实现文本旋转的方法。通过
otatebox命令,可以轻松调整文本的角度,包括90度、270度等,并且可以指定旋转原点。
\documentclass{article}
\usepackage{graphicx}
\begin{document}
A\rotatebox{90}{B}C
A\rotatebox{270}{B}C
A\rotatebox[origin=c]{270}{B}C
\end{document}


被折叠的 条评论
为什么被折叠?