在 pdfscreen 中,面板中的长目录

在 pdfscreen 中,面板中的长目录

我需要将长目录放在面板中,但它超出了面板空间。我可以自定义目录的字体大小,使标题变小但都适合空间吗?或者,我可以使用两列面板吗?

一个玩具示例如下:

\documentclass[a4paper,11pt]{article}
\usepackage{hyperref}
\usepackage{comment}
\usepackage{truncate}
\usepackage{graphicx}
\usepackage{color}
\usepackage{colortbl}
\usepackage{calc}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage{shortvrb}
\usepackage{fancybox}

\usepackage[screen,panelleft,gray,paneltoc]{pdfscreen}
\margins{.75in}{.75in}{.75in}{.75in}
\screensize{6.25in}{8in}
\begin{document}

\section{Song number 1}
\begin{quote}
This is the song\\
of the 1 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 2}
\begin{quote}
This is the song\\
of the 2 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 3}
\begin{quote}
This is the song\\
of the 3 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 4}
\begin{quote}
This is the song\\
of the 4 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 5}
\begin{quote}
This is the song\\
of the 5 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 6}
\begin{quote}
This is the song\\
of the 6 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 7}
\begin{quote}
This is the song\\
of the 7 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 8}
\begin{quote}
This is the song\\
of the 8 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 9}
\begin{quote}
This is the song\\
of the 9 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 10}
\begin{quote}
This is the song\\
of the 10 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 11}
\begin{quote}
This is the song\\
of the 11 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 12}
\begin{quote}
This is the song\\
of the 12 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 13}
\begin{quote}
This is the song\\
of the 13 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 14}
\begin{quote}
This is the song\\
of the 14 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 15}
\begin{quote}
This is the song\\
of the 15 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 16}
\begin{quote}
This is the song\\
of the 16 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 17}
\begin{quote}
This is the song\\
of the 17 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 18}
\begin{quote}
This is the song\\
of the 18 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 19}
\begin{quote}
This is the song\\
of the 19 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 20}
\begin{quote}
This is the song\\
of the 20 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 21}
\begin{quote}
This is the song\\
of the 21 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 22}
\begin{quote}
This is the song\\
of the 22 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 23}
\begin{quote}
This is the song\\
of the 23 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 24}
\begin{quote}
This is the song\\
of the 24 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 25}
\begin{quote}
This is the song\\
of the 25 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 26}
\begin{quote}
This is the song\\
of the 26 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 27}
\begin{quote}
This is the song\\
of the 27 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 28}
\begin{quote}
This is the song\\
of the 28 little pigs\\
Have you ever seen them?
\end{quote}

\section{Song number 29}
\begin{quote}
This is the song\\
of the 29 little pigs\\
Have you ever seen them?
\end{quote}

\end{document}

然后我让面板中的目录超出屏幕限制。参见屏幕截图。我想要一个可以容纳所有项目的两列目录。你知道这是否可行吗?

截屏

相关内容