gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-05 05:40:23 25 4
gpt4 key购买 nike

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

目前我的代码是这样的:

\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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com