rotation - 如何用列表旋转脚注?

标签 rotation latex tikz lstlisting

如何旋转包含列表的脚注?

目前我的代码是这样的:

\documentclass[12pt]{article}

\usepackage{listings} %kod programów
\usepackage{graphicx}

\begin{document}
\rotatebox{180}{\footnote{Trzeba zastosować
\begin{minipage}{0.23\textwidth}
        \begin{lstlisting}
            \draw[stealth-]\end{lstlisting}
\end{minipage}}}
\end{document}

素描:

Reversed sketch - example

非常感谢!

最佳答案

你可以像这样旋转脚注的内容:

\documentclass[12pt]{article}

\usepackage{listings} %kod programów
\usepackage{graphicx}
\newsavebox{\LstBox}

\begin{document}

\begin{lrbox}{\LstBox}
\begin{lstlisting}
\draw[stealth-]
\end{lstlisting}
\end{lrbox}

some text\footnote{\rotatebox{180}{Trzeba zastosować {\usebox{\LstBox}}}}


\end{document}

enter image description here

关于rotation - 如何用列表旋转脚注?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72442040/

相关文章:

latex - 如何在 LaTeX 中发出引用的文本内容?

latex - Tikz:节点组的水平居中

三个js中旋转不正确

css - 转换时文本模糊 :rotate in Chrome

c++ - 欧拉旋转应该存储为三个矩阵还是一个矩阵?

javascript - 三.js:全局旋转

r - 在苏门答腊 PDF 阅读器中打开编译的 .rnw 的自定义函数?

r - 更改封面页边距大小

latex - 添加情节 : set default domain

ipython-notebook - Jupyter:如何制作简单的插图