我正在使用该pdfpages
包在 PDF 图上注释一些文本标签fig.pdf
。我想将文本旋转 90 度,但在文档中找不到任何说明如何执行此操作的内容...有什么想法吗?
\documentclass[14pt]{article}
\usepackage{pdfpages}% http://ctan.org/pkg/pdfpages
\begin{document}
\makeatletter
\huge
\bf
\includepdf[picturecommand={
\put(200,300){\colorbox{white}{(title)}}
}]{fig.pdf}
\makeatother
\end{document}
答案1
\rotatebox{90}{\colorbox{white}{(title)}}