rotate your text using latex

\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,笔记)