diff options
author | Norbert Preining <norbert@preining.info> | 2021-03-01 03:01:22 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-03-01 03:01:22 +0000 |
commit | 3a1a102e980610859d9f1b197733d6ce6a541c62 (patch) | |
tree | f79acc362cf6dde2deff64ffa7bb7bfe1bea2e2c /macros/latex/contrib | |
parent | 189140b53960215eec1626503040fb38360ab4ed (diff) |
CTAN sync 202103010301
Diffstat (limited to 'macros/latex/contrib')
101 files changed, 1321 insertions, 1115 deletions
diff --git a/macros/latex/contrib/easybook/doc/easybook-demo.pdf b/macros/latex/contrib/easybook/doc/easybook-demo.pdf Binary files differindex 67992f6a26..de4a50f6f7 100644 --- a/macros/latex/contrib/easybook/doc/easybook-demo.pdf +++ b/macros/latex/contrib/easybook/doc/easybook-demo.pdf diff --git a/macros/latex/contrib/easybook/doc/easybook-demo.tex b/macros/latex/contrib/easybook/doc/easybook-demo.tex index 9c59b2c7a4..d8e06d9ee1 100644 --- a/macros/latex/contrib/easybook/doc/easybook-demo.tex +++ b/macros/latex/contrib/easybook/doc/easybook-demo.tex @@ -95,7 +95,7 @@ \github~\url{https://github.com/texl3/easybook} \\ \edge~\url{https://latexstudio.net} } -\date{2021/02/27\hskip\ccwd\relax v1.23h} +\date{2021/02/28\hskip\ccwd\relax v1.23i} \frontmatter[roman] \maketitle diff --git a/macros/latex/contrib/easybook/doc/easybook.pdf b/macros/latex/contrib/easybook/doc/easybook.pdf Binary files differindex 6a7da0e2f3..81448f5cd0 100644 --- a/macros/latex/contrib/easybook/doc/easybook.pdf +++ b/macros/latex/contrib/easybook/doc/easybook.pdf diff --git a/macros/latex/contrib/easybook/doc/easybook.tex b/macros/latex/contrib/easybook/doc/easybook.tex index 3cc05243f7..2816153ca0 100644 --- a/macros/latex/contrib/easybook/doc/easybook.tex +++ b/macros/latex/contrib/easybook/doc/easybook.tex @@ -3,7 +3,7 @@ \title{\sffamily easybook书籍文档类} \author{瞿毅} -\date{2021/02/27\hskip\ccwd\relax v1.23h\thanks{\url{https://gitee.com/texl3/easybook}}} +\date{2021/02/28\hskip\ccwd\relax v1.23i\thanks{\url{https://gitee.com/texl3/easybook}}} \begin{document} \maketitle @@ -98,7 +98,7 @@ \tn{frontmatter}\oarg{编号格式|(Roman)} \tn{printindex}\oarg{索引名} \end{syntax} -\changes{v1.23h}{2021/02/20}{重新定义文档结构划分命令。} +\changes{v1.23i}{2021/02/20}{重新定义文档结构划分命令。} \tn{frontmatter} 为前言区命令,章标题不编号,页码可设置为例如 \opt{roman}、\opt{Alph} 等格式,带有星号的命令 \tn{frontmatter*} 不使用 \tn{cleardoublepage}。\tn{mainmatter} 为主文区命令,章标题正常编号且页码为从1开始计数的阿拉伯数字,\tn{mainmatter*} 命令不使用 \tn{cleardoublepage}。\tn{backmatter} 为后记区命令,页码格式与编号保持不变,章标题不编号。\tn{listoffigures} 命令输出图片目录,\tn{listoftables} 命令输出表格目录,\tn{listoflistings} 命令输出代码目录。 \end{function} @@ -132,8 +132,8 @@ uppercase = <(true)|false> \end{syntax} \changes{v1.10}{2021/01/08}{更改颜色实现方式与选项名。} -\changes{v1.23h}{2021/02/02}{noto风格的数学字体独立出来,可自定义设置。} -\changes{v1.23h}{2021/02/09}{增加控制页面横线粗细的选项。} +\changes{v1.23i}{2021/02/02}{noto风格的数学字体独立出来,可自定义设置。} +\changes{v1.23i}{2021/02/09}{增加控制页面横线粗细的选项。} \opt{style} 选项控制文章的风格。 \end{function} @@ -190,7 +190,7 @@ footnote = <(1)> \end{syntax} \changes{v1.21}{2021/01/12}{增加脚注线间的距离选项。} -\changes{v1.23h}{2021/02/09}{取消使用 \pkg{zhlineskip} 宏包设置数学间距。} +\changes{v1.23i}{2021/02/09}{取消使用 \pkg{zhlineskip} 宏包设置数学间距。} 行距因子用于设置各种行距倍数,只能是浮点数,不能带有长度单位。\tn{ctexset} 原有的行距选项\opt{linespread}失效。各行距既可在导言区全局设置也可正文中设置对后面生效,行距的意义为 \end{function} @@ -212,7 +212,7 @@ marginpart = <\tn{rmfamily}\tn{footnotesize}> \end{syntax} \changes{v1.10}{2021/01/08}{加入自定义非正文字体选项。} -\changes{v1.23h}{2021/02/08}{修复使用 \tn{zihao} 命令设置字体失效的问题。} +\changes{v1.23i}{2021/02/08}{修复使用 \tn{zihao} 命令设置字体失效的问题。} \end{function} \begin{optdesc} @@ -233,7 +233,7 @@ \tn{printbibliography}\oarg{选项列表} \end{syntax} \changes{v1.21}{2021/01/11}{增加 \opt{bibset} 选项,可以使用 \hologo{BibTeX} 或 \hologo{biber} 编译参考文献。} -\changes{v1.23h}{2021/02/23}{使用 \opt{bibset} 选项时可设置标注风格。} +\changes{v1.23i}{2021/02/23}{使用 \opt{bibset} 选项时可设置标注风格。} \end{function} \begin{optdesc} @@ -432,7 +432,7 @@ \tn{item} <习题内容> \tn{end}\marg{exercise} \end{syntax} -\changes{v1.23h}{2021/02/08}{增加准确的习题盒子标题目录锚点。} +\changes{v1.23i}{2021/02/08}{增加准确的习题盒子标题目录锚点。} 习题环境 \opt{exercise} 的标题紧接上一节编号并加入目录与页眉,当使用星号环境时不进行编号。三个可选参数中颜色为自定义或 \pkg{xcolor} 包含的颜色名称,正文编号格式与小节 \ref{sort list} 排序列表相同,标题名默认为摘要,参数只能\textbf{从右往左}省略。 \begin{ctexexam} \begin{exercise}[LightYellow][1.][习题] diff --git a/macros/latex/contrib/easybook/doc/pages/chapter1.tex b/macros/latex/contrib/easybook/doc/pages/chapter1.tex index e99f790738..aa0beaed73 100644 --- a/macros/latex/contrib/easybook/doc/pages/chapter1.tex +++ b/macros/latex/contrib/easybook/doc/pages/chapter1.tex @@ -77,12 +77,11 @@ \clearpage \section{列表} \index{l@列表} -\zhlipsum*[42][name = aspirin] \subsection{排序列表} \index{l@列表!p@排序列表} \begin{enumerate} - \item \zhlipsum*[42][name = aspirin] + \item \zhlipsum[41-42][name = aspirin] \begin{enumerate} \item \zhlipsum*[42][name = aspirin] \end{enumerate} diff --git a/macros/latex/contrib/easybook/easybook.cls b/macros/latex/contrib/easybook/easybook.cls index 47a3778ff1..ab8310e6a3 100644 --- a/macros/latex/contrib/easybook/easybook.cls +++ b/macros/latex/contrib/easybook/easybook.cls @@ -9,7 +9,7 @@ %% https://creativecommons.org/licenses/by/4.0/legalcode \NeedsTeXFormat{LaTeX2e} \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/02/27}{1.23h}{} +\ProvidesExplClass{easybook}{2021/02/28}{1.23i}{} \cs_generate_variant:Nn \keys_define:nn {nx} \cs_generate_variant:Nn \int_to_arabic:n {v} diff --git a/macros/latex/contrib/elpres/README.md b/macros/latex/contrib/elpres/README.md index 36b5aa01cc..d2538d778c 100644 --- a/macros/latex/contrib/elpres/README.md +++ b/macros/latex/contrib/elpres/README.md @@ -1,32 +1,76 @@ -Elpres v0.7 2021-02-20 +Elpres v0.8 2021-02-20 -Short description -================= +# Short description -The elpres class is intended to be used for presentations on a screen or +The `elpres` class is intended to be used for presentations on a screen or with a beamer/projector. It is derived from LaTeX’s article class and can be used with with LaTeX, pdfLaTeX and LuaLaTeX. The default "virtual paper size" of presentations generated by this class corresponds to a 4:3 (width:height) aspect ratio. Other aspect ratios for widescreen monitors -(16:9, 16x:0) may be selected. +(16:9, 16x:10) may be selected. -The elpres class requires: ifthen, fancyhdr, hyperref, graphicx, xcolor and -geometry. +The elpres class requires: `ifthen`, `fancyhdr`, `hyperref`, `graphicx`, +`xcolor` and `geometry`. -For enhanced features the packages ragged2e, overlays, wallpaper, eso-pic, -tcolorbox and footmisc are useful. +For enhanced features the packages `ragged2e`, `overlays`, `wallpaper`, +`eso-pic`, `tcolorbox` and `footmisc` are useful. A homepage for the elpres project: http://vkiefel.de/elpres.html with additional material. -Changes in v0.7 -=============== +# Changes in v0.8 -* New command `\pagenrconst` -* Parts of the manual rewritten +* A bug fixed in the `elpres...scheme.sty` files (incorrect value for + `\labelitemiv`) +* Installation instructions in the manual completed +* Detailed installation instructions added to this file (`README.md`). +* Manual: a description of the new commands `\overlaysoff` and `\alertsoff` + of the `overlays` package (introduced in version 2.12 of `overlays`) + included -License -======= + +# Installation + +For a working installation of `elpres.cls` it is required that all of the +following files: + + elpres.cls, + elpresbluelightgrayscheme.sty, + elpresgrayscheme.sty, + elpreswhitebluescheme.sty, + elpreswhiteredscheme.sty, + elpreswhitetealscheme.sty, + ctan-lion.png, + ep-ball-01.png, + ep-ball-02.png, + ep-ball-03.png, + ep-ball-04.png, + ep-ball-05.png, + ep-ball-01.eps, + ep-ball-02.eps, + ep-ball-03.eps, + ep-ball-04.eps, + ep-ball-05.eps + +(in short: `elpres.cls` and all `*.sty`, `*.png` and `*.eps` files) should +be copied into a directory in the `.../tex/...`-branch of a `texmf`-tree +like `../texmf/tex/latex/elpres`, where `texmf` may be `texmf-dist` or +`texmf-local` or an analogous directory. + +The manual and the example file: + + elpres-manual.pdf, + elpres-manual.tex, + elpres-example.pdf, + elpres-example.tex + +should be copied into a directory of the `.../doc/...`-branch of a +`texmf`-tree like `../texmf/doc/latex/elpres`, where `texmf` may be +`texmf-dist` or `texmf-local` or an analogous directory. Finally the file +location database (e.g. `ls-R`) should be updated. More details can be found +in the manual. + +# License This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL). The latest version of this license is diff --git a/macros/latex/contrib/elpres/elpres-example.pdf b/macros/latex/contrib/elpres/doc/elpres-example.pdf Binary files differindex e822d13da0..e822d13da0 100644 --- a/macros/latex/contrib/elpres/elpres-example.pdf +++ b/macros/latex/contrib/elpres/doc/elpres-example.pdf diff --git a/macros/latex/contrib/elpres/elpres-example.tex b/macros/latex/contrib/elpres/doc/elpres-example.tex index fdfd90d18e..fdfd90d18e 100644 --- a/macros/latex/contrib/elpres/elpres-example.tex +++ b/macros/latex/contrib/elpres/doc/elpres-example.tex diff --git a/macros/latex/contrib/elpres/doc/elpres-manual.pdf b/macros/latex/contrib/elpres/doc/elpres-manual.pdf Binary files differnew file mode 100644 index 0000000000..65f8c02150 --- /dev/null +++ b/macros/latex/contrib/elpres/doc/elpres-manual.pdf diff --git a/macros/latex/contrib/elpres/elpres-manual.tex b/macros/latex/contrib/elpres/doc/elpres-manual.tex index 3a5a2d24b0..1e25345afa 100644 --- a/macros/latex/contrib/elpres/elpres-manual.tex +++ b/macros/latex/contrib/elpres/doc/elpres-manual.tex @@ -17,33 +17,16 @@ \usepackage{luaotfload} \usepackage{fontspec} -\setmainfont[% -ItalicFont=NewCM10-BookItalic.otf,% -BoldFont=NewCM10-Bold.otf,% -BoldItalicFont=NewCM10-BoldItalic.otf,% -SmallCapsFeatures={Numbers=OldStyle}]{NewCM10-Book.otf} - -\setsansfont[% -ItalicFont=NewCMSans10-BookOblique.otf,% -BoldFont=NewCMSans10-Bold.otf,% -BoldItalicFont=NewCMSans10-BoldOblique.otf,% -SmallCapsFeatures={Numbers=OldStyle}]{NewCMSans10-Book.otf} - -\setmonofont[ItalicFont=NewCMMono10-BookItalic.otf,% -BoldFont=NewCMMono10-Bold.otf,% -BoldItalicFont=NewCMMono10-BoldOblique.otf,% -SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Book.otf} - \makeindex %% for tth (generate .html): comment out "noitemsep" temporarily !! % Commands for indication changes in updated versions: % changed, inserted -\newcommand{\changedbegin}[1]{\textcolor{blue}{\fbox{\texttt{#1$>$}}}} -\newcommand{\changedend}[1]{\textcolor{blue}{\fbox{\texttt{$<$#1}}}} -\newcommand{\changedbeginA}[1]{\textcolor{DarkGreen}{\fbox{\texttt{#1$>$}}}} -\newcommand{\changedendA}[1]{\textcolor{DarkGreen}{\fbox{\texttt{$<$#1}}}} +% \newcommand{\changedbegin}[1]{\textcolor{blue}{\fbox{\texttt{#1$>$}}}} +% \newcommand{\changedend}[1]{\textcolor{blue}{\fbox{\texttt{$<$#1}}}} +% \newcommand{\changedbeginA}[1]{\textcolor{DarkGreen}{\fbox{\texttt{#1$>$}}}} +% \newcommand{\changedendA}[1]{\textcolor{DarkGreen}{\fbox{\texttt{$<$#1}}}} \usepackage[% @@ -53,11 +36,11 @@ SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Book.otf} \usepackage[nottoc]{tocbibind} -\title{\textsf{elpres} --- electronic presentations \\ with (pdf)\LaTeX} +\title{\textsf{elpres} --- electronic presentations \\ with (pdf/Lua)\LaTeX} \author{Volker Kiefel\thanks{volker dot kiefel at freenet dot de, \url{http://vkiefel.de/elpres.html}}} -\date{v0.7\\[1.8ex] - February 20, 2021% +\date{v0.8\\[1.8ex] + February 28, 2021% % --- \textcolor{DarkGreen}{update of this manual: % September 27, 2020} } @@ -88,6 +71,8 @@ SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Book.otf} \section{Introduction} +\label{sec:Introduction} + The \texttt{elpres} class is intended to be used for presentations on a computer screen, a beamer or a projector. It is derived from \LaTeX's \texttt{article} class and @@ -136,18 +121,23 @@ which should preferrably be compiled with pdf\LaTeX\ or Lua\LaTeX. \begin{sloppypar} -\index{installation|(} -If the \texttt{elpres} package has already been installed with the \TeX-system -nothing needs to be done. If an updated version shall be installed, -\texttt{elpres.cls}, the \texttt{.sty}, \texttt{.png} and \texttt{.eps} -files should be copied -into a directory, where your \TeX-system can find it: -if an old \texttt{elpres} version of the existing \TeX\ system shall be -replaced by the current version, please copy these -into the appropriate position in the -``local'' \texttt{texmf} directory tree -(e.\,g. \verb+~/texmf-local/tex/latex/elpres+) and this manual -(\texttt{elpres-manual.pdf}) to \verb+~/texmf-local/doc/latex/elpres+. + \index{installation|(} + If the \texttt{elpres} package has already been + installed with the \TeX-system nothing needs to be done. If an updated + version shall be installed (or if the preinstalled \texttt{elpres} version + does not work properly\footnote{for details see the description on checking the + \texttt{elpres}-installation in section + \ref{sec:CheckInstallation}}), + \texttt{elpres.cls}, all \texttt{*.sty}, + \texttt{*.png} and \texttt{*.eps} files should be copied into a directory, + where the \TeX-system can find it: if an old \texttt{elpres} version of the + existing \TeX\ system shall be replaced by the current version, please copy + these into the appropriate position in the ``local'' \texttt{texmf} + directory tree (e.\,g. \verb+~/texmf/tex/latex/elpres+) and this manual + (\texttt{elpres-manual.pdf}) to \verb+~/texmf/doc/latex/elpres+, where + \texttt{~/texmf} may be \texttt{~/texmf-local} or an + analogous directory. + Then, the files database should be updated by entering (in case of a \TeX~Live installation) the command: @@ -160,7 +150,7 @@ installation) the command: or you may enter \verb+texhash ~/texmf-local+\footnote{The location for the ``local'', manually updated class and package files may be different, depending on the \TeX\ system and the OS.}. -Other \TeX-systems e.\,g.\ Mik\TeX\ have +Other \TeX-systems e.\,g.\ MiK\TeX\ have their own package updating mechanisms. The elpres manual file should be accessible with the command ``\mbox{\texttt{texdoc elpres}}''. If this still calls the old version of the manual, the command ``\texttt{texdoc -l elpres}'' @@ -216,8 +206,10 @@ the environments \texttt{psli} and \texttt{rsli} define ``slides'' in \subsection{A minimalistic example presentation} +\label{sec:MiniExample} -The following code may be used for your first ``experiments'' by adding +The following code (\texttt{minimal.tex}) +may be used for your first ``experiments'' by adding features described in later sections. \index{minimalistic example, presentation} @@ -269,6 +261,8 @@ features described in later sections. \end{verbatim} + + The preamble of the same presentation for Lua\LaTeX\ would read: \begin{verbatim} @@ -300,6 +294,30 @@ You may copy the code examples from this manual more easily from the \texttt{.html} version of this manual available at \url{http://vkiefel.de/elpres/elpres-manual.html}. +\subsubsection*{Testing of the \texttt{elpres} installation} + +\label{sec:CheckInstallation} + +\begin{sloppypar} +With this example you may check, if \texttt{elpres} has been installed +correctly in your \TeX -system: copy the listing of \texttt{minimal.tex} into +a file and process it with \texttt{pdflatex}. The line +\verb+\usepackage{elpreswhitetealscheme}+ should not be commented out, +i.\,e. the package \texttt{elpreswhitetealscheme} should be active. +If processing of \texttt{minimal.tex} results in a message like +\end{sloppypar} + +\begin{verbatim} + ... `ep-ball-04' not found ... +\end{verbatim} + +the \TeX -system does not find the file \texttt{ep-ball-04.png} in the +appropriate place. In such a situation it is recommended to install the +current version of \texttt{elpres} in the correct subdirectories of +the ``local'' \texttt{texmf}-directory, details are described in section +\ref{sec:installation}. + + \subsection{Essential elements of an \texttt{elpres} presentation} @@ -1214,11 +1232,21 @@ Sometimes, it is desirable to generate a version of such a presentation without overlays effects, for example for preparation of a printed handout (see section \ref{secHandout}). The effect of these overlay-specific instuctions can be -inactivated with this series of commands: +inactivated with these commands: \end{sloppypar} \begin{verbatim} + \overlaysoff + \alertsoff +\end{verbatim} + +which should be written into the preamble following +\verb+\usepackage{overlays}+. This works with v2.12 (and probably later +versions) of \texttt{overlays}. With earlier versions you may copy the +commands + +\begin{verbatim} \renewenvironment{overlays}[1]{}{}% \renewenvironment{fragileoverlays}[1]{}{}% \renewcommand{\visible}[2]{#2}% @@ -1226,9 +1254,10 @@ inactivated with this series of commands: \renewcommand{\alert}[2]{#2}% \end{verbatim} -which should be copied or entered in the preamble following -\verb+\usepackage{overlays}+. - +into the preamble following \verb+\usepackage{overlays}+, however, +inactivation of \verb+\only+ by this method +has a different effect, so it is recommended to +update the \texttt{overlays} package. \subsection{Convert an \texttt{elpres}-presentation (PDF) into an Impress (LibreOffice) or Powerpoint presentation} \label{sec:convert-into-libreoff} @@ -1347,54 +1376,47 @@ work (as stated in the LPPL). \section{Version history} -\textbf{v0.1} (19.6.2004): initial version. -\textbf{v0.2} (1.9.2004): page numbers now changed to footnotesize, left and -right margins slightly changed, \texttt{cenumerate} and -\texttt{cdescription} environments added. +\textbf{v0.1} (19.6.2004): initial version. \textbf{v0.2} (1.9.2004): page +numbers now changed to footnotesize, left and right margins slightly changed, +\texttt{cenumerate} and \texttt{cdescription} environments added. \textbf{v0.2a} (19.9.2004): Section ``License'' added to the documentation. \textbf{v0.2b} (17.10.2004): Documentation completed: description of the -\verb+\distance{}+ command included. -\textbf{v0.2c} (28.11.2004): Documentation completed (section -\ref{secHypertext} -added). -\textbf{v0.2d} (25.12.2004): Documentation completed (section -\ref{secBackgroundWallpaper} added). -\textbf{v0.2e} (15.04.2005): Documentation completed (sections -\ref{secBackgroundEsopic} and \ref{secHandout} added). -\textbf{v0.3} (12.08.2005): new (class) options for font selection: -\texttt{tmrfont} (Times Roman), \texttt{helvetfont} (Helvetica), -\texttt{cmfont} (Computer Modern), \texttt{sansfont} (Sans Serif: default). -Documentation updated, sections \ref{secInclGraphicsFiles} and -\ref{secTwoColumns} added. -\textbf{v0.4} (20.01.2018): New class options for different screen aspect -ratios \texttt{4x3}, \texttt{16x9}, \texttt{16x10}; ``compressed'' list -environments modified; documentation completed: -packages for use with \texttt{elpres}: \texttt{enumitem} (alternative list -environments), \texttt{overlays} (overlay support: incremental slides); -section \ref{secHandout} was completely rewritten. -\textbf{v0.4a} (24.01.2018): Documentation completed. -\textbf{v0.5} (12.07.2020): New class options: \texttt{nofonts} -(no font selection) and \texttt{navisymb} (inserts a panel of -symbols for navigation), new commands: \verb+auvimm+ (generates -a link to external audio, video files), \verb+\fromlinktext+ and -\verb+\totargettext+ (create links within a presentation). -Documentation has been partly rewritten. -\textbf{v0.6} (19.08.2020): -Access to the \texttt{fancyhdr} ``header fields'' (\verb+\lhead{}+, -\verb+\chead{}+ and \verb+\rhead{}+) is now explicitly blocked. -New command \verb+\slidetitlecolor{}+ for the text color of titles in -\texttt{psli}-slides. -New: style files for presentation schemes added. -Documentation has been significantly -completed: sections \ref{sec:footerlayout}, -\ref{sec:use-colors}, \ref{sec:pres-scheme} and \ref{sec:elpres-recipes} added, -section \ref{sec:installation} on installation rewritten. -\textbf{v0.7} (20.02.2021): -parts of the manual (this file) have been rewritten and an index -has been included. The command \verb+\pagenrconst+ has been added. +\verb+\distance{}+ command included. \textbf{v0.2c} (28.11.2004): +Documentation completed (section \ref{secHypertext} added). \textbf{v0.2d} +(25.12.2004): Documentation completed (section \ref{secBackgroundWallpaper} +added). \textbf{v0.2e} (15.04.2005): Documentation completed (sections +\ref{secBackgroundEsopic} and \ref{secHandout} added). \textbf{v0.3} +(12.08.2005): new (class) options for font selection: \texttt{tmrfont} (Times +Roman), \texttt{helvetfont} (Helvetica), \texttt{cmfont} (Computer Modern), +\texttt{sansfont} (Sans Serif: default). Documentation updated, sections +\ref{secInclGraphicsFiles} and \ref{secTwoColumns} added. \textbf{v0.4} +(20.01.2018): New class options for different screen aspect ratios +\texttt{4x3}, \texttt{16x9}, \texttt{16x10}; ``compressed'' list environments +modified; documentation completed: packages for use with \texttt{elpres}: +\texttt{enumitem} (alternative list environments), \texttt{overlays} (overlay +support: incremental slides); section \ref{secHandout} was completely +rewritten. \textbf{v0.4a} (24.01.2018): Documentation completed. +\textbf{v0.5} (12.07.2020): New class options: \texttt{nofonts} (no font +selection) and \texttt{navisymb} (inserts a panel of symbols for navigation), +new commands: \verb+auvimm+ (generates a link to external audio, video files), +\verb+\fromlinktext+ and \verb+\totargettext+ (create links within a +presentation). Documentation has been partly rewritten. \textbf{v0.6} +(19.08.2020): Access to the \texttt{fancyhdr} ``header fields'' +(\verb+\lhead{}+, \verb+\chead{}+ and \verb+\rhead{}+) is now explicitly +blocked. New command \verb+\slidetitlecolor{}+ for the text color of titles +in \texttt{psli}-slides. New: style files for presentation schemes added. +Documentation has been significantly completed: sections +\ref{sec:footerlayout}, \ref{sec:use-colors}, \ref{sec:pres-scheme} and +\ref{sec:elpres-recipes} added, section \ref{sec:installation} on installation +rewritten. \textbf{v0.7} (20.02.2021): parts of the manual (this file) have +been rewritten and an index has been included. The command \verb+\pagenrconst+ +has been added. \textbf{v0.8} (28.02.2021): Installation instructions have +been updated in section \ref{sec:Introduction} and detailed instructions were +added to \texttt{README.md}. Section \ref{sec:inact-overl-comm} was updated. A +bug in the \texttt{elpres...scheme.sty} files was fixed (incorrect value for +\verb+\labelitemiv+). \printindex \end{document} - diff --git a/macros/latex/contrib/elpres/elpres-manual.pdf b/macros/latex/contrib/elpres/elpres-manual.pdf Binary files differdeleted file mode 100644 index 51859b5301..0000000000 --- a/macros/latex/contrib/elpres/elpres-manual.pdf +++ /dev/null diff --git a/macros/latex/contrib/elpres/ctan-lion.png b/macros/latex/contrib/elpres/tex/ctan-lion.png Binary files differindex c24d9a98f2..c24d9a98f2 100644 --- a/macros/latex/contrib/elpres/ctan-lion.png +++ b/macros/latex/contrib/elpres/tex/ctan-lion.png diff --git a/macros/latex/contrib/elpres/elpres.cls b/macros/latex/contrib/elpres/tex/elpres.cls index 4775670f9f..29f9df9a88 100644 --- a/macros/latex/contrib/elpres/elpres.cls +++ b/macros/latex/contrib/elpres/tex/elpres.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{elpres}[2021/02/20 class for plain electronic presentations] +\ProvidesClass{elpres}[2021/02/28 class for plain electronic presentations] % % 2004/06/19 v0.1 - initial version % @@ -30,7 +30,9 @@ % 2021/02/20 v0.7 - command `pagenrconst' added, parts of the documentation % (manual) rewritten % - +% 2021/02/28 v0.8 - bug in elpres...scheme.sty files fixed, manual updated +% +% % Options: select fonts \newcommand{\fontna}{initialisiert} \DeclareOption{nofonts}{% @@ -221,8 +223,9 @@ \newcommand{\pagenrconst}{\addtocounter{page}{-1}} -%% (External): Default colors for defined slide elements, the are modified in -%% style files -- these color names may be used by authors of presentations +%% (External): Default colors for defined slide elements, they are modified in +%% style files -- these color names may be used externally by authors of +%% presentations % (External): normal text color \definecolor{eptextcolor}{rgb}{0,0,0} diff --git a/macros/latex/contrib/elpres/elpresbluelightgrayscheme.sty b/macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty index fe2353df14..719bcbd676 100644 --- a/macros/latex/contrib/elpres/elpresbluelightgrayscheme.sty +++ b/macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty @@ -32,7 +32,7 @@ \renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-01}} \renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-01}} \renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-01}} -\renewcommand{\labelitemiii}{\includegraphics[scale=0.045]{ep-ball-01}} +\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-01}} \renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}} \renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}} diff --git a/macros/latex/contrib/elpres/elpresgrayscheme.sty b/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty index af5bd77766..a33c41a7ab 100644 --- a/macros/latex/contrib/elpres/elpresgrayscheme.sty +++ b/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty @@ -32,7 +32,7 @@ \renewcommand{\labelitemi}{\includegraphics[scale=0.065]{ep-ball-03}} \renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-03}} \renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-03}} -\renewcommand{\labelitemiii}{\includegraphics[scale=0.045]{ep-ball-03}} +\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-03}} \renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}} \renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}} diff --git a/macros/latex/contrib/elpres/elpreswhitebluescheme.sty b/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty index 9879923cc9..06449fd3d5 100644 --- a/macros/latex/contrib/elpres/elpreswhitebluescheme.sty +++ b/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty @@ -32,7 +32,7 @@ \renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-05}} \renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-05}} \renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-05}} -\renewcommand{\labelitemiii}{\includegraphics[scale=0.045]{ep-ball-05}} +\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-05}} \renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}} \renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}} diff --git a/macros/latex/contrib/elpres/elpreswhiteredscheme.sty b/macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty index 911873b1f7..1c7255e668 100644 --- a/macros/latex/contrib/elpres/elpreswhiteredscheme.sty +++ b/macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty @@ -32,7 +32,7 @@ \renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-02}} \renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-02}} \renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-02}} -\renewcommand{\labelitemiii}{\includegraphics[scale=0.045]{ep-ball-02}} +\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-02}} \renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}} \renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}} diff --git a/macros/latex/contrib/elpres/elpreswhitetealscheme.sty b/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty index 833426a25f..ff71fb1935 100644 --- a/macros/latex/contrib/elpres/elpreswhitetealscheme.sty +++ b/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty @@ -32,7 +32,7 @@ \renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-04}} \renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-04}} \renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-04}} -\renewcommand{\labelitemiii}{\includegraphics[scale=0.045]{ep-ball-04}} +\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-04}} \renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}} \renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}} diff --git a/macros/latex/contrib/elpres/ep-ball-01.eps b/macros/latex/contrib/elpres/tex/ep-ball-01.eps index 470e60d831..470e60d831 100644 --- a/macros/latex/contrib/elpres/ep-ball-01.eps +++ b/macros/latex/contrib/elpres/tex/ep-ball-01.eps diff --git a/macros/latex/contrib/elpres/ep-ball-01.png b/macros/latex/contrib/elpres/tex/ep-ball-01.png Binary files differindex a5d924cc66..a5d924cc66 100644 --- a/macros/latex/contrib/elpres/ep-ball-01.png +++ b/macros/latex/contrib/elpres/tex/ep-ball-01.png diff --git a/macros/latex/contrib/elpres/ep-ball-02.eps b/macros/latex/contrib/elpres/tex/ep-ball-02.eps index 4e303e38fa..4e303e38fa 100644 --- a/macros/latex/contrib/elpres/ep-ball-02.eps +++ b/macros/latex/contrib/elpres/tex/ep-ball-02.eps diff --git a/macros/latex/contrib/elpres/ep-ball-02.png b/macros/latex/contrib/elpres/tex/ep-ball-02.png Binary files differindex 12eb6d5d29..12eb6d5d29 100644 --- a/macros/latex/contrib/elpres/ep-ball-02.png +++ b/macros/latex/contrib/elpres/tex/ep-ball-02.png diff --git a/macros/latex/contrib/elpres/ep-ball-03.eps b/macros/latex/contrib/elpres/tex/ep-ball-03.eps index 1ef7966faf..1ef7966faf 100644 --- a/macros/latex/contrib/elpres/ep-ball-03.eps +++ b/macros/latex/contrib/elpres/tex/ep-ball-03.eps diff --git a/macros/latex/contrib/elpres/ep-ball-03.png b/macros/latex/contrib/elpres/tex/ep-ball-03.png Binary files differindex eaa48a44d2..eaa48a44d2 100644 --- a/macros/latex/contrib/elpres/ep-ball-03.png +++ b/macros/latex/contrib/elpres/tex/ep-ball-03.png diff --git a/macros/latex/contrib/elpres/ep-ball-04.eps b/macros/latex/contrib/elpres/tex/ep-ball-04.eps index 1ce6d1746e..1ce6d1746e 100644 --- a/macros/latex/contrib/elpres/ep-ball-04.eps +++ b/macros/latex/contrib/elpres/tex/ep-ball-04.eps diff --git a/macros/latex/contrib/elpres/ep-ball-04.png b/macros/latex/contrib/elpres/tex/ep-ball-04.png Binary files differindex aa523a121e..aa523a121e 100644 --- a/macros/latex/contrib/elpres/ep-ball-04.png +++ b/macros/latex/contrib/elpres/tex/ep-ball-04.png diff --git a/macros/latex/contrib/elpres/ep-ball-05.eps b/macros/latex/contrib/elpres/tex/ep-ball-05.eps index f2a90d8e30..f2a90d8e30 100644 --- a/macros/latex/contrib/elpres/ep-ball-05.eps +++ b/macros/latex/contrib/elpres/tex/ep-ball-05.eps diff --git a/macros/latex/contrib/elpres/ep-ball-05.png b/macros/latex/contrib/elpres/tex/ep-ball-05.png Binary files differindex e499046da7..e499046da7 100644 --- a/macros/latex/contrib/elpres/ep-ball-05.png +++ b/macros/latex/contrib/elpres/tex/ep-ball-05.png diff --git a/macros/latex/contrib/exam/README b/macros/latex/contrib/exam/README index 01b54c4184..c640150cd6 100644 --- a/macros/latex/contrib/exam/README +++ b/macros/latex/contrib/exam/README @@ -1,5 +1,5 @@ -This is version 2.603 of the exam document class, dated December 17, -2017. +This is version 2.7 of the exam document class, dated February 26, +2021. The exam document class, together with its user's guide examdoc.tex, attempts to make it easy for even a LaTeX novice to prepare exams. diff --git a/macros/latex/contrib/exam/exam.cls b/macros/latex/contrib/exam/exam.cls index cc587b3d65..ae851ef203 100644 --- a/macros/latex/contrib/exam/exam.cls +++ b/macros/latex/contrib/exam/exam.cls @@ -4,7 +4,7 @@ %% exam.cls %% Copyright (c) 1994, 1997, 2000, 2004, 2008, 2011, -%% 2015, 2017 Philip S. Hirschhorn +%% 2015, 2017, 2021 Philip S. Hirschhorn % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -32,8 +32,8 @@ % from my web page: http://www-math.mit.edu/~psh/ -\def\fileversion{2.603} -\def\filedate{2017/12/17} +\def\fileversion{2.7} +\def\filedate{2021/02/26} %--------------------------------------------------------------------- %--------------------------------------------------------------------- % @@ -86,6 +86,46 @@ % Changelog since version 2.4: %-------------------------------------------------------------------- +% Version 2.7, 2021/02/26 + +% No longer betatest. + +%-------------------------------------------------------------------- +% Version 2.607$\beta$, 2019/07/21 + +% We fixed a bug, apparently introduced in version 2.602, that affected +% vertical point tables (both regular and bonus, but not combined), +% shifting the total points in the table towards the right of the cell, +% rather than having the total points centered. The fix was to delete +% an \hspace*{\fill} that had no business being there. + +% -------------------------------------------------------------------- +% Version 2.606$\beta$, 2019/02/17 + +% We introduced a new command, \unstarredvspace, that changes the +% solution environment so that, when solutions are not being printed, +% any optional space called for is inserted with \vspace{amount}, +% instead of \vspace*{amount}. There is also a new command +% \nounstarredvpsace that reverts to the default. + +%-------------------------------------------------------------------- +% Version 2.605$\beta$, 2018/08/22 + +% We corrected the bug introduced in Version 2.604$\beta$ that caused a +% \ref to a \correctchoice in a choices environment to have the wrong +% value. The correction was to change \stepcounter to \refstepcounter. + +%-------------------------------------------------------------------- +% Version 2.604$\beta$, 2018/05/14 + +% We changed the code for the \correctchoice command in the checkboxes +% environment to correct a bug that causes the item label for the second +% item to appear in the wrong place when the first item is a +% \correctchoice and there's no text in between the \begin{checkboxes} +% and the \correctchoice. We made a similar change to the choices +% environment, which had the same problem. + +%-------------------------------------------------------------------- % Version 2.603, 2017/12/15 % No longer betatest. @@ -4140,11 +4180,26 @@ % Motivated by the def of \leavevmode, % \def\leavevmode{\unhbox\voidb@x} % we will now leave hmode (if we're in hmode): + % 2018/05/13: We move the \item command to before the + % \begingroup and we also put + % \CorrectChoice@Emphasis\choicelabel (along with grouping) + % into the argument of the \item. We did this to correct + % the bug that appears when there is no text in between + % the \begin{choices} and the first item and that first + % item is a \correctchoice. The fact that a group had been + % begun before the first \item caused the label for the + % second item to appear in the position of the label for + % the item following that second item. \ifhmode \unskip\unskip\unvbox\voidb@x \fi + % 2018/08/22: We changed \stepcounter to \refstepcounter: + \refstepcounter{choice}% + \item[{\color@begingroup \CorrectChoice@Emphasis + \choicelabel \color@endgroup}]% \begingroup \color@begingroup \@correctchoicetrue \CorrectChoice@Emphasis + \else + \item \fi - \item \do@choice@pageinfo } % CorrectChoice \let\correctchoice\CorrectChoice @@ -4237,10 +4292,20 @@ % Motivated by the def of \leavevmode, % \def\leavevmode{\unhbox\voidb@x} % we will now leave hmode (if we're in hmode): + % 2018/05/13: We move the \item[\checked@char] to before + % the \begingroup and we also put \CorrectChoice@Emphasis + % (along with grouping) into the argument of the \item. We + % did this to correct the bug that appears when there is no + % text in between the \begin{checkboxes} and the first item + % and that first item is a \correctchoice. The fact that a + % group had been begun before the first \item caused the + % label for the second item to appear in the position of + % the label for the item following that second item. \ifhmode \unskip\unskip\unvbox\voidb@x \fi + \item[{\color@begingroup\CorrectChoice@Emphasis\checked@char + \color@endgroup}]% \begingroup \color@begingroup \@correctchoicetrue \CorrectChoice@Emphasis - \item[\checked@char] \else \item \fi @@ -7176,7 +7241,6 @@ \hidden@ampersand \hbox to \@cellwidth{\hfill}% \else - \hspace*{\fill}% \if@bonus \prt@tablebonuspoints \else @@ -7547,6 +7611,17 @@ \def\cancelspace{\cancelspacetrue} \def\nocancelspace{\cancelspacefalse} +% The command \unstarredvspace alters the solution environment so +% that, when solutions are not being printed, any optional space will +% be inserted with a \vspace{} command, instead of a \vspace*{} +% command. + +\newif\if@unstarredvspace +\def\unstarredvspace{\@unstarredvspacetrue} +\def\nounstarredvspace{\@unstarredvspacefalse} +\nounstarredvspace + + % \if@insolution will be true while we're inside of any of the % solution environments. This is used to supress \PgInfo@write and % \label commands generated if there's a parts (or subparts, or @@ -7579,7 +7654,11 @@ \else \par \penalty 0 - \vspace*{#1}% + \if@unstarredvspace + \vspace{#1}% + \else + \vspace*{#1}% + \fi \fi \setbox\z@\vbox\bgroup \fi diff --git a/macros/latex/contrib/exam/exam.md5 b/macros/latex/contrib/exam/exam.md5 index 38fd1b65a1..6dbd2d391e 100644 --- a/macros/latex/contrib/exam/exam.md5 +++ b/macros/latex/contrib/exam/exam.md5 @@ -1,3 +1,3 @@ -08a9755a8f51d31edf6b4124c9b710f9 exam.cls -a9273b3443c367000e4a71b572c58a62 examdoc.pdf -a9a481f4f36ec3dbf90ffe63f57ce803 examdoc.tex +b210b790c86d89aeccb508074bd001ae exam.cls +c9c5a6648a0a34ff32595455124eec6c examdoc.tex +6de4faf2e619d56b8516369800d8a04a examdoc.pdf diff --git a/macros/latex/contrib/exam/examdoc.pdf b/macros/latex/contrib/exam/examdoc.pdf Binary files differindex 9386d25eac..fcf3b7f84b 100644 --- a/macros/latex/contrib/exam/examdoc.pdf +++ b/macros/latex/contrib/exam/examdoc.pdf diff --git a/macros/latex/contrib/exam/examdoc.tex b/macros/latex/contrib/exam/examdoc.tex index cbcfb377a5..579d551ae6 100644 --- a/macros/latex/contrib/exam/examdoc.tex +++ b/macros/latex/contrib/exam/examdoc.tex @@ -8,7 +8,7 @@ % The exam documentclass itself is in the file exam.cls. -%%% Copyright (c) 1997, 2000, 2004, 2008, 2011, 2015, 2017 +%%% Copyright (c) 1997, 2000, 2004, 2008, 2011, 2015, 2017, 2021 % Philip S. Hirschhorn % % This work may be distributed and/or modified under the @@ -47,11 +47,13 @@ % In case we're not using hyperref.sty: \providecommand{\texorpdfstring}[2]{#1} % The following can be used in \section commands -% without generating pdf warnings: +% to print a backslash (which will be omitted from the +% pdf string) without generating pdf warnings. +% Usage: \texttt{\bs documentclass} \newcommand{\bs}{\texorpdfstring{\char`\\}{}} -\newcommand{\docversion}{2.6} -\newcommand{\docdate}{November 5, 2017} +\newcommand{\docversion}{2.7} +\newcommand{\docdate}{February 26, 2021} %\newcommand{\docdate}{Draft: \today} %-------------------------------------------------------------------- @@ -129,7 +131,8 @@ Wellesley College\\ Wellesley, MA 02481\\ psh@math.mit.edu\\[\bigskipamount] - Copyright \copyright~1994, 1997, 2000, 2004, 2008, 2011, 2015, 2017\\ + Copyright \copyright~1994, 1997, 2000, 2004, 2008, 2011, 2015, 2017, + 2021\\ Philip Hirschhorn\\ All rights reserved} @@ -4868,9 +4871,12 @@ The six environments for solutions are divided into two types. \index{solution environment@\texttt{solution} environment!optional argument} % \begin{itemize} - \item the \verb"solution" enviroment inserts that amount of blank + \item the \verb"solution" environment inserts that amount of blank space, as if you had given a \verb"\vspace*"\indc{vspace*} command - (see section~\ref{sec:BlankSpace}), + (or, if you've given the command + \verb"\unstarredvspace"\indc{unstarredvspace}, as if you had given + a \verb"\vspace"\indc{vspace} command) (see + section~\ref{sec:BlankSpace}), \item the \verb"solutionorbox" environment inserts an empty box of that height, as if you had given a \verb"\makeemptybox"\indc{makeemptybox} command (see @@ -4890,6 +4896,15 @@ The six environments for solutions are divided into two types. \end{itemize} \end{itemize} +Note that there are two commands that affect the space inserted by the +optional argument to a \verb"solution" environment: The command +\verb"\unstarredvspace"\indc{unstarredvspace} causes any space +inserted by an optional argument to the \verb"solution" environment to +be inserted using a \verb"\vspace" command, instead of the +\verb"\vspace*" command. You can return to having such space inserted +using a \verb"\vspace*" command by giving the command +\verb"\nounstarredvspace"\indc{nounstarredvspace}. + You can use a parts, subparts, or subsubparts environment inside any of the solution environments without having their points (if any) counted as actual points on the exam. If there are points assigned to @@ -5295,7 +5310,9 @@ Each of the \texttt{solution}, \texttt{solutionorbox}, \index{solution environment@\texttt{solution} environment!optional argument} % environment this is an amount of blank space to be left (just as if - you had used a \verb"\vspace*"\indc{vspace*} command; see + you had used a \verb"\vspace*"\indc{vspace*} command (or, if you've + given the command \verb"\unstarredvspace"\indc{unstarredvspace}, as + if you had given a \verb"\vspace"\indc{vspace} command); see section~\ref{sec:BlankSpace}) when solutions are not being printed, \item in a % @@ -8768,3 +8785,8 @@ correct. %-------------------------------------------------------------------- %-------------------------------------------------------------------- %-------------------------------------------------------------------- + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/macros/latex/contrib/hyperref/ChangeLog.txt b/macros/latex/contrib/hyperref/ChangeLog.txt index be08826b9c..551ab35ccd 100644 --- a/macros/latex/contrib/hyperref/ChangeLog.txt +++ b/macros/latex/contrib/hyperref/ChangeLog.txt @@ -1,3 +1,8 @@ +2021-02-27 Ulrike Fischer/David Carlisle + * rename puenc-greek.def to puenc-greekbasic.def to resolve + name conflict with a file in greek-fontenc, issue #177 + * some documentation improvements (PR #174) + 2021-02-10 Ulrike Fischer/David Carlisle * moved the PU-declarations for greek to an extra file puenc-greek.ldf and force loading if the options psdextra is diff --git a/macros/latex/contrib/hyperref/README.md b/macros/latex/contrib/hyperref/README.md index 9fcd761600..0bde5da6a8 100644 --- a/macros/latex/contrib/hyperref/README.md +++ b/macros/latex/contrib/hyperref/README.md @@ -1,6 +1,6 @@ # README for hyperref bundle -Version 2021-02-10 v7.00j +Version 2021-02-27 v7.00k ## INTRODUCTION diff --git a/macros/latex/contrib/hyperref/doc/backref.pdf b/macros/latex/contrib/hyperref/doc/backref.pdf Binary files differindex 0443d65ea9..ce167800fc 100644 --- a/macros/latex/contrib/hyperref/doc/backref.pdf +++ b/macros/latex/contrib/hyperref/doc/backref.pdf diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.css b/macros/latex/contrib/hyperref/doc/hyperref-doc.css index ea1c3e45c1..ef64508938 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.css +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.css @@ -62,6 +62,7 @@ .ec-lmss-10{ font-family: sans-serif;} .ec-lmss-10{ font-family: sans-serif;} .ec-lmss-10{ font-family: sans-serif;} +.lmsy7-{font-size:70%;} .ec-lmr-9{font-size:90%;} .ec-lmr-8{font-size:80%;} .ec-lmvtt-10x-x-80{font-size:80%; font-family: monospace,monospace;} @@ -94,7 +95,6 @@ .ec-lmri-10{ font-style:italic;} .ec-lmri-10{ font-style:italic;} .ec-lmri-10{ font-style:italic;} -.lmsy7-{font-size:70%;} .ec-lmbx-10{ font-weight: bold;} .ec-lmbx-10{ font-weight: bold;} .ec-lmbx-10{ font-weight: bold;} @@ -288,6 +288,7 @@ table.longtable{margin-left:auto; margin-right: auto;} span.HoLogo-LaTeX span.HoLogo-a{position:relative;top:-.5ex;margin-left:-.36em;margin-right:-.15em;font-size:85%;} span.HoLogo-TeX span.HoLogo-e{position:relative;top:.5ex;margin-left:-.1667em;margin-right:-.125em;} a span.HoLogo-TeX span.HoLogo-e{text-decoration:none;} +span.HoLogo-OzTeX span.HoLogo-z{margin-left:-.03em;margin-right:-.15em;} span.HoLogo-XeTeX span.HoLogo-TeX{margin-left:-.15em;} span.HoLogo-Xe span.HoLogo-e{position:relative;top:.5ex;left-margin:-.1em;} span.HoLogo-LaTeX2e span.HoLogo-2{padding-left:.15em;} diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.html b/macros/latex/contrib/hyperref/doc/hyperref-doc.html index 7db9ff7a6e..04fc7b7c3b 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.html +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.html @@ -25,7 +25,7 @@ href="https://github.com/latex3/hyperref/issues" class="url" ><span class="ec-lmvtt-10x-x-120">https://github.com/latex3/hyperref/issues</span></a><span class="ec-lmr-12">)</span></div><br /> <div class="date" ><span -class="ec-lmr-12">2021-02-10 v7.00j</span></div> +class="ec-lmr-12">2021-02-27 v7.00k</span></div> </div> <h3 class="likesectionHead"><a id="x1-1000"></a>Contents</h3> @@ -190,10 +190,10 @@ href="#x1-12300013.10" id="QQ2-1-123">Future revisions of this license</a></span </div> -<!--l. 190--><p class="noindent" > +<!--l. 179--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">1 </span> <a id="x1-20001"></a>Introduction</h3> -<!--l. 192--><p class="noindent" >The package derives from, and builds on, the work of the Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> project, described at +<!--l. 181--><p class="noindent" >The package derives from, and builds on, the work of the Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> project, described at <span class="ec-lmvtt-10">http://xxx.lanl.gov/hypertex/</span><span class="footnote-mark"><a href="hyperref-doc2.html#fn1x0"><sup class="textsuperscript">1</sup></a></span><a @@ -204,11 +204,11 @@ class="ec-lmvtt-10">\special </span>commands which a driver can turn into hypert it also provides new commands to allow the user to write <span class="ec-lmri-10">ad hoc </span>hypertext links, including those to external documents and URLs. -<!--l. 200--><p class="indent" > The package is currently maintained at <a +<!--l. 189--><p class="indent" > The package is currently maintained at <a href="https://github.com/latex3/hyperref/" class="url" ><span class="ec-lmvtt-10">https://github.com/latex3/hyperref/</span></a> and issues should be reported there. -<!--l. 203--><p class="indent" > This manual provides a brief overview of the <span +<!--l. 192--><p class="indent" > This manual provides a brief overview of the <span class="ec-lmss-10">hyperref </span>package. For more details, you should read the additional documentation distributed with the package, as well as the complete documentation by processing <span @@ -222,7 +222,7 @@ class="ec-lmri-10">E</span></span><span class="ec-lmri-10">X</span></span></span> <span class="ec-lmri-10">Web Companion</span>, where you will find additional examples. -<!--l. 210--><p class="indent" > The Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> specification<span class="footnote-mark"><a +<!--l. 199--><p class="indent" > The Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> specification<span class="footnote-mark"><a href="hyperref-doc3.html#fn2x0"><sup class="textsuperscript">2</sup></a></span><a id="x1-2002f2"></a> says that conformant viewers/translators must recognize the following set of <span @@ -264,7 +264,7 @@ class="ec-lmvtt-10">html:<base</span><span class="ec-lmvtt-10"> href</span><span class="ec-lmvtt-10"> =</span><span class="ec-lmvtt-10"> "href_string"></span></span></span></dd></dl> -<!--l. 222--><p class="indent" > The <span +<!--l. 211--><p class="indent" > The <span class="ec-lmri-10">href</span>, <span class="ec-lmri-10">name </span>and <span class="ec-lmri-10">end </span>commands are used to do the basic hypertext operations of establishing links @@ -275,7 +275,7 @@ The <span class="ec-lmri-10">base_name </span>command is be used to communicate to the DVI viewer the full (URL) location of the current document so that files specified by relative URLs may be retrieved correctly. -<!--l. 231--><p class="indent" > The <span +<!--l. 220--><p class="indent" > The <span class="ec-lmri-10">href </span>and <span class="ec-lmri-10">name </span>commands must be paired with an <span class="ec-lmri-10">end </span>command later in the TeX file—the @@ -303,7 +303,7 @@ class="lmsy-10">\</span>), and if it looks like a URL name it may cause problems. -<!--l. 247--><p class="indent" > However, the drivers intended to produce <span +<!--l. 236--><p class="indent" > However, the drivers intended to produce <span class="ec-lmri-10">only </span>PDF use literal PostScript or PDF <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands. The commands are defined in configuration files for different drivers, selected by package @@ -315,8 +315,12 @@ class="description">DVI processors conforming to the HyperTeX guidelines class="ec-lmss-10">xdvi</span>, <span class="ec-lmss-10">dvips </span>(with the <span class="ec-lmss-10">-z</span> - option), <span -class="ec-lmss-10">OzTeX</span>, and <span + option), <span class="HoLogo-OzTeX"><span +class="ec-lmss-10">O</span><span class="HoLogo-z"><span +class="ec-lmss-10">z</span></span><span class="HoLogo-TeX"><span +class="ec-lmss-10">T</span><span class="HoLogo-e"><span +class="ec-lmss-10">E</span></span><span +class="ec-lmss-10">X</span></span></span>, and <span class="ec-lmss-10">Textures</span>) </dd><dt class="description"> <span @@ -346,7 +350,7 @@ class="ec-lmss-10">TeX4ht</span> </dd><dt class="description"> <span class="ec-lmbx-10">pdftex</span> </dt><dd -class="description">pdfTeX, Hn Th Thnh’s TeX variant that writes PDF directly +class="description">pdfTeX, Hn Thế Thnh’s TeX variant that writes PDF directly </dd><dt class="description"> <span class="ec-lmbx-10">luatex</span> </dt><dd @@ -388,7 +392,7 @@ class="ec-lmss-10">Textures </span>interprets as hypertext jumps within the class="ec-lmbx-10">xetex</span> </dt><dd class="description">produces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands for XeTeX</dd></dl> -<!--l. 273--><p class="indent" > Output from <span +<!--l. 262--><p class="indent" > Output from <span class="ec-lmss-10">dvips </span>or <span class="ec-lmss-10">dvipsone </span>must be processed using Acrobat Distiller to obtain a PDF file.<span class="footnote-mark"><a @@ -410,9 +414,9 @@ class="description">If a driver is not given and cannot be autodetected, then us value to this option <span class="ec-lmss-10">driverfallback</span>. Example: <blockquote class="quote"> - <!--l. 289--><p class="noindent" ><span + <!--l. 278--><p class="noindent" ><span class="ec-lmvtt-10">driverfallback=dvipdfm</span></blockquote> - <!--l. 291--><p class="noindent" >Autodetected drivers (<span + <!--l. 280--><p class="noindent" >Autodetected drivers (<span class="ec-lmss-10">pdftex</span>, <span class="ec-lmss-10">xetex</span>, <span class="ec-lmss-10">vtex</span>, <span @@ -427,15 +431,15 @@ class="ec-lmss-10">driverfallback</span>. If the driver is already specified or class="ec-lmss-10">driverfallback </span>is ignored.</dd></dl> <h3 class="sectionHead"><span class="titlemark">2 </span> <a id="x1-30002"></a>Implicit behavior</h3> -<!--l. 304--><p class="noindent" >This package can be used with more or less any normal LaTeX document by specifying in the document +<!--l. 293--><p class="noindent" >This package can be used with more or less any normal LaTeX document by specifying in the document preamble <pre class="verbatim" id="verbatim-1"> \usepackage{hyperref} </pre> -<!--l. 309--><p class="nopar" > -<!--l. 311--><p class="indent" > Make sure it comes <span +<!--l. 298--><p class="nopar" > +<!--l. 300--><p class="indent" > Make sure it comes <span class="ec-lmri-10">last </span>of your loaded packages, to give it a fighting chance of not being over-written, since its job is to redefine many LaTeX commands. Hopefully you will find that all cross-references work correctly as hypertext. For example, <span @@ -444,7 +448,7 @@ class="ec-lmvtt-10">\section </span>commands will produce a bookmark and a link, class="ec-lmvtt-10">\section* </span>commands will only show links when paired with a corresponding <span class="ec-lmvtt-10">\addcontentsline</span> command. -<!--l. 319--><p class="indent" > In addition, the <span +<!--l. 308--><p class="indent" > In addition, the <span class="ec-lmvtt-10">hyperindex </span>option (see below) attempts to make items in the index by hyperlinked back to the text, and the option <span class="ec-lmvtt-10">backref </span>inserts extra ‘back’ links into the bibliography for each entry. @@ -452,10 +456,10 @@ Other options control the appearance of links, and give extra control over PDF o <span class="ec-lmvtt-10">colorlinks</span>, as its name well implies, colors the links instead of using boxes; this is the option used in this document. -<!--l. 328--><p class="noindent" > +<!--l. 317--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">3 </span> <a id="x1-40003"></a>Package options</h3> -<!--l. 330--><p class="noindent" >All user-configurable aspects of <span +<!--l. 319--><p class="noindent" >All user-configurable aspects of <span class="ec-lmss-10">hyperref </span>are set using a single ‘key=value’ scheme (using the <span class="ec-lmss-10">keyval</span> package) with the key <span @@ -466,11 +470,11 @@ class="ec-lmvtt-10">\hypersetup </span>macro. When the package is loaded, a file <span class="ec-lmvtt-10">hyperref.cfg </span>is read if it can be found, and this is a convenient place to set options on a site-wide basis. -<!--l. 338--><p class="indent" > Note however that some options (for example <span +<!--l. 327--><p class="indent" > Note however that some options (for example <span class="ec-lmvtt-10">unicode</span>) can only be used as package options, and not in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> as the option settings are processed as the package is read. -<!--l. 342--><p class="indent" > As an example, the behavior of a particular file could be controlled by: +<!--l. 331--><p class="indent" > As an example, the behavior of a particular file could be controlled by: <ul class="itemize1"> <li class="itemize">a site-wide <span class="ec-lmvtt-10">hyperref.cfg </span>setting up the look of links, adding backreferencing, and setting a @@ -482,7 +486,7 @@ class="ec-lmvtt-10">hyperref.cfg </span>setting up the look of links, adding bac pdfpagemode=FullScreen, colorlinks=true} </pre> - <!--l. 352--><p class="nopar" > + <!--l. 341--><p class="nopar" > </li> <li class="itemize">A global option in the file, which is passed down to <span class="ec-lmss-10">hyperref</span>: @@ -491,7 +495,7 @@ class="ec-lmss-10">hyperref</span>: <pre class="verbatim" id="verbatim-3"> \documentclass[dvips]{article} </pre> - <!--l. 359--><p class="nopar" > + <!--l. 348--><p class="nopar" > </li> <li class="itemize">File-specific options in the <span class="ec-lmvtt-10">\usepackage </span>commands, which override the ones set in @@ -503,8 +507,8 @@ class="ec-lmvtt-10">hyperref.cfg</span>: \usepackage[colorlinks=false]{hyperref} \hypersetup{pdftitle={A Perfect Day}} </pre> - <!--l. 367--><p class="nopar" ></li></ul> -<!--l. 370--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the + <!--l. 356--><p class="nopar" ></li></ul> +<!--l. 359--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the package is loaded. Otherwise LaTeX expands the values of these options prematurely. Also LaTeX strips spaces in options. Especially option ‘pdfborder’ requires some care. Curly braces protect the value, if given as package option. They are not necessary in <span class="obeylines-h"><span class="verb"><span @@ -515,22 +519,20 @@ class="ec-lmvtt-10">\hypersetup</span></span></span>. \usepackage[pdfborder={0 0 0}]{hyperref} \hypersetup{pdfborder=0 0 0} </pre> -<!--l. 380--><p class="nopar" > -<!--l. 382--><p class="indent" > Package ‘kvoptions-patch’ patches LaTeX to make it aware of key value options and to prevent -premature value expansions. -<!--l. 385--><p class="indent" > Some options can be given at any time, but many are restricted: before <span class="obeylines-h"><span class="verb"><span +<!--l. 369--><p class="nopar" > +<!--l. 371--><p class="indent" > Some options can be given at any time, but many are restricted: before <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\begin{document}</span></span></span>, only in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage[...]{hyperref}</span></span></span>, before first use, etc. -<!--l. 389--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value +<!--l. 375--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value true if used. These are the ones classed as ‘boolean’. The values true and false can always be specified, however. -<!--l. 393--><p class="noindent" > +<!--l. 379--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.1 </span> <a id="x1-50003.1"></a>General options</h4> -<!--l. 395--><p class="noindent" >Firstly, the options to specify general behavior and page size. +<!--l. 381--><p class="noindent" >Firstly, the options to specify general behavior and page size. <a - id="x1-5001r1"></a> <!--l. 399--><div class="longtable"> <table id="TBL-2" class="longtable" + id="x1-5001r1"></a> <!--l. 385--><div class="longtable"> <table id="TBL-2" class="longtable" ><colgroup id="TBL-2-1g"><col id="TBL-2-1"><col @@ -607,33 +609,32 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-4" class="td11"></td></tr> </table></div> -<!--l. 408--><p class="noindent" > +<!--l. 394--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.2 </span> <a id="x1-60003.2"></a>Options for destination names</h4> -<!--l. 410--><p class="noindent" >Destinations names (also anchor, target or link names) are internal names that identify a position on a +<!--l. 396--><p class="noindent" >Destinations names (also anchor, target or link names) are internal names that identify a position on a page in the document. They are used in link targets for inner document links or the bookmarks, for example. -<!--l. 415--><p class="indent" > Usually anchor are set, if <span +<!--l. 401--><p class="indent" > Usually anchor are set, if <span class="ec-lmvtt-10">\refstepcounter </span>is called. Thus there is a counter name and value. Both are used to construct the destination name. By default the counter value follows the counter name separated by a dot. Example for the fourth chapter: <blockquote class="quote"> - <!--l. 421--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 407--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">chapter.4</span></span></span></blockquote> -<!--l. 423--><p class="noindent" >This scheme is used by: +<!--l. 409--><p class="noindent" >This scheme is used by: <dl class="description"><dt class="description"> <span class="ec-lmvtk-10">\autoref</span> </dt><dd class="description">displays the description label for the reference depending on the counter name. - - </dd><dt class="description"> <span class="ec-lmvtk-10">\hyperpage</span> </dt><dd class="description">is used by the index to get page links. Page anchor setting (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchor</span></span></span>) must not - be turned off.</dd></dl> -<!--l. 432--><p class="indent" > It is very important that the destination names are unique, because two destinations must not share + be turned off.</dd></dl> + +<!--l. 418--><p class="indent" > It is very important that the destination names are unique, because two destinations must not share the same name. The counter value <span class="ec-lmvtt-10">\the<counter> </span>is not always unique for the counter. For example, table and figures can be numbered inside the chapter without having the chapter number in their @@ -649,7 +650,7 @@ class="ec-lmvtt-10">table.2.4 </span>is unique because it has used <span class="ec-lmvtt-10">\theHtable </span>that gives <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">2.4</span></span></span> in this case. -<!--l. 445--><p class="indent" > Often the user do not need to set <span +<!--l. 431--><p class="indent" > Often the user do not need to set <span class="ec-lmvtt-10">\theH<counter></span>. Defaults for standard cases (chapter, …) are provided. And after <span class="ec-lmss-10">hyperref </span>is loaded, new counters with parent counters also define <span @@ -660,7 +661,7 @@ class="ec-lmvtt-10">\@addtoreset </span>or <span class="ec-lmvtt-10">\numberwithin </span>of package <span class="ec-lmss-10">amsmath </span>are used. -<!--l. 451--><p class="indent" > Usually problems with duplicate destination names can be solved by an appropriate definition of +<!--l. 437--><p class="indent" > Usually problems with duplicate destination names can be solved by an appropriate definition of <span class="ec-lmvtt-10">\theH<counter></span>. If option <span class="ec-lmvtt-10">hypertexnames </span>is disabled, then a unique artificial number is used instead of @@ -669,11 +670,11 @@ class="ec-lmvtt-10">plainpages </span>the page anchors use the arabic form. In both latter cases <span class="ec-lmvtt-10">\hyperpage </span>for index links is affected and might not work properly. -<!--l. 459--><p class="indent" > If an unnumbered entity gets an anchor (starred forms of chapters, sections, …) or <span +<!--l. 445--><p class="indent" > If an unnumbered entity gets an anchor (starred forms of chapters, sections, …) or <span class="ec-lmvtt-10">\phantomsection </span>is used, then the dummy counter name <span class="ec-lmvtt-10">section* </span>and an artificial unique number is used. -<!--l. 464--><p class="indent" > If the final PDF file is going to be merged with another file, than the destination names might clash, +<!--l. 450--><p class="indent" > If the final PDF file is going to be merged with another file, than the destination names might clash, because both documents might contain <span class="ec-lmvtt-10">chapter.1 </span>or <span class="ec-lmvtt-10">page.1</span>. Also <span @@ -691,12 +692,12 @@ to all destination names: <pre class="verbatim" id="verbatim-6"> \renewcommand*{\HyperDestNameFilter}[1]{\jobname-#1} </pre> - <!--l. 477--><p class="nopar" ></blockquote> -<!--l. 479--><p class="noindent" >In document <span + <!--l. 463--><p class="nopar" ></blockquote> +<!--l. 465--><p class="noindent" >In document <span class="ec-lmvtt-10">docA </span>the destination name <span class="ec-lmvtt-10">chapter.2 </span>becomes <span class="ec-lmvtt-10">docA-chapter.2</span>. -<!--l. 482--><p class="indent" > Destination names can also be used from the outside in URIs(, if the driver has not removed or +<!--l. 468--><p class="indent" > Destination names can also be used from the outside in URIs(, if the driver has not removed or changed them), for example: <blockquote class="quote"> @@ -704,8 +705,8 @@ changed them), for example: <pre class="verbatim" id="verbatim-7"> http://somewhere/path/file.pdf#nameddest=chapter.4 </pre> - <!--l. 487--><p class="nopar" ></blockquote> -<!--l. 489--><p class="noindent" >However using a number seems unhappy. If another chapter is added before, the number changes. But it is + <!--l. 473--><p class="nopar" ></blockquote> +<!--l. 475--><p class="noindent" >However using a number seems unhappy. If another chapter is added before, the number changes. But it is very difficult to pass a new name for the destination to the anchor setting process that is usually deep hidden in the internals. The first name of <span class="ec-lmvtt-10">\label </span>after the anchor setting seems a good @@ -717,8 +718,8 @@ approximation:   \section{Introduction}   \label{intro} </pre> - <!--l. 498--><p class="nopar" ></blockquote> -<!--l. 500--><p class="noindent" >Option <span + <!--l. 484--><p class="nopar" ></blockquote> +<!--l. 486--><p class="noindent" >Option <span class="ec-lmvtt-10">destlabel </span>checks for each <span class="ec-lmvtt-10">\label</span>, if there is a new destination name active and replaces the destination name by the label name. Because the destination name is already in use because of the @@ -740,8 +741,8 @@ class="ec-lmri-10">all </span>destination names:   \jobname-\HyperDestLabelReplace{#1}% } </pre> - <!--l. 515--><p class="nopar" ></blockquote> -<!--l. 517--><p class="noindent" >The other case that only files prefixed that do not have a corresponding <span + <!--l. 501--><p class="nopar" ></blockquote> +<!--l. 503--><p class="noindent" >The other case that only files prefixed that do not have a corresponding <span class="ec-lmvtt-10">\label </span>is more complicate, because <span class="ec-lmvtt-10">\HyperDestLabelReplace </span>needs the unmodified destination name as argument. This is solved by an @@ -765,12 +766,12 @@ Lua<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>): } \makeatother </pre> - <!--l. 535--><p class="nopar" ></blockquote> -<!--l. 538--><p class="indent" > With option <span + <!--l. 521--><p class="nopar" ></blockquote> +<!--l. 524--><p class="indent" > With option <span class="ec-lmvtt-10">destlabel </span>destinations can also named manually, if the destination is not yet renamed: <blockquote class="quote"> - <!--l. 541--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 527--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\HyperDestRename{</span></span></span><span class="lmsy-10">⟨</span><span class="ec-lmvtto-10">destination</span><span @@ -780,10 +781,10 @@ class="lmsy-10">⟨</span><span class="ec-lmvtto-10">newname</span><span class="lmsy-10">⟩</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span></blockquote> -<!--l. 544--><p class="indent" > Hint: Anchors can also be named and set by <span +<!--l. 530--><p class="indent" > Hint: Anchors can also be named and set by <span class="ec-lmvtt-10">\hypertarget</span>. <a - id="x1-6001r2"></a> <!--l. 548--><div class="longtable"> <table id="TBL-3" class="longtable" + id="x1-6001r2"></a> <!--l. 534--><div class="longtable"> <table id="TBL-3" class="longtable" ><colgroup id="TBL-3-1g"><col id="TBL-3-1"><col @@ -854,11 +855,11 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-4" class="td11"></td></tr> </table></div> -<!--l. 556--><p class="noindent" > +<!--l. 542--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a id="x1-70003.3"></a>Configuration options</h4> <a - id="x1-7001r3"></a> <!--l. 559--><div class="longtable"> <table id="TBL-4" class="longtable" + id="x1-7001r3"></a> <!--l. 545--><div class="longtable"> <table id="TBL-4" class="longtable" ><colgroup id="TBL-4-1g"><col id="TBL-4-1"><col @@ -873,7 +874,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-1-4" class="td11"> - <!--l. 559--><p class="noindent" >In the hypertex driver, the height of links is normally + <!--l. 545--><p class="noindent" >In the hypertex driver, the height of links is normally calculated by the driver as simply the base line of contained text; this options forces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands to reflect the @@ -888,7 +889,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">both </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-2-4" class="td11"> - <!--l. 562--><p class="noindent" >This option is in hyperref only used in the dviwindo driver, + <!--l. 548--><p class="noindent" >This option is in hyperref only used in the dviwindo driver, in all other cases it doesn’t do anything sensible—it neither allows nor prevents links to be broken. The ocgx2 package checks the state of the boolean. </td> @@ -900,7 +901,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-3-4" class="td11"> - <!--l. 564--><p class="noindent" >Determines whether every page is given an implicit anchor + <!--l. 550--><p class="noindent" >Determines whether every page is given an implicit anchor at the top left corner. If this is turned off, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\printindex</span></span></span> will not contain valid hyperlinks. </td> @@ -912,7 +913,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-4-4-4" class="td11"> - <!--l. 567--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> + <!--l. 553--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> </tr><tr style="vertical-align:baseline;" id="TBL-4-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-5-1" class="td11"> </td> @@ -929,14 +930,14 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-4-8-4" class="td11"></td></tr> </table></div> -<!--l. 570--><p class="noindent" >Note for option <span class="obeylines-h"><span class="verb"><span +<!--l. 556--><p class="noindent" >Note for option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">breaklinks</span></span></span>: The correct value is automatically set according to the driver features. It can be overwritten for drivers that do not support broken links. However, at any case, the link area will be wrong and displaced. -<!--l. 575--><p class="noindent" > +<!--l. 561--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.4 </span> <a id="x1-80003.4"></a>Backend drivers</h4> -<!--l. 577--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: +<!--l. 563--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: <ol class="enumerate1" > <li class="enumerate" id="x1-8002x1">Autodetection, some TeX processors can be detected at TeX macro level (pdfTeX, XeTeX, @@ -953,7 +954,7 @@ class="ec-lmvtt-10">\Hy@defaultdriver</span>. The macro takes a driver file name <li class="enumerate" id="x1-8008x4">Package default is <span class="ec-lmss-10">hypertex</span>.</li></ol> -<!--l. 588--><p class="noindent" >Many distributions are using a driver file <span +<!--l. 574--><p class="noindent" >Many distributions are using a driver file <span class="ec-lmvtt-10">hypertex.cfg </span>that define <span class="ec-lmvtt-10">\Hy@defaultdriver </span>with <span class="ec-lmvtt-10">hdvips</span>. This @@ -962,7 +963,7 @@ class="ec-lmss-10">dvips </span>provides much more features than <span class="ec-lmss-10">hypertex </span>for PDF generation. <a - id="x1-8009r4"></a> <!--l. 594--><div class="longtable"> <table id="TBL-5" class="longtable" + id="x1-8009r4"></a> <!--l. 580--><div class="longtable"> <table id="TBL-5" class="longtable" ><colgroup id="TBL-5-1g"><col id="TBL-5-1"><col @@ -972,18 +973,18 @@ id="TBL-5-2"></colgroup> class="td01"><span class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-1-2" class="td10"> - <!--l. 594--><p class="noindent" >Its value is used as driver option </td> + <!--l. 580--><p class="noindent" >Its value is used as driver option </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-1" class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-5-2-2" class="td10"> - <!--l. 595--><p class="noindent" >if the driver is not given or autodetected. </td> + <!--l. 581--><p class="noindent" >if the driver is not given or autodetected. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-1" class="td01"><span class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-3-2" class="td10"> - <!--l. 596--><p class="noindent" >Sets up <span + <!--l. 582--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipdfm </span>driver. </td> </tr><tr @@ -991,7 +992,7 @@ class="ec-lmss-10">dvipdfm </span>driver. < class="td01"><span class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-4-2" class="td10"> - <!--l. 597--><p class="noindent" >Sets up <span + <!--l. 583--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipdfmx </span>driver. </td> </tr><tr @@ -999,7 +1000,7 @@ class="ec-lmss-10">dvipdfmx </span>driver. < class="td01"><span class="ec-lmvtt-10">dvips </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-5-2" class="td10"> - <!--l. 598--><p class="noindent" >Sets up <span + <!--l. 584--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvips </span>driver. </td> </tr><tr @@ -1007,7 +1008,7 @@ class="ec-lmss-10">dvips </span>driver. class="td01"><span class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-6-2" class="td10"> - <!--l. 599--><p class="noindent" >Sets up <span + <!--l. 585--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipsone </span>driver. </td> </tr><tr @@ -1015,7 +1016,7 @@ class="ec-lmss-10">dvipsone </span>driver. class="td01"><span class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-7-2" class="td10"> - <!--l. 600--><p class="noindent" >Sets up <span + <!--l. 586--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dviwindo </span>Windows previewer. </td> @@ -1025,35 +1026,35 @@ class="ec-lmss-10">dviwindo </span>Windows previewer. </td> class="td01"><span class="ec-lmvtt-10">hypertex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-8-2" class="td10"> - <!--l. 601--><p class="noindent" >Sets up <span + <!--l. 587--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the HyperTeX-compliant drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-1" class="td01"><span class="ec-lmvtt-10">latex2html </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-9-2" class="td10"> - <!--l. 602--><p class="noindent" >Redefines a few macros for compatibility with <span + <!--l. 588--><p class="noindent" >Redefines a few macros for compatibility with <span class="ec-lmss-10">latex2html</span>. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-1" class="td01"><span class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-10-2" class="td10"> - <!--l. 603--><p class="noindent" >An alias for <span + <!--l. 589--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-1" class="td01"><span class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-11-2" class="td10"> - <!--l. 604--><p class="noindent" >An alias for <span + <!--l. 590--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-1" class="td01"><span class="ec-lmvtt-10">pdftex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-12-2" class="td10"> - <!--l. 605--><p class="noindent" >Sets up <span + <!--l. 591--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">pdftex </span>program. </td> </tr><tr @@ -1061,7 +1062,7 @@ class="ec-lmss-10">pdftex </span>program. </ class="td01"><span class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-13-2" class="td10"> - <!--l. 606--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, + <!--l. 592--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, otherwise identical to <span class="ec-lmss-10">dvips</span>. </td> </tr><tr @@ -1069,21 +1070,21 @@ class="ec-lmss-10">dvips</span>. class="td01"><span class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-14-2" class="td10"> - <!--l. 609--><p class="noindent" >For use with <span + <!--l. 595--><p class="noindent" >For use with <span class="ec-lmss-10">TeX4ht</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-15-1" class="td01"><span class="ec-lmvtt-10">textures </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-15-2" class="td10"> - <!--l. 610--><p class="noindent" >For use with <span + <!--l. 596--><p class="noindent" >For use with <span class="ec-lmss-10">Textures</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-16-1" class="td01"><span class="ec-lmvtt-10">vtex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-16-2" class="td10"> - <!--l. 611--><p class="noindent" >For use with MicroPress’ <span + <!--l. 597--><p class="noindent" >For use with MicroPress’ <span class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected automatically. </td> </tr><tr @@ -1091,14 +1092,14 @@ class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected class="td01"><span class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-17-2" class="td10"> - <!--l. 613--><p class="noindent" >For use with <span + <!--l. 599--><p class="noindent" >For use with <span class="ec-lmss-10">VTeX</span>’s PostScript backend. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-18-1" class="td01"><span class="ec-lmvtt-10">xetex </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-18-2" class="td10"> - <!--l. 614--><p class="noindent" >For use with XeTeX (using backend for dvipdfm). </td> + <!--l. 600--><p class="noindent" >For use with XeTeX (using backend for dvipdfm). </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-19-1" class="td01"> </td> @@ -1113,7 +1114,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-5-22-2" class="td10"></td></tr> </table></div> -<!--l. 618--><p class="indent" > If you use <span +<!--l. 604--><p class="indent" > If you use <span class="ec-lmss-10">dviwindo</span>, you may need to redefine the macro <span class="ec-lmvtt-10">\wwwbrowser </span>(the default is <span class="obeylines-h"><span class="verb"><span @@ -1127,12 +1128,12 @@ add something like this to hyperref.cfg:   Files\string\Plus!\string\Microsoft\space   Internet\string\iexplore.exe} </pre> -<!--l. 627--><p class="nopar" > -<!--l. 629--><p class="noindent" > +<!--l. 613--><p class="nopar" > +<!--l. 615--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a id="x1-90003.5"></a>Extension options</h4> <a - id="x1-9001r5"></a> <!--l. 631--><div class="longtable"> <table id="TBL-6" class="longtable" + id="x1-9001r5"></a> <!--l. 617--><div class="longtable"> <table id="TBL-6" class="longtable" ><colgroup id="TBL-6-1g"><col id="TBL-6-1"><col @@ -1146,7 +1147,7 @@ class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-1-4" class="td10"> - <!--l. 631--><p class="noindent" >Set the file extension (e.g. <span + <!--l. 617--><p class="noindent" >Set the file extension (e.g. <span class="ec-lmss-10">dvi</span>) which will be appended to file links created if you use the <span class="ec-lmss-10">xr</span> @@ -1158,7 +1159,7 @@ class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-2-4" class="td10"> - <!--l. 634--><p class="noindent" > </td> + <!--l. 620--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1" class="td01"><span @@ -1167,7 +1168,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-3-4" class="td10"> - <!--l. 634--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the + <!--l. 620--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of section numbers. This can only work properly <span class="ec-lmri-10">if </span>there is a blank line after each @@ -1189,7 +1190,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-4-4" class="td10"> - <!--l. 638--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the + <!--l. 624--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of page numbers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-1" @@ -1199,7 +1200,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-5-4" class="td10"> - <!--l. 640--><p class="noindent" >Makes the page + <!--l. 626--><p class="noindent" >Makes the page numbers of index entries into hyperlinks. Relays on unique page anchors (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchor</span></span></span>, …) <span class="obeylines-h"><span class="verb"><span @@ -1214,7 +1215,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-6-4" class="td10"> - <!--l. 643--><p class="noindent" >Makes the footnote marks into hyperlinks to the + <!--l. 629--><p class="noindent" >Makes the footnote marks into hyperlinks to the footnote text. Easily broken … </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-1" @@ -1223,7 +1224,7 @@ class="ec-lmvtt-10">encap </span></td><td style="white-space:nowra class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-7-4" class="td10"> - <!--l. 645--><p class="noindent" >Sets encap character for hyperindex </td> + <!--l. 631--><p class="noindent" >Sets encap character for hyperindex </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-1" class="td01"><span @@ -1232,7 +1233,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-8-4" class="td10"> - <!--l. 646--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span + <!--l. 632--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">section</span></span></span>), page number (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">page</span></span></span>), both (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">all</span></span></span>) @@ -1246,7 +1247,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-9-4" class="td10"> - <!--l. 647--><p class="noindent" >make page number, not text, be link on TOC, LOF + <!--l. 633--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-1" @@ -1256,7 +1257,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-10-4" class="td10"> - <!--l. 648--><p class="noindent" >allow links to break over lines by making links over + <!--l. 634--><p class="noindent" >allow links to break over lines by making links over multiple lines into PDF links to the same target </td> @@ -1268,7 +1269,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-11-4" class="td10"> - <!--l. 650--><p class="noindent" >Colors the text of links and anchors. The colors + <!--l. 636--><p class="noindent" >Colors the text of links and anchors. The colors chosen depend on the the type of link. At present the only types of link distinguished are citations, page references, URLs, local file references, and other @@ -1282,7 +1283,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-12-4" class="td10"> - <!--l. 655--><p class="noindent" >Color for normal internal links. </td> + <!--l. 641--><p class="noindent" >Color for normal internal links. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-13-1" class="td01"><span @@ -1291,7 +1292,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-13-4" class="td10"> - <!--l. 656--><p class="noindent" >Color for anchor text. Ignored by most drivers. </td> + <!--l. 642--><p class="noindent" >Color for anchor text. Ignored by most drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-14-1" class="td01"><span @@ -1300,7 +1301,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-14-4" class="td10"> - <!--l. 657--><p class="noindent" >Color for bibliographical citations in text. </td> + <!--l. 643--><p class="noindent" >Color for bibliographical citations in text. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-1" class="td01"><span @@ -1309,7 +1310,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-15-4" class="td10"> - <!--l. 658--><p class="noindent" >Color for URLs which open local files. </td> + <!--l. 644--><p class="noindent" >Color for URLs which open local files. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-1" class="td01"><span @@ -1318,7 +1319,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-16-4" class="td10"> - <!--l. 659--><p class="noindent" >Color for Acrobat menu items. </td> + <!--l. 645--><p class="noindent" >Color for Acrobat menu items. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-17-1" class="td01"><span @@ -1327,7 +1328,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-17-4" class="td10"> - <!--l. 660--><p class="noindent" >Color for run links (launch annotations). </td> + <!--l. 646--><p class="noindent" >Color for run links (launch annotations). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-1" class="td01"><span @@ -1336,7 +1337,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-18-4" class="td10"> - <!--l. 661--><p class="noindent" >Color for linked URLs. </td> + <!--l. 647--><p class="noindent" >Color for linked URLs. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-1" class="td01"><span @@ -1344,7 +1345,7 @@ class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowr class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-19-4" class="td10"> - <!--l. 662--><p class="noindent" >Set all color options (without border and field + <!--l. 648--><p class="noindent" >Set all color options (without border and field options). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-20-1" @@ -1354,7 +1355,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-20-4" class="td10"> - <!--l. 663--><p class="noindent" >Use small caps instead of color for links. </td> + <!--l. 649--><p class="noindent" >Use small caps instead of color for links. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-21-2" @@ -1368,7 +1369,7 @@ class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; text- class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-22-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-22-4" class="td10"> - <!--l. 664--><p class="noindent" >Hide links (removing color and border). </td> + <!--l. 650--><p class="noindent" >Hide links (removing color and border). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-23-1" class="td01"> </td> @@ -1385,14 +1386,14 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-6-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-27-1" class="td01"> </td></tr> </table></div> -<!--l. 667--><p class="noindent" >Note that all color names must be defined before use, following the normal system of the standard +<!--l. 653--><p class="noindent" >Note that all color names must be defined before use, following the normal system of the standard LaTeX <span class="ec-lmss-10">color </span>package. -<!--l. 670--><p class="noindent" > +<!--l. 656--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a id="x1-100003.6"></a>PDF-specific display options</h4> <a - id="x1-10001r6"></a> <!--l. 672--><div class="longtable"> <table id="TBL-7" class="longtable" + id="x1-10001r6"></a> <!--l. 658--><div class="longtable"> <table id="TBL-7" class="longtable" ><colgroup id="TBL-7-1g"><col id="TBL-7-1"><col @@ -1407,7 +1408,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-1-4" class="td10"> - <!--l. 672--><p class="noindent" >A set of Acrobat bookmarks are written, in a + <!--l. 658--><p class="noindent" >A set of Acrobat bookmarks are written, in a manner similar to the table of contents, requiring two passes of LaTeX. Some postprocessing of the bookmark file (file extension <span @@ -1427,7 +1428,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-2-4" class="td10"> - <!--l. 678--><p class="noindent" >If Acrobat bookmarks are requested, show them + <!--l. 664--><p class="noindent" >If Acrobat bookmarks are requested, show them with all the subtrees expanded. </td> @@ -1438,7 +1439,7 @@ class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:now class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-3-4" class="td10"> - <!--l. 680--><p class="noindent" >level (<span + <!--l. 666--><p class="noindent" >level (<span class="ec-lmvtt-10">\maxdimen</span>) to which bookmarks are open</td> </tr><tr style="vertical-align:baseline;" id="TBL-7-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-1" @@ -1448,7 +1449,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-4-4" class="td10"> - <!--l. 681--><p class="noindent" >If Acrobat bookmarks are requested, include + <!--l. 667--><p class="noindent" >If Acrobat bookmarks are requested, include section numbers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1" @@ -1458,7 +1459,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:lef class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-5-4" class="td10"> - <!--l. 682--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 668--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-1" class="td01"><span @@ -1467,7 +1468,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-6-4" class="td10"> - <!--l. 684--><p class="noindent" >This option should be used to produce CJK + <!--l. 670--><p class="noindent" >This option should be used to produce CJK bookmarks. Package <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref</span></span></span> supports both normal and preprocessed mode of the <span @@ -1483,7 +1484,7 @@ class="ec-lmss-10">CJK</span> Acroread itself) support this. Also note that option ‘CJKbookmarks’ cannot be used together with option ‘unicode’. - <!--l. 696--><p class="noindent" >No mechanism is provided to + <!--l. 682--><p class="noindent" >No mechanism is provided to translate non-Unicode bookmarks to Unicode; for portable PDF documents only Unicode encoding should be used. </td> @@ -1495,7 +1496,7 @@ class="td11"> name </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-7-4" class="td10"> - <!--l. 699--><p class="noindent" >How link buttons behave when selected; /I is + <!--l. 685--><p class="noindent" >How link buttons behave when selected; /I is for inverse (the default); the other possibilities are /N (no effect), /O (outline), and /P (inset highlighting). </td> @@ -1507,7 +1508,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 1 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-8-4" class="td10"> - <!--l. 702--><p class="noindent" >The color of the box around citations </td> + <!--l. 688--><p class="noindent" >The color of the box around citations </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-1" class="td01"><span @@ -1516,7 +1517,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-9-4" class="td10"> - <!--l. 703--><p class="noindent" >The color of the box around links to files </td> + <!--l. 689--><p class="noindent" >The color of the box around links to files </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-1" class="td01"><span @@ -1525,7 +1526,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-10-4" class="td10"> - <!--l. 704--><p class="noindent" >The color of the box around normal links </td> + <!--l. 690--><p class="noindent" >The color of the box around normal links </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-1" class="td01"><span @@ -1534,7 +1535,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-11-4" class="td10"> - <!--l. 705--><p class="noindent" >The color of the box around Acrobat menu links </td> + <!--l. 691--><p class="noindent" >The color of the box around Acrobat menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-1" class="td01"><span @@ -1543,7 +1544,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 1 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-12-4" class="td10"> - <!--l. 706--><p class="noindent" >The color of the box around links to URLs </td> + <!--l. 692--><p class="noindent" >The color of the box around links to URLs </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-1" class="td01"><span @@ -1552,7 +1553,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-13-4" class="td10"> - <!--l. 707--><p class="noindent" >Color of border around ‘run’ links </td> + <!--l. 693--><p class="noindent" >Color of border around ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-1" class="td01"><span @@ -1560,7 +1561,7 @@ class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-14-4" class="td10"> - <!--l. 708--><p class="noindent" >Set all border color options </td> + <!--l. 694--><p class="noindent" >Set all border color options </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1" class="td01"><span @@ -1569,7 +1570,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:le class="td11"> <span class="ec-lmri-10">0 0 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-15-4" class="td10"> - <!--l. 709--><p class="noindent" >The style of box around links; defaults to a box + <!--l. 695--><p class="noindent" >The style of box around links; defaults to a box with lines of 1pt thickness, but the colorlinks option resets it to produce no border. </td> </tr><tr @@ -1588,17 +1589,16 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" i class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-19-4" class="td10"></td></tr> </table></div> -<!--l. 713--><p class="noindent" >Note that the color of link borders can be specified <span -class="ec-lmri-10">only </span>as 3 numbers in the range 0..1, giving an RGB -color. You cannot use colors defined in TeX. Since version 6.76a this is no longer true. Especially with -the help of package <span -class="ec-lmss-10">xcolor </span>the usual color specifications of package <span -class="ec-lmss-10">(x)color </span>can be used. For further +<!--l. 699--><p class="noindent" >The color of link borders used to be specified <span +class="ec-lmri-10">only </span>as 3 numbers in the range 0..1, giving an RGB color. +Since version 6.76a, the usual color specifications of package <span +class="ec-lmss-10">(x)color </span>can be used if <span +class="ec-lmss-10">xcolor </span>has been +loaded. For further information see description of package <span +class="ec-lmss-10">hycolor</span>. -information see description of package <span -class="ec-lmss-10">hycolor</span>. -<!--l. 720--><p class="indent" > The bookmark commands are stored in a file called <span +<!--l. 705--><p class="indent" > The bookmark commands are stored in a file called <span class="ec-lmri-10">jobname</span><span class="ec-lmvtt-10">.out</span>. The files is not processed by LaTeX so any markup is passed through. You can postprocess this file as needed; as an aid @@ -1610,12 +1610,12 @@ line <pre class="verbatim" id="verbatim-12"> \let\WriteBookmarks\relax </pre> -<!--l. 727--><p class="nopar" > -<!--l. 729--><p class="noindent" > +<!--l. 712--><p class="nopar" > +<!--l. 714--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a id="x1-110003.7"></a>PDF display and information options</h4> <a - id="x1-11001r7"></a> <!--l. 731--><div class="longtable"> <table id="TBL-8" class="longtable" + id="x1-11001r7"></a> <!--l. 716--><div class="longtable"> <table id="TBL-8" class="longtable" ><colgroup id="TBL-8-1g"><col id="TBL-8-1"><col @@ -1627,20 +1627,20 @@ id="TBL-8-4"></colgroup> class="td01"><span class="ec-lmvtt-10">baseurl </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-1-2" class="td11"> - <!--l. 731--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-3" + <!--l. 716--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-1-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-1-4" class="td10"> - <!--l. 731--><p class="noindent" >Sets the base URL of the PDF document </td> + <!--l. 716--><p class="noindent" >Sets the base URL of the PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-1" class="td01"><span class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-2-2" class="td11"> - <!--l. 732--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-3" + <!--l. 717--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-2-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-2-4" class="td10"> - <!--l. 732--><p class="noindent" >Determines how the file is opening in + <!--l. 717--><p class="noindent" >Determines how the file is opening in Acrobat; the possibilities are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">UseNone</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -1659,66 +1659,66 @@ class="ec-lmvtt-10">UseOutlines</span></span></span> is used. </td class="td01"><span class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-3-2" class="td11"> - <!--l. 737--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-3" + <!--l. 722--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-3-4" class="td10"> - <!--l. 737--><p class="noindent" >Sets the document information Title field </td> + <!--l. 722--><p class="noindent" >Sets the document information Title field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-1" class="td01"><span class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-4-2" class="td11"> - <!--l. 738--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-3" + <!--l. 723--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-4-4" class="td10"> - <!--l. 738--><p class="noindent" >Sets the document information Author field </td> + <!--l. 723--><p class="noindent" >Sets the document information Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-1" class="td01"><span class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-5-2" class="td11"> - <!--l. 739--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-3" + <!--l. 724--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-5-4" class="td10"> - <!--l. 739--><p class="noindent" >Sets the document information Subject field </td> + <!--l. 724--><p class="noindent" >Sets the document information Subject field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-1" class="td01"><span class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-6-2" class="td11"> - <!--l. 740--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-3" + <!--l. 725--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-6-4" class="td10"> - <!--l. 740--><p class="noindent" >Sets the document information Creator field </td> + <!--l. 725--><p class="noindent" >Sets the document information Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-1" class="td01"><span class="ec-lmvtt-10">addtopdfcreator </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-7-2" class="td11"> - <!--l. 741--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-3" + <!--l. 726--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-7-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-7-4" class="td10"> - <!--l. 741--><p class="noindent" >Adds additional text to the document + <!--l. 726--><p class="noindent" >Adds additional text to the document information Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-1" class="td01"><span class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-8-2" class="td11"> - <!--l. 742--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-3" + <!--l. 727--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-8-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-8-4" class="td10"> - <!--l. 742--><p class="noindent" >Sets the document information Keywords field</td> + <!--l. 727--><p class="noindent" >Sets the document information Keywords field</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-1" class="td01"><span class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-9-2" class="td11"> - <!--l. 743--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-3" + <!--l. 728--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-9-4" class="td10"> - <!--l. 743--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 728--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">True</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">False</span></span></span> and <span class="obeylines-h"><span class="verb"><span @@ -1729,34 +1729,34 @@ class="ec-lmvtt-10">Unknown</span></span></span>. class="td01"><span class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-10-2" class="td11"> - <!--l. 746--><p class="noindent" >key + <!--l. 731--><p class="noindent" >key value list </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-10-4" class="td10"> - <!--l. 746--><p class="noindent" >Alternative interface for setting the document + <!--l. 731--><p class="noindent" >Alternative interface for setting the document information. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-1" class="td01"><span class="ec-lmvtt-10">pdfview </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-11-2" class="td11"> - <!--l. 748--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-3" + <!--l. 733--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-3" class="td11"> <span class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-11-4" class="td10"> - <!--l. 748--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> + <!--l. 733--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-1" class="td01"><span class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-12-2" class="td11"> - <!--l. 749--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-3" + <!--l. 734--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-3" class="td11"> <span class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-12-4" class="td10"> - <!--l. 749--><p class="noindent" >Determines on which page the PDF file is + <!--l. 734--><p class="noindent" >Determines on which page the PDF file is opened. An empty value means, the entry is not set. </td> </tr><tr @@ -1764,33 +1764,33 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-13-2" class="td11"> - <!--l. 750--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-3" + <!--l. 735--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-3" class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-13-4" class="td10"> - <!--l. 750--><p class="noindent" >Set the startup page view </td> + <!--l. 735--><p class="noindent" >Set the startup page view </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-1" class="td01"><span class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-14-2" class="td11"> - <!--l. 751--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-3" + <!--l. 736--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-3" class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-14-4" class="td10"> - <!--l. 751--><p class="noindent" >Set the startup page view of remote PDF files</td> + <!--l. 736--><p class="noindent" >Set the startup page view of remote PDF files</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-1" class="td01"><span class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-15-2" class="td11"> - <!--l. 752--><p class="noindent" >n + <!--l. 737--><p class="noindent" >n n n n </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-15-4" class="td10"> - <!--l. 752--><p class="noindent" >Sets the default PDF crop box for pages. This + <!--l. 737--><p class="noindent" >Sets the default PDF crop box for pages. This should be a set of four numbers </td> @@ -1799,22 +1799,22 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-16-2" class="td11"> - <!--l. 753--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-3" + <!--l. 738--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-16-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-16-4" class="td10"> - <!--l. 753--><p class="noindent" >position the document window in the center + <!--l. 738--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-1" class="td01"><span class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-17-2" class="td11"> - <!--l. 754--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-3" + <!--l. 739--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-17-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-17-4" class="td10"> - <!--l. 754--><p class="noindent" >direction setting. Possible values: <span class="obeylines-h"><span class="verb"><span + <!--l. 739--><p class="noindent" >direction setting. Possible values: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">L2R</span></span></span> (left to right) and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">R2L</span></span></span> (right to left) </td> @@ -1823,22 +1823,22 @@ class="ec-lmvtt-10">R2L</span></span></span> (right to left) class="td01"><span class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-18-2" class="td11"> - <!--l. 756--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-3" + <!--l. 741--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-18-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-18-4" class="td10"> - <!--l. 756--><p class="noindent" >display document title instead of file name in + <!--l. 741--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-1" class="td01"><span class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-19-2" class="td11"> - <!--l. 757--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-3" + <!--l. 742--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-19-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-19-4" class="td10"> - <!--l. 757--><p class="noindent" >paper handling option for print + <!--l. 742--><p class="noindent" >paper handling option for print dialog. Possible vatues are: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Simplex</span></span></span> (print single-sided), <span class="obeylines-h"><span class="verb"><span @@ -1852,11 +1852,11 @@ class="ec-lmvtt-10">DuplexFlipLongEdge</span></span></span> (duplex and flip on class="td01"><span class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-20-2" class="td11"> - <!--l. 762--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-3" + <!--l. 747--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-20-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-20-4" class="td10"> - <!--l. 762--><p class="noindent" >resize document window to fit document size </td> + <!--l. 747--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-21-1" class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-21-2" @@ -1868,42 +1868,42 @@ class="td10"></td></tr> class="td01"><span class="ec-lmvtt-10">pdflang </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-22-2" class="td11"> - <!--l. 763--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-3" + <!--l. 748--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-22-3" class="td11"> <span class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-22-4" class="td10"> - <!--l. 763--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 748--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-1" class="td01"><span class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-23-2" class="td11"> - <!--l. 764--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-3" + <!--l. 749--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-23-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-23-4" class="td10"> - <!--l. 764--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 749--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-1" class="td01"><span class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-24-2" class="td11"> - <!--l. 765--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-3" + <!--l. 750--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-24-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-24-4" class="td10"> - <!--l. 765--><p class="noindent" >make links that open another PDF file start a + <!--l. 750--><p class="noindent" >make links that open another PDF file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-1" class="td01"><span class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-25-2" class="td11"> - <!--l. 767--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-3" + <!--l. 752--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-25-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-25-4" class="td10"> - <!--l. 767--><p class="noindent" >page mode setting on exiting full-screen mode. + <!--l. 752--><p class="noindent" >page mode setting on exiting full-screen mode. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">UseNone</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">UseOutlines</span></span></span>, @@ -1915,21 +1915,21 @@ class="ec-lmvtt-10">UseOC</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-26-2" class="td11"> - <!--l. 769--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-3" + <!--l. 754--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-26-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-26-4" class="td10"> - <!--l. 769--><p class="noindent" >number of printed copies </td> + <!--l. 754--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-1" class="td01"><span class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-27-2" class="td11"> - <!--l. 770--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-3" + <!--l. 755--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-27-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-27-4" class="td10"> - <!--l. 770--><p class="noindent" >set layout of PDF pages. Possible values: + <!--l. 755--><p class="noindent" >set layout of PDF pages. Possible values: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">SinglePage</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">OneColumn</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -1944,21 +1944,21 @@ class="ec-lmvtt-10">TwoPageRight</span></span></span> class="td01"><span class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-28-2" class="td11"> - <!--l. 774--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-3" + <!--l. 759--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-28-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-28-4" class="td10"> - <!--l. 774--><p class="noindent" >set PDF page labels </td> + <!--l. 759--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-1" class="td01"><span class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-29-2" class="td11"> - <!--l. 775--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-3" + <!--l. 760--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-29-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-29-4" class="td10"> - <!--l. 775--><p class="noindent" >set PDF page transition style. Possible values + <!--l. 760--><p class="noindent" >set PDF page transition style. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Split</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Blinds</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -1982,22 +1982,22 @@ class="ec-lmvtt-10">R</span></span></span>, which simply replaces the old page w class="td01"><span class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-30-2" class="td11"> - <!--l. 784--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-3" + <!--l. 769--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-30-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-30-4" class="td10"> - <!--l. 784--><p class="noindent" >specify whether PDF page size is used to select + <!--l. 769--><p class="noindent" >specify whether PDF page size is used to select input paper tray in print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-1" class="td01"><span class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-31-2" class="td11"> - <!--l. 785--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-3" + <!--l. 770--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-31-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-31-4" class="td10"> - <!--l. 785--><p class="noindent" >set /PrintArea of viewer preferences. Possible + <!--l. 770--><p class="noindent" >set /PrintArea of viewer preferences. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2014,11 +2014,11 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-32-2" class="td11"> - <!--l. 789--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-3" + <!--l. 774--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-32-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-32-4" class="td10"> - <!--l. 789--><p class="noindent" >set /PrintClip of viewer preferences. Possible + <!--l. 774--><p class="noindent" >set /PrintClip of viewer preferences. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2033,24 +2033,24 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-33-2" class="td11"> - <!--l. 793--><p class="noindent" >n + <!--l. 778--><p class="noindent" >n n (n n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-33-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-33-4" class="td10"> - <!--l. 794--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 779--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-1" class="td01"><span class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-34-2" class="td11"> - <!--l. 795--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-3" + <!--l. 780--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-34-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-34-4" class="td10"> - <!--l. 795--><p class="noindent" >page scaling option for print dialog (option + <!--l. 780--><p class="noindent" >page scaling option for print dialog (option /PrintScaling of viewer preferences, PDF 1.6); valid values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">None</span></span></span> and <span class="obeylines-h"><span class="verb"><span @@ -2060,21 +2060,21 @@ class="ec-lmvtt-10">AppDefault</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-35-2" class="td11"> - <!--l. 800--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-35-3" + <!--l. 785--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-35-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-35-4" class="td10"> - <!--l. 800--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 785--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-1" class="td01"><span class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-36-2" class="td11"> - <!--l. 801--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-3" + <!--l. 786--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-36-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-36-4" class="td10"> - <!--l. 801--><p class="noindent" >set /ViewArea of viewer preferences. Possible + <!--l. 786--><p class="noindent" >set /ViewArea of viewer preferences. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2089,11 +2089,11 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-37-2" class="td11"> - <!--l. 805--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-3" + <!--l. 790--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-37-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-37-4" class="td10"> - <!--l. 805--><p class="noindent" >set /ViewClip of viewer preferences Possible + <!--l. 790--><p class="noindent" >set /ViewClip of viewer preferences Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2108,21 +2108,21 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-38-2" class="td11"> - <!--l. 809--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-3" + <!--l. 794--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-38-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-38-4" class="td10"> - <!--l. 809--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 794--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-1" class="td01"><span class="ec-lmvtt-10">unicode </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-39-2" class="td11"> - <!--l. 810--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-3" + <!--l. 795--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-39-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-39-4" class="td10"> - <!--l. 810--><p class="noindent" >Unicode encoded PDF strings </td> + <!--l. 795--><p class="noindent" >Unicode encoded PDF strings </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-40-1" class="td01"> </td> @@ -2136,7 +2136,7 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-8-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-43-1" class="td01"> </td></tr> </table></div> -<!--l. 813--><p class="noindent" >Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which +<!--l. 798--><p class="noindent" >Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which is not the same as TeX’s. The unit is bp and the origin is in the lower left corner. See also <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypercalcbp</span></span></span> that is explained on page <a @@ -2155,7 +2155,7 @@ class="ec-lmvtt-10">pdfstartview </span>and <span class="ec-lmvtt-10">pdfremotestartview</span> parameters. <a - id="x1-11002r8"></a> <!--l. 826--><div class="longtable"> <table id="TBL-9" class="longtable" + id="x1-11002r8"></a> <!--l. 811--><div class="longtable"> <table id="TBL-9" class="longtable" ><colgroup id="TBL-9-1g"><col id="TBL-9-1"><col @@ -2168,7 +2168,7 @@ class="ec-lmvtt-10">XYZ </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">left top zoom </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-1-3" class="td10"> - <!--l. 826--><p class="noindent" >Sets a coordinate and a zoom factor. If any one + <!--l. 811--><p class="noindent" >Sets a coordinate and a zoom factor. If any one is null, the source link value is used. <span class="ec-lmri-10">null null</span> <span @@ -2180,7 +2180,7 @@ class="td01"><span class="ec-lmvtt-10">Fit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-2-3" class="td10"> - <!--l. 828--><p class="noindent" >Fits the page to the window. </td> + <!--l. 813--><p class="noindent" >Fits the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-1" class="td01"><span @@ -2188,7 +2188,7 @@ class="ec-lmvtt-10">FitH </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-3-3" class="td10"> - <!--l. 829--><p class="noindent" >Fits the width of the page to the window. </td> + <!--l. 814--><p class="noindent" >Fits the width of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-1" class="td01"><span @@ -2196,7 +2196,7 @@ class="ec-lmvtt-10">FitV </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-4-3" class="td10"> - <!--l. 830--><p class="noindent" >Fits the height of the page to the window. </td> + <!--l. 815--><p class="noindent" >Fits the height of the page to the window. </td> </tr><tr @@ -2206,7 +2206,7 @@ class="ec-lmvtt-10">FitR </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">left bottom right top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-5-3" class="td10"> - <!--l. 831--><p class="noindent" >Fits the rectangle specified by the four + <!--l. 816--><p class="noindent" >Fits the rectangle specified by the four coordinates to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" @@ -2214,7 +2214,7 @@ class="td01"><span class="ec-lmvtt-10">FitB </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-6-3" class="td10"> - <!--l. 832--><p class="noindent" >Fits the page bounding box to the window. </td> + <!--l. 817--><p class="noindent" >Fits the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-1" class="td01"><span @@ -2222,7 +2222,7 @@ class="ec-lmvtt-10">FitBH </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-7-3" class="td10"> - <!--l. 833--><p class="noindent" >Fits the width of the page bounding box to + <!--l. 818--><p class="noindent" >Fits the width of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-1" @@ -2231,7 +2231,7 @@ class="ec-lmvtt-10">FitBV </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-8-3" class="td10"> - <!--l. 834--><p class="noindent" >Fits the height of the page bounding box to + <!--l. 819--><p class="noindent" >Fits the height of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-1" @@ -2251,10 +2251,10 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="T class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-13-3" class="td10"></td></tr> </table></div> -<!--l. 837--><p class="indent" > The <span +<!--l. 822--><p class="indent" > The <span class="ec-lmvtt-10">pdfpagelayout </span>can be one of the following values. <a - id="x1-11003r9"></a> <!--l. 840--><div class="longtable"> <table id="TBL-10" class="longtable" + id="x1-11003r9"></a> <!--l. 825--><div class="longtable"> <table id="TBL-10" class="longtable" ><colgroup id="TBL-10-1g"><col id="TBL-10-1"><col @@ -2264,40 +2264,40 @@ id="TBL-10-2"></colgroup> class="td01"><span class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-1-2" class="td10"> - <!--l. 840--><p class="noindent" >Displays a single page; advancing flips the page </td> + <!--l. 825--><p class="noindent" >Displays a single page; advancing flips the page </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-1" class="td01"><span class="ec-lmvtt-10">OneColumn </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-2-2" class="td10"> - <!--l. 841--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> + <!--l. 826--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" class="td01"><span class="ec-lmvtt-10">TwoColumnLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-3-2" class="td10"> - <!--l. 842--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 827--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the left. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" class="td01"><span class="ec-lmvtt-10">TwoColumnRight </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-4-2" class="td10"> - <!--l. 843--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 828--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the right. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" class="td01"><span class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-5-2" class="td10"> - <!--l. 844--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF + <!--l. 829--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" class="td01"><span class="ec-lmvtt-10">TwoPageRight </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-6-2" class="td10"> - <!--l. 845--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF + <!--l. 830--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" @@ -2313,7 +2313,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-10-10-2" class="td10"></td></tr> </table></div> -<!--l. 848--><p class="indent" > Finally, the <span +<!--l. 833--><p class="indent" > Finally, the <span class="ec-lmvtt-10">pdfpagetransition </span>can be one of the following values, where <span class="ec-lmri-10">/Di </span>stands for direction of motion in degrees, generally in 90<sup><span @@ -2327,7 +2327,7 @@ class="ec-lmri-10">/M </span>is for motion, either in (<span class="ec-lmvtt-10">/I</span>) or out (<span class="ec-lmvtt-10">/O</span>). <a - id="x1-11004r10"></a> <!--l. 856--><div class="longtable"> <table id="TBL-11" class="longtable" + id="x1-11004r10"></a> <!--l. 841--><div class="longtable"> <table id="TBL-11" class="longtable" ><colgroup id="TBL-11-1g"><col id="TBL-11-1"><col @@ -2339,7 +2339,7 @@ class="td01"><span class="ec-lmvtt-10">Blinds </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-1-2" class="td11"> /Dm </td><td style="white-space:normal; text-align:left;" id="TBL-11-1-3" class="td10"> - <!--l. 856--><p class="noindent" >Multiple lines distributed evenly across the screen sweep + <!--l. 841--><p class="noindent" >Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" @@ -2347,14 +2347,14 @@ class="td01"><span class="ec-lmvtt-10">Box </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-2" class="td11"> /M </td><td style="white-space:normal; text-align:left;" id="TBL-11-2-3" class="td10"> - <!--l. 858--><p class="noindent" >A box sweeps in or out. </td> + <!--l. 843--><p class="noindent" >A box sweeps in or out. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1" class="td01"><span class="ec-lmvtt-10">Dissolve </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-3-3" class="td10"> - <!--l. 859--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal + <!--l. 844--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" @@ -2362,7 +2362,7 @@ class="td01"><span class="ec-lmvtt-10">Glitter </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-4-3" class="td10"> - <!--l. 860--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the + <!--l. 845--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the screen. </td> @@ -2372,14 +2372,14 @@ class="td01"><span class="ec-lmvtt-10">Split </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-2" class="td11"> /Dm /M </td><td style="white-space:normal; text-align:left;" id="TBL-11-5-3" class="td10"> - <!--l. 861--><p class="noindent" >Two lines sweep across the screen to reveal the new page.</td> + <!--l. 846--><p class="noindent" >Two lines sweep across the screen to reveal the new page.</td> </tr><tr style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1" class="td01"><span class="ec-lmvtt-10">Wipe </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-6-3" class="td10"> - <!--l. 862--><p class="noindent" >A single line sweeps across the screen to reveal the new + <!--l. 847--><p class="noindent" >A single line sweeps across the screen to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1" @@ -2387,14 +2387,14 @@ class="td01"><span class="ec-lmvtt-10">R </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-7-3" class="td10"> - <!--l. 863--><p class="noindent" >Simply replaces the old page with the new one. </td> + <!--l. 848--><p class="noindent" >Simply replaces the old page with the new one. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-1" class="td01"><span class="ec-lmvtt-10">Fly </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-8-2" class="td11"> /Di /M </td><td style="white-space:normal; text-align:left;" id="TBL-11-8-3" class="td10"> - <!--l. 864--><p class="noindent" >Changes are flown out or in (as specified by /M), in the + <!--l. 849--><p class="noindent" >Changes are flown out or in (as specified by /M), in the direction specified by /Di, to or from a location that is offscreen except when /Di is None. </td> </tr><tr @@ -2403,7 +2403,7 @@ class="td01"><span class="ec-lmvtt-10">Push </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-9-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-9-3" class="td10"> - <!--l. 867--><p class="noindent" >The old page slides off the screen while the new page + <!--l. 852--><p class="noindent" >The old page slides off the screen while the new page slides in, pushing the old page out in the direction specified by /Di. </td> </tr><tr @@ -2412,7 +2412,7 @@ class="td01"><span class="ec-lmvtt-10">Cover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-10-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-10-3" class="td10"> - <!--l. 870--><p class="noindent" >The new page slides on to the screen in the direction + <!--l. 855--><p class="noindent" >The new page slides on to the screen in the direction specified by /Di, covering the old page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-1" @@ -2420,7 +2420,7 @@ class="td01"><span class="ec-lmvtt-10">Uncover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-11-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-11-11-3" class="td10"> - <!--l. 872--><p class="noindent" >The old page slides off the screen in the direction + <!--l. 857--><p class="noindent" >The old page slides off the screen in the direction specified by /Di, uncovering the new page in the direction specified by /Di. </td> </tr><tr @@ -2429,7 +2429,7 @@ class="td01"><span class="ec-lmvtt-10">Fade </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-11-12-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-12-3" class="td10"> - <!--l. 875--><p class="noindent" >The new page gradually becomes visible through the old + <!--l. 860--><p class="noindent" >The new page gradually becomes visible through the old one. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-13-1" @@ -2446,11 +2446,11 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id=" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-16-3" class="td10"></td></tr> </table></div> -<!--l. 879--><p class="noindent" > +<!--l. 864--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.8 </span> <a id="x1-120003.8"></a>Option <span class="ec-lmvtt-10">pdfinfo</span></h4> -<!--l. 881--><p class="noindent" >The information entries can be set using <span +<!--l. 866--><p class="noindent" >The information entries can be set using <span class="ec-lmvtt-10">pdftitle</span>, <span class="ec-lmvtt-10">pdfsubject</span>, …. Option <span class="ec-lmvtt-10">pdfinfo </span>provides an alternative @@ -2477,14 +2477,14 @@ strings (see PDF specification). Example:   } } </pre> - <!--l. 900--><p class="nopar" ></blockquote> -<!--l. 903--><p class="noindent" > + <!--l. 885--><p class="nopar" ></blockquote> +<!--l. 888--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">3.9 </span> <a id="x1-130003.9"></a>Big alphabetical list</h4> -<!--l. 905--><p class="noindent" >The following is a complete listing of available options for <span +<!--l. 890--><p class="noindent" >The following is a complete listing of available options for <span class="ec-lmss-10">hyperref</span>, arranged alphabetically. <a - id="x1-13001r11"></a> <!--l. 909--><div class="longtable"> <table id="TBL-12" class="longtable" + id="x1-13001r11"></a> <!--l. 894--><div class="longtable"> <table id="TBL-12" class="longtable" ><colgroup id="TBL-12-1g"><col id="TBL-12-1"><col @@ -2496,14 +2496,14 @@ class="td01"><span class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-1-3" class="td10"> - <!--l. 909--><p class="noindent" >Set all border color options </td> + <!--l. 894--><p class="noindent" >Set all border color options </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-1" class="td01"><span class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-2-3" class="td10"> - <!--l. 910--><p class="noindent" >Set all color options (without border and field + <!--l. 895--><p class="noindent" >Set all color options (without border and field options) </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-3-1" @@ -2512,7 +2512,7 @@ class="ec-lmvtt-10">anchorcolor </span></td><td style="white-space class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-3-3" class="td10"> - <!--l. 911--><p class="noindent" >set color of anchors, ignored by most drivers. </td> + <!--l. 896--><p class="noindent" >set color of anchors, ignored by most drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-1" class="td01"><span @@ -2520,7 +2520,7 @@ class="ec-lmvtt-10">backref </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-4-3" class="td10"> - <!--l. 912--><p class="noindent" >do bibliographical back references </td> + <!--l. 897--><p class="noindent" >do bibliographical back references </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-1" class="td01"><span @@ -2528,7 +2528,7 @@ class="ec-lmvtt-10">baseurl </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-5-3" class="td10"> - <!--l. 913--><p class="noindent" >set base URL for document </td> + <!--l. 898--><p class="noindent" >set base URL for document </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-1" class="td01"><span @@ -2536,7 +2536,7 @@ class="ec-lmvtt-10">bookmarks </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-6-3" class="td10"> - <!--l. 914--><p class="noindent" >make bookmarks </td> + <!--l. 899--><p class="noindent" >make bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-1" class="td01"><span @@ -2544,7 +2544,7 @@ class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-space:nowra class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-7-3" class="td10"> - <!--l. 915--><p class="noindent" >put section numbers in bookmarks </td> + <!--l. 900--><p class="noindent" >put section numbers in bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-1" class="td01"><span @@ -2552,7 +2552,7 @@ class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-8-3" class="td10"> - <!--l. 916--><p class="noindent" >open up bookmark tree </td> + <!--l. 901--><p class="noindent" >open up bookmark tree </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-9-1" class="td01"><span @@ -2560,7 +2560,7 @@ class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:now class="td11"> <span class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-9-3" class="td10"> - <!--l. 917--><p class="noindent" >level to which bookmarks are open </td> + <!--l. 902--><p class="noindent" >level to which bookmarks are open </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-10-1" class="td01"><span @@ -2568,7 +2568,7 @@ class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-10-3" class="td10"> - <!--l. 918--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 903--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-1" class="td01"><span @@ -2576,7 +2576,7 @@ class="ec-lmvtt-10">breaklinks </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-11-3" class="td10"> - <!--l. 919--><p class="noindent" >allow links to break over lines </td> + <!--l. 904--><p class="noindent" >allow links to break over lines </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-12-1" class="td01"><span @@ -2584,7 +2584,7 @@ class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-12-3" class="td10"> - <!--l. 920--><p class="noindent" >to produce CJK bookmarks </td> + <!--l. 905--><p class="noindent" >to produce CJK bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-13-1" class="td01"><span @@ -2592,7 +2592,7 @@ class="ec-lmvtt-10">citebordercolor </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">0 1 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-13-3" class="td10"> - <!--l. 921--><p class="noindent" >color of border around cites </td> + <!--l. 906--><p class="noindent" >color of border around cites </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-14-1" class="td01"><span @@ -2600,7 +2600,7 @@ class="ec-lmvtt-10">citecolor </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-14-3" class="td10"> - <!--l. 922--><p class="noindent" >color of citation links </td> + <!--l. 907--><p class="noindent" >color of citation links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-15-1" class="td01"><span @@ -2608,14 +2608,14 @@ class="ec-lmvtt-10">colorlinks </span></td><td style="white-spa class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-15-3" class="td10"> - <!--l. 923--><p class="noindent" >color links </td> + <!--l. 908--><p class="noindent" >color links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-16-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-16-2" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-16-3" class="td10"> - <!--l. 924--><p class="noindent" >(<span + <!--l. 909--><p class="noindent" >(<span class="ec-lmss-10">tex4ht</span>, <span class="ec-lmss-10">dviwindo</span>) </td> </tr><tr @@ -2625,7 +2625,7 @@ class="ec-lmvtt-10">debug </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-17-3" class="td10"> - <!--l. 925--><p class="noindent" >provide details of anchors defined; same as + <!--l. 910--><p class="noindent" >provide details of anchors defined; same as verbose </td> @@ -2636,7 +2636,7 @@ class="ec-lmvtt-10">destlabel </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-18-3" class="td10"> - <!--l. 926--><p class="noindent" >destinations are named by the first <span class="obeylines-h"><span class="verb"><span + <!--l. 911--><p class="noindent" >destinations are named by the first <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> after the anchor creation </td> </tr><tr @@ -2646,14 +2646,14 @@ class="ec-lmvtt-10">draft </span></td><td style="white-sp class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-19-3" class="td10"> - <!--l. 927--><p class="noindent" >do not do any hyperlinking </td> + <!--l. 912--><p class="noindent" >do not do any hyperlinking </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-1" class="td01"><span class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-20-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-20-3" class="td10"> - <!--l. 928--><p class="noindent" >default if no driver specified or detected </td> + <!--l. 913--><p class="noindent" >default if no driver specified or detected </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-21-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-21-2" @@ -2665,7 +2665,7 @@ class="td01"><span class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-22-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-22-3" class="td10"> - <!--l. 929--><p class="noindent" >use <span + <!--l. 914--><p class="noindent" >use <span class="ec-lmss-10">dvipdfm </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-1" @@ -2673,7 +2673,7 @@ class="td01"><span class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-23-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-23-3" class="td10"> - <!--l. 930--><p class="noindent" >use <span + <!--l. 915--><p class="noindent" >use <span class="ec-lmss-10">dvipdfmx </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-1" @@ -2681,7 +2681,7 @@ class="td01"><span class="ec-lmvtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-24-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-24-3" class="td10"> - <!--l. 931--><p class="noindent" >use <span + <!--l. 916--><p class="noindent" >use <span class="ec-lmss-10">dvips </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-25-1" @@ -2689,7 +2689,7 @@ class="td01"><span class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-25-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-25-3" class="td10"> - <!--l. 932--><p class="noindent" >use <span + <!--l. 917--><p class="noindent" >use <span class="ec-lmss-10">dvipsone </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-26-1" @@ -2697,7 +2697,7 @@ class="td01"><span class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-26-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-26-3" class="td10"> - <!--l. 933--><p class="noindent" >use <span + <!--l. 918--><p class="noindent" >use <span class="ec-lmss-10">dviwindo </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-27-1" @@ -2705,7 +2705,7 @@ class="td01"><span class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-27-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-27-3" class="td10"> - <!--l. 934--><p class="noindent" >to set encap character for hyperindex </td> + <!--l. 919--><p class="noindent" >to set encap character for hyperindex </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-28-1" class="td01"><span @@ -2713,7 +2713,7 @@ class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">dvi </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-28-3" class="td10"> - <!--l. 935--><p class="noindent" >suffix of linked files </td> + <!--l. 920--><p class="noindent" >suffix of linked files </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-29-1" class="td01"><span @@ -2721,7 +2721,7 @@ class="ec-lmvtt-10">filebordercolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-29-3" class="td10"> - <!--l. 936--><p class="noindent" >color of border around file links </td> + <!--l. 921--><p class="noindent" >color of border around file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-30-1" class="td01"><span @@ -2729,7 +2729,7 @@ class="ec-lmvtt-10">filecolor </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-30-3" class="td10"> - <!--l. 937--><p class="noindent" >color of file links </td> + <!--l. 922--><p class="noindent" >color of file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-31-1" class="td01"><span @@ -2737,7 +2737,7 @@ class="ec-lmvtt-10">final </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-31-3" class="td10"> - <!--l. 938--><p class="noindent" >opposite of option draft </td> + <!--l. 923--><p class="noindent" >opposite of option draft </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-32-1" class="td01"><span @@ -2745,14 +2745,14 @@ class="ec-lmvtt-10">frenchlinks </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-32-3" class="td10"> - <!--l. 939--><p class="noindent" >use small caps instead of color for links </td> + <!--l. 924--><p class="noindent" >use small caps instead of color for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-33-1" class="td01"><span class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-33-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-33-3" class="td10"> - <!--l. 940--><p class="noindent" >Hide links (removing color and border) </td> + <!--l. 925--><p class="noindent" >Hide links (removing color and border) </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-34-1" class="td01"><span @@ -2760,7 +2760,7 @@ class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-34-3" class="td10"> - <!--l. 941--><p class="noindent" >make figures hyper links </td> + <!--l. 926--><p class="noindent" >make figures hyper links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-35-1" class="td01"><span @@ -2768,7 +2768,7 @@ class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-35-3" class="td10"> - <!--l. 942--><p class="noindent" >set up hyperlinked footnotes </td> + <!--l. 927--><p class="noindent" >set up hyperlinked footnotes </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-36-1" class="td01"><span @@ -2776,14 +2776,14 @@ class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-36-3" class="td10"> - <!--l. 943--><p class="noindent" >set up hyperlinked indices </td> + <!--l. 928--><p class="noindent" >set up hyperlinked indices </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-37-1" class="td01"><span class="ec-lmvtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-37-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-37-3" class="td10"> - <!--l. 944--><p class="noindent" >use <span + <!--l. 929--><p class="noindent" >use <span class="ec-lmss-10">HyperTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-38-1" @@ -2792,7 +2792,7 @@ class="ec-lmvtt-10">hypertexnames </span></td><td style="white-space:nowrap; t class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-38-3" class="td10"> - <!--l. 945--><p class="noindent" >use guessable names for links </td> + <!--l. 930--><p class="noindent" >use guessable names for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-39-1" class="td01"><span @@ -2800,14 +2800,14 @@ class="ec-lmvtt-10">implicit </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-39-3" class="td10"> - <!--l. 946--><p class="noindent" >redefine LaTeX internals </td> + <!--l. 931--><p class="noindent" >redefine LaTeX internals </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-40-1" class="td01"><span class="ec-lmvtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-40-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-40-3" class="td10"> - <!--l. 947--><p class="noindent" >use <span + <!--l. 932--><p class="noindent" >use <span class="ec-lmss-10">LaTeX2HTML </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-41-1" @@ -2816,7 +2816,7 @@ class="ec-lmvtt-10">linkbordercolor </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-41-3" class="td10"> - <!--l. 948--><p class="noindent" >color of border around links </td> + <!--l. 933--><p class="noindent" >color of border around links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-42-1" class="td01"> </td></tr> @@ -2827,7 +2827,7 @@ class="ec-lmvtt-10">linkcolor </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-43-3" class="td10"> - <!--l. 949--><p class="noindent" >color of links </td> + <!--l. 934--><p class="noindent" >color of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-44-1" class="td01"><span @@ -2835,7 +2835,7 @@ class="ec-lmvtt-10">linktoc </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-44-3" class="td10"> - <!--l. 950--><p class="noindent" >make text be link on TOC, LOF and LOT </td> + <!--l. 935--><p class="noindent" >make text be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-45-1" class="td01"><span @@ -2843,7 +2843,7 @@ class="ec-lmvtt-10">linktocpage </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-45-3" class="td10"> - <!--l. 951--><p class="noindent" >make page number, not text, be link on TOC, + <!--l. 936--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-46-1" @@ -2852,7 +2852,7 @@ class="ec-lmvtt-10">menubordercolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-46-3" class="td10"> - <!--l. 952--><p class="noindent" >color of border around menu links </td> + <!--l. 937--><p class="noindent" >color of border around menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-47-1" class="td01"><span @@ -2860,7 +2860,7 @@ class="ec-lmvtt-10">menucolor </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-47-3" class="td10"> - <!--l. 953--><p class="noindent" >color for menu links </td> + <!--l. 938--><p class="noindent" >color for menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-48-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-48-1" class="td01"><span @@ -2868,7 +2868,7 @@ class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-48-3" class="td10"> - <!--l. 954--><p class="noindent" >an alias for <span + <!--l. 939--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-49-1" @@ -2877,7 +2877,7 @@ class="ec-lmvtt-10">naturalnames </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-49-3" class="td10"> - <!--l. 955--><p class="noindent" >use LaTeX-computed names for links </td> + <!--l. 940--><p class="noindent" >use LaTeX-computed names for links </td> </tr><tr @@ -2887,7 +2887,7 @@ class="ec-lmvtt-10">nesting </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-50-3" class="td10"> - <!--l. 956--><p class="noindent" >allow nesting of links </td> + <!--l. 941--><p class="noindent" >allow nesting of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-51-1" class="td01"><span @@ -2895,7 +2895,7 @@ class="ec-lmvtt-10">pageanchor </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-51-3" class="td10"> - <!--l. 957--><p class="noindent" >put an anchor on every page </td> + <!--l. 942--><p class="noindent" >put an anchor on every page </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-52-1" class="td01"><span @@ -2903,7 +2903,7 @@ class="ec-lmvtt-10">pagebackref </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-52-3" class="td10"> - <!--l. 958--><p class="noindent" >backreference by page number </td> + <!--l. 943--><p class="noindent" >backreference by page number </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-53-1" class="td01"><span @@ -2911,7 +2911,7 @@ class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-53-3" class="td10"> - <!--l. 959--><p class="noindent" >text for PDF Author field </td> + <!--l. 944--><p class="noindent" >text for PDF Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-54-1" class="td01"><span @@ -2919,14 +2919,14 @@ class="ec-lmvtt-10">pdfborder </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">0 0 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-54-3" class="td10"> - <!--l. 960--><p class="noindent" >width of PDF link border </td> + <!--l. 945--><p class="noindent" >width of PDF link border </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-55-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-55-2" class="td11"> <span class="ec-lmri-10">0 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-55-3" class="td10"> - <!--l. 961--><p class="noindent" >(<span + <!--l. 946--><p class="noindent" >(<span class="ec-lmvtt-10">colorlinks)</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-56-1" @@ -2934,7 +2934,7 @@ class="td01"><span class="ec-lmvtt-10">pdfborderstyle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-56-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-56-3" class="td10"> - <!--l. 962--><p class="noindent" >border style for links </td> + <!--l. 947--><p class="noindent" >border style for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-57-1" class="td01"><span @@ -2942,7 +2942,7 @@ class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-57-3" class="td10"> - <!--l. 963--><p class="noindent" >position the document window in the center + <!--l. 948--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-58-1" @@ -2951,14 +2951,14 @@ class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">LaTeX with </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-58-3" class="td10"> - <!--l. 964--><p class="noindent" >text for PDF Creator field </td> + <!--l. 949--><p class="noindent" >text for PDF Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-59-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-59-2" class="td11"> <span class="ec-lmri-10">hyperref </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-59-3" class="td10"> - <!--l. 966--><p class="noindent" > </td> + <!--l. 951--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-60-1" class="td01"><span @@ -2966,7 +2966,7 @@ class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-60-3" class="td10"> - <!--l. 966--><p class="noindent" >direction setting </td> + <!--l. 951--><p class="noindent" >direction setting </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-61-1" class="td01"><span @@ -2974,7 +2974,7 @@ class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-61-3" class="td10"> - <!--l. 967--><p class="noindent" >display document title instead of file name in + <!--l. 952--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-62-1" @@ -2983,7 +2983,7 @@ class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-62-3" class="td10"> - <!--l. 969--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 954--><p class="noindent" >paper handling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-63-1" class="td01"> </td></tr> @@ -2994,7 +2994,7 @@ class="ec-lmvtt-10">pdffitwindow </span></td><td style="white class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-64-3" class="td10"> - <!--l. 971--><p class="noindent" >resize document window to fit document size </td> + <!--l. 956--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-65-1" class="td01"><span @@ -3002,7 +3002,7 @@ class="ec-lmvtt-10">pdfhighlight </span></td><td style="whit class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-65-3" class="td10"> - <!--l. 972--><p class="noindent" >set highlighting of PDF links </td> + <!--l. 957--><p class="noindent" >set highlighting of PDF links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-66-1" class="td01"><span @@ -3010,7 +3010,7 @@ class="ec-lmvtt-10">pdfinfo </span></td><td style="wh class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-66-3" class="td10"> - <!--l. 973--><p class="noindent" >alternative interface for setting document + <!--l. 958--><p class="noindent" >alternative interface for setting document information </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-67-1" @@ -3019,7 +3019,7 @@ class="ec-lmvtt-10">pdfkeywords </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-67-3" class="td10"> - <!--l. 974--><p class="noindent" >text for PDF Keywords field </td> + <!--l. 959--><p class="noindent" >text for PDF Keywords field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-68-1" class="td01"><span @@ -3027,7 +3027,7 @@ class="ec-lmvtt-10">pdflang </span></td><td style="whi class="td11"> <span class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-68-3" class="td10"> - <!--l. 975--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 960--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-69-1" class="td01"><span @@ -3035,7 +3035,7 @@ class="ec-lmvtt-10">pdfmark </span></td><td style="whit class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-69-3" class="td10"> - <!--l. 976--><p class="noindent" >an alias for <span + <!--l. 961--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-70-1" @@ -3044,7 +3044,7 @@ class="ec-lmvtt-10">pdfmenubar </span></td><td style="white- class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-70-3" class="td10"> - <!--l. 977--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 962--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-71-1" class="td01"><span @@ -3052,13 +3052,13 @@ class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-71-3" class="td10"> - <!--l. 978--><p class="noindent" >make links that open another PDF </td> + <!--l. 963--><p class="noindent" >make links that open another PDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-72-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-12-72-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-72-3" class="td10"> - <!--l. 979--><p class="noindent" >file start a new window </td> + <!--l. 964--><p class="noindent" >file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-73-1" class="td01"><span @@ -3066,7 +3066,7 @@ class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-73-3" class="td10"> - <!--l. 981--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 966--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr style="vertical-align:baseline;" id="TBL-12-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-74-1" class="td01"><span @@ -3074,7 +3074,7 @@ class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-74-3" class="td10"> - <!--l. 983--><p class="noindent" >number of printed copies </td> + <!--l. 968--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-75-1" class="td01"><span @@ -3082,7 +3082,7 @@ class="ec-lmvtt-10">pdfpagelabels </span></td><td style="whit class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-75-3" class="td10"> - <!--l. 984--><p class="noindent" >set PDF page labels </td> + <!--l. 969--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-76-1" class="td01"><span @@ -3090,7 +3090,7 @@ class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-76-3" class="td10"> - <!--l. 985--><p class="noindent" >set layout of PDF pages </td> + <!--l. 970--><p class="noindent" >set layout of PDF pages </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-77-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-77-1" class="td01"><span @@ -3098,7 +3098,7 @@ class="ec-lmvtt-10">pdfpagemode </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-77-3" class="td10"> - <!--l. 986--><p class="noindent" >set default mode of PDF display </td> + <!--l. 971--><p class="noindent" >set default mode of PDF display </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-78-1" class="td01"><span @@ -3106,7 +3106,7 @@ class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-78-3" class="td10"> - <!--l. 987--><p class="noindent" >set crop size of PDF document </td> + <!--l. 972--><p class="noindent" >set crop size of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-79-1" class="td01"><span @@ -3114,7 +3114,7 @@ class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-79-3" class="td10"> - <!--l. 988--><p class="noindent" >set PDF page transition style </td> + <!--l. 973--><p class="noindent" >set PDF page transition style </td> </tr><tr @@ -3124,7 +3124,7 @@ class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-80-3" class="td10"> - <!--l. 990--><p class="noindent" >set option for print dialog </td> + <!--l. 975--><p class="noindent" >set option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-81-1" class="td01"><span @@ -3132,7 +3132,7 @@ class="ec-lmvtt-10">pdfprintarea </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-81-3" class="td10"> - <!--l. 991--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 976--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-82-1" class="td01"><span @@ -3140,7 +3140,7 @@ class="ec-lmvtt-10">pdfprintclip </span></td><td style="whi class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-82-3" class="td10"> - <!--l. 992--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 977--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-83-1" class="td01"><span @@ -3148,7 +3148,7 @@ class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-83-3" class="td10"> - <!--l. 993--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 978--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-84-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-84-1" class="td01"> </td></tr> @@ -3159,7 +3159,7 @@ class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-85-3" class="td10"> - <!--l. 994--><p class="noindent" >page scaling option for print dialog </td> + <!--l. 979--><p class="noindent" >page scaling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-86-1" class="td01"><span @@ -3167,7 +3167,7 @@ class="ec-lmvtt-10">pdfproducer </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-86-3" class="td10"> - <!--l. 995--><p class="noindent" >text for PDF Producer field </td> + <!--l. 980--><p class="noindent" >text for PDF Producer field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-87-1" class="td01"><span @@ -3175,7 +3175,7 @@ class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:nowr class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-87-3" class="td10"> - <!--l. 996--><p class="noindent" >starting view of remote PDF documents </td> + <!--l. 981--><p class="noindent" >starting view of remote PDF documents </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-88-1" class="td01"><span @@ -3183,7 +3183,7 @@ class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-88-3" class="td10"> - <!--l. 997--><p class="noindent" >page at which PDF document opens </td> + <!--l. 982--><p class="noindent" >page at which PDF document opens </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-89-1" class="td01"><span @@ -3191,7 +3191,7 @@ class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-89-3" class="td10"> - <!--l. 998--><p class="noindent" >starting view of PDF document </td> + <!--l. 983--><p class="noindent" >starting view of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-90-1" class="td01"><span @@ -3199,14 +3199,14 @@ class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-90-3" class="td10"> - <!--l. 999--><p class="noindent" >text for PDF Subject field </td> + <!--l. 984--><p class="noindent" >text for PDF Subject field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-91-1" class="td01"><span class="ec-lmvtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-91-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-91-3" class="td10"> - <!--l. 1000--><p class="noindent" >use <span + <!--l. 985--><p class="noindent" >use <span class="ec-lmss-10">pdfTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-92-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-92-1" @@ -3215,7 +3215,7 @@ class="ec-lmvtt-10">pdftitle </span></td><td style="white-space class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-92-3" class="td10"> - <!--l. 1001--><p class="noindent" >text for PDF Title field </td> + <!--l. 986--><p class="noindent" >text for PDF Title field </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-93-1" class="td01"><span @@ -3223,7 +3223,7 @@ class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-93-3" class="td10"> - <!--l. 1002--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 987--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-94-1" class="td01"><span @@ -3231,7 +3231,7 @@ class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-94-3" class="td10"> - <!--l. 1003--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 988--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span class="ec-lmvtt-10">True</span>, <span class="ec-lmvtt-10">False </span>and <span @@ -3244,7 +3244,7 @@ class="ec-lmvtt-10">pdfview </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-95-3" class="td10"> - <!--l. 1006--><p class="noindent" >PDF ‘view’ when on link traversal </td> + <!--l. 991--><p class="noindent" >PDF ‘view’ when on link traversal </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-96-1" class="td01"><span @@ -3252,7 +3252,7 @@ class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-96-3" class="td10"> - <!--l. 1007--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 992--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-97-1" class="td01"><span @@ -3260,7 +3260,7 @@ class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:n class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-97-3" class="td10"> - <!--l. 1008--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 993--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-98-1" class="td01"><span @@ -3268,7 +3268,7 @@ class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:now class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-98-3" class="td10"> - <!--l. 1009--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 994--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-99-1" class="td01"><span @@ -3276,14 +3276,14 @@ class="ec-lmvtt-10">plainpages </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-99-3" class="td10"> - <!--l. 1010--><p class="noindent" >do page number anchors as plain Arabic </td> + <!--l. 995--><p class="noindent" >do page number anchors as plain Arabic </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-100-1" class="td01"><span class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-100-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-100-3" class="td10"> - <!--l. 1011--><p class="noindent" >use <span + <!--l. 996--><p class="noindent" >use <span class="ec-lmss-10">ps2pdf </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-101-1" @@ -3292,7 +3292,7 @@ class="ec-lmvtt-10">psdextra </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-101-3" class="td10"> - <!--l. 1012--><p class="noindent" >define more short names for PDF string + <!--l. 997--><p class="noindent" >define more short names for PDF string commands </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-102-1" @@ -3301,7 +3301,7 @@ class="ec-lmvtt-10">raiselinks </span></td><td style="white-space class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-102-3" class="td10"> - <!--l. 1013--><p class="noindent" >raise up links (for <span + <!--l. 998--><p class="noindent" >raise up links (for <span class="ec-lmss-10">HyperTeX </span>backend) </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-103-1" @@ -3310,7 +3310,7 @@ class="ec-lmvtt-10">runbordercolor </span></td><td style="white-space:no class="td11"> <span class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-103-3" class="td10"> - <!--l. 1014--><p class="noindent" >color of border around ‘run’ links </td> + <!--l. 999--><p class="noindent" >color of border around ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-104-1" class="td01"><span @@ -3318,7 +3318,7 @@ class="ec-lmvtt-10">runcolor </span></td><td style="white-space: class="td11"> <span class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-104-3" class="td10"> - <!--l. 1015--><p class="noindent" >color of ‘run’ links </td> + <!--l. 1000--><p class="noindent" >color of ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-105-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-105-1" class="td01"> </td></tr> @@ -3329,14 +3329,14 @@ class="ec-lmvtt-10">setpagesize </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-106-3" class="td10"> - <!--l. 1016--><p class="noindent" >set page size by special driver commands </td> + <!--l. 1001--><p class="noindent" >set page size by special driver commands </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-107-1" class="td01"><span class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-107-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-107-3" class="td10"> - <!--l. 1017--><p class="noindent" >use <span + <!--l. 1002--><p class="noindent" >use <span class="ec-lmss-10">TeX4ht </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-1" @@ -3344,7 +3344,7 @@ class="td01"><span class="ec-lmvtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-108-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-108-3" class="td10"> - <!--l. 1018--><p class="noindent" >use <span + <!--l. 1003--><p class="noindent" >use <span class="ec-lmss-10">Textures </span>backend </td> @@ -3355,7 +3355,7 @@ class="ec-lmvtt-10">unicode </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-109-3" class="td10"> - <!--l. 1019--><p class="noindent" >Unicode encoded pdf strings, starting with + <!--l. 1004--><p class="noindent" >Unicode encoded pdf strings, starting with version v7.00g set by default to true for all engines. It will load a number of definitions in puenc.def. It can be set to false for pdflatex, @@ -3367,7 +3367,7 @@ class="ec-lmvtt-10">urlbordercolor </span></td><td style="white-space:nowrap; class="td11"> <span class="ec-lmri-10">0 1 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-110-3" class="td10"> - <!--l. 1020--><p class="noindent" >color of border around URL links </td> + <!--l. 1005--><p class="noindent" >color of border around URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-111-1" class="td01"><span @@ -3375,7 +3375,7 @@ class="ec-lmvtt-10">urlcolor </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-111-3" class="td10"> - <!--l. 1021--><p class="noindent" >color of URL links </td> + <!--l. 1006--><p class="noindent" >color of URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-112-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-112-1" class="td01"><span @@ -3383,14 +3383,14 @@ class="ec-lmvtt-10">verbose </span></td><td style="white-space:nowrap class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-12-112-3" class="td10"> - <!--l. 1022--><p class="noindent" >be chatty </td> + <!--l. 1007--><p class="noindent" >be chatty </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-113-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-113-1" class="td01"><span class="ec-lmvtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-113-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-113-3" class="td10"> - <!--l. 1023--><p class="noindent" >use <span + <!--l. 1008--><p class="noindent" >use <span class="ec-lmss-10">VTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-114-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-114-1" @@ -3398,7 +3398,7 @@ class="td01"><span class="ec-lmvtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-114-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-114-3" class="td10"> - <!--l. 1024--><p class="noindent" >use <span + <!--l. 1009--><p class="noindent" >use <span class="ec-lmss-10">XeTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-115-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-115-1" @@ -3416,12 +3416,12 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-12-119-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-119-1" class="td01"> </td></tr> </table></div> -<!--l. 1027--><p class="noindent" > +<!--l. 1012--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">4 </span> <a id="x1-140004"></a>Additional user macros</h3> -<!--l. 1029--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are +<!--l. 1014--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: -<!--l. 1032--><p class="noindent" > +<!--l. 1017--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-13" class="tabular" ><colgroup id="TBL-13-1g"><col @@ -3438,13 +3438,13 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1036--><p class="noindent" >The <span +<!--l. 1021--><p class="noindent" >The <span class="ec-lmri-10">text </span>is made a hyperlink to the <span class="ec-lmri-10">URL</span>; this must be a full URL (relative to the base URL, if that is defined). The special characters # and ˜ do <span class="ec-lmri-10">not </span>need to be escaped in any way (unless the command is used in the argument of another command). -<!--l. 1041--><p class="indent" > The optional argument <span +<!--l. 1026--><p class="indent" > The optional argument <span class="ec-lmri-10">options </span>recognizes the hyperref options <span class="ec-lmvtt-10">pdfremotestartview</span>, <span class="ec-lmvtt-10">pdfnewwindow</span> @@ -3468,7 +3468,7 @@ class="ec-lmvtk-10">nextactionraw</span><span class="ec-lmbx-10">:</span> </dt><dd class="description">The value of key <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">/Next</span></span></span> of action dictionaries, see PDF specification.</dd></dl> -<!--l. 1054--><p class="noindent" > +<!--l. 1039--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" ><colgroup id="TBL-14-1g"><col @@ -3479,7 +3479,7 @@ class="ec-lmvtt-10">\url</span><span class="obeylines-h"><span class="verb"><spa class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1058--><p class="noindent" >Similar to <span +<!--l. 1043--><p class="noindent" >Similar to <span class="ec-lmvtt-10">\href</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span @@ -3492,7 +3492,7 @@ class="ec-lmvtt-10">\href</span></span></span> also tries to detect the link type. Thus the result can be a url link, file link, … -<!--l. 1063--><p class="noindent" > +<!--l. 1048--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" ><colgroup id="TBL-15-1g"><col @@ -3503,10 +3503,10 @@ class="ec-lmvtt-10">\nolinkurl</span><span class="obeylines-h"><span class="verb class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1067--><p class="noindent" >Write <span +<!--l. 1052--><p class="noindent" >Write <span class="ec-lmri-10">URL </span>in the same way as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>, without creating a hyperlink. -<!--l. 1070--><p class="noindent" > +<!--l. 1055--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" ><colgroup id="TBL-16-1g"><col @@ -3518,10 +3518,10 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1074--><p class="noindent" >A base <span +<!--l. 1059--><p class="noindent" >A base <span class="ec-lmri-10">URL </span>is established, which is prepended to other specified URLs, to make it easier to write portable documents. -<!--l. 1077--><p class="noindent" > +<!--l. 1062--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" ><colgroup id="TBL-17-1g"><col @@ -3535,12 +3535,12 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1081--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span +<!--l. 1066--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span class="ec-lmri-10">text </span>as the anchor. -<!--l. 1084--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span +<!--l. 1069--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span class="ec-lmri-10">text </span>being ignored completely. -<!--l. 1087--><p class="noindent" > +<!--l. 1072--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" ><colgroup id="TBL-18-1g"><col @@ -3556,10 +3556,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1091--><p class="noindent" >A target area of the document (the <span +<!--l. 1076--><p class="noindent" >A target area of the document (the <span class="ec-lmri-10">text</span>) is marked, and given the name <span class="ec-lmri-10">category.name</span> -<!--l. 1094--><p class="noindent" > +<!--l. 1079--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" ><colgroup id="TBL-19-1g"><col @@ -3577,10 +3577,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1098--><p class="noindent" ><span +<!--l. 1083--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to <span class="ec-lmri-10">URL#category.name</span> -<!--l. 1100--><p class="noindent" > +<!--l. 1085--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" ><colgroup id="TBL-20-1g"><col @@ -3594,12 +3594,12 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1104--><p class="noindent" ><span +<!--l. 1089--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to the same place as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> would be linked. -<!--l. 1108--><p class="noindent" > +<!--l. 1093--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" ><colgroup id="TBL-21-1g"><col @@ -3613,7 +3613,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1111--><p class="noindent" > +<!--l. 1096--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" ><colgroup id="TBL-22-1g"><col @@ -3627,7 +3627,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1115--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span +<!--l. 1100--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypertarget</span></span></span>, with two parameters of an anchor <span class="ec-lmri-10">name</span>, and anchor <span @@ -3636,11 +3636,11 @@ class="ec-lmvtt-10">\hyperlink</span></span></span> has two arguments, the name class="ec-lmvtt-10">\hypertarget</span></span></span>, and the <span class="ec-lmri-10">text </span>which be used as the link on the page. -<!--l. 1121--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span +<!--l. 1106--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperlink</span></span></span> command inserts a notional # in front of each link, making it relative to the current testdocument; <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\href</span></span></span> expects a full URL. -<!--l. 1125--><p class="noindent" > +<!--l. 1110--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" ><colgroup id="TBL-23-1g"><col @@ -3649,7 +3649,7 @@ id="TBL-23-1"></colgroup><tr class="td11"> <span class="ec-lmvtt-10">\phantomsection </span></td> </tr></table> </div></span> -<!--l. 1129--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span +<!--l. 1114--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypertarget{}{}</span></span></span> with an automatically chosen anchor name. Often it is used in conjunction with <span class="obeylines-h"><span class="verb"><span @@ -3666,10 +3666,10 @@ Example: \addcontentsline{toc}{chapter}{\indexname} \printindex </pre> - <!--l. 1142--><p class="nopar" ></blockquote> -<!--l. 1144--><p class="noindent" >Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, + <!--l. 1127--><p class="nopar" ></blockquote> +<!--l. 1129--><p class="noindent" >Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, not to a location before this page. -<!--l. 1148--><p class="noindent" > +<!--l. 1133--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-24" class="tabular" ><colgroup id="TBL-24-1g"><col @@ -3680,11 +3680,11 @@ class="ec-lmvtt-10">\autoref</span><span class="obeylines-h"><span class="verb"> class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1152--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span +<!--l. 1137--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref</span></span></span> command that places a contextual label in front of the reference. This gives your users a bigger target to click for hyperlinks (e.g. ‘section 2’ instead of merely the number ‘2’). -<!--l. 1158--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span +<!--l. 1143--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> command by <span class="ec-lmss-10">hyperref </span>by using the macros listed below (shown with their default values). The macros can be (re)defined in documents using @@ -3692,7 +3692,7 @@ macros listed below (shown with their default values). The macros can be (re)def class="ec-lmvtt-10">\(re)newcommand</span></span></span>; note that some of these macros are already defined in the standard document classes. The mixture of lowercase and uppercase initial letters is deliberate and corresponds to the author’s practice. -<!--l. 1166--><p class="indent" > For each macro below, <span +<!--l. 1151--><p class="indent" > For each macro below, <span class="ec-lmss-10">hyperref </span>checks <span class="ec-lmvtt-10">\*autorefname </span>before <span class="ec-lmvtt-10">\*name</span>. For instance, it looks for @@ -3700,7 +3700,7 @@ class="ec-lmvtt-10">\*name</span>. For instance, it looks for class="ec-lmvtt-10">\figureautorefname </span>before <span class="ec-lmvtt-10">\figurename</span>. <a - id="x1-14001r12"></a> <!--l. 1171--><div class="longtable"> <table id="TBL-25" class="longtable" + id="x1-14001r12"></a> <!--l. 1156--><div class="longtable"> <table id="TBL-25" class="longtable" ><colgroup id="TBL-25-1g"><col id="TBL-25-1"><col @@ -3710,80 +3710,80 @@ id="TBL-25-2"></colgroup> class="td01"><span class="ec-lmri-10">Macro </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-1-2" class="td10"> - <!--l. 1171--><p class="noindent" ><span + <!--l. 1156--><p class="noindent" ><span class="ec-lmri-10">Default</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-2-1" class="td01"><span class="ec-lmvtt-10">\figurename </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-2-2" class="td10"> - <!--l. 1172--><p class="noindent" >Figure </td> + <!--l. 1157--><p class="noindent" >Figure </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-3-1" class="td01"><span class="ec-lmvtt-10">\tablename </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-3-2" class="td10"> - <!--l. 1173--><p class="noindent" >Table </td> + <!--l. 1158--><p class="noindent" >Table </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-4-1" class="td01"><span class="ec-lmvtt-10">\partname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-4-2" class="td10"> - <!--l. 1174--><p class="noindent" >Part </td> + <!--l. 1159--><p class="noindent" >Part </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-5-1" class="td01"><span class="ec-lmvtt-10">\appendixname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-5-2" class="td10"> - <!--l. 1175--><p class="noindent" >Appendix </td> + <!--l. 1160--><p class="noindent" >Appendix </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-6-1" class="td01"><span class="ec-lmvtt-10">\equationname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-6-2" class="td10"> - <!--l. 1176--><p class="noindent" >Equation </td> + <!--l. 1161--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-7-1" class="td01"><span class="ec-lmvtt-10">\Itemname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-7-2" class="td10"> - <!--l. 1177--><p class="noindent" >item </td> + <!--l. 1162--><p class="noindent" >item </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-8-1" class="td01"><span class="ec-lmvtt-10">\chaptername </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-8-2" class="td10"> - <!--l. 1178--><p class="noindent" >chapter </td> + <!--l. 1163--><p class="noindent" >chapter </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-9-1" class="td01"><span class="ec-lmvtt-10">\sectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-9-2" class="td10"> - <!--l. 1179--><p class="noindent" >section </td> + <!--l. 1164--><p class="noindent" >section </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-10-1" class="td01"><span class="ec-lmvtt-10">\subsectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-10-2" class="td10"> - <!--l. 1180--><p class="noindent" >subsection </td> + <!--l. 1165--><p class="noindent" >subsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-11-1" class="td01"><span class="ec-lmvtt-10">\subsubsectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-11-2" class="td10"> - <!--l. 1181--><p class="noindent" >subsubsection </td> + <!--l. 1166--><p class="noindent" >subsubsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-12-1" class="td01"><span class="ec-lmvtt-10">\paragraphname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-12-2" class="td10"> - <!--l. 1182--><p class="noindent" >paragraph </td> + <!--l. 1167--><p class="noindent" >paragraph </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-13-1" class="td01"><span class="ec-lmvtt-10">\Hfootnotename </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-13-2" class="td10"> - <!--l. 1183--><p class="noindent" >footnote </td> + <!--l. 1168--><p class="noindent" >footnote </td> </tr><tr @@ -3791,19 +3791,19 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-14-2" class="td10"> - <!--l. 1184--><p class="noindent" >Equation </td> + <!--l. 1169--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-15-1" class="td01"><span class="ec-lmvtt-10">\theoremname </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-15-2" class="td10"> - <!--l. 1185--><p class="noindent" >Theorem </td> + <!--l. 1170--><p class="noindent" >Theorem </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-16-1" class="td01"><span class="ec-lmvtt-10">\page </span></td><td style="white-space:normal; text-align:left;" id="TBL-25-16-2" class="td10"> - <!--l. 1186--><p class="noindent" >page </td> + <!--l. 1171--><p class="noindent" >page </td> </tr><tr style="vertical-align:baseline;" id="TBL-25-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-25-17-1" class="td01"> </td> @@ -3821,7 +3821,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-25-21-2" class="td10"></td></tr> </table></div> -<!--l. 1189--><p class="indent" > Example for a redefinition if <span +<!--l. 1174--><p class="indent" > Example for a redefinition if <span class="ec-lmss-10">babel </span>is used: <blockquote class="quote"> @@ -3832,8 +3832,8 @@ class="ec-lmss-10">babel </span>is used:   \def\subsectionautorefname{Unterkapitel}% } </pre> - <!--l. 1196--><p class="nopar" ></blockquote> -<!--l. 1199--><p class="indent" > Hint: <span + <!--l. 1181--><p class="nopar" ></blockquote> +<!--l. 1184--><p class="indent" > Hint: <span class="ec-lmvtt-10">\autoref </span>works via the counter name that the reference is based on. Sometimes <span class="ec-lmvtt-10">\autoref</span> chooses the wrong name, if the counter is used for different things. For example, it happens with @@ -3873,8 +3873,8 @@ We will use \autoref{a} to prove \auto \end{document} </pre> - <!--l. 1234--><p class="nopar" ></blockquote> -<!--l. 1237--><p class="noindent" > + <!--l. 1219--><p class="nopar" ></blockquote> +<!--l. 1222--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" ><colgroup id="TBL-26-1g"><col @@ -3886,16 +3886,16 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1241--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span +<!--l. 1226--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pageref</span></span></span> and adds the name for page in front of the page reference. First <span class="ec-lmvtt-10">\pageautorefname</span> is checked before <span class="ec-lmvtt-10">\pagename</span>. -<!--l. 1246--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a +<!--l. 1231--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there are starred forms (these starred forms exist even if hyperref has been loaded with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">implicit=false</span></span></span>): -<!--l. 1250--><p class="noindent" > +<!--l. 1235--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" ><colgroup id="TBL-27-1g"><col @@ -3906,7 +3906,7 @@ class="ec-lmvtt-10">\ref*</span><span class="obeylines-h"><span class="verb"><sp class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1254--><p class="noindent" > +<!--l. 1239--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-28" class="tabular" ><colgroup id="TBL-28-1g"><col @@ -3918,7 +3918,7 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1258--><p class="noindent" > +<!--l. 1243--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" @@ -3930,7 +3930,7 @@ class="ec-lmvtt-10">\autoref*</span><span class="obeylines-h"><span class="verb" class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1262--><p class="noindent" > +<!--l. 1247--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" ><colgroup id="TBL-30-1g"><col @@ -3942,18 +3942,18 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1266--><p class="indent" > A typical use would be to write +<!--l. 1251--><p class="indent" > A typical use would be to write <pre class="verbatim" id="verbatim-17"> \hyperref[other]{that nice section (\ref*{other}) we read before} </pre> -<!--l. 1269--><p class="nopar" > -<!--l. 1271--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span +<!--l. 1254--><p class="nopar" > +<!--l. 1256--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref*{other}</span></span></span> to generate the correct number, but not to form a link, since we do this ourselves with <span class="ec-lmvtt-10">\hyperref</span>. -<!--l. 1274--><p class="noindent" > +<!--l. 1259--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" ><colgroup id="TBL-31-1g"><col @@ -3967,7 +3967,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">TeXstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1278--><p class="indent" > <span +<!--l. 1263--><p class="indent" > <span class="ec-lmvtt-10">\pdfstringdef </span>returns a macro containing the PDF string. (Currently this is done globally, but do not rely on it.) All the following tasks, definitions and redefinitions are made in a group to keep them local: @@ -4009,11 +4009,11 @@ class="ec-lmvtt-10">\textbf</span></span></span>, etc. <li class="itemize">Support for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\xspace</span></span></span> provided by the <span class="ec-lmss-10">xspace </span>package</li></ul> -<!--l. 1294--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in +<!--l. 1279--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in the PDF string. For further details, see Heiko Oberdiek’s EuroTeX paper distributed with <span class="ec-lmss-10">hyperref</span>. -<!--l. 1298--><p class="noindent" > +<!--l. 1283--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" ><colgroup id="TBL-32-1g"><col @@ -4025,24 +4025,24 @@ class="ec-lmvtt-10">{NoHyper}</span></span></span>…<span class="ec-lmvtt-10">\end</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{NoHyper}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1301--><p class="indent" > Sometimes we just don’t want the wretched package interfering with us. Define an environment we +<!--l. 1286--><p class="indent" > Sometimes we just don’t want the wretched package interfering with us. Define an environment we can put in manually, or include in a style file, which stops the hypertext functions doing anything. This is used, for instance, in the Elsevier classes, to stop <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref</span></span></span> playing havoc in the front matter. -<!--l. 1307--><p class="noindent" > +<!--l. 1292--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a id="x1-150004.1"></a>Bookmark macros</h4> -<!--l. 1309--><p class="noindent" > +<!--l. 1294--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.1 </span> <a id="x1-160004.1.1"></a>Setting bookmarks</h5> -<!--l. 1311--><p class="noindent" >Usually <span +<!--l. 1296--><p class="noindent" >Usually <span class="ec-lmss-10">hyperref </span>automatically adds bookmarks for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\section</span></span></span> and similar macros. But they can also set manually. -<!--l. 1314--><p class="noindent" > +<!--l. 1299--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" ><colgroup id="TBL-33-1g"><col @@ -4057,11 +4057,11 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1317--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the +<!--l. 1302--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the internal anchor name is used (in conjunction with level). Therefore the name must be unique (similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span>). -<!--l. 1321--><p class="noindent" > +<!--l. 1306--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" ><colgroup id="TBL-34-1g"><col @@ -4075,8 +4075,8 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1324--><p class="indent" > creates a bookmark at the current level. -<!--l. 1326--><p class="noindent" > +<!--l. 1309--><p class="indent" > creates a bookmark at the current level. +<!--l. 1311--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" ><colgroup id="TBL-35-1g"><col @@ -4090,9 +4090,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1329--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased +<!--l. 1314--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased by one. -<!--l. 1332--><p class="noindent" > +<!--l. 1317--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" ><colgroup id="TBL-36-1g"><col @@ -4106,9 +4106,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1335--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current +<!--l. 1320--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current bookmark level has not changed. -<!--l. 1338--><p class="noindent" ><span +<!--l. 1323--><p class="noindent" ><span class="ec-lmbx-10">Hint: </span>Package <span class="ec-lmss-10">bookmark </span>replaces <span class="ec-lmss-10">hyperref</span>’s bookmark organization by a new algorithm: @@ -4118,18 +4118,18 @@ class="ec-lmss-10">hyperref</span>’s bookmark organization by a new algori <li class="itemize">More control over the bookmark appearance (color, font). </li> <li class="itemize">Different bookmark actions are supported (external file links, URLs, …).</li></ul> -<!--l. 1346--><p class="noindent" >Therefore I recommend using this package. -<!--l. 1348--><p class="noindent" > +<!--l. 1331--><p class="noindent" >Therefore I recommend using this package. +<!--l. 1333--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">4.1.2 </span> <a id="x1-170004.1.2"></a>Replacement macros</h5> -<!--l. 1350--><p class="noindent" ><span +<!--l. 1335--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>takes the text for bookmarks from the arguments of commands like <span class="ec-lmvtt-10">\section</span>, which can contain things like math, colors, or font changes, none of which will display in bookmarks as is. -<!--l. 1354--><p class="noindent" > +<!--l. 1339--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" ><colgroup id="TBL-37-1g"><col @@ -4143,7 +4143,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">PDFstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1358--><p class="indent" > For example, +<!--l. 1343--><p class="indent" > For example, <pre class="verbatim" id="verbatim-18"> @@ -4155,8 +4155,8 @@ class="ec-lmvtt-10">}</span></span></span> </td> } \section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} </pre> -<!--l. 1367--><p class="nopar" > -<!--l. 1369--><p class="indent" > <span +<!--l. 1352--><p class="nopar" > +<!--l. 1354--><p class="indent" > <span class="ec-lmvtt-10">\pdfstringdef </span>executes the hook before it expands the string. Therefore, you can use this hook to perform additional tasks or to disable additional commands. @@ -4168,8 +4168,8 @@ perform additional tasks or to disable additional commands.   \renewcommand{\mycommand}[1]{}% } </pre> -<!--l. 1379--><p class="nopar" > -<!--l. 1381--><p class="indent" > However, for disabling commands, an easier way is via <span +<!--l. 1364--><p class="nopar" > +<!--l. 1366--><p class="indent" > However, for disabling commands, an easier way is via <span class="ec-lmvtt-10">\pdfstringdefDisableCommands</span>, which adds its argument to the definition of <span class="ec-lmvtt-10">\pdfstringdefPreHook </span>(‘@’ can here be used as letter in command @@ -4183,11 +4183,11 @@ names):   \let\textcolor\@gobble } </pre> -<!--l. 1392--><p class="nopar" > -<!--l. 1394--><p class="noindent" > +<!--l. 1377--><p class="nopar" > +<!--l. 1379--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a id="x1-180004.2"></a>Pagelabels</h4> -<!--l. 1395--><p class="noindent" > +<!--l. 1380--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-38" class="tabular" ><colgroup id="TBL-38-1g"><col @@ -4199,19 +4199,19 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">page number format</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1399--><p class="noindent" >This allows to change format of the page number shown in the tool bar of a PDF viewer for a specific +<!--l. 1384--><p class="noindent" >This allows to change format of the page number shown in the tool bar of a PDF viewer for a specific page, for example -<!--l. 1402--><p class="indent" > <span class="obeylines-h"><span class="verb"><span +<!--l. 1387--><p class="indent" > <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\thispdfpagelabel{Empty</span><span class="ec-lmvtt-10"> Page-\roman{page}}</span></span></span> -<!--l. 1404--><p class="indent" > The command affects the page on which it is executed, so asynchronous page breaking should be +<!--l. 1389--><p class="indent" > The command affects the page on which it is executed, so asynchronous page breaking should be taken into account. It should be used in places where for example <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\thispagestyle</span></span></span> can be use too. -<!--l. 1407--><p class="noindent" > +<!--l. 1392--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.3 </span> <a id="x1-190004.3"></a>Utility macros</h4> -<!--l. 1410--><p class="noindent" > +<!--l. 1395--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-39" class="tabular" ><colgroup id="TBL-39-1g"><col @@ -4223,7 +4223,7 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">dimen specification</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1413--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1398--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypercalcbp</span></span></span> takes a TeX dimen specification and converts it to bp and returns the number without the unit. This is useful for options <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfview</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -4239,32 +4239,32 @@ Example:     -\headheight-\headsep} } </pre> - <!--l. 1425--><p class="nopar" ></blockquote> -<!--l. 1427--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. -<!--l. 1429--><p class="indent" > Note, for calculations you need either package <span + <!--l. 1410--><p class="nopar" ></blockquote> +<!--l. 1412--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. +<!--l. 1414--><p class="indent" > Note, for calculations you need either package <span class="ec-lmss-10">calc </span>or <span class="lmmi-10">ε</span>-<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>. Nowadays the latter should automatically be enabled for <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> formats. Users without <span class="lmmi-10">ε</span>-<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>, please, look in the source documentation <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref.dtx</span></span></span> for further limitations. -<!--l. 1435--><p class="indent" > Also <span +<!--l. 1420--><p class="indent" > Also <span class="ec-lmvtt-10">\hypercalcbp </span>cannot be used in option specifications of <span class="ec-lmvtt-10">\documentclass </span>and <span class="ec-lmvtt-10">\usepackage</span>, because <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> expands the option lists of these commands. However package <span class="ec-lmss-10">hyperref </span>is not yet loaded and an undefined control sequence error would arise. -<!--l. 1442--><p class="noindent" > +<!--l. 1427--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">5 </span> <a id="x1-200005"></a>New Features<span class="footnote-mark"><a href="hyperref-doc5.html#fn4x0"><sup class="textsuperscript">4</sup></a></span><a id="x1-20001f4"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">5.1 </span> <a id="x1-210005.1"></a>Option ‘pdflinkmargin’</h4> -<!--l. 1447--><p class="noindent" >Option ‘pdflinkmargin’ is an experimental option for specifying a link margin, if the driver supports this. +<!--l. 1432--><p class="noindent" >Option ‘pdflinkmargin’ is an experimental option for specifying a link margin, if the driver supports this. Default is 1 pt for supporting drivers. -<!--l. 1452--><p class="indent" > +<!--l. 1437--><p class="indent" > <dl class="description"><dt class="description"> <span class="ec-lmbx-10">pdfTeX</span> </dt><dd @@ -4299,22 +4299,22 @@ class="ec-lmvtt-10"> #1}</span></span></span> (with <span class="ec-lmbx-10">Other drivers</span> </dt><dd class="description">Unsupported.</dd></dl> -<!--l. 1477--><p class="noindent" > +<!--l. 1462--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.2 </span> <a id="x1-220005.2"></a>Field option ‘calculatesortkey’</h4> -<!--l. 1479--><p class="noindent" >Fields with calculated values are calculated in document order by default. If calculated field values +<!--l. 1464--><p class="noindent" >Fields with calculated values are calculated in document order by default. If calculated field values depend on other calculated fields that appear later in the document, then the correct calculation order can be specified with option ‘calculatesortkey’. Its value is used as key to lexicographically sort the calculated fields. The sort key do not need to be unique. Fields that share the same key are sorted in document order. -<!--l. 1489--><p class="indent" > Currently the field option ‘calculatesortkey’ is only supported by the driver for pdfTeX. -<!--l. 1493--><p class="noindent" > +<!--l. 1474--><p class="indent" > Currently the field option ‘calculatesortkey’ is only supported by the driver for pdfTeX. +<!--l. 1478--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.3 </span> <a id="x1-230005.3"></a>Option ‘localanchorname’</h4> -<!--l. 1495--><p class="noindent" >When an anchor is set (e.g. via <span class="obeylines-h"><span class="verb"><span +<!--l. 1480--><p class="noindent" >When an anchor is set (e.g. via <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\refstepcounter</span></span></span>, then the anchor name is globally set to the current anchor name. -<!--l. 1499--><p class="indent" > For example: +<!--l. 1484--><p class="indent" > For example: <pre class="verbatim" id="verbatim-22"> @@ -4322,25 +4322,25 @@ anchor name.     \begin{equation}\end{equation}     \label{sec:foobar} </pre> -<!--l. 1504--><p class="nopar" > With the default global setting (localanchorname=false) a reference to ‘sec:foobar’ jumps to the +<!--l. 1489--><p class="nopar" > With the default global setting (localanchorname=false) a reference to ‘sec:foobar’ jumps to the equation before. With option ‘localanchorname’ the anchor of the equation is forgotten after the environment and the reference ‘sec:foobar’ jumps to the section title. -<!--l. 1512--><p class="indent" > Option ‘localanchorname’ is an experimental option, there might be situations, where the anchor +<!--l. 1497--><p class="indent" > Option ‘localanchorname’ is an experimental option, there might be situations, where the anchor name is not available as expected. -<!--l. 1517--><p class="noindent" > +<!--l. 1502--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.4 </span> <a id="x1-240005.4"></a>Option ‘customdriver’</h4> -<!--l. 1519--><p class="noindent" >The value of option ‘customdriver’ is the name of an external driver file without extension ‘.def’. The file +<!--l. 1504--><p class="noindent" >The value of option ‘customdriver’ is the name of an external driver file without extension ‘.def’. The file must have <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ProvidesFile</span></span></span> with a version date and number that match the date and number of ‘hyperref’, otherwise a warning is given. -<!--l. 1524--><p class="indent" > Because the interface, what needs to be defined in the driver, is not well defined and +<!--l. 1509--><p class="indent" > Because the interface, what needs to be defined in the driver, is not well defined and quite messy, the option is mainly intended to ease developing, testing, debugging the driver part. -<!--l. 1529--><p class="noindent" > +<!--l. 1514--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.5 </span> <a id="x1-250005.5"></a>Option ‘psdextra’</h4> -<!--l. 1531--><p class="noindent" >LaTeX’s NFSS is used to assist the conversion of arbitrary TeX strings to PDF strings (bookmarks, PDF +<!--l. 1516--><p class="noindent" >LaTeX’s NFSS is used to assist the conversion of arbitrary TeX strings to PDF strings (bookmarks, PDF information entries). Many math command names (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\geq</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\notin</span></span></span>, ...) are not in control of NFSS, @@ -4354,17 +4354,17 @@ on means that the short names are available. Then <span class="obeylines-h"><spa class="ec-lmvtt-10">\geq</span></span></span> can directly be used instead of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textgeq</span></span></span>. -<!--l. 1545--><p class="noindent" > +<!--l. 1530--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.6 </span> <a id="x1-260005.6"></a>\XeTeXLinkBox</h4> -<!--l. 1547--><p class="noindent" >When XeTeX generates a link annotation, it does not look at the boxes (as the other drivers), but only +<!--l. 1532--><p class="noindent" >When XeTeX generates a link annotation, it does not look at the boxes (as the other drivers), but only at the character glyphs. If there are no glyphs (images, rules, ...), then it does not generate a link annotation. Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\XeTeXLinkBox</span></span></span> puts its argument in a box and adds spaces at the lower left and upper right corners. An additional margin can be specified by setting it to the dimen register <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt. -<!--l. 1556--><p class="indent" > Example: +<!--l. 1541--><p class="indent" > Example: <pre class="verbatim" id="verbatim-23"> @@ -4381,8 +4381,8 @@ class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt.     }     \end{document} </pre> -<!--l. 1572--><p class="nopar" > -<!--l. 1574--><p class="noindent" > +<!--l. 1557--><p class="nopar" > +<!--l. 1559--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.7 </span> <a id="x1-270005.7"></a>\IfHyperBooleanExists and \IfHyperBoolean</h4> @@ -4390,7 +4390,7 @@ class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt. <pre class="verbatim" id="verbatim-24">  \IfHyperBooleanExists{OPTION}{YES}{NO} </pre> -<!--l. 1577--><p class="nopar" > If a hyperref OPTION is a boolean, that means it takes values ‘true’ or ‘false’, then <span class="obeylines-h"><span class="verb"><span +<!--l. 1562--><p class="nopar" > If a hyperref OPTION is a boolean, that means it takes values ‘true’ or ‘false’, then <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\IfHyperBooleanExists</span></span></span> calls YES, otherwise NO. @@ -4398,23 +4398,23 @@ calls YES, otherwise NO. <pre class="verbatim" id="verbatim-25">  \IfHyperBoolean{OPTION}{YES}{NO} </pre> -<!--l. 1584--><p class="nopar" > Macro <span class="obeylines-h"><span class="verb"><span +<!--l. 1569--><p class="nopar" > Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\IfHyperBoolean</span></span></span> calls YES, if OPTION exists as boolean and is enabled. Otherwise NO is executed. -<!--l. 1590--><p class="indent" > Both macros are expandable. Additionally option ‘stoppedearly’ is available. It is enabled if +<!--l. 1575--><p class="indent" > Both macros are expandable. Additionally option ‘stoppedearly’ is available. It is enabled if <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MaybeStopEarly</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MaybeStopNow</span></span></span> end hyperref prematurely. -<!--l. 1595--><p class="noindent" > +<!--l. 1580--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.8 </span> <a id="x1-280005.8"></a>\unichar</h4> -<!--l. 1597--><p class="noindent" >If a Unicode character is not supported by puenc.def, it can be given by using <span class="obeylines-h"><span class="verb"><span +<!--l. 1582--><p class="noindent" >If a Unicode character is not supported by puenc.def, it can be given by using <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\unichar</span></span></span>. Its name and syntax is inherited from package ‘ucs’. However it is defined independently for use in hyperref’s <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span> (that converts arbitrary TeX code to PDF strings or tries to do this). -<!--l. 1605--><p class="indent" > Macro <span class="obeylines-h"><span class="verb"><span +<!--l. 1590--><p class="indent" > Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\unichar</span></span></span> takes a TeX number as argument, examples for U+263A (WHITE SMILING FACE): @@ -4423,7 +4423,7 @@ FACE):     \unichar{"263A}% hexadecimal notation     \unichar{9786}% decimal notation </pre> -<!--l. 1610--><p class="nopar" > ‘"’ must not be a babel shorthand character or otherwise active. Otherwise prefix it with +<!--l. 1595--><p class="nopar" > ‘"’ must not be a babel shorthand character or otherwise active. Otherwise prefix it with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\string</span></span></span>: @@ -4431,18 +4431,18 @@ class="ec-lmvtt-10">\string</span></span></span>: <pre class="verbatim" id="verbatim-27">     \unichar{\string"263A}% converts ‘"’ to ‘"’ with catcode 12 (other) </pre> -<!--l. 1615--><p class="nopar" > Users of (n)german packages or babel options may use <span class="obeylines-h"><span class="verb"><span +<!--l. 1600--><p class="nopar" > Users of (n)german packages or babel options may use <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\dq</span></span></span> instead: <pre class="verbatim" id="verbatim-28">     \unichar{\dq 263A}% \dq is double quote with catcode 12 (other) </pre> -<!--l. 1619--><p class="nopar" > -<!--l. 1622--><p class="noindent" > +<!--l. 1604--><p class="nopar" > +<!--l. 1607--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.9 </span> <a id="x1-290005.9"></a>\ifpdfstringunicode</h4> -<!--l. 1624--><p class="noindent" >Some features of the PDF specification needs PDF strings. Examples are bookmarks or the entries in the +<!--l. 1609--><p class="noindent" >Some features of the PDF specification needs PDF strings. Examples are bookmarks or the entries in the information dictionary. The PDF specification allows two encodings ‘PDFDocEncoding’ (8-bit encoding) and ‘Unicode’ (UTF-16). The user can help using <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\texorpdfstring</span></span></span> to replace complicate TeX constructs @@ -4453,9 +4453,9 @@ class="ec-lmvtt-10">\ifpdfstringunicode</span></span></span>. It is only allowed class="ec-lmvtt-10">\texorpdfstring</span></span></span> and takes two arguments, the first allows the full range of Unicode. The second is limited to the characters available in PDFDocEncoding. -<!--l. 1638--><p class="indent" > As example we take a macro definition for the Vietnamese name of Han The Thanh. Correctly -written it needs some accented characters, one character even with a double accent. Class ‘tugboat.cls’ -defines a macro for the typesetted name: +<!--l. 1623--><p class="indent" > As example we take a macro definition for the Vietnamese name of Hn Thế Thnh. Correctly written +it needs some accented characters, one character even with a double accent. Class ‘tugboat.cls’ defines a +macro for the typesetted name: <pre class="verbatim" id="verbatim-29"> @@ -4465,9 +4465,9 @@ defines a macro for the typesetted name:       ~Th\‘anh%     } </pre> -<!--l. 1648--><p class="nopar" > It’s not entirely correct, the second accent over the ‘e’ is not an acute, but a hook. However standard +<!--l. 1633--><p class="nopar" > It’s not entirely correct, the second accent over the ‘e’ is not an acute, but a hook. However standard LaTeX does not provide such an accent. -<!--l. 1653--><p class="indent" > Now we can extend the definition to support hyperref. The first and the last word are already +<!--l. 1638--><p class="indent" > Now we can extend the definition to support hyperref. The first and the last word are already supported automatically. Characters with two or more accents are a difficult business in LaTeX, because the NFSS2 macros of the LaTeX kernel do not support more than one accent. Therefore also puenc.def misses support for them. But we can provide it using <span class="obeylines-h"><span class="verb"><span @@ -4478,7 +4478,7 @@ is: <pre class="verbatim" id="verbatim-30">     % U+1EC3 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE </pre> -<!--l. 1662--><p class="nopar" > Thus we can put this together: +<!--l. 1647--><p class="nopar" > Thus we can put this together: <pre class="verbatim" id="verbatim-31"> @@ -4489,7 +4489,7 @@ is:       ~Th\‘anh%     } </pre> -<!--l. 1671--><p class="nopar" > For PDFDocEncoding (PD1) the variant above has dropped the second accent. Alternatively we could +<!--l. 1656--><p class="nopar" > For PDFDocEncoding (PD1) the variant above has dropped the second accent. Alternatively we could provide a representation without accents instead of wrong accents: @@ -4508,12 +4508,12 @@ provide a representation without accents instead of wrong accents:       }%     } </pre> -<!--l. 1689--><p class="nopar" > -<!--l. 1691--><p class="noindent" > +<!--l. 1674--><p class="nopar" > +<!--l. 1676--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.10 </span> <a id="x1-300005.10"></a>Customizing index style file with \nohyperpage</h4> -<!--l. 1693--><p class="noindent" >Since version 2008/08/14 v6.78f. -<!--l. 1697--><p class="indent" > For hyperlink support in the index, hyperref inserts <span class="obeylines-h"><span class="verb"><span +<!--l. 1678--><p class="noindent" >Since version 2008/08/14 v6.78f. +<!--l. 1682--><p class="indent" > For hyperlink support in the index, hyperref inserts <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> into the index macros. After processing with Makeindex, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> analyzes its argument to detect page ranges and page comma @@ -4524,7 +4524,7 @@ lists. However, only the standard settings are supported directly:     delim_r "--"     delim_n ", " </pre> -<!--l. 1704--><p class="nopar" > (See manual page/documentation of Makeindex that explains the keys that can be used in style files for +<!--l. 1689--><p class="nopar" > (See manual page/documentation of Makeindex that explains the keys that can be used in style files for Makeindex.) Customized versions of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">delim_r,</span><span class="ec-lmvtt-10"> delim_n,</span><span @@ -4543,17 +4543,17 @@ e.g.:     suffix_2p "\\nohyperpage{f.}"     suffix_3p "\\nohyperpage{ff.}" </pre> -<!--l. 1716--><p class="nopar" > (Depending on the typesetting tradition some space “<span class="obeylines-h"><span class="verb"><span +<!--l. 1701--><p class="nopar" > (Depending on the typesetting tradition some space “<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\\</span></span></span>,” or “<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">~</span></span></span>” should be put before the first f inside <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\nohyperpage</span></span></span>.) -<!--l. 1721--><p class="noindent" > +<!--l. 1706--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.11 </span> <a id="x1-310005.11"></a>Experimental option ‘ocgcolorlinks’</h4> -<!--l. 1723--><p class="noindent" >The idea are colored links, when viewed, but printed without colors. This new experimental option +<!--l. 1708--><p class="noindent" >The idea are colored links, when viewed, but printed without colors. This new experimental option ‘ocgcolorlinks’ uses Optional Content Groups, a feature introduced in PDF 1.5. -<!--l. 1727--><p class="indent" > A better implementation which hasn’t the disadvantage to prevent line breaks is in the ocgx2 +<!--l. 1712--><p class="indent" > A better implementation which hasn’t the disadvantage to prevent line breaks is in the ocgx2 package. Check its documentation for details how to use it. <ul class="itemize1"> <li class="itemize">The option must be given for package loading: <span class="obeylines-h"><span class="verb"><span @@ -4570,13 +4570,13 @@ class="ec-lmvtt-10">\hypersetup{ocgcolorlinks=false}</span></span></span> inside </li> <li class="itemize">The PDF version should be at least 1.5. It is automatically set for pdfTeX, LuaTeX and dvipdfmx.</li></ul> -<!--l. 1745--><p class="noindent" > +<!--l. 1730--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.12 </span> <a id="x1-320005.12"></a>Option ‘pdfa’</h4> -<!--l. 1747--><p class="noindent" >The new option ‘pdfa’ tries to avoid violations of PDF/A in code generated by hyperref. However, the +<!--l. 1732--><p class="noindent" >The new option ‘pdfa’ tries to avoid violations of PDF/A in code generated by hyperref. However, the result is usually not in PDF/A, because many features aren’t controlled by hyperref (XMP metadata, fonts, colors, driver dependend low level stuff, ...). -<!--l. 1754--><p class="indent" > Currently, option ‘pdfa’ sets and disables the following items: +<!--l. 1739--><p class="indent" > Currently, option ‘pdfa’ sets and disables the following items: <ul class="itemize1"> <li class="itemize">Enabled annotation flags: Print, NoZoom, NoRotate [PDF/A 6.5.3]. </li> @@ -4599,13 +4599,13 @@ href="run:..." >[</a>PDF/A 6.6.1]. <li class="itemize">Interactive Forms: Flag NeedAppearances is the default ‘false’ (Because of this, hyperref’s implementation of Forms looks ugly). [PDF/A 6.9]</li></ul> </li></ul> -<!--l. 1774--><p class="indent" > The default value of the new option ‘pdfa’ is ‘false’. It influences the loading of the package and +<!--l. 1759--><p class="indent" > The default value of the new option ‘pdfa’ is ‘false’. It influences the loading of the package and cannot be changed after hyperref is loaded (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage{hyperref}</span></span></span>). -<!--l. 1780--><p class="noindent" > +<!--l. 1765--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.13 </span> <a id="x1-330005.13"></a>Option ‘linktoc’ added</h4> -<!--l. 1782--><p class="noindent" >The new option ‘linktoc’ allows more control which part of an entry in the table of contents is made into +<!--l. 1767--><p class="noindent" >The new option ‘linktoc’ allows more control which part of an entry in the table of contents is made into a link: <ul class="itemize1"> <li class="itemize">‘linktoc=none’ (no links) @@ -4615,10 +4615,10 @@ a link: <li class="itemize">‘linktoc=page’ (same as ‘linktocpage=true’) </li> <li class="itemize">‘linktoc=all’ (both the section and page part are links)</li></ul> -<!--l. 1791--><p class="noindent" > +<!--l. 1776--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.14 </span> <a id="x1-340005.14"></a>Option ‘pdfnewwindow’ changed</h4> -<!--l. 1793--><p class="noindent" >Before 6.77b: +<!--l. 1778--><p class="noindent" >Before 6.77b: <ul class="itemize1"> <li class="itemize">pdfnewwindow=true <span class="lmsy-10">→ </span>/NewWindow true @@ -4628,7 +4628,7 @@ class="lmsy-10">→ </span>(absent) </li> <li class="itemize">unused pdfnewwindow <span class="lmsy-10">→ </span>(absent)</li></ul> -<!--l. 1799--><p class="noindent" >Since 6.77b: +<!--l. 1784--><p class="noindent" >Since 6.77b: <ul class="itemize1"> <li class="itemize">pdfnewwindow=true <span class="lmsy-10">→ </span>/NewWindow true @@ -4642,26 +4642,26 @@ class="lmsy-10">→ </span>(absent) </li> <li class="itemize">unused pdfnewwindow <span class="lmsy-10">→ </span>(absent)</li></ul> -<!--l. 1809--><p class="indent" > Rationale: There is a difference between setting to ‘false’ and an absent entry. In the former case the +<!--l. 1794--><p class="indent" > Rationale: There is a difference between setting to ‘false’ and an absent entry. In the former case the new document replaces the old one, in the latter case the PDF viewer application should respect the user preference. -<!--l. 1815--><p class="noindent" > +<!--l. 1800--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.15 </span> <a id="x1-350005.15"></a>Flag options for PDF forms</h4> -<!--l. 1817--><p class="noindent" >PDF form field macros (<span class="obeylines-h"><span class="verb"><span +<!--l. 1802--><p class="noindent" >PDF form field macros (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\TextField</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\CheckBox</span></span></span>, ...) support boolean flag options. The option name is the lowercase version of the names in the PDF specification (1.7): -<!--l. 1821--><p class="indent" > <a +<!--l. 1806--><p class="indent" > <a href="http://www.adobe.com/devnet/pdf/pdf_reference.html" class="url" ><span class="ec-lmvtt-10">http://www.adobe.com/devnet/pdf/pdf_reference.html</span></a> -<!--l. 1823--><p class="indent" > <a +<!--l. 1808--><p class="indent" > <a href="http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf" class="url" ><span class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</span></a> -<!--l. 1825--><p class="indent" > Options (convert to lowercase) except flags in square brackets: +<!--l. 1810--><p class="indent" > Options (convert to lowercase) except flags in square brackets: <ul class="itemize1"> <li class="itemize">Table 8.16 Annotation flags (page 608): - <!--l. 1830--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1815--><p class="noindent" ><div class="obeylines-v"> 1 Invisible <br />2 Hidden (PDF 1.2) <br />3 Print (PDF 1.2) @@ -4674,13 +4674,13 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />10 LockedContents (PDF 1.7)</div> </li> <li class="itemize">Table 8.70 Field flags common to all field types (page 676): - <!--l. 1844--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1829--><p class="noindent" ><div class="obeylines-v"> 1 ReadOnly <br />2 Required <br />3 NoExport</div> </li> <li class="itemize">Table 8.75 Field flags specific to button fields (page 686): - <!--l. 1851--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1836--><p class="noindent" ><div class="obeylines-v"> 15 NoToggleToOff (Radio buttons only) <br />16 Radio (set: radio buttons, clear: check box, pushbutton: clear) @@ -4688,7 +4688,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />26 RadiosInUniso (PDF 1.5)</div> </li> <li class="itemize">Table 8.77 Field flags specific to text fields (page 691): - <!--l. 1859--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1844--><p class="noindent" ><div class="obeylines-v"> 13 Multiline <br />14 Password <br />21 FileSelect (PDF 1.4) @@ -4698,7 +4698,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />26 RichText (PDF 1.5)</div> </li> <li class="itemize">Table 8.79 Field flags specific to choice fields (page 693): - <!--l. 1870--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1855--><p class="noindent" ><div class="obeylines-v"> 18 Combo (set: combo box, clear: list box) <br />19 Edit (only useful if Combo is set) <br />20 (Sort) for authoring tools, not PDF viewers @@ -4707,7 +4707,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />27 CommitOnSelChange (PDF 1.5)</div> </li> <li class="itemize">Table 8.86 Flags for submit-form actions (page 704): - <!--l. 1880--><p class="noindent" ><div class="obeylines-v"> + <!--l. 1865--><p class="noindent" ><div class="obeylines-v"> [1 Include/Exclude] unsupported, use ‘noexport’ (table 8.70) instead <br />2 IncludeNoValueFields <br />[3 ExportFormat] handled by option ‘export’ @@ -4724,7 +4724,7 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ </li></ul> -<!--l. 1897--><p class="indent" > New option ‘export’ sets the export format of a submit action. Valid values are (upper- or +<!--l. 1882--><p class="indent" > New option ‘export’ sets the export format of a submit action. Valid values are (upper- or lowercase): <ul class="itemize1"> <li class="itemize">FDF @@ -4734,16 +4734,16 @@ lowercase): <li class="itemize">XFDF </li> <li class="itemize">PDF (not supported by Acrobat Reader)</li></ul> -<!--l. 1906--><p class="noindent" > +<!--l. 1891--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.16 </span> <a id="x1-360005.16"></a>Option ‘pdfversion’</h4> -<!--l. 1908--><p class="noindent" >This is an experimental option. It notifies ‘hyperref’ about the intended PDF version. Currently this is +<!--l. 1893--><p class="noindent" >This is an experimental option. It notifies ‘hyperref’ about the intended PDF version. Currently this is used in code for PDF forms (implementation notes 116 and 122 of PDF spec 1.7). -<!--l. 1914--><p class="indent" > Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7. Values below 1.2 are not supported, because most drivers expect +<!--l. 1899--><p class="indent" > Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7. Values below 1.2 are not supported, because most drivers expect higher PDF versions. -<!--l. 1919--><p class="indent" > The option must be used early, not after <span class="obeylines-h"><span class="verb"><span +<!--l. 1904--><p class="indent" > The option must be used early, not after <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage{hyperref}</span></span></span>. -<!--l. 1922--><p class="indent" > In theory this option should also set the PDF version, but this is not generally supported. +<!--l. 1907--><p class="indent" > In theory this option should also set the PDF version, but this is not generally supported. <ul class="itemize1"> <li class="itemize">pdfTeX below 1.10a: unsupported. pdfTeX <span class="lmsy-10">≥ </span>1.10a and < 1.30: <span class="obeylines-h"><span class="verb"><span @@ -4759,27 +4759,27 @@ class="ec-lmvtt-10">\pdfminorversion</span></span></span> ‘V 4’. </li> <li class="itemize">Ghostscript: option -dCompatibilityLevel (this is set in ‘ps2pdf12’, ‘ps2pdf13’, ‘ps2pdf14’).</li></ul> -<!--l. 1937--><p class="indent" > The current PDF version is used as default if this version can be detected (only pdfTeX <span +<!--l. 1922--><p class="indent" > The current PDF version is used as default if this version can be detected (only pdfTeX <span class="lmsy-10">≥ </span>1.10a). Otherwise the lowest version 1.2 is assumed. Thus ‘hyperref’ tries to avoid PDF code that breaks this version, but is free to use ignorable higher PDF features. -<!--l. 1944--><p class="noindent" > +<!--l. 1929--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.17 </span> <a id="x1-370005.17"></a>Field option ‘name’</h4> -<!--l. 1946--><p class="noindent" >Many form objects uses the label argument for several purposes: +<!--l. 1931--><p class="noindent" >Many form objects uses the label argument for several purposes: <ul class="itemize1"> <li class="itemize">Layouted label. </li> <li class="itemize">As name in HTML structures.</li></ul> -<!--l. 1952--><p class="noindent" >Code that is suitable for layouting with TeX can break in the structures of the output format. If option +<!--l. 1937--><p class="noindent" >Code that is suitable for layouting with TeX can break in the structures of the output format. If option ‘name’ is given, then its value is used as name in the different output structures. Thus the value should consist of letters only. -<!--l. 1959--><p class="noindent" > +<!--l. 1944--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.18 </span> <a id="x1-380005.18"></a>Option ‘pdfencoding’</h4> -<!--l. 1961--><p class="noindent" >The PDF format allows two encodings for bookmarks and entries in the information dictionary: +<!--l. 1946--><p class="noindent" >The PDF format allows two encodings for bookmarks and entries in the information dictionary: PDFDocEncoding and Unicode as UTF-16BE. Option <span class="ec-lmss-10">pdfencoding </span>selects between these encodings: @@ -4794,43 +4794,43 @@ class="ec-lmss-10">unicode </span>sets Unicode. It is encoded as UTF-16BE. Two b </li> <li class="itemize"><span class="ec-lmss-10">auto </span>PDFDocEncoding if the string does not contain characters outside the encoding (outside - ascii if an unicode engine is used) and Unicode otherwise. This option is normally no suited - for the unicode engines.</li></ul> -<!--l. 1974--><p class="indent" > All drivers use <span + ascii if an unicode engine is used) and Unicode otherwise. This option is not intended for + the unicode engines.</li></ul> +<!--l. 1959--><p class="indent" > All drivers use <span class="ec-lmss-10">unicode </span>by default now. If another encoding should be forced, it should be done in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hypersetup</span></span></span>. -<!--l. 1977--><p class="noindent" > +<!--l. 1962--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.19 </span> <a id="x1-390005.19"></a>Color options/package hycolor</h4> -<!--l. 1979--><p class="noindent" >See documentation of package ‘hycolor’. -<!--l. 1982--><p class="noindent" > +<!--l. 1964--><p class="noindent" >See documentation of package ‘hycolor’. +<!--l. 1967--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.20 </span> <a id="x1-400005.20"></a>Option pdfusetitle</h4> -<!--l. 1984--><p class="noindent" >If option pdfusetitle is set then hyperref tries to derive the values for pdftitle and pdfauthor +<!--l. 1969--><p class="noindent" >If option pdfusetitle is set then hyperref tries to derive the values for pdftitle and pdfauthor from <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\title</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\author</span></span></span>. An optional argument for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\title</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\author</span></span></span> is supported (class amsart). -<!--l. 1990--><p class="noindent" > +<!--l. 1975--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.21 </span> <a id="x1-410005.21"></a>Starred form of \autoref</h4> -<!--l. 1992--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1977--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\autoref*</span></span></span> generates a reference without link as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref*</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pageref*</span></span></span>. -<!--l. 1995--><p class="noindent" > +<!--l. 1980--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.22 </span> <a id="x1-420005.22"></a>Link border style</h4> -<!--l. 1997--><p class="noindent" >Links can be underlined instead of the default rectangle or options <span +<!--l. 1982--><p class="noindent" >Links can be underlined instead of the default rectangle or options <span class="ec-lmss-10">colorlinks</span>, <span class="ec-lmss-10">frenchlinks</span>. This is done by option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfborderstyle={/S/U/W</span><span class="ec-lmvtt-10"> 1}</span></span></span> -<!--l. 2001--><p class="indent" > Some remarks: +<!--l. 1986--><p class="indent" > Some remarks: <ul class="itemize1"> @@ -4848,7 +4848,7 @@ class="ec-lmvtt-10"> 1</span></span></span>. The same applies for dashed colorlinks is enabled. </li> <li class="itemize">Be aware that not all PDF viewers support this feature, not even Acrobat Reader itself: - <!--l. 2022--><p class="noindent" >Some support: + <!--l. 2007--><p class="noindent" >Some support: <ul class="itemize2"> <li class="itemize">AR7/Linux: <span class="ec-lmss-10">underline </span>and <span @@ -4857,17 +4857,17 @@ class="ec-lmss-10">dashed</span>, but the border width must be given. <li class="itemize">xpdf 3.00: <span class="ec-lmss-10">underline </span>and <span class="ec-lmss-10">dashed</span></li></ul> - <!--l. 2029--><p class="noindent" >Unsupported: + <!--l. 2014--><p class="noindent" >Unsupported: <ul class="itemize2"> <li class="itemize">AR5/Linux </li> <li class="itemize">ghostscript 8.50</li></ul> </li></ul> -<!--l. 2036--><p class="noindent" > +<!--l. 2021--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.23 </span> <a id="x1-430005.23"></a>Option <span class="ec-lmss-10">bookmarksdepth</span></h4> -<!--l. 2038--><p class="noindent" >The depth of the bookmarks can be controlled by the new option <span +<!--l. 2023--><p class="noindent" >The depth of the bookmarks can be controlled by the new option <span class="ec-lmss-10">bookmarksdepth</span>. The option acts globally and distinguishes three cases: <ul class="itemize1"> @@ -4892,19 +4892,19 @@ class="ec-lmvtt-10">\toclevel@<name></span></span></span>. Example     \hypersetup{bookmarksdepth=4} % same as before     \hypersetup{bookmarksdepth} % counter "tocdepth" is used </pre> - <!--l. 2057--><p class="nopar" ></li></ul> -<!--l. 2060--><p class="noindent" > + <!--l. 2042--><p class="nopar" ></li></ul> +<!--l. 2045--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.24 </span> <a id="x1-440005.24"></a>Option <span class="ec-lmss-10">pdfescapeform</span></h4> -<!--l. 2062--><p class="noindent" >There are many places where arbitrary strings end up as PS or PDF strings. The PS/PDF strings in +<!--l. 2047--><p class="noindent" >There are many places where arbitrary strings end up as PS or PDF strings. The PS/PDF strings in parentheses form require the protection of some characters, e.g. unmatched left or right parentheses need escaping or the escape character itself (backslash). Since 2006/02/12 v6.75a the PS/PDF driver should do this automatically. However I assume a problem with compatibility, especially regarding the form part where larger amounts of JavaScript code can be present. It would be a pain to remove all the escaping, because an additional escaping layer can falsify the code. -<!--l. 2074--><p class="indent" > Therefore a new option pdfescapeform was introduced: +<!--l. 2059--><p class="indent" > Therefore a new option pdfescapeform was introduced: <ul class="itemize1"> <li class="itemize">pdfescapeform=false Escaping for the formulars are disabled, this is the compatibility behaviour, therefore this is the default. @@ -4912,10 +4912,10 @@ code. <li class="itemize">pdfescapeform=true Then the PS/PDF drivers do all the necessary escaping. This is the logical choice and the recommended setting. For example, the user writes JavaScript as JavaScript and do not care about escaping characters for PS/PDF output.</li></ul> -<!--l. 2087--><p class="noindent" > +<!--l. 2072--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.25 </span> <a id="x1-450005.25"></a>Default driver setting</h4> -<!--l. 2089--><p class="noindent" >(hyperref <span +<!--l. 2074--><p class="noindent" >(hyperref <span class="lmsy-10">≥ </span>6.72s) If no driver is given, hyperref tries its best to guess the most suitable driver. Thus it loads <span class="ec-lmss-10">hpdftex</span>, if pdfTeX is detected running in PDF mode. Or it loads the @@ -4931,18 +4931,18 @@ class="ec-lmvtt-10">hyperref.cfg</span></span></span>: <pre class="verbatim" id="verbatim-36">     \providecommand*{\Hy@defaultdriver}{hdvips} </pre> -<!--l. 2102--><p class="nopar" > for dvips, or +<!--l. 2087--><p class="nopar" > for dvips, or <pre class="verbatim" id="verbatim-37">     \providecommand*{\Hy@defaultdriver}{hypertex} </pre> -<!--l. 2106--><p class="nopar" > for the default behaviour of hyperref. -<!--l. 2109--><p class="indent" > See also the new option ‘driverfallback’. -<!--l. 2111--><p class="noindent" > +<!--l. 2091--><p class="nopar" > for the default behaviour of hyperref. +<!--l. 2094--><p class="indent" > See also the new option ‘driverfallback’. +<!--l. 2096--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.26 </span> <a id="x1-460005.26"></a>Backref entries</h4> -<!--l. 2113--><p class="noindent" >Alternative interface for formatting of backref entries, example: +<!--l. 2098--><p class="noindent" >Alternative interface for formatting of backref entries, example: <pre class="verbatim" id="verbatim-38"> @@ -5035,11 +5035,11 @@ class="ec-lmvtt-10">hyperref.cfg</span></span></span>: \end{document} </pre> -<!--l. 2202--><p class="nopar" > -<!--l. 2204--><p class="noindent" > +<!--l. 2187--><p class="nopar" > +<!--l. 2189--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.27 </span> <a id="x1-470005.27"></a>\phantomsection</h4> -<!--l. 2206--><p class="noindent" >Set an anchor at this location. It is often used in conjunction with <span class="obeylines-h"><span class="verb"><span +<!--l. 2191--><p class="noindent" >Set an anchor at this location. It is often used in conjunction with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> for sectionlike things (index, bibliography, preface). <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> refers to the latest previous location where an anchor is @@ -5052,13 +5052,13 @@ set.   \addcontentsline{toc}{chapter}{\indexname}   \printindex </pre> -<!--l. 2216--><p class="nopar" > -<!--l. 2218--><p class="indent" > Now the entry in the table of contents (and bookmarks) for the index points to the start of the index +<!--l. 2201--><p class="nopar" > +<!--l. 2203--><p class="indent" > Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, not to a location before this page. -<!--l. 2222--><p class="noindent" > +<!--l. 2207--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.28 </span> <a id="x1-480005.28"></a>puenc encoding, puenc-greek.def and puenc-extra.def</h4> -<!--l. 2224--><p class="noindent" >The <span +<!--l. 2209--><p class="noindent" >The <span class="ec-lmvtt-10">unicode </span>option loads for the bookmarks <span class="ec-lmvtt-10">puenc.def </span>which contains quite a lot definitions of commands for the bookmarks. As <span @@ -5073,7 +5073,7 @@ two strategies. class="ec-lmvtt-10">\CYRDZE </span>is defined, greek if <span class="ec-lmvtt-10">\textBeta </span>is defined, and hebrew if <span class="ec-lmvtt-10">\hebdalet </span>is defined. - <!--l. 2235--><p class="noindent" >The greek block is in an extra file, <span + <!--l. 2220--><p class="noindent" >The greek block is in an extra file, <span class="ec-lmvtt-10">puenc-greek.def</span>, which can be loaded manually if needed. </li> <li class="itemize">Other commands are moved to an extra file <span @@ -5081,12 +5081,12 @@ class="ec-lmvtt-10">puenc-extra.def </span>which is not loaded automatically, but can be loaded in the preamble if needed. Currently this file contains all definitions for the accent <span class="ec-lmvtt-10">\G</span>.</li></ul> -<!--l. 2245--><p class="noindent" > +<!--l. 2230--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">6 </span> <a id="x1-490006"></a>Acrobat-specific behavior</h3> -<!--l. 2246--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided +<!--l. 2231--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided in the appropriate drivers: -<!--l. 2249--><p class="noindent" > +<!--l. 2234--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular" ><colgroup id="TBL-40-1g"><col @@ -5100,13 +5100,13 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2253--><p class="noindent" >The <span +<!--l. 2238--><p class="noindent" >The <span class="ec-lmri-10">text </span>is used to create a button which activates the appropriate <span class="ec-lmri-10">menuoption</span>. The following table lists the option names you can use—comparison of this with the menus in Acrobat Reader or Exchange will show what they do. Obviously some are only appropriate to Exchange. <a - id="x1-49001r13"></a> <!--l. 2257--><div class="longtable"> <table id="TBL-41" class="longtable" + id="x1-49001r13"></a> <!--l. 2242--><div class="longtable"> <table id="TBL-41" class="longtable" ><colgroup id="TBL-41-1g"><col id="TBL-41-1"><col @@ -5117,7 +5117,7 @@ id="TBL-41-2"></colgroup> style="vertical-align:baseline;" id="TBL-41-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-1-1" class="td01">File </td><td style="white-space:normal; text-align:left;" id="TBL-41-1-2" class="td10"> - <!--l. 2257--><p class="noindent" >Open, + <!--l. 2242--><p class="noindent" >Open, Close, Scan, Save, @@ -5131,7 +5131,7 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Import </td><td style="white-space:normal; text-align:left;" id="TBL-41-2-2" class="td10"> - <!--l. 2258--><p class="noindent" >ImportImage, + <!--l. 2243--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> </tr><tr @@ -5139,14 +5139,14 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Export </td><td style="white-space:normal; text-align:left;" id="TBL-41-3-2" class="td10"> - <!--l. 2259--><p class="noindent" >ExportNotes, + <!--l. 2244--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-41-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-4-1" class="td01">File<span class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:normal; text-align:left;" id="TBL-41-4-2" class="td10"> - <!--l. 2260--><p class="noindent" >GeneralInfo, + <!--l. 2245--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, @@ -5157,7 +5157,7 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Preferences </td><td style="white-space:normal; text-align:left;" id="TBL-41-5-2" class="td10"> - <!--l. 2261--><p class="noindent" >GeneralPrefs, + <!--l. 2246--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, @@ -5169,7 +5169,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-6-1" class="td01">Edit </td><td style="white-space:normal; text-align:left;" id="TBL-41-6-2" class="td10"> - <!--l. 2263--><p class="noindent" >Undo, + <!--l. 2248--><p class="noindent" >Undo, Cut, Copy, Paste, @@ -5185,13 +5185,13 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-7-1" class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-41-7-2" class="td10"> - <!--l. 2266--><p class="noindent" >Properties </td> + <!--l. 2251--><p class="noindent" >Properties </td> </tr><tr style="vertical-align:baseline;" id="TBL-41-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-8-1" class="td01">Edit<span class="lmsy-10">→</span>Fields </td><td style="white-space:normal; text-align:left;" id="TBL-41-8-2" class="td10"> - <!--l. 2267--><p class="noindent" >AcroForm:Duplicate, + <!--l. 2252--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> @@ -5199,7 +5199,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-9-1" class="td01">Document </td><td style="white-space:normal; text-align:left;" id="TBL-41-9-2" class="td10"> - <!--l. 2268--><p class="noindent" >Cpt:CapturePages, + <!--l. 2253--><p class="noindent" >Cpt:CapturePages, AcroForm:Actions, CropPages, RotatePages, @@ -5215,7 +5215,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-10-1" class="td01">View </td><td style="white-space:normal; text-align:left;" id="TBL-41-10-2" class="td10"> - <!--l. 2271--><p class="noindent" >ActualSize, + <!--l. 2256--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, @@ -5239,7 +5239,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-11-1" class="td01">Tools </td><td style="white-space:normal; text-align:left;" id="TBL-41-11-2" class="td10"> - <!--l. 2274--><p class="noindent" >Hand, + <!--l. 2259--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, @@ -5261,7 +5261,7 @@ class="td10"> class="td01">Tools<span class="lmsy-10">→</span>Search </td><td style="white-space:normal; text-align:left;" id="TBL-41-12-2" class="td10"> - <!--l. 2277--><p class="noindent" >AcroSrch:Query, + <!--l. 2262--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, AcroSrch:Assist, @@ -5273,7 +5273,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-13-1" class="td01">Window </td><td style="white-space:normal; text-align:left;" id="TBL-41-13-2" class="td10"> - <!--l. 2279--><p class="noindent" >ShowHideToolBar, + <!--l. 2264--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, ShowHideClipboard, Cascade, @@ -5284,7 +5284,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-14-1" class="td01">Help </td><td style="white-space:normal; text-align:left;" id="TBL-41-14-2" class="td10"> - <!--l. 2281--><p class="noindent" >HelpUserGuide, + <!--l. 2266--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, @@ -5299,7 +5299,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-41-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-15-1" class="td01">Help(Windows) </td><td style="white-space:normal; text-align:left;" id="TBL-41-15-2" class="td10"> - <!--l. 2283--><p class="noindent" >About </td> + <!--l. 2268--><p class="noindent" >About </td> </tr><tr style="vertical-align:baseline;" id="TBL-41-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-41-16-1" class="td01"> </td> @@ -5314,16 +5314,16 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-41-19-2" class="td10"></td></tr> </table></div> -<!--l. 2286--><p class="noindent" > +<!--l. 2271--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">7 </span> <a id="x1-500007"></a>PDF and HTML forms</h3> -<!--l. 2287--><p class="noindent" >You must put your fields inside a <span +<!--l. 2272--><p class="noindent" >You must put your fields inside a <span class="ec-lmvtt-10">Form </span>environment. The environment does some general setups, so should be used only once in a document. Using simply <span class="ec-lmvtt-10">\Form </span>at the begin of the document is possible too. -<!--l. 2291--><p class="indent" > There are six macros to prepare fields: -<!--l. 2293--><p class="noindent" > +<!--l. 2276--><p class="indent" > There are six macros to prepare fields: +<!--l. 2278--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-42" class="tabular" ><colgroup id="TBL-42-1g"><col @@ -5337,7 +5337,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2297--><p class="noindent" > +<!--l. 2282--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-43" class="tabular" @@ -5353,7 +5353,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2301--><p class="noindent" > +<!--l. 2286--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-44" class="tabular" ><colgroup id="TBL-44-1g"><col @@ -5369,7 +5369,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">choices</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2305--><p class="noindent" > +<!--l. 2290--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-45" class="tabular" ><colgroup id="TBL-45-1g"><col @@ -5383,7 +5383,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2309--><p class="noindent" > +<!--l. 2294--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-46" class="tabular" ><colgroup id="TBL-46-1g"><col @@ -5397,7 +5397,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2313--><p class="noindent" > +<!--l. 2298--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-47" class="tabular" ><colgroup id="TBL-47-1g"><col @@ -5411,8 +5411,8 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2317--><p class="indent" > The way forms and their labels are laid out is determined by: -<!--l. 2318--><p class="noindent" > +<!--l. 2302--><p class="indent" > The way forms and their labels are laid out is determined by: +<!--l. 2303--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-48" class="tabular" ><colgroup id="TBL-48-1g"><col @@ -5426,7 +5426,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2322--><p class="noindent" > +<!--l. 2307--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-49" class="tabular" ><colgroup id="TBL-49-1g"><col @@ -5440,7 +5440,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2326--><p class="noindent" > +<!--l. 2311--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-50" class="tabular" ><colgroup id="TBL-50-1g"><col @@ -5454,9 +5454,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2330--><p class="indent" > These macros default to #1 #2 -<!--l. 2332--><p class="indent" > What is actually shown in the field is determined by: -<!--l. 2333--><p class="noindent" > +<!--l. 2315--><p class="indent" > These macros default to #1 #2 +<!--l. 2317--><p class="indent" > What is actually shown in the field is determined by: +<!--l. 2318--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular" ><colgroup id="TBL-51-1g"><col @@ -5470,7 +5470,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2337--><p class="noindent" > +<!--l. 2322--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-52" class="tabular" ><colgroup id="TBL-52-1g"><col @@ -5484,7 +5484,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2340--><p class="noindent" > +<!--l. 2325--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-53" class="tabular" ><colgroup id="TBL-53-1g"><col @@ -5498,7 +5498,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2343--><p class="noindent" > +<!--l. 2328--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-54" class="tabular" @@ -5514,7 +5514,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2347--><p class="noindent" > +<!--l. 2332--><p class="noindent" > <span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-55" class="tabular" ><colgroup id="TBL-55-1g"><col @@ -5525,7 +5525,7 @@ class="ec-lmvtt-10">\MakeButtonField</span><span class="obeylines-h"><span class class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 2351--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span +<!--l. 2336--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\vbox</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> #2{\hbox</span><span @@ -5534,7 +5534,7 @@ class="ec-lmvtt-10"> #1{\hfill}\vfill}</span></span></span>, except the l to #1; it is used for buttons, and the special <span class="ec-lmvtt-10">\Submit </span>and <span class="ec-lmvtt-10">\Reset </span>macros. -<!--l. 2355--><p class="indent" > You may also want to redefine the following macros: +<!--l. 2340--><p class="indent" > You may also want to redefine the following macros: <pre class="verbatim" id="verbatim-40"> @@ -5550,12 +5550,12 @@ class="ec-lmvtt-10">\Reset </span>macros. \def\DefaultHeightofTextMultiline{4\baselineskip} \def\DefaultWidthofText{3cm} </pre> -<!--l. 2368--><p class="nopar" > -<!--l. 2370--><p class="noindent" > +<!--l. 2353--><p class="nopar" > +<!--l. 2355--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.1 </span> <a id="x1-510007.1"></a>Forms environment parameters</h4> <a - id="x1-51001r14"></a> <!--l. 2374--><div class="longtable"> <table id="TBL-56" class="longtable" + id="x1-51001r14"></a> <!--l. 2359--><div class="longtable"> <table id="TBL-56" class="longtable" ><colgroup id="TBL-56-1g"><col id="TBL-56-1"><col @@ -5568,7 +5568,7 @@ class="ec-lmvtt-10">action </span></td><td style="white-space:nowrap; text- class="td11"> <span class="ec-lmri-10">URL </span></td><td style="white-space:normal; text-align:left;" id="TBL-56-1-3" class="td10"> - <!--l. 2374--><p class="noindent" >The URL that will receive the form data if a <span + <!--l. 2359--><p class="noindent" >The URL that will receive the form data if a <span class="ec-lmss-10">Submit </span>button is included in the form </td> </tr><tr @@ -5578,7 +5578,7 @@ class="ec-lmvtt-10">encoding </span></td><td style="white-space:nowrap; text-a class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-56-2-3" class="td10"> - <!--l. 2375--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding + <!--l. 2360--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding is usual, and <span class="ec-lmvtt-10">html </span>is the only valid value </td> </tr><tr @@ -5588,7 +5588,7 @@ class="ec-lmvtt-10">method </span></td><td style="white-space:nowrap; text-al class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-56-3-3" class="td10"> - <!--l. 2377--><p class="noindent" >Used only when generating HTML; values can be <span + <!--l. 2362--><p class="noindent" >Used only when generating HTML; values can be <span class="ec-lmvtt-10">post </span>or <span class="ec-lmvtt-10">get</span> </td> @@ -5610,15 +5610,15 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-56-8-3" class="td10"></td></tr> </table></div> -<!--l. 2380--><p class="noindent" > +<!--l. 2365--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.2 </span> <a id="x1-520007.2"></a>Forms optional parameters</h4> -<!--l. 2381--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span +<!--l. 2366--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span class="ec-lmvtt-10">color=0 0</span> <span class="ec-lmvtt-10">0.5</span>) <a - id="x1-52001r15"></a> <!--l. 2386--><div class="longtable"> <table id="TBL-57" class="longtable" + id="x1-52001r15"></a> <!--l. 2371--><div class="longtable"> <table id="TBL-57" class="longtable" ><colgroup id="TBL-57-1g"><col id="TBL-57-1"><col @@ -6070,29 +6070,29 @@ class="td01"> </td> style="vertical-align:baseline;" id="TBL-57-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-57-63-1" class="td01"> </td></tr> </table></div> -<!--l. 2445--><p class="noindent" > +<!--l. 2430--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">8 </span> <a id="x1-530008"></a>Defining a new driver</h3> -<!--l. 2446--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: -<!--l. 2449--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span +<!--l. 2431--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: +<!--l. 2434--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchor</span></span></span> -<!--l. 2451--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span +<!--l. 2436--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@link</span></span></span> -<!--l. 2453--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span +<!--l. 2438--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkfile</span></span></span> -<!--l. 2455--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span +<!--l. 2440--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkurl</span></span></span> -<!--l. 2457--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span +<!--l. 2442--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorstart</span></span></span> -<!--l. 2459--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span +<!--l. 2444--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorend</span></span></span> -<!--l. 2461--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span +<!--l. 2446--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkstart</span></span></span> -<!--l. 2463--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span +<!--l. 2448--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkend</span></span></span> -<!--l. 2466--><p class="indent" > The draft option defines the macros as follows +<!--l. 2451--><p class="indent" > The draft option defines the macros as follows <pre class="verbatim" id="verbatim-41"> @@ -6105,11 +6105,11 @@ class="ec-lmvtt-10">\hyper@linkend</span></span></span> \let\hyper@linkstart\@gobbletwo \let\hyper@linkend\@empty </pre> -<!--l. 2476--><p class="nopar" > -<!--l. 2478--><p class="noindent" > +<!--l. 2461--><p class="nopar" > +<!--l. 2463--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">9 </span> <a id="x1-540009"></a>Special support for other packages</h3> -<!--l. 2480--><p class="noindent" >Package <span +<!--l. 2465--><p class="noindent" >Package <span class="ec-lmss-10">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such as <ul class="itemize1"> @@ -6132,7 +6132,7 @@ class="ec-lmvtt-10">implicit=false </span>for these packages to work. </li> <li class="itemize">Packages that do anything serious with the index.</li></ul> -<!--l. 2500--><p class="indent" > The <span +<!--l. 2485--><p class="indent" > The <span class="ec-lmss-10">hyperref </span>package is distributed with variants on two useful packages designed to work especially well with it. These are <span class="ec-lmss-10">xr </span>and <span @@ -6140,15 +6140,15 @@ class="ec-lmss-10">minitoc</span>, which support crossdocument links using <span <span class="ec-lmvtt-10">\label</span>/<span class="ec-lmvtt-10">\ref </span>mechanisms and per-chapter tables of contents, respectively. -<!--l. 2507--><p class="noindent" > +<!--l. 2492--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">9.1 </span> <a id="x1-550009.1"></a>Package Compatibility</h4> -<!--l. 2509--><p class="noindent" >Currently only package loading orders are available: -<!--l. 2513--><p class="indent" > Note: hyperref loads package <span +<!--l. 2494--><p class="noindent" >Currently only package loading orders are available: +<!--l. 2498--><p class="indent" > Note: hyperref loads package <span class="ec-lmss-10">nameref </span>at <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\begin{document}</span></span></span>. Sometimes this is too late, thus this package must be loaded earlier. -<!--l. 2518--><p class="noindent" > +<!--l. 2503--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.1 </span> <a id="x1-560009.1.1"></a>algorithm</h5> @@ -6158,11 +6158,11 @@ package must be loaded earlier.   \usepackage{hyperref}   \usepackage[chapter]{algorithm}% eg. </pre> -<!--l. 2523--><p class="nopar" > -<!--l. 2525--><p class="noindent" > +<!--l. 2508--><p class="nopar" > +<!--l. 2510--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.2 </span> <a id="x1-570009.1.2"></a>amsmath</h5> -<!--l. 2527--><p class="noindent" >The environments equation and eqnarray are not supported too well. For example, there might be +<!--l. 2512--><p class="noindent" >The environments equation and eqnarray are not supported too well. For example, there might be spacing problems (eqnarray isn’t recommended anyway, see CTAN:info/l2tabu/, the situation for equation is unclear, because nobody is interested in investigating). Consider using the environments that package amsmath provide, e.g. gather for equation. The environment equation can even redefined to use @@ -6174,22 +6174,22 @@ gather:   \let\equation\gather   \let\endequation\endgather </pre> -<!--l. 2538--><p class="nopar" > -<!--l. 2540--><p class="noindent" > +<!--l. 2523--><p class="nopar" > +<!--l. 2525--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.3 </span> <a id="x1-580009.1.3"></a>amsrefs</h5> -<!--l. 2542--><p class="noindent" >Package loading order: +<!--l. 2527--><p class="noindent" >Package loading order: <pre class="verbatim" id="verbatim-44">   \usepackage{hyperref}   \usepackage{amsrefs} </pre> -<!--l. 2547--><p class="nopar" > -<!--l. 2549--><p class="noindent" > +<!--l. 2532--><p class="nopar" > +<!--l. 2534--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.4 </span> <a id="x1-590009.1.4"></a>arydshln, longtable</h5> -<!--l. 2551--><p class="noindent" >Package longtable must be put before hyperref and arydshln, hyperref after arydshln generates an error, +<!--l. 2536--><p class="noindent" >Package longtable must be put before hyperref and arydshln, hyperref after arydshln generates an error, thus the resulting package order is then: @@ -6198,16 +6198,16 @@ thus the resulting package order is then:   \usepacakge{hyperref}   \usepackage{arydshln} </pre> -<!--l. 2559--><p class="nopar" > -<!--l. 2561--><p class="noindent" > +<!--l. 2544--><p class="nopar" > +<!--l. 2546--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.5 </span> <a id="x1-600009.1.5"></a>babel/magyar.ldf</h5> -<!--l. 2563--><p class="noindent" >The old version 2005/03/30 v1.4j will not work. You need at least version 1.5, maintained by Pter +<!--l. 2548--><p class="noindent" >The old version 2005/03/30 v1.4j will not work. You need at least version 1.5, maintained by Pter Szab, see CTAN:language/hungarian/babel/. -<!--l. 2568--><p class="noindent" > +<!--l. 2553--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.6 </span> <a id="x1-610009.1.6"></a>babel/spanish.ldf</h5> -<!--l. 2570--><p class="noindent" >Babel’s spanish.ldf redefines ‘<span class="obeylines-h"><span class="verb"><span +<!--l. 2555--><p class="noindent" >Babel’s spanish.ldf redefines ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.</span></span></span>’ to support ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\...</span></span></span>’. In bookmarks (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span>) only ‘<span class="obeylines-h"><span class="verb"><span @@ -6215,10 +6215,10 @@ class="ec-lmvtt-10">\.</span></span></span>’ is supported. If ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\...</span></span></span>’ is needed, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\texorpdfstring{\...}{\dots}</span></span></span> can be used instead. -<!--l. 2577--><p class="noindent" > +<!--l. 2562--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.7 </span> <a id="x1-620009.1.7"></a>bibentry</h5> -<!--l. 2579--><p class="noindent" >Workaround: +<!--l. 2564--><p class="noindent" >Workaround: <pre class="verbatim" id="verbatim-46"> @@ -6237,16 +6237,16 @@ class="ec-lmvtt-10">\texorpdfstring{\...}{\dots}</span></span></span> can be use     \nobibliography{database}   \endgroup </pre> -<!--l. 2596--><p class="nopar" > -<!--l. 2598--><p class="noindent" > +<!--l. 2581--><p class="nopar" > +<!--l. 2583--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.8 </span> <a id="x1-630009.1.8"></a>bigfoot</h5> -<!--l. 2600--><p class="noindent" >Hyperref does not support package ‘bigfoot’. And package ‘bigfoot’ does not support hyperref’s footnotes +<!--l. 2585--><p class="noindent" >Hyperref does not support package ‘bigfoot’. And package ‘bigfoot’ does not support hyperref’s footnotes and disables them (hyperfootnotes=false). -<!--l. 2605--><p class="noindent" > +<!--l. 2590--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.9 </span> <a id="x1-640009.1.9"></a>chappg</h5> -<!--l. 2607--><p class="noindent" >Package ‘chappg’ uses <span class="obeylines-h"><span class="verb"><span +<!--l. 2592--><p class="noindent" >Package ‘chappg’ uses <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> that is redefined by ‘hyperref’. The package order is therefore: @@ -6255,11 +6255,11 @@ therefore:   \usepackage{hyperref}   \usepackage{chappg} </pre> -<!--l. 2613--><p class="nopar" > -<!--l. 2615--><p class="noindent" > +<!--l. 2598--><p class="nopar" > +<!--l. 2600--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.10 </span> <a id="x1-650009.1.10"></a>cite</h5> -<!--l. 2617--><p class="noindent" >This is from Mike Shell: cite.sty cannot currently be used with hyperref. However, I can do a workaround +<!--l. 2602--><p class="noindent" >This is from Mike Shell: cite.sty cannot currently be used with hyperref. However, I can do a workaround via: @@ -6270,14 +6270,14 @@ via:  \usepackage[hypertex]{hyperref} </pre> -<!--l. 2627--><p class="nopar" > -<!--l. 2629--><p class="indent" > so that hyperref will not redefine any of the biblabel stuff - so cite.sty will work as normal - +<!--l. 2612--><p class="nopar" > +<!--l. 2614--><p class="indent" > so that hyperref will not redefine any of the biblabel stuff - so cite.sty will work as normal - although the citations will not be hyperlinked, of course (But this may not be an issue for many people). -<!--l. 2634--><p class="noindent" > +<!--l. 2619--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.11 </span> <a id="x1-660009.1.11"></a>count1to</h5> -<!--l. 2636--><p class="noindent" >Package ‘count1to’ adds several <span class="obeylines-h"><span class="verb"><span +<!--l. 2621--><p class="noindent" >Package ‘count1to’ adds several <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> commands that confuse ‘hyperref’. Therefore <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\theH<...></span></span></span> has to be fixed: @@ -6293,27 +6293,27 @@ has to be fixed:     \renewcommand*{\theHsubparagraph}{\theHparagraph.\arabic{subparagraph}}%   } </pre> -<!--l. 2648--><p class="nopar" > -<!--l. 2650--><p class="noindent" > +<!--l. 2633--><p class="nopar" > +<!--l. 2635--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.12 </span> <a id="x1-670009.1.12"></a>dblaccnt</h5> -<!--l. 2652--><p class="noindent" >pd1enc.def or puenc.def should be loaded before: +<!--l. 2637--><p class="noindent" >pd1enc.def or puenc.def should be loaded before: <pre class="verbatim" id="verbatim-50">   \usepackage{hyperref}   \usepackage{dblaccnt} </pre> -<!--l. 2656--><p class="nopar" > or see entry for <span +<!--l. 2641--><p class="nopar" > or see entry for <span class="ec-lmss-10">vietnam</span>. -<!--l. 2660--><p class="noindent" > +<!--l. 2645--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.13 </span> <a id="x1-680009.1.13"></a>easyeqn</h5> -<!--l. 2661--><p class="noindent" >Not compatible, breaks. -<!--l. 2664--><p class="noindent" > +<!--l. 2646--><p class="noindent" >Not compatible, breaks. +<!--l. 2649--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.14 </span> <a id="x1-690009.1.14"></a>ellipsis</h5> -<!--l. 2666--><p class="noindent" >This packages redefines <span class="obeylines-h"><span class="verb"><span +<!--l. 2651--><p class="noindent" >This packages redefines <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textellipsis</span></span></span> after package hyperref (pd1enc.def/puenc.def should be loaded before): @@ -6322,8 +6322,8 @@ before):   \usepackage{hyperref}   \usepackage{ellipsis} </pre> -<!--l. 2671--><p class="nopar" > -<!--l. 2673--><p class="noindent" > +<!--l. 2656--><p class="nopar" > +<!--l. 2658--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.15 </span> <a id="x1-700009.1.15"></a>float</h5> @@ -6332,36 +6332,36 @@ before):  \usepackage{float}   \usepackage{hyperref} </pre> -<!--l. 2677--><p class="nopar" > +<!--l. 2662--><p class="nopar" > <ul class="itemize1"> <li class="itemize">Several <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\caption</span></span></span> commands are not supported inside one float object. </li> <li class="itemize">Anchor are set at top of the float object, if its style is controlled by float.sty.</li></ul> -<!--l. 2684--><p class="noindent" > +<!--l. 2669--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.16 </span> <a id="x1-710009.1.16"></a>endnotes</h5> -<!--l. 2685--><p class="noindent" >Unsupported. -<!--l. 2687--><p class="noindent" > +<!--l. 2670--><p class="noindent" >Unsupported. +<!--l. 2672--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.17 </span> <a id="x1-720009.1.17"></a>foiltex</h5> -<!--l. 2688--><p class="noindent" >Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into <span class="obeylines-h"><span class="verb"><span +<!--l. 2673--><p class="noindent" >Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@begindvi</span></span></span>, it uses package ‘atbegshi’ instead, that hooks into <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\shipout</span></span></span>. Thus the patch of ‘foils.cls’ regarding hyperref is now obsolete and causes an undefined error message about <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@hyperfixhead</span></span></span>. This is fixed in FoilTeX 2.1.4b. -<!--l. 2696--><p class="noindent" > +<!--l. 2681--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.18 </span> <a id="x1-730009.1.18"></a>footnote</h5> -<!--l. 2698--><p class="noindent" >This package is not supported, you have to disable hyperref’s footnote support by using option +<!--l. 2683--><p class="noindent" >This package is not supported, you have to disable hyperref’s footnote support by using option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperfootnotes=false</span></span></span>. -<!--l. 2702--><p class="noindent" > +<!--l. 2687--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.19 </span> <a id="x1-740009.1.19"></a>geometry</h5> -<!--l. 2704--><p class="noindent" >Driver ‘dvipdfm’ and program ‘dvipdfm’ might generate a warning: Sorry. Too late to change page size +<!--l. 2689--><p class="noindent" >Driver ‘dvipdfm’ and program ‘dvipdfm’ might generate a warning: Sorry. Too late to change page size Then prefer the program ‘dvipdfmx’ or use one of the following workarounds to move the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> of geometry to an earlier location: @@ -6394,24 +6394,24 @@ geometry to an earlier location:     ]{geometry}     \usepackage{hyperref} </pre> -<!--l. 2736--><p class="nopar" > -<!--l. 2738--><p class="noindent" > +<!--l. 2721--><p class="nopar" > +<!--l. 2723--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.20 </span> <a id="x1-750009.1.20"></a>IEEEtran.cls</h5> -<!--l. 2740--><p class="noindent" >version <span +<!--l. 2725--><p class="noindent" >version <span class="lmsy-10">≥ </span>V1.6b (because of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@makecaption</span></span></span>, see ChangeLog) -<!--l. 2743--><p class="noindent" > +<!--l. 2728--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.21 </span> <a id="x1-760009.1.21"></a>index</h5> -<!--l. 2745--><p class="noindent" >version <span +<!--l. 2730--><p class="noindent" >version <span class="lmsy-10">≥ </span>1995/09/28 v4.1 (because of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition) -<!--l. 2748--><p class="noindent" > +<!--l. 2733--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.22 </span> <a id="x1-770009.1.22"></a>lastpage</h5> -<!--l. 2750--><p class="noindent" >Compatible. -<!--l. 2753--><p class="noindent" > +<!--l. 2735--><p class="noindent" >Compatible. +<!--l. 2738--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.23 </span> <a id="x1-780009.1.23"></a>linguex</h5> @@ -6420,8 +6420,8 @@ class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition)  \usepackage{hyperref}   \usepackage{linguex} </pre> -<!--l. 2757--><p class="nopar" > -<!--l. 2759--><p class="noindent" > +<!--l. 2742--><p class="nopar" > +<!--l. 2744--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.24 </span> <a id="x1-790009.1.24"></a>ltabptch</h5> @@ -6431,20 +6431,20 @@ class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition)   \usepackage{ltabptch}   \usepackage{hyperref} </pre> -<!--l. 2764--><p class="nopar" > -<!--l. 2766--><p class="noindent" > +<!--l. 2749--><p class="nopar" > +<!--l. 2751--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.25 </span> <a id="x1-800009.1.25"></a>mathenv</h5> -<!--l. 2768--><p class="noindent" >Unsupported. -<!--l. 2772--><p class="indent" > Both ‘mathenv’ and ‘hyperref’ messes around with environment ‘eqnarray’. You can load ‘mathenv’ +<!--l. 2753--><p class="noindent" >Unsupported. +<!--l. 2757--><p class="indent" > Both ‘mathenv’ and ‘hyperref’ messes around with environment ‘eqnarray’. You can load ‘mathenv’ after ‘hyperref’ to avoid an error message. But <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> will not work inside environment ‘eqnarray’ properly, for example. -<!--l. 2779--><p class="noindent" > +<!--l. 2764--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.26 </span> <a id="x1-810009.1.26"></a>minitoc-hyper</h5> -<!--l. 2781--><p class="noindent" >This package is obsolete, use the up-to-date original package minitoc instead. -<!--l. 2786--><p class="noindent" > +<!--l. 2766--><p class="noindent" >This package is obsolete, use the up-to-date original package minitoc instead. +<!--l. 2771--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.27 </span> <a id="x1-820009.1.27"></a>multind</h5> @@ -6453,8 +6453,8 @@ properly, for example.  \usepackage{multind}   \usepackage{hyperref} </pre> -<!--l. 2790--><p class="nopar" > -<!--l. 2792--><p class="noindent" > +<!--l. 2775--><p class="nopar" > +<!--l. 2777--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.28 </span> <a id="x1-830009.1.28"></a>natbib</h5> @@ -6463,22 +6463,22 @@ properly, for example.  \usepackage{natbib}   \usepackage{hyperref} </pre> -<!--l. 2796--><p class="nopar" > -<!--l. 2798--><p class="noindent" > +<!--l. 2781--><p class="nopar" > +<!--l. 2783--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.29 </span> <a id="x1-840009.1.29"></a>nomencl</h5> -<!--l. 2799--><p class="noindent" >Example for introducing links for the page numbers: +<!--l. 2784--><p class="noindent" >Example for introducing links for the page numbers: <pre class="verbatim" id="verbatim-58">       \renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}} </pre> -<!--l. 2802--><p class="nopar" > -<!--l. 2805--><p class="noindent" > +<!--l. 2787--><p class="nopar" > +<!--l. 2790--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.30 </span> <a id="x1-850009.1.30"></a>ntheorem-hyper</h5> -<!--l. 2806--><p class="noindent" >This package is obsolete, use the up-to-date original package ntheorem instead. -<!--l. 2810--><p class="indent" > For equations the following might work: +<!--l. 2791--><p class="noindent" >This package is obsolete, use the up-to-date original package ntheorem instead. +<!--l. 2795--><p class="indent" > For equations the following might work: <pre class="verbatim" id="verbatim-59"> @@ -6488,8 +6488,8 @@ properly, for example.     But the mapping from the equation number to the anchor name     is not available in general. </pre> -<!--l. 2817--><p class="nopar" > -<!--l. 2819--><p class="noindent" > +<!--l. 2802--><p class="nopar" > +<!--l. 2804--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.31 </span> <a id="x1-860009.1.31"></a>parskip</h5> @@ -6498,10 +6498,10 @@ properly, for example.  \usepackage{parskip}   \usepackage{hyperref}[2012/08/20] </pre> -<!--l. 2823--><p class="nopar" > -<!--l. 2826--><p class="indent" > Both packages want to redefine <span class="obeylines-h"><span class="verb"><span +<!--l. 2808--><p class="nopar" > +<!--l. 2811--><p class="indent" > Both packages want to redefine <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@starttoc</span></span></span>. -<!--l. 2829--><p class="noindent" > +<!--l. 2814--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.32 </span> <a id="x1-870009.1.32"></a>prettyref</h5> @@ -6526,8 +6526,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>. %%% example for prettyref %%%        </pre> -<!--l. 2848--><p class="nopar" > -<!--l. 2851--><p class="noindent" > +<!--l. 2833--><p class="nopar" > +<!--l. 2836--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.33 </span> <a id="x1-880009.1.33"></a>setspace</h5> @@ -6536,8 +6536,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.  \usepackage{setspace}   \usepackage{hyperref} </pre> -<!--l. 2855--><p class="nopar" > -<!--l. 2857--><p class="noindent" > +<!--l. 2840--><p class="nopar" > +<!--l. 2842--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.34 </span> <a id="x1-890009.1.34"></a>sidecap</h5> @@ -6548,8 +6548,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.     \usepackage{hyperref}     \usepackage{sidecap} </pre> -<!--l. 2863--><p class="nopar" > -<!--l. 2865--><p class="noindent" > +<!--l. 2848--><p class="nopar" > +<!--l. 2850--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.35 </span> <a id="x1-900009.1.35"></a>subfigure</h5> @@ -6573,8 +6573,8 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.     \usepackage{subfigure}     or vice versa? </pre> -<!--l. 2884--><p class="nopar" > -<!--l. 2886--><p class="noindent" > +<!--l. 2869--><p class="nopar" > +<!--l. 2871--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.36 </span> <a id="x1-910009.1.36"></a>titleref</h5> @@ -6584,24 +6584,24 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.   \usepackage{titleref}% without usetoc   \usepackage{hyperref} </pre> -<!--l. 2891--><p class="nopar" > -<!--l. 2893--><p class="noindent" > +<!--l. 2876--><p class="nopar" > +<!--l. 2878--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.37 </span> <a id="x1-920009.1.37"></a>tabularx</h5> -<!--l. 2895--><p class="noindent" >Linked footnotes are not supported inside environment ‘tabularx’, because they uses the optional +<!--l. 2880--><p class="noindent" >Linked footnotes are not supported inside environment ‘tabularx’, because they uses the optional argument of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>, see section ‘Limitations’. Before version 2011/09/28 6.82i hyperref had disabled footnotes entirely by ‘hyperfootnotes=false’. -<!--l. 2901--><p class="noindent" > +<!--l. 2886--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.38 </span> <a id="x1-930009.1.38"></a>titlesec</h5> -<!--l. 2903--><p class="noindent" ><span +<!--l. 2888--><p class="noindent" ><span class="ec-lmss-10">nameref </span>supports titlesec, but hyperref does not (unsolved is the anchor setting, missing with unnumbered section, perhaps problems with page breaks with numbered ones). -<!--l. 2908--><p class="noindent" > +<!--l. 2893--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.39 </span> <a id="x1-940009.1.39"></a>ucs/utf8x.def</h5> -<!--l. 2910--><p class="noindent" >The first time a multibyte UTF8 sequence is called, it does some calculations and stores the result in a +<!--l. 2895--><p class="noindent" >The first time a multibyte UTF8 sequence is called, it does some calculations and stores the result in a macro for speeding up the next calls of that UTF8 sequence. However this makes the first call non-expandable and will break if used in information entries or bookmarks. Package <span class="ec-lmss-10">ucs </span>offers @@ -6617,14 +6617,14 @@ class="ec-lmvtt-10">\PreloadUnicodePage</span></span></span> to solve this:     \PrerenderUnicode{^^c3^^b6}% or \PrerenderUnicodePage{1}     \hypersetup{pdftitle={Umlaut example: ^^c3^^b6}} </pre> -<!--l. 2923--><p class="nopar" > The notation with two carets avoids trouble with 8-bit bytes for the README file, you can use the +<!--l. 2908--><p class="nopar" > The notation with two carets avoids trouble with 8-bit bytes for the README file, you can use the characters directly. -<!--l. 2928--><p class="noindent" > +<!--l. 2913--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.40 </span> <a id="x1-950009.1.40"></a>varioref</h5> -<!--l. 2929--><p class="noindent" >There are too many problems with varioref. Nobody has time to sort them out. Therefore this package is +<!--l. 2914--><p class="noindent" >There are too many problems with varioref. Nobody has time to sort them out. Therefore this package is now unsupported. -<!--l. 2933--><p class="indent" > Perhaps you are lucky and some of the features of varioref works with the following loading +<!--l. 2918--><p class="indent" > Perhaps you are lucky and some of the features of varioref works with the following loading order: @@ -6633,10 +6633,10 @@ order:     \usepackage{varioref}     \usepackage{hyperref} </pre> -<!--l. 2939--><p class="nopar" > -<!--l. 2942--><p class="indent" > Also some babel versions can be problematic. For example, 2005/05/21 v3.8g contains a patch for +<!--l. 2924--><p class="nopar" > +<!--l. 2927--><p class="indent" > Also some babel versions can be problematic. For example, 2005/05/21 v3.8g contains a patch for varioref that breaks the hyperref support for varioref. -<!--l. 2948--><p class="indent" > Also unsupported: +<!--l. 2933--><p class="indent" > Also unsupported: <ul class="itemize1"> <li class="itemize"><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\Ref</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -6644,11 +6644,11 @@ class="ec-lmvtt-10">\Vref</span></span></span> do not uppercase the first letter </li> <li class="itemize"><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a previous space is not suppressed.</li></ul> -<!--l. 2955--><p class="noindent" > +<!--l. 2940--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.41 </span> <a id="x1-960009.1.41"></a>verse</h5> -<!--l. 2957--><p class="noindent" >Version 2005/08/22 v2.22 contains support for hyperref. -<!--l. 2959--><p class="indent" > For older versions see example from de.comp.text.tex (2005/08/11, slightly modified): +<!--l. 2942--><p class="noindent" >Version 2005/08/22 v2.22 contains support for hyperref. +<!--l. 2944--><p class="indent" > For older versions see example from de.comp.text.tex (2005/08/11, slightly modified): <pre class="verbatim" id="verbatim-68"> @@ -6693,8 +6693,8 @@ class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a pre   \end{document} </pre> -<!--l. 3003--><p class="nopar" > -<!--l. 3005--><p class="noindent" > +<!--l. 2988--><p class="nopar" > +<!--l. 2990--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.42 </span> <a id="x1-970009.1.42"></a>vietnam</h5> @@ -6705,20 +6705,20 @@ class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a pre   \usepackage{vietnam}   \usepackage{hyperref} </pre> -<!--l. 3011--><p class="nopar" > -<!--l. 3013--><p class="noindent" > +<!--l. 2996--><p class="nopar" > +<!--l. 2998--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">9.1.43 </span> <a id="x1-980009.1.43"></a>XeTeX</h5> -<!--l. 3015--><p class="noindent" >Default for the encoding of bookmarks is <span class="obeylines-h"><span class="verb"><span +<!--l. 3000--><p class="noindent" >Default for the encoding of bookmarks is <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfencoding=unicode</span></span></span>. That means the strings are always treated as unicode strings. If <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">auto</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfdoc</span></span></span> is forced it applies only if the string restricts to the printable ASCII set, The reason is that the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> does not support PDFDocEncoding. -<!--l. 3021--><p class="indent" > In older versions hyperref contained special conversion code from UTF-16BE back to UTF-8 in a +<!--l. 3006--><p class="indent" > In older versions hyperref contained special conversion code from UTF-16BE back to UTF-8 in a number of places for xetex to avoid the xdvipdfmx warning -<!--l. 3025--><p class="indent" > <span class="obeylines-h"><span class="verb"><span +<!--l. 3010--><p class="indent" > <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Failed</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> convert</span><span @@ -6726,20 +6726,20 @@ class="ec-lmvtt-10"> input</span><span class="ec-lmvtt-10"> string</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> UTF16...</span></span></span> -<!--l. 3027--><p class="indent" > This is no longer needed with a current xdvipdfmx, so this code has been removed. +<!--l. 3012--><p class="indent" > This is no longer needed with a current xdvipdfmx, so this code has been removed. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\csname</span><span class="ec-lmvtt-10"> HyPsd@XeTeXBigCharstrue\endcsname</span></span></span> should no longer be used. -<!--l. 3033--><p class="noindent" > +<!--l. 3018--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">10 </span> <a id="x1-9900010"></a>Limitations<span class="footnote-mark"><a href="hyperref-doc6.html#fn5x0"><sup class="textsuperscript">5</sup></a></span><a id="x1-99001f5"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">10.1 </span> <a id="x1-10000010.1"></a>Wrapped/broken link support</h4> -<!--l. 3036--><p class="noindent" >Only few drivers support automatically wrapped/broken links, e.g. pdftex, dvipdfm, hypertex. Other +<!--l. 3021--><p class="noindent" >Only few drivers support automatically wrapped/broken links, e.g. pdftex, dvipdfm, hypertex. Other drivers lack this feature, e.g. dvips, dvipsone. -<!--l. 3040--><p class="indent" > Workarounds: +<!--l. 3025--><p class="indent" > Workarounds: <ul class="itemize1"> <li class="itemize">For long section or caption titles in the table of contents or list of figures/tables option <span @@ -6755,25 +6755,25 @@ class="ec-lmss-10">breakurl</span>. class="ec-lmss-10">breaklinks </span>is intended for internal use. But it can be used to force link wrapping, e.g. when printing a document. However, when such a document is converted to PDF and viewed with a PDF viewer, the active link area will be misplaced. - <!--l. 3054--><p class="noindent" >Another limitation: some penalties are “optimized” by TeX, thus there are missing break + <!--l. 3039--><p class="noindent" >Another limitation: some penalties are “optimized” by TeX, thus there are missing break points, especially within <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>. (See thread “hyperref.sty, breaklinks and url.sty 3.2” in comp.text.tex 2005-09).</li></ul> -<!--l. 3060--><p class="noindent" > +<!--l. 3045--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.2 </span> <a id="x1-10100010.2"></a>Links across pages</h4> -<!--l. 3062--><p class="noindent" >In general they have problems: +<!--l. 3047--><p class="noindent" >In general they have problems: <ul class="itemize1"> <li class="itemize">Some driver doesn’t support them at all (see above). </li> <li class="itemize">The driver allows it, but the link result might include the footer and/or header, or an error message can occur sometimes.</li></ul> -<!--l. 3070--><p class="noindent" > +<!--l. 3055--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">10.3 </span> <a id="x1-10200010.3"></a>Footnotes</h4> -<!--l. 3072--><p class="noindent" >LaTeX allows the separation of the footnote mark and the footnote text (<span class="obeylines-h"><span class="verb"><span +<!--l. 3057--><p class="noindent" >LaTeX allows the separation of the footnote mark and the footnote text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotemark</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>). This interface might be enough for visual typesetting. But the relation between @@ -6789,14 +6789,14 @@ Thus the implementation of hyperref does not support the optional argument of <s class="ec-lmvtt-10">\footnotemark</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>. -<!--l. 3083--><p class="noindent" > +<!--l. 3068--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">11 </span> <a id="x1-10300011"></a>Hints<span class="footnote-mark"><a href="hyperref-doc7.html#fn6x0"><sup class="textsuperscript">6</sup></a></span><a id="x1-103001f6"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">11.1 </span> <a id="x1-10400011.1"></a>Spaces in option values</h4> -<!--l. 3087--><p class="noindent" >Unhappily LaTeX strips spaces from options if they are given in <span class="obeylines-h"><span class="verb"><span +<!--l. 3072--><p class="noindent" >Unhappily LaTeX strips spaces from options if they are given in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\documentclass</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage</span></span></span> (or <span class="obeylines-h"><span class="verb"><span @@ -6806,35 +6806,35 @@ class="ec-lmvtt-10">\RequirePackage</span></span></span>), e.g.: <pre class="verbatim" id="verbatim-70">     \usepackage[pdfborder=0 0 1]{hyperref} </pre> -<!--l. 3091--><p class="nopar" > Package hyperref now gets +<!--l. 3076--><p class="nopar" > Package hyperref now gets <pre class="verbatim" id="verbatim-71">     pdfborder=001 </pre> -<!--l. 3095--><p class="nopar" > and the result is an invalid PDF file. As workaround braces can be used: +<!--l. 3080--><p class="nopar" > and the result is an invalid PDF file. As workaround braces can be used: <pre class="verbatim" id="verbatim-72">     \usepackage[pdfborder={0 0 1}]{hyperref} </pre> -<!--l. 3100--><p class="nopar" > Some options can also be given in <span class="obeylines-h"><span class="verb"><span +<!--l. 3085--><p class="nopar" > Some options can also be given in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> <pre class="verbatim" id="verbatim-73">     \hypersetup{pdfborder=0 0 1} </pre> -<!--l. 3104--><p class="nopar" > In <span class="obeylines-h"><span class="verb"><span +<!--l. 3089--><p class="nopar" > In <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> the options are directly processed as key value options (see package keyval) without space stripping in the value part. -<!--l. 3110--><p class="indent" > Alternatively, LaTeX’s option handling system can be adapted to key value options by one of the +<!--l. 3095--><p class="indent" > Alternatively, LaTeX’s option handling system can be adapted to key value options by one of the packages <span class="ec-lmss-10">kvoptions-patch </span>(from project <span class="ec-lmss-10">kvoptions</span>) or <span class="ec-lmss-10">xkvltxp </span>(from project <span class="ec-lmss-10">xsetkeys</span>). -<!--l. 3115--><p class="noindent" > +<!--l. 3100--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.2 </span> <a id="x1-10500011.2"></a>Index with makeindex</h4> <ul class="itemize1"> @@ -6864,7 +6864,7 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> command. With       ...       \index{Some example|main} </pre> - <!--l. 3139--><p class="nopar" > + <!--l. 3124--><p class="nopar" > </li> <li class="itemize">Scientic Word/Scientific WorkPlace users can use package robustindex with hyperindex=false. </li> @@ -6875,7 +6875,7 @@ class="ec-lmss-10">encap</span>. Example for use of “?”: <pre class="verbatim" id="verbatim-75">       \usepackage[encap=?]{hyperref} </pre> - <!--l. 3146--><p class="nopar" > + <!--l. 3131--><p class="nopar" > </li> <li class="itemize">Another possibility is the insertion of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> by a style file for makeindex. For this case, @@ -6897,12 +6897,12 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> will be defined regardless o encap_suffix "}" %%% cut %%% hyperindex.ist %%% cut %%% </pre> - <!--l. 3162--><p class="nopar" ></li></ul> -<!--l. 3165--><p class="noindent" > + <!--l. 3147--><p class="nopar" ></li></ul> +<!--l. 3150--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.3 </span> <a id="x1-10600011.3"></a>Warning <span class="ec-lmvtt-10">"bookmark level for unknown <foobar> defaults to 0"</span></h4> -<!--l. 3167--><p class="noindent" >Getting rid of it: +<!--l. 3152--><p class="noindent" >Getting rid of it: <pre class="verbatim" id="verbatim-77"> @@ -6910,16 +6910,16 @@ class="ec-lmvtt-10">"bookmark level for unknown <foobar> defaults \providecommand*{\toclevel@<foobar>}{0} \makeatother </pre> -<!--l. 3172--><p class="nopar" > -<!--l. 3174--><p class="noindent" > +<!--l. 3157--><p class="nopar" > +<!--l. 3159--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.4 </span> <a id="x1-10700011.4"></a>Link anchors in figures</h4> -<!--l. 3176--><p class="noindent" >The caption command increments the counter and here is the place where hyperref set the corresponding +<!--l. 3161--><p class="noindent" >The caption command increments the counter and here is the place where hyperref set the corresponding anchor. Unhappily the caption is set below the figure, so the figure is not visible if a link jumps to a figure. In this case, try package <span class="ec-lmss-10">hypcap </span>that implements a method to circumvent the problem. -<!--l. 3184--><p class="noindent" > +<!--l. 3169--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.5 </span> <a id="x1-10800011.5"></a>Additional unicode characters in bookmarks and pdf information entries:</h4> @@ -6928,14 +6928,14 @@ problem. \documentclass[pdftex]{article} \usepackage[unicode]{hyperref} </pre> -<!--l. 3188--><p class="nopar" > -<!--l. 3190--><p class="indent" > Support for additional unicode characters: -<!--l. 3192--><p class="indent" > Example: <span class="obeylines-h"><span class="verb"><span +<!--l. 3173--><p class="nopar" > +<!--l. 3175--><p class="indent" > Support for additional unicode characters: +<!--l. 3177--><p class="indent" > Example: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.{a}</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\d{a}</span></span></span> -<!--l. 3194--><p class="indent" > 1. Get a list with unicode data, eg: -<!--l. 3196--><p class="indent" > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt -<!--l. 3198--><p class="indent" > 2. Identify the characters (<span class="obeylines-h"><span class="verb"><span +<!--l. 3179--><p class="indent" > 1. Get a list with unicode data, eg: +<!--l. 3181--><p class="indent" > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt +<!--l. 3183--><p class="indent" > 2. Identify the characters (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.{a}</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\d{a}</span></span></span>): @@ -6944,9 +6944,9 @@ class="ec-lmvtt-10">\d{a}</span></span></span>):     0227;LATIN SMALL LETTER A WITH DOT ABOVE;...     1EA1;LATIN SMALL LETTER A WITH DOT BELOW;... </pre> -<!--l. 3202--><p class="nopar" > -<!--l. 3204--><p class="indent" > 3. Calculate the octal code: -<!--l. 3206--><p class="indent" > The first characters of the line in the file are hex values, convert each byte and prepend them with a +<!--l. 3187--><p class="nopar" > +<!--l. 3189--><p class="indent" > 3. Calculate the octal code: +<!--l. 3191--><p class="indent" > The first characters of the line in the file are hex values, convert each byte and prepend them with a backslash. (This will go into the PDF file.) @@ -6954,9 +6954,9 @@ backslash. (This will go into the PDF file.)     0227 -> \002\047     1EA1 -> \036\241 </pre> -<!--l. 3213--><p class="nopar" > -<!--l. 3215--><p class="indent" > 4. Transform into a form understood by hyperref: -<!--l. 3217--><p class="indent" > Hyperref must know where the first byte starts, this is marked by <span class="obeylines-h"><span class="verb"><span +<!--l. 3198--><p class="nopar" > +<!--l. 3200--><p class="indent" > 4. Transform into a form understood by hyperref: +<!--l. 3202--><p class="indent" > Hyperref must know where the first byte starts, this is marked by <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">9</span></span></span> (8 and 9 cannot occur in octal numbers): @@ -6965,8 +6965,8 @@ numbers):     \002\047 -> \9002\047     \036\241 -> \9036\241 </pre> -<!--l. 3224--><p class="nopar" > -<!--l. 3226--><p class="indent" > Optional: <span class="obeylines-h"><span class="verb"><span +<!--l. 3209--><p class="nopar" > +<!--l. 3211--><p class="indent" > Optional: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">8</span></span></span> is used for abbreviations: @@ -6975,8 +6975,8 @@ class="ec-lmvtt-10">8</span></span></span> is used for abbreviations:     \9002\047 -> \82\047 </pre> -<!--l. 3232--><p class="nopar" > -<!--l. 3234--><p class="indent" > 5. Declare the character with LaTeX: +<!--l. 3217--><p class="nopar" > +<!--l. 3219--><p class="indent" > 5. Declare the character with LaTeX: <pre class="verbatim" id="verbatim-83"> @@ -6988,11 +6988,11 @@ class="ec-lmvtt-10">8</span></span></span> is used for abbreviations: \end{document}        </pre> -<!--l. 3243--><p class="nopar" > -<!--l. 3245--><p class="noindent" > +<!--l. 3228--><p class="nopar" > +<!--l. 3230--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.6 </span> <a id="x1-10900011.6"></a>Footnotes</h4> -<!--l. 3247--><p class="noindent" >The footnote support is rather limited. It is beyond the scope to use <span class="obeylines-h"><span class="verb"><span +<!--l. 3232--><p class="noindent" >The footnote support is rather limited. It is beyond the scope to use <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotemark</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span> out of order or reusing <span class="obeylines-h"><span class="verb"><span @@ -7050,12 +7050,12 @@ C% \end{document} </pre> -<!--l. 3301--><p class="nopar" > +<!--l. 3286--><p class="nopar" > -<!--l. 3303--><p class="noindent" > +<!--l. 3288--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.7 </span> <a id="x1-11000011.7"></a>Subordinate counters</h4> -<!--l. 3305--><p class="noindent" >Some counters do not have unique values and require the value of other counters to be unique. For +<!--l. 3290--><p class="noindent" >Some counters do not have unique values and require the value of other counters to be unique. For example, sections or figures might be numbered within chapters or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\newtheorem</span></span></span> is used with an optional counter argument. Internally LaTeX uses <span class="obeylines-h"><span class="verb"><span @@ -7064,13 +7064,13 @@ another counter. Package hyperref hooks into <span class="obeylines-h"><span cla class="ec-lmvtt-10">\@addtoreset</span></span></span> to catch this situation. Also <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\numberwithin</span></span></span> of package amsmath is caught by hyperref. -<!--l. 3315--><p class="indent" > However, if the definition of subordinate counters take place before hyperref is loaded, the old +<!--l. 3300--><p class="indent" > However, if the definition of subordinate counters take place before hyperref is loaded, the old meaning of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> is called without hyperref’s additions. Then the companion counter macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\theH<counter></span></span></span> can be redefined accordingly. Or move the definition of subordinate counters after hyperref is loaded. -<!--l. 3321--><p class="indent" > Example for <span class="obeylines-h"><span class="verb"><span +<!--l. 3306--><p class="indent" > Example for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case: @@ -7078,14 +7078,14 @@ class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case:     \newtheorem{corA}{CorollaryA}[section]     \usepackage{hyperref} </pre> -<!--l. 3325--><p class="nopar" > Solution a) +<!--l. 3310--><p class="nopar" > Solution a) <pre class="verbatim" id="verbatim-86">     \usepackage{hyperref}     \newtheorem{corA}{CorollaryA}[section} </pre> -<!--l. 3330--><p class="nopar" > Solution b) +<!--l. 3315--><p class="nopar" > Solution b) <pre class="verbatim" id="verbatim-87"> @@ -7093,11 +7093,11 @@ class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case:     \usepackage{hyperref}     \newcommand*{\theHcorA}{\theHsection.\number\value{corA}} </pre> -<!--l. 3336--><p class="nopar" > -<!--l. 3338--><p class="noindent" > +<!--l. 3321--><p class="nopar" > +<!--l. 3323--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">12 </span> <a id="x1-11100012"></a>History and acknowledgments</h3> -<!--l. 3340--><p class="noindent" >The original authors of <span +<!--l. 3325--><p class="noindent" >The original authors of <span class="ec-lmss-10">hyperbasics.tex </span>and <span class="ec-lmss-10">hypertex.sty</span>, from which this package descends, are Tanmoy Bhattacharya and Thorsten Ohl. Package <span @@ -7110,16 +7110,16 @@ Carlisle, T. V. Raman and Leslie Lamport for comments, requests, t get the package into its first useable state. Various other people are mentioned at the point in the source where I had to change the code in later versions because of problems they found. -<!--l. 3353--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has +<!--l. 3338--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the package more robust. The days spent on RevTeX are entirely due to him! The investigations of Bill Moss into the later versions including native PDF support uncovered a good many bugs, and his testing is appreciated. Hans Hagen provided a lot of insight into PDF. -<!--l. 3361--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span +<!--l. 3346--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span class="ec-lmss-10">dvipsone </span>and <span class="ec-lmss-10">dviwindo </span>drivers. Sergey Lesenko provided the changes needed for <span -class="ec-lmss-10">dvipdf</span>, and Hn Th Thnh supplied all +class="ec-lmss-10">dvipdf</span>, and Hn Thế Thnh supplied all the information needed for <span class="ec-lmss-10">pdftex</span>. Patrick Daly kindly updated his <span class="ec-lmss-10">natbib </span>package to allow @@ -7129,14 +7129,14 @@ class="ec-lmss-10">hyper </span>package (developed in parallel with <span class="ec-lmss-10">hyperref</span>) showed me solutions for some problems. Hopefully the two packages will combine one day. -<!--l. 3370--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and +<!--l. 3355--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and ideas; Thomas Merz, whose book <span class="ec-lmri-10">Web Publishing with Acrobat/PDF </span>provided crucial insights; D. P. Story, whose detailed article about pdfmarks and forms solved many practical problems; and Hans Hagen, who explained how to do it in <span class="ec-lmss-10">pdftex</span>. -<!--l. 3376--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. -<!--l. 3379--><p class="indent" > Especial extra thanks to David Carlisle for the <span +<!--l. 3361--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. +<!--l. 3364--><p class="indent" > Especial extra thanks to David Carlisle for the <span class="ec-lmss-10">backref </span>module, the ps2pdf and dviwindo support, frequent general rewrites of my bad code, and for working on changes to the <span class="ec-lmss-10">xr </span>package to suit @@ -7146,61 +7146,61 @@ class="ec-lmss-10">hyperref</span>. <h3 class="sectionHead"><span class="titlemark">13 </span> <a id="x1-11200013"></a>GNU Free Documentation License</h3> -<!--l. 3419--><p class="noindent" >Version 1.2, November 2002 -<!--l. 3422--><p class="indent" > Copyright <span +<!--l. 3404--><p class="noindent" >Version 1.2, November 2002 +<!--l. 3407--><p class="indent" > Copyright <span class="ts1-lmr10-"></span> 2000,2001,2002 Free Software Foundation, Inc.<br class="newline" />59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br class="newline" />Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. -<!--l. 3428--><p class="noindent" > +<!--l. 3413--><p class="noindent" > <h4 class="likesubsectionHead"><a id="x1-11300013"></a>Preamble</h4> -<!--l. 3430--><p class="noindent" >The purpose of this License is to make a manual, textbook, or other functional and useful document +<!--l. 3415--><p class="noindent" >The purpose of this License is to make a manual, textbook, or other functional and useful document “free” in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. -<!--l. 3438--><p class="indent" > This License is a kind of “copyleft”, which means that derivative works of the document must +<!--l. 3423--><p class="indent" > This License is a kind of “copyleft”, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. -<!--l. 3443--><p class="indent" > We have designed this License in order to use it for manuals for free software, because free software +<!--l. 3428--><p class="indent" > We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. -<!--l. 3452--><p class="noindent" > +<!--l. 3437--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.1 </span> <a id="x1-11400013.1"></a>Applicability and definitions</h4> -<!--l. 3455--><p class="noindent" >This License applies to any manual or other work, in any medium, that contains a notice placed by +<!--l. 3440--><p class="noindent" >This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Document”, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “you”. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. -<!--l. 3465--><p class="indent" > A “Modified Version” of the Document means any work containing the Document or a +<!--l. 3450--><p class="indent" > A “Modified Version” of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. -<!--l. 3469--><p class="indent" > A “Secondary Section” is a named appendix or a front-matter section of the Document that deals +<!--l. 3454--><p class="indent" > A “Secondary Section” is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. -<!--l. 3480--><p class="indent" > The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of +<!--l. 3465--><p class="indent" > The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. -<!--l. 3488--><p class="indent" > The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or +<!--l. 3473--><p class="indent" > The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. -<!--l. 3493--><p class="indent" > A “Transparent” copy of the Document means a machine-readable copy, represented in a format +<!--l. 3478--><p class="indent" > A “Transparent” copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or @@ -7209,7 +7209,7 @@ otherwise Transparent file format whose markup, or absence of markup, has been a discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent” is called “Opaque”. -<!--l. 3506--><p class="indent" > Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo +<!--l. 3491--><p class="indent" > Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include @@ -7217,26 +7217,26 @@ proprietary formats that can be read and edited only by proprietary word process or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. -<!--l. 3517--><p class="indent" > The “Title Page” means, for a printed book, the title page itself, plus such following pages as are +<!--l. 3502--><p class="indent" > The “Title Page” means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page” means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text. -<!--l. 3524--><p class="indent" > A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely +<!--l. 3509--><p class="indent" > A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when you modify the Document means that it remains a section “Entitled XYZ” according to this definition. -<!--l. 3532--><p class="indent" > The Document may include Warranty Disclaimers next to the notice which states that this +<!--l. 3517--><p class="indent" > The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. -<!--l. 3540--><p class="noindent" > +<!--l. 3525--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.2 </span> <a id="x1-11500013.2"></a>Verbatim copying</h4> -<!--l. 3543--><p class="noindent" >You may copy and distribute the Document in any medium, either commercially or noncommercially, +<!--l. 3528--><p class="noindent" >You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the @@ -7244,14 +7244,14 @@ copies you make or distribute. However, you may accept compensation in exchange If you distribute a large enough number of copies you must also follow the conditions in section <a href="#x1-11600013.3">13.3<!--tex4ht:ref: copying --></a>. -<!--l. 3554--><p class="indent" > You may also lend copies, under the same conditions stated above, and you may publicly display +<!--l. 3539--><p class="indent" > You may also lend copies, under the same conditions stated above, and you may publicly display copies. -<!--l. 3558--><p class="noindent" > +<!--l. 3543--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.3 </span> <a id="x1-11600013.3"></a>Copying in quantity</h4> -<!--l. 3561--><p class="noindent" >If you publish printed copies (or copies in media that commonly have printed covers) of the Document, +<!--l. 3546--><p class="noindent" >If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly @@ -7260,10 +7260,10 @@ words of the title equally prominent and visible. You may add other material on addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. -<!--l. 3574--><p class="indent" > If the required texts for either cover are too voluminous to fit legibly, you should put the first ones +<!--l. 3559--><p class="indent" > If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. -<!--l. 3579--><p class="indent" > If you publish or distribute Opaque copies of the Document numbering more than 100, you must +<!--l. 3564--><p class="indent" > If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free @@ -7272,20 +7272,20 @@ begin distribution of Opaque copies in quantity, to ensure that this Transparent remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. -<!--l. 3592--><p class="indent" > It is requested, but not required, that you contact the authors of the Document well before +<!--l. 3577--><p class="indent" > It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. -<!--l. 3597--><p class="noindent" > +<!--l. 3582--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.4 </span> <a id="x1-11700013.4"></a>Modifications</h4> -<!--l. 3600--><p class="noindent" >You may copy and distribute a Modified Version of the Document under the conditions of sections <a +<!--l. 3585--><p class="noindent" >You may copy and distribute a Modified Version of the Document under the conditions of sections <a href="#x1-11500013.2">13.2<!--tex4ht:ref: verbatim --></a> and <a href="#x1-11600013.3">13.3<!--tex4ht:ref: copying --></a> above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: -<!--l. 3609--><p class="indent" > +<!--l. 3594--><p class="indent" > <ol class="enumerate1" > <li class="enumerate" id="x1-117002x1">Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, @@ -7359,73 +7359,73 @@ Version: </li></ol> -<!--l. 3660--><p class="indent" > If the Modified Version includes new front-matter sections or appendices that qualify as Secondary +<!--l. 3645--><p class="indent" > If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles. -<!--l. 3667--><p class="indent" > You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of +<!--l. 3652--><p class="indent" > You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of your Modified Version by various parties–for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. -<!--l. 3673--><p class="indent" > You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as +<!--l. 3658--><p class="indent" > You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. -<!--l. 3683--><p class="indent" > The author(s) and publisher(s) of the Document do not by this License give permission to use their +<!--l. 3668--><p class="indent" > The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. -<!--l. 3688--><p class="noindent" > +<!--l. 3673--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.5 </span> <a id="x1-11800013.5"></a>Combining documents</h4> -<!--l. 3691--><p class="noindent" >You may combine the Document with other documents released under this License, under the terms +<!--l. 3676--><p class="noindent" >You may combine the Document with other documents released under this License, under the terms defined in section <a href="#x1-11700013.4">13.4<!--tex4ht:ref: modifications --></a> above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. -<!--l. 3699--><p class="indent" > The combined work need only contain one copy of this License, and multiple identical Invariant +<!--l. 3684--><p class="indent" > The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. -<!--l. 3708--><p class="indent" > In the combination, you must combine any sections Entitled “History” in the various original +<!--l. 3693--><p class="indent" > In the combination, you must combine any sections Entitled “History” in the various original documents, forming one section Entitled “History”; likewise combine any sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled “Endorsements”. -<!--l. 3715--><p class="noindent" > +<!--l. 3700--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.6 </span> <a id="x1-11900013.6"></a>Collections of documents</h4> -<!--l. 3718--><p class="noindent" >You may make a collection consisting of the Document and other documents released under this License, +<!--l. 3703--><p class="noindent" >You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. -<!--l. 3724--><p class="indent" > You may extract a single document from such a collection, and distribute it individually under this +<!--l. 3709--><p class="indent" > You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. -<!--l. 3730--><p class="noindent" > +<!--l. 3715--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.7 </span> <a id="x1-12000013.7"></a>Aggregation with independent works</h4> -<!--l. 3733--><p class="noindent" >A compilation of the Document or its derivatives with other separate and independent documents or +<!--l. 3718--><p class="noindent" >A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. -<!--l. 3742--><p class="indent" > If the Cover Text requirement of section <a +<!--l. 3727--><p class="indent" > If the Cover Text requirement of section <a href="#x1-11600013.3">13.3<!--tex4ht:ref: copying --></a> is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. -<!--l. 3751--><p class="noindent" > +<!--l. 3736--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.8 </span> <a id="x1-12100013.8"></a>Translation</h4> -<!--l. 3754--><p class="noindent" >Translation is considered a kind of modification, so you may distribute translations of the Document +<!--l. 3739--><p class="noindent" >Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section <a href="#x1-11700013.4">13.4<!--tex4ht:ref: modifications --></a>. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant @@ -7435,26 +7435,26 @@ provided that you also include the original English version of this License and versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. -<!--l. 3768--><p class="indent" > If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the +<!--l. 3753--><p class="indent" > If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section <a href="#x1-11700013.4">13.4<!--tex4ht:ref: modifications --></a>) to Preserve its Title (section <a href="#x1-11400013.1">13.1<!--tex4ht:ref: applicability --></a>) will typically require changing the actual title. -<!--l. 3775--><p class="noindent" > +<!--l. 3760--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.9 </span> <a id="x1-12200013.9"></a>Termination</h4> -<!--l. 3778--><p class="noindent" >You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under +<!--l. 3763--><p class="noindent" >You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. -<!--l. 3787--><p class="noindent" > +<!--l. 3772--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.10 </span> <a id="x1-12300013.10"></a>Future revisions of this license</h4> -<!--l. 3790--><p class="noindent" >The Free Software Foundation may publish new, revised versions of the GNU Free Documentation +<!--l. 3775--><p class="noindent" >The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. -<!--l. 3796--><p class="indent" > Each version of the License is given a distinguishing version number. If the Document specifies that a +<!--l. 3781--><p class="indent" > Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version @@ -7462,26 +7462,26 @@ number of this License, you may choose any version ever published (not as a draf Foundation. -<!--l. 3806--><p class="noindent" > +<!--l. 3791--><p class="noindent" > <h4 class="likesubsectionHead"><a id="x1-12400013.10"></a>Addendum: how to use this license for your documents</h4> -<!--l. 3808--><p class="noindent" >To use this License in a document you have written, include a copy of the License in the document and +<!--l. 3793--><p class="noindent" >To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: -<!--l. 3812--><p class="indent" > +<!--l. 3797--><p class="indent" > <blockquote class="quote"> - <!--l. 3813--><p class="noindent" >Copyright <span + <!--l. 3798--><p class="noindent" >Copyright <span class="ts1-lmr10-"></span> YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.</blockquote> -<!--l. 3822--><p class="indent" > If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with...Texts.” +<!--l. 3807--><p class="indent" > If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with...Texts.” line with this: -<!--l. 3825--><p class="indent" > with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and +<!--l. 3810--><p class="indent" > with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. -<!--l. 3828--><p class="indent" > If you have Invariant Sections without Cover Texts, or some other combination of the three, merge +<!--l. 3813--><p class="indent" > If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. -<!--l. 3832--><p class="indent" > If your document contains nontrivial examples of program code, we recommend releasing these +<!--l. 3817--><p class="indent" > If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf b/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf Binary files differindex 20b58d68a3..f39dbe3d0e 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.tex b/macros/latex/contrib/hyperref/doc/hyperref-doc.tex index 6f80fc226a..f4b113db0d 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.tex +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.tex @@ -17,15 +17,8 @@ \def\mydate{January 2020} \RequirePackage{iftex} -\ifpdf % We are running pdfTeX in pdf mode -\ifx\directlua\undefinded -\documentclass[pdftex]{article} -\else -\documentclass[luatex]{article} -\fi -\else + \documentclass{article} -\fi \usepackage{pifont} @@ -33,8 +26,6 @@ \usepackage{hologo} -\def\OzTeX{O\kern-0.03em z\kern-0.15em \TeX} - \newcommand*{\cs}[1]{% \texttt{\textbackslash #1}% } @@ -136,19 +127,17 @@ \makeatother \usepackage{array,longtable} -\ifnum 0\ifluatex 1\else\ifxetex 1\fi\fi=0 % +\ifTUTeX% + \usepackage{fontspec}% + \renewcommand*{\ttdefault}{lmvtt}% +\else % not \XeTeX* nor \LuaTeX* \usepackage[T1]{fontenc}% \usepackage{lmodern}% \renewcommand*{\ttdefault}{lmvtt}% -\else - \usepackage{fontspec}% - \renewcommand*{\ttdefault}{lmvtt}% \fi \newcommand*{\Quote}[1]{\textquotedblleft#1\textquotedblright} -\def\Hanh{H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh} - \ifpdf \usepackage[% % pdftex,% might be luatex, just allow automatic default @@ -177,7 +166,7 @@ } \makeatother \title{Hypertext marks in \hologo{LaTeX}: a manual for \xpackage{hyperref}} -\date{2021-02-10 v7.00j} +\date{2021-02-27 v7.00k} \begin{document} @@ -190,7 +179,7 @@ \section{Introduction} The package derives from, and builds on, the work of the Hyper\hologo{TeX} -project, described at \texttt{http://xxx.lanl.gov/hypertex/}\footnote{Now: \url{https://ctan.org/tex-archive/support/hypertex/hypertex}}. It extends +project, described at \nolinkurl{http://xxx.lanl.gov/hypertex/}\footnote{Now: \url{https://ctan.org/tex-archive/support/hypertex/hypertex}}. It extends the functionality of all the \hologo{LaTeX} cross-referencing commands (including the table of contents, bibliographies etc) to produce \cs{special} commands which a driver can turn into hypertext links; @@ -251,13 +240,13 @@ at present, the following drivers are supported: \begin{description} \item[hypertex] DVI processors conforming to the Hyper\TeX\ guidelines (i.e.\ \textsf{xdvi}, \textsf{dvips} (with -the \textsf{-z} option), \textsf{\OzTeX}, and \textsf{Textures}) +the \textsf{-z} option), \textsf{\hologo{OzTeX}}, and \textsf{Textures}) \item[dvips] produces \verb|\special| commands tailored for \textsf{dvips} \item[dvipsone] produces \verb|\special| commands tailored for \textsf{dvipsone} \item[ps2pdf] a special case of output suitable for processing by earlier versions of Ghost\-script's PDF writer; this is basically the same as that for \textsf{dvips}, but a few variations remained before version 5.21 \item[tex4ht] produces \verb|\special| commands for use with \textsf{\TeX4ht} -\item[pdftex] pdf\TeX, \Hanh{}'s \TeX{} variant that writes PDF directly +\item[pdftex] pdf\TeX, \hologo{HanTheThanh}'s \TeX{} variant that writes PDF directly \item[luatex] lua\TeX, Unicode \TeX{} variant that writes PDF directly \item[dvipdfm] produces \verb|\special| commands for Mark Wicks' DVI to PDF driver \textsf{dvipdfm} \item[dvipdfmx] produces \verb|\special| commands for driver @@ -379,9 +368,6 @@ as package option. They are not necessary in \verb|\hypersetup|. \hypersetup{pdfborder=0 0 0} \end{verbatim} -Package `kvoptions-patch' patches \LaTeX\ to make it aware -of key value options and to prevent premature value expansions. - Some options can be given at any time, but many are restricted: before \verb|\begin{document}|, only in \verb|\usepackage[...]{hyperref}|, before first use, etc. @@ -710,11 +696,10 @@ pdfborder & & 0 0 1 & The style of box around links; defaul but the colorlinks option resets it to produce no border. \end{longtable} -Note that the color of link borders can be specified \emph{only} as 3 -numbers in the range 0..1, giving an RGB color. You cannot use colors -defined in \TeX. Since version 6.76a this is no longer true. -Especially with the help of package \xpackage{xcolor} the usual -color specifications of package \xpackage{(x)color} can be used. +The color of link borders used to be specified \emph{only} as 3 +numbers in the range 0..1, giving an RGB color. Since version 6.76a, the usual +color specifications of package \xpackage{(x)color} can be used if \xpackage{xcolor} +has been loaded. For further information see description of package \xpackage{hycolor}. The bookmark commands are stored in a file called @@ -1636,7 +1621,7 @@ sequence error would arise. As example we take a macro definition for the Vietnamese - name of Han The Thanh. Correctly written it needs some + name of \hologo{HanTheThanh}. Correctly written it needs some accented characters, one character even with a double accent. Class `tugboat.cls' defines a macro for the typesetted name: \begin{verbatim} @@ -1968,7 +1953,7 @@ sequence error would arise. are used for most characters, surrogates need four bytes. \item \xoption{auto} PDFDocEncoding if the string does not contain characters outside the encoding (outside ascii if an unicode engine is used) - and Unicode otherwise. This option is normally no suited for the unicode engines. + and Unicode otherwise. This option is not intended for the unicode engines. \end{itemize} All drivers use \xoption{unicode} by default now. If another encoding should be forced, @@ -3360,7 +3345,7 @@ insight into PDF. Berthold Horn provided help, encouragement and sponsorship for the \textsf{dvipsone} and \textsf{dviwindo} drivers. Sergey Lesenko provided -the changes needed for \textsf{dvipdf}, and \Hanh{} supplied all the +the changes needed for \textsf{dvipdf}, and \Hologo{HanTheThanh} supplied all the information needed for \textsf{pdftex}. Patrick Daly kindly updated his \xpackage{natbib} package to allow easy integration with \xpackage{hyperref}. Michael Mehlich's \xpackage{hyper} package (developed diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc2.html b/macros/latex/contrib/hyperref/doc/hyperref-doc2.html index 9537a69998..6b3f9b3ff8 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc2.html +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc2.html @@ -11,7 +11,7 @@ </head><body > <div class="footnote-text"> - <!--l. 193--><p class="indent" > <span class="footnote-mark"><a + <!--l. 182--><p class="indent" > <span class="footnote-mark"><a id="fn1x0"> <sup class="textsuperscript">1</sup></a></span><span class="ec-lmr-8">Now: </span><a href="https://ctan.org/tex-archive/support/hypertex/hypertex" class="url" ><span diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc3.html b/macros/latex/contrib/hyperref/doc/hyperref-doc3.html index 15226b2dc2..3b9d5d87e8 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc3.html +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc3.html @@ -11,7 +11,7 @@ </head><body > <div class="footnote-text"> - <!--l. 211--><p class="indent" > <span class="footnote-mark"><a + <!--l. 200--><p class="indent" > <span class="footnote-mark"><a id="fn2x0"> <sup class="textsuperscript">2</sup></a></span><span class="ec-lmr-8">This is borrowed from an article by Arthur Smith.</span></div> diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc4.html b/macros/latex/contrib/hyperref/doc/hyperref-doc4.html index ea4d955228..46b60a5d5b 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc4.html +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc4.html @@ -11,7 +11,7 @@ </head><body > <div class="footnote-text"> - <!--l. 276--><p class="indent" > <span class="footnote-mark"><a + <!--l. 265--><p class="indent" > <span class="footnote-mark"><a id="fn3x0"> <sup class="textsuperscript">3</sup></a></span><span class="ec-lmr-8">Make sure you turn off the partial font downloading supported by </span><span class="ec-lmss-8">dvips </span><span diff --git a/macros/latex/contrib/hyperref/doc/hyperref.pdf b/macros/latex/contrib/hyperref/doc/hyperref.pdf Binary files differindex 277454218d..94564ddfe3 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref.pdf +++ b/macros/latex/contrib/hyperref/doc/hyperref.pdf diff --git a/macros/latex/contrib/hyperref/doc/nameref.pdf b/macros/latex/contrib/hyperref/doc/nameref.pdf Binary files differindex b54dfd5f42..731298ac32 100644 --- a/macros/latex/contrib/hyperref/doc/nameref.pdf +++ b/macros/latex/contrib/hyperref/doc/nameref.pdf diff --git a/macros/latex/contrib/hyperref/hluatex.dtx b/macros/latex/contrib/hyperref/hluatex.dtx index fcfaabde9c..b1ad0653c7 100644 --- a/macros/latex/contrib/hyperref/hluatex.dtx +++ b/macros/latex/contrib/hyperref/hluatex.dtx @@ -1,6 +1,6 @@ % \iffalse % Source File: hluatex.dtx -% 2021-02-10 v7.00j +% 2021-02-27 v7.00k % % Copyright % 2016-2019 Oberdiek Package Support Group @@ -31,7 +31,7 @@ % % \begin{macrocode} %<*luatex> -%% 2021-02-10 v7.00j +%% 2021-02-27 v7.00k %% force unicode encoding, see issue #101 %% code mostly copied from hxetex.def \HyPsd@LoadUnicode diff --git a/macros/latex/contrib/hyperref/hyperref.dtx b/macros/latex/contrib/hyperref/hyperref.dtx index f72ba82800..711fa59ea1 100644 --- a/macros/latex/contrib/hyperref/hyperref.dtx +++ b/macros/latex/contrib/hyperref/hyperref.dtx @@ -48,12 +48,12 @@ %<pd1enc>\ProvidesFile{pd1enc.def} %<puenc>\ProvidesFile{puenc.def} %<puextra>\ProvidesFile{puenc-extra.def} -%<pugreek>\ProvidesFile{puenc-greek.def} +%<pugreek>\ProvidesFile{puenc-greekbasic.def} %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} %<psdextra>\ProvidesFile{psdextra.def} %<lang>\ProvidesFile{hyperref-langpatches.def} -%<!none> [2021-02-10 v7.00j % +%<!none> [2021-02-27 v7.00k % %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -2071,9 +2071,9 @@ \def\HyPsd@LoadExtra{% \ifHy@psdextra \ltx@iffileloaded{puenc.def}{% - \ltx@iffileloaded{puenc-greek.def}{}{% + \ltx@iffileloaded{puenc-greekbasic.def}{}{% \Hy@SaveCatcodeSettings{pu}% - \input{puenc-greek.def}% + \input{puenc-greekbasic.def}% \Hy@RestoreCatcodeSettings{pu}}% \Hy@SaveCatcodeSettings{psdextra}% \input{psdextra.def}% @@ -22365,7 +22365,7 @@ % Greek is only loaded if \cs{textBeta} is defined. % \begin{macrocode} \ifx\textBeta\@undefined \else -\input{puenc-greek.def} +\input{puenc-greekbasic.def} \fi %</puenc> %<*pugreek> diff --git a/macros/latex/contrib/hyperref/hyperref.ins b/macros/latex/contrib/hyperref/hyperref.ins index a894382982..3712f0e787 100644 --- a/macros/latex/contrib/hyperref/hyperref.ins +++ b/macros/latex/contrib/hyperref/hyperref.ins @@ -83,7 +83,7 @@ \file{hxetex.def}{\from{hyperref.dtx}{xetex,pdfform,outlines}} \file{pd1enc.def}{\from{hyperref.dtx}{pd1enc}} \file{puenc.def}{\from{hyperref.dtx}{puenc}} - \file{puenc-greek.def}{\from{hyperref.dtx}{pugreek}} + \file{puenc-greekbasic.def}{\from{hyperref.dtx}{pugreek}} \file{puenc-extra.def}{\from{hyperref.dtx}{puextra}} \file{puvnenc.def}{\from{hyperref.dtx}{puvnenc}} \file{puarenc.def}{\from{hyperref.dtx}{puarenc}} diff --git a/macros/latex/contrib/hyperref/manifest.txt b/macros/latex/contrib/hyperref/manifest.txt index d1597aeefe..24a0402237 100644 --- a/macros/latex/contrib/hyperref/manifest.txt +++ b/macros/latex/contrib/hyperref/manifest.txt @@ -67,7 +67,7 @@ hxetex.def pd1enc.def puenc.def puenc-extra.def -puenc-greek.def +puenc-greekbasic.def puvnenc.def puarenc.def psdextra.def diff --git a/macros/latex/contrib/hyperref/xr-hyper.sty b/macros/latex/contrib/hyperref/xr-hyper.sty index 24008ead5b..08bfac613a 100644 --- a/macros/latex/contrib/hyperref/xr-hyper.sty +++ b/macros/latex/contrib/hyperref/xr-hyper.sty @@ -61,7 +61,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xr-hyper} - [2021-02-10 v7.00j eXternal References (DPC)] + [2021-02-27 v7.00k eXternal References (DPC)] \def\externaldocument{\@testopt\XR@cite{}} \let\externalcitedocument\externaldocument diff --git a/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.pdf b/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.pdf Binary files differindex d922ac97c5..1c0587d73d 100644 --- a/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.pdf +++ b/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.pdf diff --git a/macros/latex/contrib/reledmac/examples/1-criticalendnotes.pdf b/macros/latex/contrib/reledmac/examples/1-criticalendnotes.pdf Binary files differindex 3557889e53..ca23dc8bd2 100644 --- a/macros/latex/contrib/reledmac/examples/1-criticalendnotes.pdf +++ b/macros/latex/contrib/reledmac/examples/1-criticalendnotes.pdf diff --git a/macros/latex/contrib/reledmac/examples/1-criticalnotes.pdf b/macros/latex/contrib/reledmac/examples/1-criticalnotes.pdf Binary files differindex 2956a995dd..32c10b641a 100644 --- a/macros/latex/contrib/reledmac/examples/1-criticalnotes.pdf +++ b/macros/latex/contrib/reledmac/examples/1-criticalnotes.pdf diff --git a/macros/latex/contrib/reledmac/examples/1-sidenotes.pdf b/macros/latex/contrib/reledmac/examples/1-sidenotes.pdf Binary files differindex 66b1d0bdc4..713ae63aad 100644 --- a/macros/latex/contrib/reledmac/examples/1-sidenotes.pdf +++ b/macros/latex/contrib/reledmac/examples/1-sidenotes.pdf diff --git a/macros/latex/contrib/reledmac/examples/1-tabular.pdf b/macros/latex/contrib/reledmac/examples/1-tabular.pdf Binary files differindex 2b22872ff1..5333254fa4 100644 --- a/macros/latex/contrib/reledmac/examples/1-tabular.pdf +++ b/macros/latex/contrib/reledmac/examples/1-tabular.pdf diff --git a/macros/latex/contrib/reledmac/examples/1-verses-doublenumbering.pdf b/macros/latex/contrib/reledmac/examples/1-verses-doublenumbering.pdf Binary files differindex a2751a55bd..ab9862489a 100644 --- a/macros/latex/contrib/reledmac/examples/1-verses-doublenumbering.pdf +++ b/macros/latex/contrib/reledmac/examples/1-verses-doublenumbering.pdf diff --git a/macros/latex/contrib/reledmac/examples/1-verses.pdf b/macros/latex/contrib/reledmac/examples/1-verses.pdf Binary files differindex b955cb86c7..01d05a49aa 100644 --- a/macros/latex/contrib/reledmac/examples/1-verses.pdf +++ b/macros/latex/contrib/reledmac/examples/1-verses.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-antilabe.pdf b/macros/latex/contrib/reledmac/examples/2-antilabe.pdf Binary files differindex edad13ac9a..5646fb5622 100644 --- a/macros/latex/contrib/reledmac/examples/2-antilabe.pdf +++ b/macros/latex/contrib/reledmac/examples/2-antilabe.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-cross_referencing.pdf b/macros/latex/contrib/reledmac/examples/2-cross_referencing.pdf Binary files differindex a85c5ed4ca..9ae77067ff 100644 --- a/macros/latex/contrib/reledmac/examples/2-cross_referencing.pdf +++ b/macros/latex/contrib/reledmac/examples/2-cross_referencing.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-footnote_spacing.pdf b/macros/latex/contrib/reledmac/examples/2-footnote_spacing.pdf Binary files differindex fd04a369f5..a70f8388cc 100644 --- a/macros/latex/contrib/reledmac/examples/2-footnote_spacing.pdf +++ b/macros/latex/contrib/reledmac/examples/2-footnote_spacing.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-glossaries.pdf b/macros/latex/contrib/reledmac/examples/2-glossaries.pdf Binary files differindex baeff7cebc..85464b2a44 100644 --- a/macros/latex/contrib/reledmac/examples/2-glossaries.pdf +++ b/macros/latex/contrib/reledmac/examples/2-glossaries.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-indexing.pdf b/macros/latex/contrib/reledmac/examples/2-indexing.pdf Binary files differindex de2c48df82..4a63998d9c 100644 --- a/macros/latex/contrib/reledmac/examples/2-indexing.pdf +++ b/macros/latex/contrib/reledmac/examples/2-indexing.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-lemma_disambigution.pdf b/macros/latex/contrib/reledmac/examples/2-lemma_disambigution.pdf Binary files differindex 98ab6f5abe..d5e06e6b93 100644 --- a/macros/latex/contrib/reledmac/examples/2-lemma_disambigution.pdf +++ b/macros/latex/contrib/reledmac/examples/2-lemma_disambigution.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-line_numbers_in_header.pdf b/macros/latex/contrib/reledmac/examples/2-line_numbers_in_header.pdf Binary files differindex 93426cc000..d971e5f2a1 100644 --- a/macros/latex/contrib/reledmac/examples/2-line_numbers_in_header.pdf +++ b/macros/latex/contrib/reledmac/examples/2-line_numbers_in_header.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-linespacing.pdf b/macros/latex/contrib/reledmac/examples/2-linespacing.pdf Binary files differindex 358b2802d3..bf497aa468 100644 --- a/macros/latex/contrib/reledmac/examples/2-linespacing.pdf +++ b/macros/latex/contrib/reledmac/examples/2-linespacing.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-manuscript-apparatus.pdf b/macros/latex/contrib/reledmac/examples/2-manuscript-apparatus.pdf Binary files differindex 9092fd0513..63bd1d3ab6 100644 --- a/macros/latex/contrib/reledmac/examples/2-manuscript-apparatus.pdf +++ b/macros/latex/contrib/reledmac/examples/2-manuscript-apparatus.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-notes-width.pdf b/macros/latex/contrib/reledmac/examples/2-notes-width.pdf Binary files differindex a9f41d55d2..be206bf8ed 100644 --- a/macros/latex/contrib/reledmac/examples/2-notes-width.pdf +++ b/macros/latex/contrib/reledmac/examples/2-notes-width.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-one_series_per_pstart.pdf b/macros/latex/contrib/reledmac/examples/2-one_series_per_pstart.pdf Binary files differindex 9931ef416c..2457cac597 100644 --- a/macros/latex/contrib/reledmac/examples/2-one_series_per_pstart.pdf +++ b/macros/latex/contrib/reledmac/examples/2-one_series_per_pstart.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-performances.pdf b/macros/latex/contrib/reledmac/examples/2-performances.pdf Binary files differindex 8ca11ac319..422c0e60a0 100644 --- a/macros/latex/contrib/reledmac/examples/2-performances.pdf +++ b/macros/latex/contrib/reledmac/examples/2-performances.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-reledmac-right-to-left.pdf b/macros/latex/contrib/reledmac/examples/2-reledmac-right-to-left.pdf Binary files differindex bfe9513f98..636f3da098 100644 --- a/macros/latex/contrib/reledmac/examples/2-reledmac-right-to-left.pdf +++ b/macros/latex/contrib/reledmac/examples/2-reledmac-right-to-left.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-subdivision-number-in-header.pdf b/macros/latex/contrib/reledmac/examples/2-subdivision-number-in-header.pdf Binary files differindex 56fb7e50f6..9c3429b96d 100644 --- a/macros/latex/contrib/reledmac/examples/2-subdivision-number-in-header.pdf +++ b/macros/latex/contrib/reledmac/examples/2-subdivision-number-in-header.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-titles_in_line_numbering_with_notes.pdf b/macros/latex/contrib/reledmac/examples/2-titles_in_line_numbering_with_notes.pdf Binary files differindex db198be2c4..0a26c9593a 100644 --- a/macros/latex/contrib/reledmac/examples/2-titles_in_line_numbering_with_notes.pdf +++ b/macros/latex/contrib/reledmac/examples/2-titles_in_line_numbering_with_notes.pdf diff --git a/macros/latex/contrib/reledmac/examples/2-titles_not_in_line_numbering.pdf b/macros/latex/contrib/reledmac/examples/2-titles_not_in_line_numbering.pdf Binary files differindex 37afb6905b..ebd3bba1bb 100644 --- a/macros/latex/contrib/reledmac/examples/2-titles_not_in_line_numbering.pdf +++ b/macros/latex/contrib/reledmac/examples/2-titles_not_in_line_numbering.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_columns_different_languages.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_columns_different_languages.pdf Binary files differindex d19d9b20bb..30a8d95f43 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_columns_different_languages.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_columns_different_languages.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_mwe.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_mwe.pdf Binary files differindex f9c3b1b389..a0f7c03ae7 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_mwe.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_mwe.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_pages_different_languages_lualatex.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_pages_different_languages_lualatex.pdf Binary files differindex 7fa8e901c2..b62895763d 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_pages_different_languages_lualatex.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_pages_different_languages_lualatex.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_same_page_number_in_both_side.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_same_page_number_in_both_side.pdf Binary files differindex 311737e2da..6f700386cd 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_same_page_number_in_both_side.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_same_page_number_in_both_side.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted-nomax.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted-nomax.pdf Binary files differindex dfa8fc6738..d2537e9a69 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted-nomax.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted-nomax.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted.pdf Binary files differindex 61286c642b..7000f32f27 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_advancedshifted.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_default.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_default.pdf Binary files differindex e39214ce63..fc91fe4efd 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_default.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_default.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax-shifted.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax-shifted.pdf Binary files differindex b717c9fc2b..30522f74ab 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax-shifted.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax-shifted.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax.pdf Binary files differindex 2a952503b4..91eecc07a2 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nomax.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nosync.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nosync.pdf Binary files differindex 80fb9ae37f..281208f8f7 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nosync.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_nosync.pdf diff --git a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_shifted.pdf b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_shifted.pdf Binary files differindex 91e6b93517..ad963fb22b 100644 --- a/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_shifted.pdf +++ b/macros/latex/contrib/reledmac/examples/3-reledpar_sync_setting_shifted.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column-continuous-numbering.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column-continuous-numbering.pdf Binary files differindex e7ea3fece5..aaa5b15071 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column-continuous-numbering.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column-continuous-numbering.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column.pdf Binary files differindex effe2d7b69..9d6f76e19c 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_column_mix_with_not_column.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_columns_alignment.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_columns_alignment.pdf Binary files differindex ae7deb7d07..c915cf9fb4 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_columns_alignment.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_columns_alignment.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_columns_titles_in_line_numbering_with_notes.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_columns_titles_in_line_numbering_with_notes.pdf Binary files differindex bd5b80ad82..096ca85817 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_columns_titles_in_line_numbering_with_notes.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_columns_titles_in_line_numbering_with_notes.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_inside-outside-columns.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_inside-outside-columns.pdf Binary files differindex 65ab68e1c5..d1c331140e 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_inside-outside-columns.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_inside-outside-columns.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_one_series_per_pstart.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_one_series_per_pstart.pdf Binary files differindex a01e1bb1e8..03adf25176 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_one_series_per_pstart.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_one_series_per_pstart.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_long_notes.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_long_notes.pdf Binary files differindex 9e82ce62c5..5e48abecca 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_long_notes.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_long_notes.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_notes_leftpage.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_notes_leftpage.pdf Binary files differindex dd463643f5..31556cc621 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_notes_leftpage.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_notes_leftpage.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_paragraph_separator_between.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_paragraph_separator_between.pdf Binary files differindex c96b6706ca..616cbd578d 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_paragraph_separator_between.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_paragraph_separator_between.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_titles_in_line_numbering_with_notes.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_titles_in_line_numbering_with_notes.pdf Binary files differindex 17726a67f9..2df6439270 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_pages_titles_in_line_numbering_with_notes.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_pages_titles_in_line_numbering_with_notes.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_titles_not_in_line_numbering.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_titles_not_in_line_numbering.pdf Binary files differindex 949b97b503..a8b7028e9c 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_titles_not_in_line_numbering.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_titles_not_in_line_numbering.pdf diff --git a/macros/latex/contrib/reledmac/examples/4-reledpar_verse_text_between.pdf b/macros/latex/contrib/reledmac/examples/4-reledpar_verse_text_between.pdf Binary files differindex ede0873d4e..021b564062 100644 --- a/macros/latex/contrib/reledmac/examples/4-reledpar_verse_text_between.pdf +++ b/macros/latex/contrib/reledmac/examples/4-reledpar_verse_text_between.pdf diff --git a/macros/latex/contrib/reledmac/migration.pdf b/macros/latex/contrib/reledmac/migration.pdf Binary files differindex 7e2d214d59..04b799404a 100644 --- a/macros/latex/contrib/reledmac/migration.pdf +++ b/macros/latex/contrib/reledmac/migration.pdf diff --git a/macros/latex/contrib/reledmac/reledmac.dtx b/macros/latex/contrib/reledmac/reledmac.dtx index af00ef41de..7fe954be7f 100644 --- a/macros/latex/contrib/reledmac/reledmac.dtx +++ b/macros/latex/contrib/reledmac/reledmac.dtx @@ -573,7 +573,10 @@ % \changes{v2.35.1}{2020/12/20}{Fix a bug when printing ending page number in endnotes and using the \protect\package{hyperref} package.} % \changes{v2.36.0}{2021/01/21}{Fix bug with sublineation on right side of parallel typesetting.} % \changes{v2.36.0}{2021/01/21}{Add \protect\cs{Xnonote} and \protect\cs{nonoteX}.} -% \changes{v2.36.0}{2021/02/14}{Fix bug with crossreferecing in parallel typesetting (added in v2.34.4)} +% \changes{v2.36.1}{2021/02/14}{Fix bug with crossreferencing in parallel typesetting (added in v2.34.4)} +% \changes{v2.37.0}{2021/02/28}{Fix incompatibility between \protect\cs{eledsection} (and related) and \protect\package{hyperref}. Incompatibility was introduced by some changes in \protect\package{hyperref} package.} +% \changes{v2.37.0}{2021/02/28}{Fix bug with \protect\cs{Xnonote}} +% \changes{v2.37.0}{2021/02/28}{Improve syntaxis check.} % Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename) % has version number \fileversion, last revised \filedate.}} % @@ -4460,7 +4463,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2021/02/14 v2.36.1 typesetting critical editions]% +\ProvidesPackage{reledmac}[2021/02/28 v2.37.0 typesetting critical editions]% % \end{macrocode} % % \subsection{Package options} @@ -5019,17 +5022,17 @@ }% % \end{macrocode} % \end{macro} -% \begin{macro}{\led@err@EdtextWithoutFootnote} +% \begin{macro}{\led@err@EdtextWithoutNote} % \begin{macrocode} -\newcommand{\led@err@EdtextWithoutFootnote}{% - \reledmac@error{edtext without Xfootnote. Check syntaxis}{\@ehc}% +\newcommand{\led@err@EdtextWithoutNote}[1]{% + \reledmac@error{edtext `\unexpanded{#1}` without Xfootnote or Xendnote. Check syntaxis.}{\@ehc}% }% % \end{macrocode} % \end{macro} % \begin{macro}{\led@err@FootnoteNotInSecondArgEdtext} % \begin{macrocode} \newcommand{\led@err@FootnoteNotInSecondArgEdtext}[1]{% - \reledmac@error{#1footnote outside of the second argument of an edtext. Check syntax}{\@ehc}% + \reledmac@error{#1footnote outside of the second argument of an edtext. Check syntaxis.}{\@ehc}% }% % \end{macrocode} % \end{macro} @@ -7593,8 +7596,6 @@ % \end{macrocode} % \end{macro} % \end{macro} -% \begin{macro}{\if@noneed@Footnote} -% \protect\cs{if@noneed@Footnote} is a boolean to check if we have to print a error message when a \protect\cs{edtext} is called without any critical notes. % % \begin{macro}{\flag@start} % \begin{macro}{\flag@end} @@ -7607,41 +7608,30 @@ % setting the value of \protect\cs{insert@count} appropriately; it % actually gets done by the various footnote macros. % \begin{macrocode} -\newif\if@noneed@Footnote% \newcommand*{\flag@start}{% \ifledRcol% \edef\next{\write\linenum@outR{% \string\@ref[\the\insert@countR][}}% - \next% - \ifnum\insert@countR<1% - \if@noneed@Footnote\else% - \led@err@EdtextWithoutFootnote% - \fi% - \fi% \else% \edef\next{\write\linenum@out{% \string\@ref[\the\insert@count][}}% - \next% - \ifnum\insert@count<1% - \if@noneed@Footnote\else% - \led@err@EdtextWithoutFootnote% - \fi% - \fi% - \fi}% + \fi% + \next% +}% \newcommand*{\flag@end}{% \ifledRcol% \write\linenum@outR{]}% \else% \write\linenum@out{]}% - \fi}% + \fi% +}% % \end{macrocode} % \end{macro} % \end{macro} -% \end{macro} % \begin{macro}{\flag@start@RTL} % \begin{macro}{\flag@end@RTL} % With \XeLaTeX, there is a problem when using RTL: the writing of a command in the numbered auxiliary files (\verb+.1+, \verb+.2+ etc) is reversed when the first argument of \cs{edtext} is typset in one line, but it is \textbf{not} reversed when this first argument is typset in two lines or more.\footnote{This problem is caused by the way \XeTeX\ manages right-to-left typsetting. David Carlisle explains it on \url{http://tex.stackexchange.com/a/333373/7712} and provides a potential solution, using \cs{vadjust}. However in some cases this adds spurious vertical spaces in reledmac. That is why we are using the solution explained below.} @@ -8133,6 +8123,24 @@ \renewcommand{\theedtext}{edtxt@\the\c@edtext}% % \end{macrocode} % \end{macro} +% \begin{macro}{\edtext@notes} +% \begin{macro}{\edtext@notes@start} +% The \cs{edtext@notes} is increased each time we have a footnote required in the second argument of \cs{edtext}, that is a \cs{Xfootnote} or a \cs{Xendfootnote}. +% +% The \cs{edtext@notes@start} is let to \cs{edtext@notes} at the beginning of a \cs{edtext} +% +% \begin{macrocode} +\newcount\edtext@notes% +\newcount\edtext@notes@start% +% \end{macrocode} +% \end{macro} +% \end{macro} +% \begin{macro}{\if@noneed@notes} +% The \cs{if@noneed@notes} macro is (locally) set to true when we read a critical note for a series with \Xnonote set to true. +% \begin{macrocode} +\newif\if@noneed@notes% +% \end{macrocode} +% \end{macro} % \begin{macro}{\edtext} % \changes{v0.4.0}{2004/02/29}{Added \protect\cs{showlemma} to \protect\cs{edtext}} % \changes{v1.4.0}{2012/11/16}{Compatibility of \protect\cs{edtext} with the right-to-left direction (with Polyglossia).} @@ -8154,6 +8162,10 @@ % \begin{macrocode} \global\advance\@edtext@level by 1% % \end{macrocode} +% We let \cs{edtext@notes@start} equal to \cs{edtext@notes} to check later the number of notes associated to the edtext. +% \begin{macrocode} + \global\edtext@notes@start=\edtext@notes% +% \end{macrocode} % We also increase the \verb+edtext+ \LaTeX\ counter to insert a hypertarget if the \package{hyperref} package is loaded, and also works with \cs{edtext} on right-to-left typesetting with \XeLaTeX. % % We store the value for the current level in a global macro. So we have one macro by level of \cs{edtext}. That is required, because \cs{edtext} can contain \cs{edtext}. @@ -8227,6 +8239,14 @@ \ignorespaces #2\relax% \@edtext@secondarg@false% % \end{macrocode} +% Check if we inded insert footnotes or critical notes. +% \begin{macrocode} + \ifnum\edtext@notes=\edtext@notes@start% + \unless\if@noneed@notes% + \led@err@EdtextWithoutNote{#1}% + \fi% + \fi% +% \end{macrocode} % With \XeLaTeX, you must track whether the language reads left to right (English) or right to left (Arabic). \reledmac defines an \cs{if@RTL} boolean test is not already defined. % \begin{macrocode} \if@RTL% @@ -8292,7 +8312,6 @@ % \item The one that says we are inside a \protect\cs{@lemma}. % \end{itemize} % \begin{macrocode} - \global\@noneed@Footnotefalse% \global\advance\@edtext@level by -1% \global\@lemmacommand@false% % \end{macrocode} @@ -12923,7 +12942,10 @@ % \begin{macrocode} \pretocmd{\@footnotetext}{% \ifnumberedpar@ - \edtext{}{\l@dbfnote{#1}}% + \edtext{}{% + \advance \edtext@notes by 1% + \l@dbfnote{#1}% + }% \else }{}{} \apptocmd{\@footnotetext}{\fi}{}{}% @@ -13360,7 +13382,10 @@ \newcommand{\vnumfootnoteX}[3]{% \ifnumberedpar@ - \edtext{}{\normalbfnoteX{#1}{#2}{#3}}% + \edtext{}{% + \advance\edtext@notes by 1% + \normalbfnoteX{#1}{#2}{#3}% + }% \else \def\this@footnoteX@reading{\the\csname footnote#1@reading\endcsname}% \get@thisfootnoteX{#1}% @@ -15074,6 +15099,7 @@ % \begin{macrocode} \global\notbool{parapparatus@}{\expandafter\newcommand\expandafter *}{\expandafter\newcommand}\csname #1footnote\endcsname[2][]{% \nottoggle{Xnonote@#1}{% + \advance \edtext@notes by 1% \if@edtext@secondarg@% \ifledRcol% \ifcsstring{Xonlyside@#1}{L}{\led@error@note@called@onrightside{#1footnote}}{}% @@ -15170,7 +15196,7 @@ \else% \led@err@FootnoteNotInSecondArgEdtext{#1}% \fi% - }{\@noneed@Footnotetrue}% End of \nottoggle{Xnonote@#1}{% + }{\@noneed@notestrue}% End of \nottoggle{Xnonote@#1}{% \ignorespaces% } % \end{macrocode} @@ -15377,9 +15403,9 @@ % \begin{macrocode} \global\expandafter\newcommandx\csname #1endnote\endcsname[2][1,usedefault]{% + \advance \edtext@notes by 1% \bgroup% \newlinechar='40% - \global\@noneed@Footnotetrue% \newcommand{\content}{##2}% \stepcounter{labidx}% \expandafter\immediate\expandafter\write\csname l@d@#1end\endcsname{% @@ -17619,22 +17645,42 @@ % \begin{macro}{\ledinnernote} % \begin{macro}{\ledouternote} % \begin{macro}{\ledsidenote} +% \begin{macro}{\ledsidenote@} % \protect\cs{ledleftnote}, \protect\cs{ledrightnote}, \protect\cs{ledinnernote}, \protect\cs{ledouternote} are the % user commands for left, right, inner and outer sidenotes. % The two last ones are just alias for the two first ones, depending on the page number. % \protect\cs{ledsidenote}\marg{text} is the command for a moveable sidenote. +% +% All these macro call the macro \cs{ledsidenote@}, as they have the same structure. % \begin{macrocode} -\newcommand*{\ledleftnote}[1]{\edtext{}{\l@dlsnote{#1}}} -\newcommand*{\ledrightnote}[1]{\edtext{}{\l@drsnote{#1}}} -\newcommand*{\ledsidenote}[1]{\edtext{}{\l@dcsnote{#1}}}% -\newcommand*{\ledinnernote}[1]{\edtext{}{\l@disnote{#1}}}% -\newcommand*{\ledouternote}[1]{\edtext{}{\l@dosnote{#1}}}% +\newcommand*{\ledleftnote}[1]{% + \ledsidenote@{\l@dlsnote{#1}}% +}% +\newcommand*{\ledrightnote}[1]{% + \ledsidenote@{\l@drsnote{#1}}% +}% +\newcommand*{\ledsidenote}[1]{% + \ledsidenote@{\l@dcsnote{#1}}% +}% +\newcommand*{\ledinnernote}[1]{% + \ledsidenote@{\l@disnote{#1}}% +}% +\newcommand*{\ledouternote}[1]{% + \ledsidenote@{\l@dosnote{#1}}% +}% +\newcommand*{\ledsidenote@}[1]{% + \edtext{}{% + \advance\edtext@notes@start by 1% + #1% + }%+ +}% % \end{macrocode} % \end{macro} % \end{macro} % \end{macro} % \end{macro} % \end{macro} +% \end{macro} % % % \begin{macro}{\l@dlsnote} @@ -21505,11 +21551,11 @@ % \end{macrocode} % \changes{v1.14.1}{2014/12/15}{Debug sectioning commands when using both \protect\package{handout} and \protect\package{hyperref} package.} -% \protect\package{hyperref} also redefines \protect\cs{@sect}. That is why, when manipulating arguments, we patch \protect\cs{@sect} and the same only if \protect\package{hyperref} is not used. If it is, we patch the \protect\cs{NR} commands. +% \protect\package{hyperref} also redefines \protect\cs{@sect}. That is why, when manipulating arguments, we patch \protect\cs{@sect} and the same only if \protect\package{hyperref} is not used. If it is, we patch the \protect\cs{H@old} commands. % \begin{macrocode} -\@ifpackageloaded{nameref}{ +\ifdef{\H@old@sect}{% - \patchcmd{\NR@sect} + \patchcmd{\H@old@sect}% {#8} {#8% \print@rightmargin@eledsection% @@ -21517,7 +21563,7 @@ {} {} - \patchcmd{\NR@sect} + \patchcmd{\H@old@sect}% {\hskip #3\relax} {\hskip #3\relax% \print@leftmargin@eledsection% @@ -21525,7 +21571,7 @@ {} {} - \patchcmd{\NR@ssect} + \patchcmd{\H@old@@sect}% {#5} {#5% \print@rightmargin@eledsection% @@ -21533,7 +21579,7 @@ {} {} - \patchcmd{\NR@ssect} + \patchcmd{\H@old@@sect}% {\hskip #1} {\hskip #1% \print@leftmargin@eledsection% diff --git a/macros/latex/contrib/reledmac/reledmac.pdf b/macros/latex/contrib/reledmac/reledmac.pdf Binary files differindex cc9b749b1e..b5df111969 100644 --- a/macros/latex/contrib/reledmac/reledmac.pdf +++ b/macros/latex/contrib/reledmac/reledmac.pdf diff --git a/macros/latex/contrib/reledmac/reledpar.pdf b/macros/latex/contrib/reledmac/reledpar.pdf Binary files differindex e4216577e1..325e3f8611 100644 --- a/macros/latex/contrib/reledmac/reledpar.pdf +++ b/macros/latex/contrib/reledmac/reledpar.pdf |