纺织品商店的预览器有一个抽屉。在我的一台电脑上,它位于左侧;在另一台电脑上,它位于右侧。谁能告诉我如何移动它?
抽屉是概览部分,位于屏幕截图中预览器右侧的红色框内(file.tex
为了完整起见,请参见下文)
\documentclass{article}
\usepackage{hyperref}
\usepackage{hyperref}
\hypersetup{bookmarksnumbered = true}
\begin{document}
\section{Introduction}
\paragraph{Outline}
The remainder of this article is organized as follows.
Section~\ref{previous work} gives account of previous work.
Our new and exciting results are described in Section~\ref{results}.
Finally, Section~\ref{conclusions} gives the conclusions.
\section{Previous work}\label{previous work}
A much longer \LaTeXe{} example was written by \LaTeX
\section{Results}\label{results}
In this section we describe the results.
\section{Conclusions}\label{conclusions}
We worked hard, and achieved very little.
\end{document}
答案1
预览抽屉的位置会根据预览窗口右侧或左侧的空间自动调整,并且会记住其位置,直到该特定侧不再有空间。用说明来解释这一点最容易。从没有显示抽屉的预览窗口开始。
- 移动窗口,使其左边缘与屏幕左边缘对齐。
- 打开抽屉:它将出现在窗口的右侧。
现在,您可以逐步将窗口向右移动,并且每次打开抽屉时,它仍会出现在右侧,直到当你到达没有空间显示抽屉的位置时,它就会翻转到窗口的左侧。