diff options
89 files changed, 7640 insertions, 4551 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 259e68f62fe..e977731be0c 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -1577,12 +1577,15 @@ sub MAKEfp { sub MAKEhyperref { - &setup; - chdir("$DEST/doc/latex/$package"); - &SYSTEM("$MV doc/* ../../../doc/latex/$package"); - &SYSTEM("rmdir doc"); - &buildfilelist; - &donormal; + &xchdir ($packagedir); + # + print "\t SPECIAL $package unzip and copy\n"; + &SYSTEM ("rm -rf doc test"); # we will use prepared zip + &SYSTEM ("unzip -q hyperref-tds.zip"); + &SYSTEM ("rm -f * 2>/dev/null"); # remove top-level files + # + &xchdir (".."); + &MAKEcopy (); } sub MAKExymtex { diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 720cc9f1c42..abaa3a24ce1 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -47,7 +47,7 @@ sub main fourier free-math-font-survey frenchle galois genmisc glossary gnuplottex gost graphics graphicx-psmin - hepthesis hrlatex hyphen-base hyphen-basque hyphen-german + hepthesis hrlatex hyperref hyphen-base hyphen-basque hyphen-german hyphen-greek hyphen-norwegian hyphen-ukenglish hyphen-usorbian ibygrk icsv ifxetex iopart-num diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog index bede770d64d..0abc0c93a4e 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog @@ -1,1656 +1,1711 @@ -2003-12-03 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * nameref 2.21 - * \ref and \pageref are defined at any case, if hyperref - is not loaded. - -2003-11-30 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74m - * \textcolor disabled in bookmarks. - -2003-11-15 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74l - * Typo fixed by Werner Lemberg: s/CJK@punktcharx/CJK@punctcharx/ - -2003-10-30 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * nameref 2.10: titlesec support added. - -2003-10-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74k - * Fix for more than one footnote in longtable's - columns of type "p". - -2003-10-06 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74j - * Bug fix: automatic link type detection failed for - url field in references (eg. imported labels by xr-hyper). - -2003-09-15 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74i - * Bug fix (\if-commands after \ifx of 6.74h's "fleqn" detection). - -2003-07-27 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74h - * The lost source for the manual is rewritten by Steve Peter - and updated by Karl Berry. - * Bug fix of 6.74f does not work for amsmath's option "fleqn", - the \label does not detect the equation number, therefore - the fix is disabled, if "fleqn" is detected. - -2003-07-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74g - * Bug fixed in pdfmark.def: definition of \strip@pt@and@otherjunk - moved before \endinput by implicit=false. - -2003-07-10 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74f - * Fix for wrong vertical spacing between amsmath's - equation environments (Dmitri Chubarov <chubarik@gorodok.net>). - -2003-06-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74e - * README: Hint for hypcap added. - * pdfmark.def: "cvn" added for named GoToR destination - (Reinhard Jahraus). - -2003-05-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74d - * An empty dictionary /ViewerPreferences is now suppressed. - -2003-05-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74c - * \@addtoreset: \edef replaced by \xdef. - -2003-04-28 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74b - * Patch for float.sty compatibility (Anselm Lingnau/Marco Kuhlmann). - * Tried better anchor setting for floats that are controlled - by float.sty. Several captions inside one float are not supported. - -2003-04-27 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.74a - * \newcounter{foo}[bar]: using \theHbar, if available. - -2003-04-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73z - * New option "pdfdisplaydoctitle" (PDF 1.4). - * New option "pdfnonfullscreenpagemode". - -2003-03-31 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73y - * Also the KOMA-Script classes redefine \LT@array, therefore - longtable fix extended. - -2003-03-25 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73x - * Behaviour of warning "bookmark level for unknown ..." changed: - * The missing \toclevel@... command is globally defined - to avoid further warnings. - * If this entry is not used for the bookmarks, the - warning is changed into a \PackageInfo. - * Language support for Afrikaans added. - -2003-03-21 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73w - * Errors corrected in documentation part. - -2003-03-21 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73v - * \hyperpage now ignores spaces and empty arguments. - -2003-03-21 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73u - * Option "encap", other encap character for use with hyperindex - can be given. - -2003-03-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73t - * hyperref now uses the same method for language support as - backref 1.23. - * Change from \captions<lang> to \extras<lang>. - * backref 1.23 - Babel support for language strings added - (suggestion of Danie Els). - -2003-03-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73s - * Default for \itemautorefname added. - * backref 1.22 - Bug fixes and additions of Danie Els <dnjels@sun.ac.za>: - * Typo fixed in \backreflastsep. - * Package natbib support, if hyperref is not loaded. - * Language Afrikaans added. - * hyperref.ins: - hyperref.drv and hycheck.tex are put outside the scope - of \usedir. - -2003-03-19 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73r - * \hyper@link@: \@safe@activestrue used for internal name - * backref 1.21: - * Continued with inserting of \@safe@activestrue. - * \backrefxxxdupe added for comparision and detection - of dupes. - * \backrefalt added with more powerful interface with macros - \backrefsep, \backreftwosep, and \backreflastsep. - * Language options added. - * More documentation. - -2003-03-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73q - * Suppressing /URI entry if \@baseurl is empty (hpdftex, hdvipsone). - * /URI moved to Cataloge (hdvipsone). - * Some locations of "file:" replaced by \Hy@linkfileprefix. - -2003-03-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73p - * Patch for longtable added (problem reported by Thomas Beuthe). - -2003-02-11 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73o - * Support for babel's shorthands in \autoref fixed. - * Support for \autoref in bookmarks added. - * Option final added similar to graphics.sty, article.cls, ... - * \hyperref[#1] does now use babel's \@safe@activestrue. - -2003-01-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73n - * Unsafe key value pair: Action=<<...#2...#3...>> - replaced by: Action={<<...#2...#3...>>} - because it breaks, if #2 or #3 contain a comma. - -2003-01-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73m - * Support for \@makecaption of class IEEEtran with - three arguments removed, because version V1.6b uses - the standard LaTeX interface with two arguments. - -2003-01-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73l - * Footnote fix: Initialization of \Hy@footnote@currentHref - added (Thorsten Schwander <schwander@horse.lanl.gov>). - -2003-01-17 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73k - * Footnote fix: \label commands inside \footnote do - not need nameref support (\@currentlabelname). - -2003-01-17 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73j - * Fix for footnote code: a \label after \footnote - commands refers to the previous section or similar - and not to the footnote. - -2002-12-15 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73i - * \texteuro fixed for PU encoding, - Maksym Polyakov <polyama@myrealbox.com>. - -2002-12-10 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73h - * Bugreport of Michael W Daniels <daniels@ling.ohio-state.edu>: - height in \TextField is not respected, if multiline is set. - * Fixed by moving the height setting code in the default - section. - * Also "4\DefaultHeightofText" replaced by a more robust - construct. - -2002-12-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73g - * \edef instead of \def for comparison with value of option - bookmarkstype (in \@@writetorep), the following should - work: bookmarkstype=lof - -2002-12-03 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73f - * Option "setpagesize" added also for VTeX's \mediawidth/height. - * VTeX: \mediawidth/height is only set with positive dimen values. - -2002-11-29 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73e - * Option "setpagesize" added. - -2002-11-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73d - * Support for \@addtoreset added, similar to - \numberwithin (idea of Markus Kohm in - de.comp.text.tex). - -2002-11-07 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73c - * Added "hyperpage" also after "closing range" - (\index{...|)hyperpage}), because it is allowed - for makeindex and necessary for XIndy. - -2002-11-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73b - * \Hy@raisedlink for caption without option nesting. - * Support for \@makecaption of class IEEEtran that - uses three arguments. - -2002-10-24 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.73a - * vtexpdfmark: pdfborder={0 0 1} (Walter Schmidt). - -2002-10-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72z - * A small remainder of option 4 removed. - * options.tex: option pdfpagelabels added, - option 4 removed. - -2002-09-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72y - * Addition to \hyper@normalise: \_, \textunderscore, - \textasciitilde. - -2002-09-04 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72x - * \ReadBookmarks is disabled if bookmarks=false is given. - * \Hy@raisedlink introduced into \hyper@natanchorstart - (Thanks to Macro Kuhlmann <mk@mcqm.net>). - -2002-08-24 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72w - * "\let\pdfoutput\@undefined" removed. - * Bug fix: option bookmarksnumbered is now respected, - if package slidesec is used. - -2002-08-04 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72v - * Koma classes: optional argument for \maketitle. - -2002-08-03 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72u - * \appendix: \Hy@org@appendix moved to the end - and renamed to \HyOrg@appendix. - -2002-07-25 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72t - * Support for footnotes in p-columns of longtables. - -2002-06-06 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72s - * \Hy@defaultdriver used, so that "hypertex" can - be redefined in hyperref.cfg (eg. "dvips"). - -2002-06-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * backref 1.20 - * Babel's \@safe@activestrue inserted to bibitem commands. - But problems with \cite remains (frenchb.ldf). - -2002-05-27 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72r - * Problem with varioref's \vref@pagenum fixed - (Thanks to Felix Neubauer <felix.neubauer@gmx.net>). - -2002-05-10 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72q - * Some spaces in PDF output of driver pdftex removed. - -2002-05-09 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72p - * Option `pdfusetitle' now correctly disabled. - -2002-04-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72o - * Bug fix of 6.72n is wrong: - Octal escape sequences (\000) are not detected by the method - with \meaning. Now another method, based on \dospecials, is - used to protect active characters while reading the .out file. - -2002-04-19 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72n - * Bug fixed in \ReadBookmarks of driver vtex: - the text arguments in the .out file are - now protected. - -2002-04-15 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72m - * Adaption to subfigure 2002/03/26 v2.1.2. It uses - \AtBeginDocument{...\newcommand{\toclevel@subfigure}...}. - -2002-04-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72l - * Fix from Werner Lemberg <wl@gnu.org> for - bookmarks with Big5 encoded strings, - preprocessed by package cjk. - -2002-04-09 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72k - * \protected@edef instead of \edef in \hyper@link@. - -2002-03-27 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72j - * Tried to fix the problem that links to - bibliography points to baseline if pdfTeX is - used by inserting \Hy@raisedlink. - * \Hy@raisedlink disabled for pdfmark drivers, - because they use a PostScript method. - -2002-03-15 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72i - * \toclevel@subfigure and \toclevel@subtable fixed. - -2002-03-15 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72h - * New structure on tug server. - * Makefile: target "distrib" removed. - * Textures update by Ross Moore <ross@maths.mq.edu.au>. - -2002-03-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72g - * Added fix for subfigure 2002/02/14 v2.1. - Loading order: nameref, subfigure, hyperref. - -2002-03-08 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72f - * dvipdfm: pdfstartpage and pdfstartview fixed - (Akira Kakuto <kakuto@fuk.kindai.ac.jp>). - -2002-02-16 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72e - * \pdfstringdef: \cyr disabled for russian.ldf - * \pdfstringdef: shorthands for macedonian.ldf - * VTeX 7.54: pdfnewwindow supported in \hyper@linkfile. - -2002-01-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72d - * Bug fix: \Hy@title, \Hy@author. - -2002-01-08 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72c - * pdfmark.def: /URI moved from /DOCVIEW to {Catalog}. - * pdfmark.def: Unused \@dobaseurl removed. - -2002-01-07 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72b - * Support of \stockwidth and \stockheight (memoir class). - -2002-01-06 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.72a - * Annotation's additinal-actions dictionary for form fields: - Supported: keystroke (/K), validate (/V), format (/F) - and now added: onfocus (/Fo), onblur (/Bl), - onmousedown (/D), onmouseup (/U), - onenter (/E), onexit(/X) - * Additional-actions dictionary added in \PDFForm@List and - \PDFForm@Radio. - * \PDFForm@Text: "/Ff 1" added, if only \ifFld@readonly is set. - -2001-12-23 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71z - * Some \providecommand replaced by \providecommand*. - * Babel's \@number of file lrbabel.def inserts - unexpandable tokens into the expansion of \arabic. - At some places dummy for \@number inserted, where - anchor and link names are expanded. - -2001-12-21 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71y - * Support for chapterbib added, provided by - Julian Gilbey <J.D.Gilbey@qmul.ac.uk>. - -2001-12-06 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71x - * Added fix by Denis Girou for pst-key.tex (1998, - derived from old keyval.dtx). Any initial brace group - in the value field is removed. - -2001-11-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71w - * Added suggestion of Didier Verna <didier@lrde.epita.fr>: - The fix for multind is also applied for package index. - -2001-11-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71v - * The feature of 6.71r with automatic detection of - title and author can be enabled by option - pdfusetitle. The default is disabled. - * If pdfusetitle is enabled, an optional argument - is detected for \title and \author (amsart class). - -2001-11-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71u - * \literalps@out for dviwindo (D.P. Story). - -2001-11-04 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71t - * The patch for harvard is delayed by \AtBeginDocument - to solve a problem with the package load order, if - html.sty is present (Command \harvarditem already - defined). - * The fix for the Adobe bug introduced in 6.71n - is changed completely, because Adobe's suggestion - generates an extra empty page at the end. - (\literalps@out for dviwindo is currently only a dummy.) - -2001-10-30 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71s - * If "\\" or "\newline" are used in \title or - \author and reused for the pdf information - entries, then they are replaced by a space - or a comma and space, see hyperref.dtx. - -2001-10-11 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71r - * Detection of \author and \title added for - defaults of pdf information entries. - -2001-09-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71q - * Fix for Adobe bug of 6.71n: - * VTeX in PS mode with GeX: \immediate\special{!=...} - -2001-09-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71p - * Fix for Adobe bug of 6.71n improved: - * Support for dviwindo added (D.P. Story). - * Check for product added (product is level 2). - -2001-09-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71o - * Warning, if \hypercalcbp is used without - package calc or e-TeX. - * Use of \hypercalcbp removed to avoid the above warning. - * \usepackage{calc} added in testams.tex. - -2001-09-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71n - * If package tex4ht is loaded, option tex4ht - is added to hyperref's option list - (Eitan Gurari <gurari@cis.ohio-state.edu>). - * Bug fix added for Adobe Distiller 5 - (Adobe bug number 466320, thanks to - D.P. Story and M. Vulis). - * testams.tex fixed. - -2001-08-19 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71m - * VTeX's \OpMode=3 is accepted the same way as 1 and 2. - -2001-08-19 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71l - * OS part in VTeX's /Producer default corrected. - -2001-08-19 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71k - * Default of /Producer string: - * updated for pdfTeX >= 1.00a, - * pdfeTeX detection added, - * \VTeXOS added for VTeX >= 7.45. - -2001-08-16 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71j - * Translation of \autoref names to brazil/portuges by - Willie Dresler Leiva <dreslerleiva@hotmail.com>. - * test/test0.dvi removed. - * test/test7.tex: \usepackage{times} to get smaller test7.pdf. - * Makefile: targets clean and distrib updated, $(RM) introduced. - -2001-08-10 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71i - * Compatibility problem with xypic, introduced by - version 6.71g, fixed. - -2001-07-03 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * Two small fixes of Makefile, provided by - Martin Maechler <maechler@stat.math.ethz.ch>. - -2001-06-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71h - * Option pdfpagemode with empty argument sets - default behaviour (an alternative would be "UseNone") - in order to avoid the wrong name "/". -2001-05-26 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71g - * Contributions by Ross Moore <ross@ics.mq.edu.au> and - Daniel Steffen: - a. patch to htexture.def that adjusts the PDF@SetupDoc - so that it includes the setup information from pdfmark.def - as well as the tokens needed by Textures itself. - b. changes to the \AtBeginDocument usage to implement - compatibility with the ldump.sty package. - * Bug fix in multind support (forgotten backslash). - * Fix for driver pdftex: \pdfpagewidth and \pdfpageheight - are not set, if \paperwidth or \paperheight are zero, - because it is likely that the settings of pdftex.cfg - are better than the heuristics of pdfTeX, if the dimen - lengths are zero. - -2001-04-13 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71f - * Feature request of Jens-Uwe Morawski <morawski@gmx.net>: - \thispdfpagelabel introduced. - -2001-04-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71e - * \@begindvi changed: - * \Hy@begindvi for hyperref stuff in \@begindvi introduced, - * small bug fix (first page with options - pdfpagelabels + pageanchor=false). - -2001-04-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71d - * Fix for \@@Radio in hdvipdfm.def for AR5, provided - by D. P. Story <story@uakron.edu>. - * Spell error corrected (\Hy@captionsspanish). - * The fix of 6.71b for VTeX paper size was introduced - to solve problem with prosper, but because of new problem - with pdfscreen, the fix is redone. - -2001-02-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71c - * Bug fix, introduced in 6.71b. - -2001-02-20 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71b - * Fixes by Markus Kohm: - * Applying the \@addchap hack for scrreprt. - * Disabling the \@addchap hack for komascript - versions since 2001/01/01, because these - versions contain hyperref support. - * The \@ssect, \@schapter, ... hacks are also applied - to driver hypertex. - * Fixes by Alex (VTeX): - * Correction of paper size setting. - * /Replace transition supported. - -2001-01-27 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * nameref 2.19: - option final of showkeys now detected. - -2000-11-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.71a - * Two errorneous garbage lines removed, they cause - an infinite loop with \autoref{<equation|footnote>}. - -2000-10-04 Sebastian Rathz <sebastian.rahtz@oucs.ox.ac.uk> - * 6.71 CTAN release - -2000-09-29 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70y - * Check of empty /Dest and /DestAnchor values - improved (\pdfmark). - -2000-09-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70x - * Next typo fixed (option american). - -2000-09-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70w - * \DeclareRobustCommand: \href, \url, \hyperimage, - \hyperref - * Typo fixed (option american). - -2000-09-07 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70v - * Fix for option CJKbookmarks. - -2000-09-06 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70u - * Fix of \pdf@rect and \@hyperfixhead for seminar - * Default for \special@paper with values for - packages typearea or geometry. - * Fix for seminar: true values for \pdf{h,v}origin - and \pdfpage{width,height} (Thanks to - Stephan Lehmke). - * File `test/seminar.con' replaced by environment - `filecontents' in file `testslide.tex'. - -2000-09-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70t - * Fixes for packages listings and listing. - * Some \setbox...=\hbox replaced by color safer - constructs. - * Patch for bookmarks with package cjk, enabled - with option `CJKbookmarks'. - -2000-08-31 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70s - * URLs, broken by bibTeX, work now: - \url{% - http://www.% - dante.de/% - } - ("%^^M" are detected and removed, thanks - Stefan Ulrich <ulrich@cis.uni-muenchen.de> - for his suggestion.) - * Checks added to hycheck.tex - * \caption checks whether \@captype is defined. - -2000-08-30 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70r - * Shorter PostScript names (/H.X) for drivers of dvips type. - * Bug fix (hvpdfmark.def): /pdf@voff - * New test file `hycheck.tex'. - * Bug fix: latex/2318 fix added to \@caption. - * Bug fix: \numberwithin - -2000-07-30 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70q - * VTeX: further fixes. - -2000-07-17 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70p - * \test@reftype fixed (used for \autoref). - * autorefnames: german fixed, spanish added. - * VTeX: additions and fixes from Alex Kostin. - -2000-07-04 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70o - * Test files testbm{oe,sc,zc,yi,l}.tex merged to testbma.tex. - * Added correct \@hyper@launch for hvtex.def (Alex Kostin). - -2000-07-03 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70n - * Default for \Hy@pageheight changed from A4 to - setting via \hypercalcbp and \paperheight. - -2000-07-02 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70m - * Feature added: \hypercalcbp (see hyperref.dtx). - -2000-07-02 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70l - * Bugfix in onopen of 6.70k undoned. It will - be fixed in VTeX itself. - -2000-07-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70k - * Own section for vtexpdfmark driver and - PostScript code fixed. - * Bug in hvtex.def fixed: missing space in onopen special. - -2000-07-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70j - * hyperref.ins for vtexpdfmark corrected. - -2000-07-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70i - * Start of new VTeX driver that support pdfmark specials. - Option `vtexpdfmark', file `vtexmrk.def' - (contributed by Michael Vulis). - * hyperref.ins: hvtexmrk.def added. - -2000-06-30 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70h - * nohyperref: \hyperpage disabled. - * Defaults for \autoref's names only define \...autorefname. - * Problem with \hyper@hash fixed. - * \nolinkurl added (variant of \url, that does not make - a link, eg. for use in the second argument of \href). - * Problem fixed, that warning ``Label(s) may have changed.'' - always appears with `babel' and `\bibcite'. - * Update of htextures.def by Ross Moore <ross@ics.mq.edu.au>: - * the blue rectangles no longer appear with `colorlinks', - * pdfmark support, - * the built-in support for hypertex specials is - utilised. - * Update of hvtex.def by Michael Vulis - <support@micropress-inc.com>: - * Bug in \Acrobatmenu fixed. - * Transition effects added (written by Alex Kostin). - * pdfmark.def: Character slash `/' now works - in destination names (eg: "cite.OMG:formal/98-12-01"). - -2000-05-08 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70g - * \autoref names: To solve the uppercase problem, - first the names \...autorefname are used in \autoref. - Language options added for english and german languages. - -2000-05-08 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70f, nameref: 2.18 - * Anchor of foonotes raised. - * showkey support (nameref.dtx: \label, \ref, \pageref, \nameref, - not checked and tested is \cite). - * \@xfootnotetext calls \H@@mpfootnotetext, if called in minipage. - * Bug \href{foo.pdf#bar} fixed, introduced in 6.70c. - * Bug harvard/backref fixed ({\thepage}{\current@label}). - -2000-04-12 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70e - * Empty reference causes crash of distiller, therefore - empty references replaced by UNDEFINED - (pdftex, pdfmark, dvips, vtex, dvipdfm). - -2000-04-11 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70d - * hvtexhtm detected as default driver. - * Bug fix (undefined \pageref within \ifthenelse). - -2000-03-31 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70c - * \hyper@normalise: %, \%, #, \# expands to catcode `other' - characters, \url{http://foo.bar/%2e_~#hash} should work. - * \pdfBorderAttrs removed and replaced by - "/Border [\@pdfborder]". - If option colorlinks is set, the border is set to zero - immediately, not \AtBeginDocument (for people who - want to have both borders and colored links). - -2000-03-31 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70b - * Definition of \x remains unchanged (bug introduced in 6.67g). - * Packages titlesec and titletoc support by Javier Bezos - <jbezos@arrakis.es>. - * \MP added (\pdfbookmarkstring, htex4ht.cfg). - * All files of hyperref.dtx now identify themselves - by \Provides{File,Package}. - * Start with nohyperref.sty (SR), toc-level addtions by HO. - * Updated: testbm{gl,u}.tex - -2000-03-23 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.70a - * New option: pdfpageduration for the /Dur key - in the pdf page object, the value is empty or - contains the length in seconds (real). - Supported drivers: pdftex, pdfmark. - * New option: pdfpagehidden for the /Hid key - in the pdf page object, the value is a boolean. - Supported drivers: pdftex, pdfmark. - -2000-03-22 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * 6.70 CTAN release (TeX Live 5) - -2000-03-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.69f - * \@ifundefined{thechapter} changed to \@ifundefined{chapter} - because of compatibility with french.sty. - * xr-hyper.sty: \xdef changed to \protected@xdef - (Stephan Lehmke <Stephan.Lehmke@cs.uni-dortmund.de>). - * hvtex.def: default for pdfview changed to xyz. - -2000-03-07 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.69e - * Fix for babel/3174 (\@save@activestrue in \hyper@normalise). - -2000-03-02 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.69d - * Fix for \texttilde with babel's spanish, estonian, galician - * Expandable versions without link of \ref and \pageref: - \hypergetref and \hypergetpageref. - * \ifthenelse: \ref and \pageref use the \hyperget... variants. - * \hyper@chars added in \hyper@anchor of drivers - hypertex, vtexhtml, and vtex. - * Forms: checkboxsymbol introduced (Michael Wiedmann - <michael.wiedmann@detewe.de>). - * Redefinitions in \appendix are made globally - (Tim J Harding <Tim.Harding@quadstone.com>). - * If \chapter is undefined, it remains now undefined. - -2000-01-22 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.69c - * D. P. Story <story@uakron.edu> has adapted forms - part of pdfTeX to dvipdfm. - -2000-01-21 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.69b - * \@writetorep: destination and level check added. - * \addcontentsline: \phantomsection added, if no destination. - -2000-01-19 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.69a - * Bug fixed: tabularx+\maketitle+\footnote. - * LPPL 1.2, manifest.txt updated. - -2000-01-18 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * 6.69 CTAN release - * Missing test files added. - -2000-01-17 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.68a - * pdfpagescrop works now with dvipdfm (D. P. Story - <story@uakron.edu>). - -2000-01-13 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * 6.68 CTAN release - -2000-01-11 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67h - * pdfpagemode: /None corrected to /UseNone. - * \pdfstringdef: \halign disabled (because of errors by #). - * Option draft: bookmarks are disabled (thanks to Michael Vulis). - * Outdated bookmark documentation removed. - * hvtex.def: \media{width,height} supported. - * Space after \@pdfhighlight inserted (hpdftex.def). - * Bug fixed in redefinition of \@chapter. - * Small bug fixed in \Hy@boolkey. - -1999-12-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67g - * test/phys332-{1,2}.jpg renamed to test/phys{1,2}.jpg - * Improved \catcode check and settings at the beginning - of hyperref.sty. - * [#1]-Bug fixed by [{#1}] in the definition of \htmlref - and \@newctr and in many uses of \pdfmark. - -1999-11-24 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67f - * Test files checked by Sebastian Rahtz. - * Unwanted spaces removed (dviwindo, outline). - * Redone: \def\texorpdfstring to \newcommand* - * Other implementation of \HyPSD@tocsection by Michael Downes. - * ps2pdf: Default for pdfborder: 0 0 1 - * \belowpdfbookmark added (setting bookmark below current - level without changing it). - * \@ChoiceMenu: coiled "{\if}\fi" cleared to "{\if\fi}". - * Fix for \citeN and \shortciteN of package chicago. - -1999-11-09 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67e - * Detection of VTeX PS mode (OpMode=2). - * Added \tocsection fix for AMS classes - (thanks to Michael Downes/Tom Kacvinsky). - * Changed \newcommand*{\texorpdfstring} to \def\texorpdfstring - (a wish of Tom Kacvinsky). - * INSTALLDIRVAR added to makefile (default: TEXMFMAIN). - -1999-11-09 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67d - * Unwanted space removed in \hyper@linkstart (hvtex.def). - * <hvtex,hvtexhtml> renamed to <vtex,vtexhtml> - * If no driver is given, VTeX in PDF mode is now detected. - -1999-11-08 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67c - * hog.{eps,pdf} added for test0.tex - * Bug in \Acrobatmenu of hvtex.def fixed. - -1999-11-04 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67b - * New feature: With option `pdfpagelabels' the - /PageLabels entry in the /Catalog object of PDF 1.3 - is supported. - With `pdftex' and `vtex' one TeX run suffices, - other pdf driver, that work via \special, need - two TeX runs. - * Option `4' removed, because it is not used. - -1999-10-23 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67a - * \Hy@boolkey with optional argument for option name, if it - is different. - * hpdftex.def: \pdfrefform\OBJ@acroform, ... added. - -1999-10-18 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.67 public release on CTAN - -1999-10-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66m - * makefile fixes. - -1999-10-13 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66l - * dvipdfm driver updated by Sebastian Rahtz. - * LPPL 1.1, manifest.txt added. - * \hyperlinkfileprefix for Ross Moore. - * Option baseurl disabled after first use. - * Option debug = verbose. - * Used global options are removed from the unused option list. - * \pdfstringdef: \leavevmode disabled, - \guill@spacing (frenchb.ldf) properly defined. - * Directory structure: test/ and doc/ - * Slides and paper of Heiko's talk at EuroTeX'99 added in doc/. - -1999-10-07 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66k - * hyperref.ins: eight times faster by \generate (docstrip 2.4) - (Suggestion by Werner Lemberg <wl@gnu.org>). - * backref.dtx 1.19: - * \backcite ignores entries that are already present. - * Some cosmetic clean up. - * nameref.dtx 2.17: Some cosmetic clean up. - * \Hy@boolkey with error checking. - * Code for options backref and pagebackref rewritten. - * Options are disabled after use. - -1999-10-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66j - * foiltex: \ext@table, \ext@figure defined. - -1999-10-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66i - * \pdfstringdef: support of shorthands of some babel - languages added. - * \ij, \IJ added in PD1 and PU encoding for Dutch. - -1999-10-05 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66h - * Making destination for \addcontentsline in - \@chapter, if \c@secnumdepth<0, \frontmatter, or \backmatter. - * `(' and `)' added to \Hy@{Set,Restore}Catcodes. - -1999-10-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66g - * \index{test|(} supported. - -1999-09-28 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66f - * options.tex with bookmarkstype - * Bug in \autoref fixed: chapter/appendix detection - * \\ and \newline produces a warning in \pdfstringdef - * draft=false should work. - -1999-09-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66e - * Unwanted space in \HyPsd@LetUnexpandableSpace removed. - -1999-09-13 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66d - * \@footnotemark is also disabled, if package - tabularx is loaded. - -1999-09-10 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66c - * Bug fix: Definition of \Hy@SaveLastSkip is moved before \MaybeStopEarly. - -1999-09-10 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66b - * Starting with option warnings, if the option is - set at a wrong place. - * Support for package multind. - * \textnumero added to testbmu.tex. - -1999-09-08 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.66a - * Catcodes are set at begin of package and restored at the end. - (Bug fix: ltxdoc.cls makes '|' active...) - -1999-09-08 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * Release 6.66 - -1999-09-01 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.65e - * Test for \XR@addURL instead of the package name, because - they exist different versions of xr and xr-hyper. - -1999-08-31 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.65d - * Bug fixed (use of \renewcommand in \pdfstringdefDisableCommands) - * Weak support for \ref and \pageref in bookmarks added. - * Made bookmark code less slow (testbmu.tex compiles 20% faster): - \HyPsd@ConvertToUnicode rewritten, \HyPsd@string introduced, ... - * Bug detected by Ian Bruce: hyperref has a different spacing - with theorem environments. - Cause: The \lastskip value is destroyd by the specials that - set the anchor. - Fix: Saving the \lastskip value before the specials, and after - setting \nobreak\{h,v}skip-\lastskip\{h,v}skip\lastskip. - See \Hy@SaveLastskip - \Hy@RestoreLastskip. - (most drivers: \hyper@anchor, \hyper@anchorstart - \hyper@anchorend; - pdftex: \new@pdflink; dvipdfm: \@pdfm@dest) - * \CYRCHDSC and \cyrchdsc corrected to \CYRCHRDSC and \cyrchrdsc - (Thanks to Vladimir Volovich <vvv@vvv.vsu.ru>) - * Bug fixed: \HAR@checkcitations redefined to add \hyper@@link. - Without this the "Changed labels" warning would always appear. - -1999-08-24 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.65c - * Unicode bookmark support 0x0000..0x04FF. - * testbmu.tex: detailed test file for Unicode bookmarks. - * Default setting of \@pdfborder with \providecommand, - so package option `pdfborder' does work now. - * \hv@pdf@char: support of octal codes with VTeX - versions greater or equal 6.50. - * Typo in option 'vtex' corrected. - * Again backref 1.18. - * Various drivers (dviwindo, hypertex, ...): \leavevmode in - \hyper@linkurl, \hyper@linkfile, ... added where missing. - * testform2.tex renamed to testfor2.tex (8+3 file name). - -1999-08-17 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.65b - * Unicode bookmark support, starting with Cyrillic. - -1999-08-14 Heiko Oberdiek <oberdiek@uni-freiburg.de> - * 6.65a - * Module pdfstringdef: bug (\space) and typo fixed. - -1999-08-12 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * RELEASE 6.65 - -1999-08-10 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * 6.64h - * Moved some sections to before \MaybeStopEarly. Otherwise - implicit=false mode never saw some important stuff. - * hyperref.dtx: added \href to list of ignored commands in - bookmarks. cleaned up VTEX stuff as per diagnosis by Heiko - -1999-08-06 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * 6.64g - * hyperref.dtx: typos and little fixes from Heiko - * added another special thing for typexml - -1999-07-29 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * version 6.64c. hyperref.dtx: some typos corrected, and form - primitives of pdftex - -1999-07-28 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * cut out any footnote work if tabularx is - loaded. add some form stuff from D P Story - -1999-07-28 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * version 6.64b - * hyperref.dtx: - Changes from Heiko: - Module pdfstringdef: - * Small bug in \HyPsd@ProtectSpaces/HyPsd@RemoveMask fixed. - * \@ifnextchar because of \futurelet disabled. - * Disabling of \@ifstar removed, because it calls \@ifnextchar. - * \@protected@testopt disabled to show the problematic macro in - the warning message (commands with an optional argument). - * \pdfstringdefWarn#1 prints a warning message with token #1, - it can be used in code that disables macros by the user. - * \pdfstringdefDisableCommands#1 is a easier interface for - the hook \pdfstringdefPreHook. It appends its argument to the - meaning of \pdfstringdefPreHook. The character @ can be used - in command names. - * \penalty is removed silently. - * \kern and \hskip are detected with a warning: - * At the beginning or, if the value is less than 1ex, - they are removed. - * Else they are replaced by a space. - - Fix for \pdfpage(s)attr: - * Setting the /CropBox with \pdfpagesattr: - The old meaning of \pdfpagesattr is appended. - * Initial value of \@pdfpagestransition is \relax - to differentiate between a unused or empty option. - * \hyper@pagetransition (hpdftex): - * The old entry /Trans is removed from \pdfpageattr. - * The remaining old meaning retains and - * the new /Trans is appended. - * \hyper@pagetransition (pdfmark): - * \if-switch for \relax added to get the old behaviour. - ? (1) Need to delete an old entry? - ? If 1=yes, how to delete? - -1999-07-21 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - *version 6.64a, corrected typos in VTEX stuff - -1999-07-19 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * RELEASE 6.64 - * hyperref.dtx: support pdftex > 0.14 with new primitive names - * hyperref.dtx: bookmark patches from Stephan Haller, to allow - local changes of open status - * hyperref.dtx: small patche for \seteqlabel. obscure problem in - amstex compatibility mode, found by Michael Downes. - * hyperref.dtx: patches to VTEX bookmark processing, from Taco - Hoekwater, following patches by Denis Girou. - -1999-07-08 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * RELEASE 6.63 - * hyperref.dtx: added "typexml" option for typexml package - Some cleanups from Heiko - -1999-06-29 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * RELEASE 6.62 - * hyperref.dtx: (from Heiko), gobble \discretionary in bookmarks - -1999-06-27 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * RELEASE 6.61 - * hyperref.dtx: for Babel compatibility, use its \@safe@actives - switch in cross-refs (also in nameref.dtx), plus be nicer about - * in \pdfstringdef (from Heiko). Move \phantomsection to main package. - -1999-06-11 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * RELEASE 6.60 - * nameref.dtx: changed \Sectionformat to a \providecommand, as it - now comes \AtBeginDocument - -1999-06-10 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * hyperref.dtx: * Increment of version letter to 6.58f - * hyperref.dtx: add \phantomsection, to make a section-like anchor - Missing {} after \@ifpackageloaded{subfigure} - * nameref.dtx define \section@level for pdfscreen - From Heiko: - * lastpage fix (added page anchor name, ...). - * documentation for lastpage support added. - * \pdfstringdef: \Generic{Error,Warn,Info} disabled while - expanding. - * \pdfstringdef: french fix changed to get rid of hard coded - numbers for the guillemets. - -1999-06-09 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * hyperref.dtx: * Increment of version letter to 6.58b - Loads of cleanups by Heiko: - * \def\@pdfpagecrop{} removed, because it isn't used further - * Loading of \Hy@driver part replaced (see previous email) - * Old name \Hy@PDFDef found, replaced by \pdfstringdef - * Module \pdfstringdef: Use of prefix "\HyPsd@" (it's shorter - and easier to read than "\Hy@psd@". - * \let\add@accent\HyPsd@add@accent instead of the definition - in \pdfstringdef (saving run time). - * Corrected to \begin{macro}{\HyPsd@ITALCORR}. - * old ifbookmark replaced by texorpdfstring in description. - * Missing lines added in pd1enc.def (\",\r,\v,\.,\c) - * Bugs in \define@key{Field}{maxlen}{\Fld@maxlen=#1} - and \define@key{Field}{menulength}{% - * Changed \orig@appendix to \Hy@orig@appendix. - \orig@maketitle to \Hy@orig@maketitle. - * Replaced \global\def --> \gdef - * Replaced \global\edef --> \xdef - * Starting with identing (length 2) and checking the line length. - -1999-06-08 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * hyperref.dtx. make "subfigure" force hypertexnames=false; remove - exactdef option (obsolete), and set default of 0 for bookmark - level of unknown objects (\toclevel@...) - - * a lot of cleaning up of code layout, requested by Heiko, and bug - fixing related to \addcontentsline - -1999-05-30 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * backref.dtx: added debugging/verbose output - * hyperref.dtx: considerable reworking of \addcontentsline, with - wide-reaching effects - * Some more PD1 fixes from Heiko. Stop using \@foo, too common a - choice by others - * Some fixes for TeX4ht, from Eitan Gurari - -1999-05-19 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * RELEASE 6.57 - * hyperref.dtx: a good many missing or extra spaces in and around - line endings were found by Heiko and corrected. - -1999-05-18 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - * hyperref.dtx: fixes to \textLF etc from Heiko - -1999-05-17 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * hyperref.dtx: Raise equation anchors by \baselineskip; - dangerous, but its the only hope for XYZ views - * Some fixes for tex4ht from Eitan Gurari - * stop defaulting papersize \special - * make bookmarks use tocdepth not secnumdepth - * Some fixes for AMS equations, will probably break something! - * some characters changed, and some added, in PD1 - encoding, to allow for silly behaviour of Acrobat, and to help - Poles (via Wojciech A. Myszka <W.Myszka@immt.pwr.wroc.pl>) - - * backref.dtx: added support for chicago.sty (requested by Alan Reese) - -1999-05-14 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> - - * hyperref.dtx: added new option hypertexnames. if it is *false*, - unique arbitrary names are given for anchors and links, to avoid - any conflict caused by counters being redefined etc. Long overdue. - - Guillemet fix from Heiko. - -1999-04-13 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.56 - * hyperref.dtx: missed a \if@filesw (Heiko spotted), and removed - the <repere> section - -1999-04-12 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.55 - * hyperref.dtx: when the run: type of URL is used, a \relax creeps - into the output with pdfmark drivers. corrected. - - Add some missing \if@filesw code (from Heiko) - - Proper dummy initialisation of \pdfbookmark - - Correct serious error over detecting whether seminar is being used - (added new test, and defined \ifhy@seminarslides) - - If implicit=false is used, ensure that \PDF@FinishDoc (to add - DOCINFO stuff) is still done, \AtBeginDocument (it was tied to the - redefinition of \@thehead) - -1999-03-31 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.54 - * hyperref.dtx: fixes from Heiko in pdf doc encoding stuff - -1999-03-30 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.53 - * hyperref.dtx: complete replacement of Heiko's part by nicely - documented dtx.... - - Name changes: - \newif\ifPDFbookmark ==> \newif\ifHy@pdfstring (internal name) - \ifbookmark ==> \texorpdfstring (user command) - \Hy@PDFDef ==> \pdfstringdef (user or package command) - - Heiko summarizes the features of this \Hy@PDFDef: - * PD1 encoding - * Unknown glyphs don't cause an infinite error loop now (see - bug report few weeks ago in pdftex@tug.org). - * Grouping characters can be used, they are removed silently, - so things like "\TeX{}" can be written. - * With this version of \Hy@PDFDef the option exactdef can be - removed now because of the warning messages. - * All non-expandible commands like unknown glyphs or stomach - commands are catched by this version: a comprehensive - warning message is produced and the tokens are removed. - * xspace support. - * Support for unbalanced parentheses, hyparen.sty is now obsolete. - - -1999-03-26 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.52 - - * hyperref.dtx: Wherever "naturalnames" is used, disable - \textlatin (from Babel 3.6k). Thanks to Felix Neubauer - <Felix.Neubauer@gmx.net> - - * Fixes for seminar (Denis Girou <denis.girou@idris.fr>) - -1999-03-12 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.51 (unreleased) - * hyperref.dtx: yet more bookmark magic from Heiko Oberdiek! - -1999-02-21 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: trap a URL type of "run:" and attempt to use it to - launch an application. In dvips, dvipdfm and pdftex drivers; it - seems to work in Windows. By default it translates to file: - -1999-02-17 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - Changed the copyright notice - - * hyperref.dtx: some (more) corrections from Heiko - -1999-02-16 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.50 - * hyperref.dtx: some corrections from Heiko - -1999-02-14 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.49 - * hyperref.dtx: remove grouping around PDF@SetupDoc, allowing - \pdfpagesttr in pdftex to work properly (ie CropBox) - move PD@FinishDoc to happen at start of dvi (in page header); - this allows for documents ending in \clearpage in which case the - stuff never happened. sigh. - -1999-02-06 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.48 - * hyperref.dtx: add option "naturalnames", which makes hyperref use - eg \thesection instead of \theHsection. may help some people. - Add option "verbose" to provide a debugging hook. - Set some more commands to no-op in bookmarks. - remove all pdfinfo from PDF@SetupDoc, and transfer to new - PDF@FinishDoc, which happens \AtEndDocument. This allows - \maketitle to do \hypersetup{pdftitle=\@title} etc +2006-08-16 6.75c Heiko Oberdiek + * 6.75c + * Supporting both options "vietnamese" and "vietnam". + +2006-08-15 6.75b Heiko Oberdiek + * 6.75b + * VnTeX support by Han The Thanh. New option: vietam. + * Fix for bug with varioref, introduced in 6.75a. + * Entry "algorithm" updated in README. + * nameref 2.26: required date added for package refcount. + +2006-08-01 6.75a Heiko Oberdiek + * 6.75a + * hyperref-tds.zip provided with files sorted in a TDS tree. + * New option defaults: + * plainpages=false + * pdfpagelabels=true + * Package kvoptions defines \ProcessOptionsWithKV under + the name \ProcessKeyvalOptions. It replaces + hyperref's macro \ProcessOptionsWithKV. + * Some code for extracting reference information is put + into package refcount that is now loaded by nameref + and hyperref. + * \setbookmarksdepth: The depth of the outline entries + can now set separatly from counter "tocdepth", + see README. + * New option: pdfescapeform, see README. + * \hyper@normalise for action attribute in forms. + * \ProcessOptionsWithKV: \let\CurrentOption\@empty added. + * "bordercolor" options now support package xcolor (>=1.11). + * "color" options also support the optional argument (color + model) of \color. + * New option "pdfborderstyle" that allows the setting of the + border style dictionary. (Be aware that the support of this + feature by PDF viewers is limited.) + Example: underlined links can be obtained by + pdfborderstyle={/S/U} + * Direct low level bookmark support for \usepackage[utf8]{inputenc} + and "uftf8x" of package "ucs". Byte sequences until three + bytes are supported and e-TeX is required. + (No support for surrogates). + * Fix in \addcontentsline, if option verbose is set. + * Better bookmark support for FrenchPro package + by use of \if@mid@expandable (Bernard Gaulle <gaulle@idris.fr>). + * Options "pdfcreationdate" and "pdfmoddate" added. + * README: Section "Limitations" added with "Broken Link Support". + * Default driver setting: added missed code of corresponding + options (Thanks for Arnaud Giersch <arnauld.giersch at free.fr>). + * \penalty10000 added in \Hy@raisedlink to cancel the + effect of \smash in preventing hyphenation, e.g. a footnote + after a word. + * \@classoptionslist can be \relax (see psnfss/3773). + * \new@ifnextchar also disabled for bookmarks and + constructs such as \let\if...\if{true,false} are catched, + see latex/3662. + * Bug fix: The case "\part without number by counter secnumdepth" + was forgotten for the bookmarks (thanks to Rachel Elizabeth Dillon). + * Bug fix: \vpageref defines undefined references with + empty anchor name that breaks \autoref. + * Fix: Wrong message about setting of draft fixed, + if option final is used. + * Pdfmark driver: better removal of pdfmark stuff, + especially generated by forms, if the postscript + application does not define pdfmark, e.g. because the + output is not pdf (gs >= 8.0). + * New version numbering scheme of pdfTeX >= 1.30. + * Fix for \hyper@normalise, if & is used inside \href + in tabular environments. + * Fix: Setting pdfproducer in \usepackage's option part + did'nt have an effect, because it was overwritten by + the default setting. + * Fix: pageanchor=false disabled \@hyperfixhead and thus + many other features unrelated to pageanchor itself. + (Thanks to Hendri Adriaens for report and analysis.) + Now pageanchor can be changed during the document, too. + * Protection of strings that are written as PS/PDF strings. + * Hook \Hy@setouterhbox for package setouterhbox. + * Option plainpages: \thepage is run through \pdfstringdef. + Helps in the case of spanish roman numbers. + * Deprecate warning for option 'dvipdf'. + * \ding replaced by its code for dropping the dependency on + package pifont and a compatibility problem with package + pinyin (Werner Lemberg). + * \hyper@normalise: "\\" is escape for "\" (\href, ...). + * Bug fix (debian 351260) in float support by Braun Gabor. + * Fix: Write register for bookmarks is only allocated if needed. + * Empty Unicode strings without Unicode header bytes. + * Fix for pdfmark+unicode+pdfpagelabels. + * Bug fix for empty destination names of pdfmark based drivers. + * Documentation: option hyperfootnotes added. + * French texts (\HyLang@french) provided by Marc-Antoine Parent. + * README: compatibility entries for packages ellipsis, verse. + * \hyper@normalize: support of active dollar. + * puenc.def: some fixes, reported by Ralf Stubner. + * Makefile no longer provided. + * nameref 2.25, backref 1.26: Documenation fix: \HyperrefOverview + is undefined if bmhydoc.sty is not loaded. + * nameref 2.24: Patch for ifthen moved from hyperref to nameref. + * nameref 2.24: Definitions of \filedate and \fileversion removed. + * nameref 2.23: Support for captions added. + * nameref 2.22: + Fix: \@safe@activestrue limited to label name. + * backref 1.25: New feature \ifbackrefparscan/\backrefprint + * backref 1.25: Definitions of \filedate and \fileversion removed. + * backref 1.24: [#1] --> [{#1}] + * Documentation: README.pdf and ChangeLog.pdf added. + +2003-12-03 Heiko Oberdiek + * nameref 2.21 + * \ref and \pageref are defined at any case, if hyperref + is not loaded. + +2003-11-30 6.74m Heiko Oberdiek + * 6.74m + * \textcolor disabled in bookmarks. + +2003-11-15 6.74l Heiko Oberdiek + * 6.74l + * Typo fixed by Werner Lemberg: s/CJK@punktcharx/CJK@punctcharx/ + +2003-10-30 Heiko Oberdiek + * nameref 2.10: titlesec support added. + +2003-10-12 6.74k Heiko Oberdiek + * 6.74k + * Fix for more than one footnote in longtable's + columns of type "p". + +2003-10-06 6.74j Heiko Oberdiek + * 6.74j + * Bug fix: automatic link type detection failed for + url field in references (eg. imported labels by xr-hyper). + +2003-09-15 6.74i Heiko Oberdiek + * 6.74i + * Bug fix (\if-commands after \ifx of 6.74h's "fleqn" detection). + +2003-07-27 6.74h Heiko Oberdiek + * 6.74h + * The lost source for the manual is rewritten by Steve Peter + and updated by Karl Berry. + * Bug fix of 6.74f does not work for amsmath's option "fleqn", + the \label does not detect the equation number, therefore + the fix is disabled, if "fleqn" is detected. + +2003-07-22 6.74g Heiko Oberdiek + * 6.74g + * Bug fixed in pdfmark.def: definition of \strip@pt@and@otherjunk + moved before \endinput by implicit=false. + +2003-07-10 6.74f Heiko Oberdiek + * 6.74f + * Fix for wrong vertical spacing between amsmath's + equation environments (Dmitri Chubarov <chubarik@gorodok.net>). + +2003-06-01 6.74e Heiko Oberdiek + * 6.74e + * README: Hint for hypcap added. + * pdfmark.def: "cvn" added for named GoToR destination + (Reinhard Jahraus). + +2003-05-12 6.74d Heiko Oberdiek + * 6.74d + * An empty dictionary /ViewerPreferences is now suppressed. + +2003-05-12 6.74c Heiko Oberdiek + * 6.74c + * \@addtoreset: \edef replaced by \xdef. + +2003-04-28 6.74b Heiko Oberdiek + * 6.74b + * Patch for float.sty compatibility (Anselm Lingnau/Marco Kuhlmann). + * Tried better anchor setting for floats that are controlled + by float.sty. Several captions inside one float are not supported. + +2003-04-27 6.74a Heiko Oberdiek + * 6.74a + * \newcounter{foo}[bar]: using \theHbar, if available. + +2003-04-14 6.73z Heiko Oberdiek + * 6.73z + * New option "pdfdisplaydoctitle" (PDF 1.4). + * New option "pdfnonfullscreenpagemode". + +2003-03-31 6.73y Heiko Oberdiek + * 6.73y + * Also the KOMA-Script classes redefine \LT@array, therefore + longtable fix extended. + +2003-03-25 6.73x Heiko Oberdiek + * 6.73x + * Behaviour of warning "bookmark level for unknown ..." changed: + * The missing \toclevel@... command is globally defined + to avoid further warnings. + * If this entry is not used for the bookmarks, the + warning is changed into a \PackageInfo. + * Language support for Afrikaans added. + +2003-03-21 6.73w Heiko Oberdiek + * 6.73w + * Errors corrected in documentation part. + +2003-03-21 6.73v Heiko Oberdiek + * 6.73v + * \hyperpage now ignores spaces and empty arguments. + +2003-03-21 6.73u Heiko Oberdiek + * 6.73u + * Option "encap", other encap character for use with hyperindex + can be given. + +2003-03-20 6.73t Heiko Oberdiek + * 6.73t + * hyperref now uses the same method for language support as + backref 1.23. + * Change from \captions<lang> to \extras<lang>. + * backref 1.23 + Babel support for language strings added + (suggestion of Danie Els). + +2003-03-20 6.73s Heiko Oberdiek + * 6.73s + * Default for \itemautorefname added. + * backref 1.22 + Bug fixes and additions of Danie Els <dnjels@sun.ac.za>: + * Typo fixed in \backreflastsep. + * Package natbib support, if hyperref is not loaded. + * Language Afrikaans added. + * hyperref.ins: + hyperref.drv and hycheck.tex are put outside the scope + of \usedir. + +2003-03-19 6.73r Heiko Oberdiek + * 6.73r + * \hyper@link@: \@safe@activestrue used for internal name + * backref 1.21: + * Continued with inserting of \@safe@activestrue. + * \backrefxxxdupe added for comparision and detection + of dupes. + * \backrefalt added with more powerful interface with macros + \backrefsep, \backreftwosep, and \backreflastsep. + * Language options added. + * More documentation. + +2003-03-18 6.73q Heiko Oberdiek + * 6.73q + * Suppressing /URI entry if \@baseurl is empty (hpdftex, hdvipsone). + * /URI moved to Cataloge (hdvipsone). + * Some locations of "file:" replaced by \Hy@linkfileprefix. + +2003-03-18 6.73p Heiko Oberdiek + * 6.73p + * Patch for longtable added (problem reported by Thomas Beuthe). + +2003-02-11 6.73o Heiko Oberdiek + * 6.73o + * Support for babel's shorthands in \autoref fixed. + * Support for \autoref in bookmarks added. + * Option final added similar to graphics.sty, article.cls, ... + * \hyperref[#1] does now use babel's \@safe@activestrue. + +2003-01-22 6.73n Heiko Oberdiek + * 6.73n + * Unsafe key value pair: Action=<<...#2...#3...>> + replaced by: Action={<<...#2...#3...>>} + because it breaks, if #2 or #3 contain a comma. + +2003-01-22 6.73m Heiko Oberdiek + * 6.73m + * Support for \@makecaption of class IEEEtran with + three arguments removed, because version V1.6b uses + the standard LaTeX interface with two arguments. + +2003-01-20 6.73l Heiko Oberdiek + * 6.73l + * Footnote fix: Initialization of \Hy@footnote@currentHref + added (Thorsten Schwander <schwander@horse.lanl.gov>). + +2003-01-17 6.73k Heiko Oberdiek + * 6.73k + * Footnote fix: \label commands inside \footnote do + not need nameref support (\@currentlabelname). + +2003-01-17 6.73j Heiko Oberdiek + * 6.73j + * Fix for footnote code: a \label after \footnote + commands refers to the previous section or similar + and not to the footnote. + +2002-12-15 6.73i Heiko Oberdiek + * 6.73i + * \texteuro fixed for PU encoding, + Maksym Polyakov <polyama@myrealbox.com>. + +2002-12-10 6.73h Heiko Oberdiek + * 6.73h + * Bugreport of Michael W Daniels <daniels@ling.ohio-state.edu>: + height in \TextField is not respected, if multiline is set. + * Fixed by moving the height setting code in the default + section. + * Also "4\DefaultHeightofText" replaced by a more robust + construct. + +2002-12-05 6.73g Heiko Oberdiek + * 6.73g + * \edef instead of \def for comparison with value of option + bookmarkstype (in \@@writetorep), the following should + work: bookmarkstype=lof + +2002-12-03 6.73f Heiko Oberdiek + * 6.73f + * Option "setpagesize" added also for VTeX's \mediawidth/height. + * VTeX: \mediawidth/height is only set with positive dimen values. + +2002-11-29 6.73e Heiko Oberdiek + * 6.73e + * Option "setpagesize" added. + +2002-11-14 6.73d Heiko Oberdiek + * 6.73d + * Support for \@addtoreset added, similar to + \numberwithin (idea of Markus Kohm in + de.comp.text.tex). + +2002-11-07 6.73c Heiko Oberdiek + * 6.73c + * Added "hyperpage" also after "closing range" + (\index{...|)hyperpage}), because it is allowed + for makeindex and necessary for XIndy. + +2002-11-01 6.73b Heiko Oberdiek + * 6.73b + * \Hy@raisedlink for caption without option nesting. + * Support for \@makecaption of class IEEEtran that + uses three arguments. + +2002-10-24 6.73a Heiko Oberdiek + * 6.73a + * vtexpdfmark: pdfborder={0 0 1} (Walter Schmidt). + +2002-10-22 6.72z Heiko Oberdiek + * 6.72z + * A small remainder of option 4 removed. + * options.tex: option pdfpagelabels added, + option 4 removed. + +2002-09-12 6.72y Heiko Oberdiek + * 6.72y + * Addition to \hyper@normalise: \_, \textunderscore, + \textasciitilde. + +2002-09-04 6.72x Heiko Oberdiek + * 6.72x + * \ReadBookmarks is disabled if bookmarks=false is given. + * \Hy@raisedlink introduced into \hyper@natanchorstart + (Thanks to Macro Kuhlmann <mk@mcqm.net>). + +2002-08-24 6.72w Heiko Oberdiek + * 6.72w + * "\let\pdfoutput\@undefined" removed. + * Bug fix: option bookmarksnumbered is now respected, + if package slidesec is used. + +2002-08-04 6.72v Heiko Oberdiek + * 6.72v + * Koma classes: optional argument for \maketitle. + +2002-08-03 6.72u Heiko Oberdiek + * 6.72u + * \appendix: \Hy@org@appendix moved to the end + and renamed to \HyOrg@appendix. + +2002-07-25 6.72t Heiko Oberdiek + * 6.72t + * Support for footnotes in p-columns of longtables. + +2002-06-06 6.72s Heiko Oberdiek + * 6.72s + * \Hy@defaultdriver used, so that "hypertex" can + be redefined in hyperref.cfg (eg. "dvips"). + +2002-06-05 Heiko Oberdiek + * backref 1.20 + * Babel's \@safe@activestrue inserted to bibitem commands. + But problems with \cite remains (frenchb.ldf). + +2002-05-27 6.72r Heiko Oberdiek + * 6.72r + * Problem with varioref's \vref@pagenum fixed + (Thanks to Felix Neubauer <felix.neubauer@gmx.net>). + +2002-05-10 6.72q Heiko Oberdiek + * 6.72q + * Some spaces in PDF output of driver pdftex removed. + +2002-05-09 6.72p Heiko Oberdiek + * 6.72p + * Option `pdfusetitle' now correctly disabled. + +2002-04-20 6.72o Heiko Oberdiek + * 6.72o + * Bug fix of 6.72n is wrong: + Octal escape sequences (\000) are not detected by the method + with \meaning. Now another method, based on \dospecials, is + used to protect active characters while reading the .out file. + +2002-04-19 6.72n Heiko Oberdiek + * 6.72n + * Bug fixed in \ReadBookmarks of driver vtex: + the text arguments in the .out file are + now protected. + +2002-04-15 6.72m Heiko Oberdiek + * 6.72m + * Adaption to subfigure 2002/03/26 v2.1.2. It uses + \AtBeginDocument{...\newcommand{\toclevel@subfigure}...}. + +2002-04-12 6.72l Heiko Oberdiek + * 6.72l + * Fix from Werner Lemberg <wl@gnu.org> for + bookmarks with Big5 encoded strings, + preprocessed by package cjk. + +2002-04-09 6.72k Heiko Oberdiek + * 6.72k + * \protected@edef instead of \edef in \hyper@link@. + +2002-03-27 6.72j Heiko Oberdiek + * 6.72j + * Tried to fix the problem that links to + bibliography points to baseline if pdfTeX is + used by inserting \Hy@raisedlink. + * \Hy@raisedlink disabled for pdfmark drivers, + because they use a PostScript method. + +2002-03-15 6.72i Heiko Oberdiek + * 6.72i + * \toclevel@subfigure and \toclevel@subtable fixed. + +2002-03-15 6.72h Heiko Oberdiek + * 6.72h + * New structure on tug server. + * Makefile: target "distrib" removed. + * Textures update by Ross Moore <ross@maths.mq.edu.au>. + +2002-03-14 6.72g Heiko Oberdiek + * 6.72g + * Added fix for subfigure 2002/02/14 v2.1. + Loading order: nameref, subfigure, hyperref. + +2002-03-08 6.72f Heiko Oberdiek + * 6.72f + * dvipdfm: pdfstartpage and pdfstartview fixed + (Akira Kakuto <kakuto@fuk.kindai.ac.jp>). + +2002-02-16 6.72e Heiko Oberdiek + * 6.72e + * \pdfstringdef: \cyr disabled for russian.ldf + * \pdfstringdef: shorthands for macedonian.ldf + * VTeX 7.54: pdfnewwindow supported in \hyper@linkfile. + +2002-01-14 6.72d Heiko Oberdiek + * 6.72d + * Bug fix: \Hy@title, \Hy@author. + +2002-01-08 6.72c Heiko Oberdiek + * 6.72c + * pdfmark.def: /URI moved from /DOCVIEW to {Catalog}. + * pdfmark.def: Unused \@dobaseurl removed. + +2002-01-07 6.72b Heiko Oberdiek + * 6.72b + * Support of \stockwidth and \stockheight (memoir class). + +2002-01-06 6.72a Heiko Oberdiek + * 6.72a + * Annotation's additinal-actions dictionary for form fields: + Supported: keystroke (/K), validate (/V), format (/F) + and now added: onfocus (/Fo), onblur (/Bl), + onmousedown (/D), onmouseup (/U), + onenter (/E), onexit(/X) + * Additional-actions dictionary added in \PDFForm@List and + \PDFForm@Radio. + * \PDFForm@Text: "/Ff 1" added, if only \ifFld@readonly is set. + +2001-12-23 6.71z Heiko Oberdiek + * 6.71z + * Some \providecommand replaced by \providecommand*. + * Babel's \@number of file lrbabel.def inserts + unexpandable tokens into the expansion of \arabic. + At some places dummy for \@number inserted, where + anchor and link names are expanded. + +2001-12-21 6.71y Heiko Oberdiek + * 6.71y + * Support for chapterbib added, provided by + Julian Gilbey <J.D.Gilbey@qmul.ac.uk>. + +2001-12-06 6.71x Heiko Oberdiek + * 6.71x + * Added fix by Denis Girou for pst-key.tex (1998, + derived from old keyval.dtx). Any initial brace group + in the value field is removed. + +2001-11-14 6.71w Heiko Oberdiek + * 6.71w + * Added suggestion of Didier Verna <didier@lrde.epita.fr>: + The fix for multind is also applied for package index. + +2001-11-12 6.71v Heiko Oberdiek + * 6.71v + * The feature of 6.71r with automatic detection of + title and author can be enabled by option + pdfusetitle. The default is disabled. + * If pdfusetitle is enabled, an optional argument + is detected for \title and \author (amsart class). + +2001-11-05 6.71u Heiko Oberdiek + * 6.71u + * \literalps@out for dviwindo (D.P. Story). + +2001-11-04 6.71t Heiko Oberdiek + * 6.71t + * The patch for harvard is delayed by \AtBeginDocument + to solve a problem with the package load order, if + html.sty is present (Command \harvarditem already + defined). + * The fix for the Adobe bug introduced in 6.71n + is changed completely, because Adobe's suggestion + generates an extra empty page at the end. + (\literalps@out for dviwindo is currently only a dummy.) + +2001-10-30 6.71s Heiko Oberdiek + * 6.71s + * If "\\" or "\newline" are used in \title or + \author and reused for the pdf information + entries, then they are replaced by a space + or a comma and space, see hyperref.dtx. + +2001-10-11 6.71r Heiko Oberdiek + * 6.71r + * Detection of \author and \title added for + defaults of pdf information entries. + +2001-09-20 6.71q Heiko Oberdiek + * 6.71q + * Fix for Adobe bug of 6.71n: + * VTeX in PS mode with GeX: \immediate\special{!=...} + +2001-09-18 6.71p Heiko Oberdiek + * 6.71p + * Fix for Adobe bug of 6.71n improved: + * Support for dviwindo added (D.P. Story). + * Check for product added (product is level 2). + +2001-09-18 6.71o Heiko Oberdiek + * 6.71o + * Warning, if \hypercalcbp is used without + package calc or e-TeX. + * Use of \hypercalcbp removed to avoid the above warning. + * \usepackage{calc} added in testams.tex. + +2001-09-18 6.71n Heiko Oberdiek + * 6.71n + * If package tex4ht is loaded, option tex4ht + is added to hyperref's option list + (Eitan Gurari <gurari@cis.ohio-state.edu>). + * Bug fix added for Adobe Distiller 5 + (Adobe bug number 466320, thanks to + D.P. Story and M. Vulis). + * testams.tex fixed. + +2001-08-19 6.71m Heiko Oberdiek + * 6.71m + * VTeX's \OpMode=3 is accepted the same way as 1 and 2. + +2001-08-19 6.71l Heiko Oberdiek + * 6.71l + * OS part in VTeX's /Producer default corrected. + +2001-08-19 6.71k Heiko Oberdiek + * 6.71k + * Default of /Producer string: + * updated for pdfTeX >= 1.00a, + * pdfeTeX detection added, + * \VTeXOS added for VTeX >= 7.45. + +2001-08-16 6.71j Heiko Oberdiek + * 6.71j + * Translation of \autoref names to brazil/portuges by + Willie Dresler Leiva <dreslerleiva@hotmail.com>. + * test/test0.dvi removed. + * test/test7.tex: \usepackage{times} to get smaller test7.pdf. + * Makefile: targets clean and distrib updated, $(RM) introduced. + +2001-08-10 6.71i Heiko Oberdiek + * 6.71i + * Compatibility problem with xypic, introduced by + version 6.71g, fixed. + +2001-07-03 Heiko Oberdiek + * Two small fixes of Makefile, provided by + Martin Maechler <maechler@stat.math.ethz.ch>. + +2001-06-18 6.71h Heiko Oberdiek + * 6.71h + * Option pdfpagemode with empty argument sets + default behaviour (an alternative would be "UseNone") + in order to avoid the wrong name "/". + +2001-05-26 6.71g Heiko Oberdiek + * 6.71g + * Contributions by Ross Moore <ross@ics.mq.edu.au> and + Daniel Steffen: + a. patch to htexture.def that adjusts the PDF@SetupDoc + so that it includes the setup information from pdfmark.def + as well as the tokens needed by Textures itself. + b. changes to the \AtBeginDocument usage to implement + compatibility with the ldump.sty package. + * Bug fix in multind support (forgotten backslash). + * Fix for driver pdftex: \pdfpagewidth and \pdfpageheight + are not set, if \paperwidth or \paperheight are zero, + because it is likely that the settings of pdftex.cfg + are better than the heuristics of pdfTeX, if the dimen + lengths are zero. + +2001-04-13 6.71f Heiko Oberdiek + * 6.71f + * Feature request of Jens-Uwe Morawski <morawski@gmx.net>: + \thispdfpagelabel introduced. + +2001-04-05 6.71e Heiko Oberdiek + * 6.71e + * \@begindvi changed: + * \Hy@begindvi for hyperref stuff in \@begindvi introduced, + * small bug fix (first page with options + pdfpagelabels + pageanchor=false). + +2001-04-05 6.71d Heiko Oberdiek + * 6.71d + * Fix for \@@Radio in hdvipdfm.def for AR5, provided + by D. P. Story <story@uakron.edu>. + * Spell error corrected (\Hy@captionsspanish). + * The fix of 6.71b for VTeX paper size was introduced + to solve problem with prosper, but because of new problem + with pdfscreen, the fix is redone. + +2001-02-20 6.71c Heiko Oberdiek + * 6.71c + * Bug fix, introduced in 6.71b. + +2001-02-20 6.71b Heiko Oberdiek + * 6.71b + * Fixes by Markus Kohm: + * Applying the \@addchap hack for scrreprt. + * Disabling the \@addchap hack for komascript + versions since 2001/01/01, because these + versions contain hyperref support. + * The \@ssect, \@schapter, ... hacks are also applied + to driver hypertex. + * Fixes by Alex (VTeX): + * Correction of paper size setting. + * /Replace transition supported. + +2001-01-27 Heiko Oberdiek + * nameref 2.19: + option final of showkeys now detected. + +2000-11-05 6.71a Heiko Oberdiek + * 6.71a + * Two errorneous garbage lines removed, they cause + an infinite loop with \autoref{<equation|footnote>}. + +2000-10-04 6.71 Sebastian Rahtz + * 6.71 CTAN release + +2000-09-29 6.70y Heiko Oberdiek + * 6.70y + * Check of empty /Dest and /DestAnchor values + improved (\pdfmark). + +2000-09-22 6.70x Heiko Oberdiek + * 6.70x + * Next typo fixed (option american). + +2000-09-22 6.70w Heiko Oberdiek + * 6.70w + * \DeclareRobustCommand: \href, \url, \hyperimage, + \hyperref + * Typo fixed (option american). + +2000-09-07 6.70v Heiko Oberdiek + * 6.70v + * Fix for option CJKbookmarks. + +2000-09-06 6.70u Heiko Oberdiek + * 6.70u + * Fix of \pdf@rect and \@hyperfixhead for seminar + * Default for \special@paper with values for + packages typearea or geometry. + * Fix for seminar: true values for \pdf{h,v}origin + and \pdfpage{width,height} (Thanks to + Stephan Lehmke). + * File `test/seminar.con' replaced by environment + `filecontents' in file `testslide.tex'. + +2000-09-05 6.70t Heiko Oberdiek + * 6.70t + * Fixes for packages listings and listing. + * Some \setbox...=\hbox replaced by color safer + constructs. + * Patch for bookmarks with package cjk, enabled + with option `CJKbookmarks'. + +2000-08-31 6.70s Heiko Oberdiek + * 6.70s + * URLs, broken by bibTeX, work now: + \url{% + http://www.% + dante.de/% + } + ("%^^M" are detected and removed, thanks + Stefan Ulrich <ulrich@cis.uni-muenchen.de> + for his suggestion.) + * Checks added to hycheck.tex + * \caption checks whether \@captype is defined. + +2000-08-30 6.70r Heiko Oberdiek + * 6.70r + * Shorter PostScript names (/H.X) for drivers of dvips type. + * Bug fix (hvpdfmark.def): /pdf@voff + * New test file `hycheck.tex'. + * Bug fix: latex/2318 fix added to \@caption. + * Bug fix: \numberwithin + +2000-07-30 6.70q Heiko Oberdiek + * 6.70q + * VTeX: further fixes. + +2000-07-17 6.70p Heiko Oberdiek + * 6.70p + * \test@reftype fixed (used for \autoref). + * autorefnames: german fixed, spanish added. + * VTeX: additions and fixes from Alex Kostin. + +2000-07-04 6.70o Heiko Oberdiek + * 6.70o + * Test files testbm{oe,sc,zc,yi,l}.tex merged to testbma.tex. + * Added correct \@hyper@launch for hvtex.def (Alex Kostin). + +2000-07-03 6.70n Heiko Oberdiek + * 6.70n + * Default for \Hy@pageheight changed from A4 to + setting via \hypercalcbp and \paperheight. + +2000-07-02 6.70m Heiko Oberdiek + * 6.70m + * Feature added: \hypercalcbp (see hyperref.dtx). + +2000-07-02 6.70l Heiko Oberdiek + * 6.70l + * Bugfix in onopen of 6.70k undoned. It will + be fixed in VTeX itself. + +2000-07-01 6.70k Heiko Oberdiek + * 6.70k + * Own section for vtexpdfmark driver and + PostScript code fixed. + * Bug in hvtex.def fixed: missing space in onopen special. + +2000-07-01 6.70j Heiko Oberdiek + * 6.70j + * hyperref.ins for vtexpdfmark corrected. + +2000-07-01 6.70i Heiko Oberdiek + * 6.70i + * Start of new VTeX driver that support pdfmark specials. + Option `vtexpdfmark', file `vtexmrk.def' + (contributed by Michael Vulis). + * hyperref.ins: hvtexmrk.def added. + +2000-06-30 6.70h Heiko Oberdiek + * 6.70h + * nohyperref: \hyperpage disabled. + * Defaults for \autoref's names only define \...autorefname. + * Problem with \hyper@hash fixed. + * \nolinkurl added (variant of \url, that does not make + a link, eg. for use in the second argument of \href). + * Problem fixed, that warning ``Label(s) may have changed.'' + always appears with `babel' and `\bibcite'. + * Update of htextures.def by Ross Moore <ross@ics.mq.edu.au>: + * the blue rectangles no longer appear with `colorlinks', + * pdfmark support, + * the built-in support for hypertex specials is + utilised. + * Update of hvtex.def by Michael Vulis + <support@micropress-inc.com>: + * Bug in \Acrobatmenu fixed. + * Transition effects added (written by Alex Kostin). + * pdfmark.def: Character slash `/' now works + in destination names (eg: "cite.OMG:formal/98-12-01"). + +2000-05-08 6.70g Heiko Oberdiek + * 6.70g + * \autoref names: To solve the uppercase problem, + first the names \...autorefname are used in \autoref. + Language options added for english and german languages. + +2000-05-08 6.70f Heiko Oberdiek + * 6.70f, nameref: 2.18 + * Anchor of foonotes raised. + * showkey support (nameref.dtx: \label, \ref, \pageref, \nameref, + not checked and tested is \cite). + * \@xfootnotetext calls \H@@mpfootnotetext, if called in minipage. + * Bug \href{foo.pdf#bar} fixed, introduced in 6.70c. + * Bug harvard/backref fixed ({\thepage}{\current@label}). + +2000-04-12 6.70e Heiko Oberdiek + * 6.70e + * Empty reference causes crash of distiller, therefore + empty references replaced by UNDEFINED + (pdftex, pdfmark, dvips, vtex, dvipdfm). + +2000-04-11 6.70d Heiko Oberdiek + * 6.70d + * hvtexhtm detected as default driver. + * Bug fix (undefined \pageref within \ifthenelse). + +2000-03-31 6.70c Heiko Oberdiek + * 6.70c + * \hyper@normalise: %, \%, #, \# expands to catcode `other' + characters, \url{http://foo.bar/%2e_~#hash} should work. + * \pdfBorderAttrs removed and replaced by + "/Border [\@pdfborder]". + If option colorlinks is set, the border is set to zero + immediately, not \AtBeginDocument (for people who + want to have both borders and colored links). + +2000-03-31 6.70b Heiko Oberdiek + * 6.70b + * Definition of \x remains unchanged (bug introduced in 6.67g). + * Packages titlesec and titletoc support by Javier Bezos + <jbezos@arrakis.es>. + * \MP added (\pdfbookmarkstring, htex4ht.cfg). + * All files of hyperref.dtx now identify themselves + by \Provides{File,Package}. + * Start with nohyperref.sty (SR), toc-level addtions by HO. + * Updated: testbm{gl,u}.tex + +2000-03-23 6.70a Heiko Oberdiek + * 6.70a + * New option: pdfpageduration for the /Dur key + in the pdf page object, the value is empty or + contains the length in seconds (real). + Supported drivers: pdftex, pdfmark. + * New option: pdfpagehidden for the /Hid key + in the pdf page object, the value is a boolean. + Supported drivers: pdftex, pdfmark. + +2000-03-22 6.70 Sebastian Rahtz + * 6.70 CTAN release (TeX Live 5) + +2000-03-22 6.69f Heiko Oberdiek + * 6.69f + * \@ifundefined{thechapter} changed to \@ifundefined{chapter} + because of compatibility with french.sty. + * xr-hyper.sty: \xdef changed to \protected@xdef + (Stephan Lehmke <Stephan.Lehmke@cs.uni-dortmund.de>). + * hvtex.def: default for pdfview changed to xyz. + +2000-03-07 6.69e Heiko Oberdiek + * 6.69e + * Fix for babel/3174 (\@save@activestrue in \hyper@normalise). + +2000-03-02 6.69d Heiko Oberdiek + * 6.69d + * Fix for \texttilde with babel's spanish, estonian, galician + * Expandable versions without link of \ref and \pageref: + \hypergetref and \hypergetpageref. + * \ifthenelse: \ref and \pageref use the \hyperget... variants. + * \hyper@chars added in \hyper@anchor of drivers + hypertex, vtexhtml, and vtex. + * Forms: checkboxsymbol introduced (Michael Wiedmann + <michael.wiedmann@detewe.de>). + * Redefinitions in \appendix are made globally + (Tim J Harding <Tim.Harding@quadstone.com>). + * If \chapter is undefined, it remains now undefined. + +2000-01-22 6.69c Heiko Oberdiek + * 6.69c + * D. P. Story <story@uakron.edu> has adapted forms + part of pdfTeX to dvipdfm. + +2000-01-21 6.69b Heiko Oberdiek + * 6.69b + * \@writetorep: destination and level check added. + * \addcontentsline: \phantomsection added, if no destination. + +2000-01-19 6.69a Heiko Oberdiek + * 6.69a + * Bug fixed: tabularx+\maketitle+\footnote. + * LPPL 1.2, manifest.txt updated. + +2000-01-18 6.69 Sebastian Rahtz + * 6.69 CTAN release + * Missing test files added. + +2000-01-17 6.68a Heiko Oberdiek + * 6.68a + * pdfpagescrop works now with dvipdfm (D. P. Story + <story@uakron.edu>). + +2000-01-13 6.68 Sebastian Rahtz + * 6.68 CTAN release + +2000-01-11 6.67h Heiko Oberdiek + * 6.67h + * pdfpagemode: /None corrected to /UseNone. + * \pdfstringdef: \halign disabled (because of errors by #). + * Option draft: bookmarks are disabled (thanks to Michael Vulis). + * Outdated bookmark documentation removed. + * hvtex.def: \media{width,height} supported. + * Space after \@pdfhighlight inserted (hpdftex.def). + * Bug fixed in redefinition of \@chapter. + * Small bug fixed in \Hy@boolkey. + +1999-12-01 6.67g Heiko Oberdiek + * 6.67g + * test/phys332-{1,2}.jpg renamed to test/phys{1,2}.jpg + * Improved \catcode check and settings at the beginning + of hyperref.sty. + * [#1]-Bug fixed by [{#1}] in the definition of \htmlref + and \@newctr and in many uses of \pdfmark. + +1999-11-24 6.67f Heiko Oberdiek + * 6.67f + * Test files checked by Sebastian Rahtz. + * Unwanted spaces removed (dviwindo, outline). + * Redone: \def\texorpdfstring to \newcommand* + * Other implementation of \HyPSD@tocsection by Michael Downes. + * ps2pdf: Default for pdfborder: 0 0 1 + * \belowpdfbookmark added (setting bookmark below current + level without changing it). + * \@ChoiceMenu: coiled "{\if}\fi" cleared to "{\if\fi}". + * Fix for \citeN and \shortciteN of package chicago. + +1999-11-09 6.67e Heiko Oberdiek + * 6.67e + * Detection of VTeX PS mode (OpMode=2). + * Added \tocsection fix for AMS classes + (thanks to Michael Downes/Tom Kacvinsky). + * Changed \newcommand*{\texorpdfstring} to \def\texorpdfstring + (a wish of Tom Kacvinsky). + * INSTALLDIRVAR added to makefile (default: TEXMFMAIN). + +1999-11-09 6.67d Heiko Oberdiek + * 6.67d + * Unwanted space removed in \hyper@linkstart (hvtex.def). + * <hvtex,hvtexhtml> renamed to <vtex,vtexhtml> + * If no driver is given, VTeX in PDF mode is now detected. + +1999-11-08 6.67c Heiko Oberdiek + * 6.67c + * hog.{eps,pdf} added for test0.tex + * Bug in \Acrobatmenu of hvtex.def fixed. + +1999-11-04 6.67b Heiko Oberdiek + * 6.67b + * New feature: With option `pdfpagelabels' the + /PageLabels entry in the /Catalog object of PDF 1.3 + is supported. + With `pdftex' and `vtex' one TeX run suffices, + other pdf driver, that work via \special, need + two TeX runs. + * Option `4' removed, because it is not used. + +1999-10-23 6.67a Heiko Oberdiek + * 6.67a + * \Hy@boolkey with optional argument for option name, if it + is different. + * hpdftex.def: \pdfrefform\OBJ@acroform, ... added. + +1999-10-18 6.67 Heiko Oberdiek + * 6.67 public release on CTAN + +1999-10-14 6.66m Heiko Oberdiek + * 6.66m + * makefile fixes. + +1999-10-13 6.66l Heiko Oberdiek + * 6.66l + * dvipdfm driver updated by Sebastian Rahtz. + * LPPL 1.1, manifest.txt added. + * \hyperlinkfileprefix for Ross Moore. + * Option baseurl disabled after first use. + * Option debug = verbose. + * Used global options are removed from the unused option list. + * \pdfstringdef: \leavevmode disabled, + \guill@spacing (frenchb.ldf) properly defined. + * Directory structure: test/ and doc/ + * Slides and paper of Heiko's talk at EuroTeX'99 added in doc/. + +1999-10-07 6.66k Heiko Oberdiek + * 6.66k + * hyperref.ins: eight times faster by \generate (docstrip 2.4) + (Suggestion by Werner Lemberg <wl@gnu.org>). + * backref.dtx 1.19: + * \backcite ignores entries that are already present. + * Some cosmetic clean up. + * nameref.dtx 2.17: Some cosmetic clean up. + * \Hy@boolkey with error checking. + * Code for options backref and pagebackref rewritten. + * Options are disabled after use. + +1999-10-05 6.66j Heiko Oberdiek + * 6.66j + * foiltex: \ext@table, \ext@figure defined. + +1999-10-05 6.66i Heiko Oberdiek + * 6.66i + * \pdfstringdef: support of shorthands of some babel + languages added. + * \ij, \IJ added in PD1 and PU encoding for Dutch. + +1999-10-05 6.66h Heiko Oberdiek + * 6.66h + * Making destination for \addcontentsline in + \@chapter, if \c@secnumdepth<0, \frontmatter, or \backmatter. + * `(' and `)' added to \Hy@{Set,Restore}Catcodes. + +1999-10-01 6.66g Heiko Oberdiek + * 6.66g + * \index{test|(} supported. + +1999-09-28 6.66f Heiko Oberdiek + * 6.66f + * options.tex with bookmarkstype + * Bug in \autoref fixed: chapter/appendix detection + * \\ and \newline produces a warning in \pdfstringdef + * draft=false should work. + +1999-09-14 6.66e Heiko Oberdiek + * 6.66e + * Unwanted space in \HyPsd@LetUnexpandableSpace removed. + +1999-09-13 6.66d Heiko Oberdiek + * 6.66d + * \@footnotemark is also disabled, if package + tabularx is loaded. + +1999-09-10 6.66c Heiko Oberdiek + * 6.66c + * Bug fix: Definition of \Hy@SaveLastSkip is moved before \MaybeStopEarly. + +1999-09-10 6.66b Heiko Oberdiek + * 6.66b + * Starting with option warnings, if the option is + set at a wrong place. + * Support for package multind. + * \textnumero added to testbmu.tex. + +1999-09-08 6.66a Heiko Oberdiek + * 6.66a + * Catcodes are set at begin of package and restored at the end. + (Bug fix: ltxdoc.cls makes '|' active...) + +1999-09-08 6.66 Sebastian Rahtz + * Release 6.66 + +1999-09-01 6.65e Heiko Oberdiek + * 6.65e + * Test for \XR@addURL instead of the package name, because + they exist different versions of xr and xr-hyper. + +1999-08-31 6.65d Heiko Oberdiek + * 6.65d + * Bug fixed (use of \renewcommand in \pdfstringdefDisableCommands) + * Weak support for \ref and \pageref in bookmarks added. + * Made bookmark code less slow (testbmu.tex compiles 20% faster): + \HyPsd@ConvertToUnicode rewritten, \HyPsd@string introduced, ... + * Bug detected by Ian Bruce: hyperref has a different spacing + with theorem environments. + Cause: The \lastskip value is destroyd by the specials that + set the anchor. + Fix: Saving the \lastskip value before the specials, and after + setting \nobreak\{h,v}skip-\lastskip\{h,v}skip\lastskip. + See \Hy@SaveLastskip - \Hy@RestoreLastskip. + (most drivers: \hyper@anchor, \hyper@anchorstart - \hyper@anchorend; + pdftex: \new@pdflink; dvipdfm: \@pdfm@dest) + * \CYRCHDSC and \cyrchdsc corrected to \CYRCHRDSC and \cyrchrdsc + (Thanks to Vladimir Volovich <vvv@vvv.vsu.ru>) + * Bug fixed: \HAR@checkcitations redefined to add \hyper@@link. + Without this the "Changed labels" warning would always appear. + +1999-08-24 6.65c Heiko Oberdiek + * 6.65c + * Unicode bookmark support 0x0000..0x04FF. + * testbmu.tex: detailed test file for Unicode bookmarks. + * Default setting of \@pdfborder with \providecommand, + so package option `pdfborder' does work now. + * \hv@pdf@char: support of octal codes with VTeX + versions greater or equal 6.50. + * Typo in option 'vtex' corrected. + * Again backref 1.18. + * Various drivers (dviwindo, hypertex, ...): \leavevmode in + \hyper@linkurl, \hyper@linkfile, ... added where missing. + * testform2.tex renamed to testfor2.tex (8+3 file name). + +1999-08-17 6.65b Heiko Oberdiek + * 6.65b + * Unicode bookmark support, starting with Cyrillic. + +1999-08-14 6.65a Heiko Oberdiek + * 6.65a + * Module pdfstringdef: bug (\space) and typo fixed. + +1999-08-12 6.65 Sebastian Rahtz + * RELEASE 6.65 + +1999-08-10 6.64h Sebastian Rahtz + * 6.64h + * Moved some sections to before \MaybeStopEarly. Otherwise + implicit=false mode never saw some important stuff. + * hyperref.dtx: added \href to list of ignored commands in + bookmarks. cleaned up VTEX stuff as per diagnosis by Heiko + +1999-08-06 6.64g Sebastian Rahtz + * 6.64g + * hyperref.dtx: typos and little fixes from Heiko + * added another special thing for typexml + +1999-07-29 Sebastian Rahtz + * version 6.64c. hyperref.dtx: some typos corrected, and form + primitives of pdftex + +1999-07-28 Sebastian Rahtz + * cut out any footnote work if tabularx is + loaded. add some form stuff from D P Story + +1999-07-28 Sebastian Rahtz + * version 6.64b + * hyperref.dtx: + Changes from Heiko: + Module pdfstringdef: + * Small bug in \HyPsd@ProtectSpaces/HyPsd@RemoveMask fixed. + * \@ifnextchar because of \futurelet disabled. + * Disabling of \@ifstar removed, because it calls \@ifnextchar. + * \@protected@testopt disabled to show the problematic macro in + the warning message (commands with an optional argument). + * \pdfstringdefWarn#1 prints a warning message with token #1, + it can be used in code that disables macros by the user. + * \pdfstringdefDisableCommands#1 is a easier interface for + the hook \pdfstringdefPreHook. It appends its argument to the + meaning of \pdfstringdefPreHook. The character @ can be used + in command names. + * \penalty is removed silently. + * \kern and \hskip are detected with a warning: + * At the beginning or, if the value is less than 1ex, + they are removed. + * Else they are replaced by a space. + + Fix for \pdfpage(s)attr: + * Setting the /CropBox with \pdfpagesattr: + The old meaning of \pdfpagesattr is appended. + * Initial value of \@pdfpagestransition is \relax + to differentiate between a unused or empty option. + * \hyper@pagetransition (hpdftex): + * The old entry /Trans is removed from \pdfpageattr. + * The remaining old meaning retains and + * the new /Trans is appended. + * \hyper@pagetransition (pdfmark): + * \if-switch for \relax added to get the old behaviour. + ? (1) Need to delete an old entry? + ? If 1=yes, how to delete? + +1999-07-21 Sebastian Rahtz + * version 6.64a, corrected typos in VTEX stuff + +1999-07-19 6.64 Sebastian Rahtz + * RELEASE 6.64 + * hyperref.dtx: support pdftex > 0.14 with new primitive names + * hyperref.dtx: bookmark patches from Stephan Haller, to allow + local changes of open status + * hyperref.dtx: small patche for \seteqlabel. obscure problem in + amstex compatibility mode, found by Michael Downes. + * hyperref.dtx: patches to VTEX bookmark processing, from Taco + Hoekwater, following patches by Denis Girou. + +1999-07-08 6.63 Sebastian Rahtz + * RELEASE 6.63 + * hyperref.dtx: added "typexml" option for typexml package + * Some cleanups from Heiko + +1999-06-29 6.62 Sebastian Rahtz + * RELEASE 6.62 + * hyperref.dtx: (from Heiko), gobble \discretionary in bookmarks + +1999-06-27 6.61 Sebastian Rahtz + * RELEASE 6.61 + * hyperref.dtx: for Babel compatibility, use its \@safe@actives + switch in cross-refs (also in nameref.dtx), plus be nicer about + * in \pdfstringdef (from Heiko). Move \phantomsection to main package. + +1999-06-11 6.60 Sebastian Rahtz + * RELEASE 6.60 + * nameref.dtx: changed \Sectionformat to a \providecommand, as it + now comes \AtBeginDocument + +1999-06-10 Sebastian Rahtz + * hyperref.dtx: * Increment of version letter to 6.58f + * hyperref.dtx: add \phantomsection, to make a section-like anchor + Missing {} after \@ifpackageloaded{subfigure} + * nameref.dtx define \section@level for pdfscreen + From Heiko: + * lastpage fix (added page anchor name, ...). + * documentation for lastpage support added. + * \pdfstringdef: \Generic{Error,Warn,Info} disabled while + expanding. + * \pdfstringdef: french fix changed to get rid of hard coded + numbers for the guillemets. + +1999-06-09 Sebastian Rahtz + * hyperref.dtx: * Increment of version letter to 6.58b + Loads of cleanups by Heiko: + * \def\@pdfpagecrop{} removed, because it isn't used further + * Loading of \Hy@driver part replaced (see previous email) + * Old name \Hy@PDFDef found, replaced by \pdfstringdef + * Module \pdfstringdef: Use of prefix "\HyPsd@" (it's shorter + and easier to read than "\Hy@psd@". + * \let\add@accent\HyPsd@add@accent instead of the definition + in \pdfstringdef (saving run time). + * Corrected to \begin{macro}{\HyPsd@ITALCORR}. + * old ifbookmark replaced by texorpdfstring in description. + * Missing lines added in pd1enc.def (\",\r,\v,\.,\c) + * Bugs in \define@key{Field}{maxlen}{\Fld@maxlen=#1} + and \define@key{Field}{menulength}{% + * Changed \orig@appendix to \Hy@orig@appendix. + \orig@maketitle to \Hy@orig@maketitle. + * Replaced \global\def --> \gdef + * Replaced \global\edef --> \xdef + * Starting with identing (length 2) and checking the line length. + +1999-06-08 Sebastian Rahtz + * hyperref.dtx. make "subfigure" force hypertexnames=false; remove + exactdef option (obsolete), and set default of 0 for bookmark + level of unknown objects (\toclevel@...) + * a lot of cleaning up of code layout, requested by Heiko, and bug + fixing related to \addcontentsline + +1999-05-30 Sebastian Rahtz + * backref.dtx: added debugging/verbose output + * hyperref.dtx: considerable reworking of \addcontentsline, with + wide-reaching effects + * Some more PD1 fixes from Heiko. Stop using \@foo, too common a + choice by others + * Some fixes for TeX4ht, from Eitan Gurari + +1999-05-19 6.57 Sebastian Rahtz + * RELEASE 6.57 + * hyperref.dtx: a good many missing or extra spaces in and around + line endings were found by Heiko and corrected. + +1999-05-18 Sebastian Rahtz + * hyperref.dtx: fixes to \textLF etc from Heiko + +1999-05-17 Sebastian Rahtz + * hyperref.dtx: Raise equation anchors by \baselineskip; + dangerous, but its the only hope for XYZ views + * Some fixes for tex4ht from Eitan Gurari + * stop defaulting papersize \special + * make bookmarks use tocdepth not secnumdepth + * Some fixes for AMS equations, will probably break something! + * some characters changed, and some added, in PD1 + encoding, to allow for silly behaviour of Acrobat, and to help + Poles (via Wojciech A. Myszka <W.Myszka@immt.pwr.wroc.pl>) + + * backref.dtx: added support for chicago.sty (requested by Alan Reese) + +1999-05-14 Sebastian Rahtz + * hyperref.dtx: added new option hypertexnames. if it is *false*, + unique arbitrary names are given for anchors and links, to avoid + any conflict caused by counters being redefined etc. Long overdue. + * Guillemet fix from Heiko. + +1999-04-13 6.56 Sebastian Rahtz + * RELEASE 6.56 + * hyperref.dtx: missed a \if@filesw (Heiko spotted), and removed + the <repere> section + +1999-04-12 6.55 Sebastian Rahtz + * RELEASE 6.55 + * hyperref.dtx: when the run: type of URL is used, a \relax creeps + into the output with pdfmark drivers. corrected. + * Add some missing \if@filesw code (from Heiko) + * Proper dummy initialisation of \pdfbookmark + * Correct serious error over detecting whether seminar is being used + (added new test, and defined \ifhy@seminarslides) + * If implicit=false is used, ensure that \PDF@FinishDoc (to add + DOCINFO stuff) is still done, \AtBeginDocument (it was tied to the + redefinition of \@thehead) + +1999-03-31 6.54 Sebastian Rahtz + * RELEASE 6.54 + * hyperref.dtx: fixes from Heiko in pdf doc encoding stuff + +1999-03-30 6.53 Sebastian Rahtz + * RELEASE 6.53 + * hyperref.dtx: complete replacement of Heiko's part by nicely + documented dtx.... + + Name changes: + \newif\ifPDFbookmark ==> \newif\ifHy@pdfstring (internal name) + \ifbookmark ==> \texorpdfstring (user command) + \Hy@PDFDef ==> \pdfstringdef (user or package command) + + Heiko summarizes the features of this \Hy@PDFDef: + * PD1 encoding + * Unknown glyphs don't cause an infinite error loop now (see + bug report few weeks ago in pdftex@tug.org). + * Grouping characters can be used, they are removed silently, + so things like "\TeX{}" can be written. + * With this version of \Hy@PDFDef the option exactdef can be + removed now because of the warning messages. + * All non-expandible commands like unknown glyphs or stomach + commands are catched by this version: a comprehensive + warning message is produced and the tokens are removed. + * xspace support. + * Support for unbalanced parentheses, hyparen.sty is now obsolete. + +1999-03-26 6.52 Sebastian Rahtz + * RELEASE 6.52 + * hyperref.dtx: Wherever "naturalnames" is used, disable + \textlatin (from Babel 3.6k). Thanks to Felix Neubauer + <Felix.Neubauer@gmx.net> + * Fixes for seminar (Denis Girou <denis.girou@idris.fr>) + +1999-03-12 6.51 Sebastian Rahtz + * RELEASE 6.51 (unreleased) + * hyperref.dtx: yet more bookmark magic from Heiko Oberdiek! + +1999-02-21 Sebastian Rahtz + * hyperref.dtx: trap a URL type of "run:" and attempt to use it to + launch an application. In dvips, dvipdfm and pdftex drivers; it + seems to work in Windows. By default it translates to file: + +1999-02-17 Sebastian Rahtz + * Changed the copyright notice + * hyperref.dtx: some (more) corrections from Heiko + +1999-02-16 6.50 Sebastian Rahtz + * RELEASE 6.50 + * hyperref.dtx: some corrections from Heiko + +1999-02-14 6.49 Sebastian Rahtz + * RELEASE 6.49 + * hyperref.dtx: remove grouping around PDF@SetupDoc, allowing + \pdfpagesttr in pdftex to work properly (ie CropBox) + move PD@FinishDoc to happen at start of dvi (in page header); + this allows for documents ending in \clearpage in which case the + stuff never happened. sigh. + +1999-02-06 6.48 Sebastian Rahtz + * RELEASE 6.48 + * hyperref.dtx: add option "naturalnames", which makes hyperref use + eg \thesection instead of \theHsection. may help some people. + * Add option "verbose" to provide a debugging hook. + * Set some more commands to no-op in bookmarks. + * Remove all pdfinfo from PDF@SetupDoc, and transfer to new + PDF@FinishDoc, which happens \AtEndDocument. This allows + \maketitle to do \hypersetup{pdftitle=\@title} etc + * Rearranged some lines of code. + +1999-02-01 6.47 Sebastian Rahtz + * RELEASE 6.47 + * hyperref.dtx: removed code from dvipdfm by mistake. restored. + +1999-01-27 6.46 Sebastian Rahtz + * RELEASE 6.46 + * hyperref.dtx: add support for colorlinks to dvipdfm driver + (missed out by mistake before), and \AcrobatMenu + +1999-01-20 Sebastian Rahtz + * hyperref.dtx: changed \texttilde to \textasciitilde; removed + \textbeta + +1998-12-17 6.45 Sebastian Rahtz + * RELEASE 6.45 + * hyperref.dtx: make \footnotemark and \footnotetext use original + non-hyper definitions. from pzezza@facec.cce.unifi.it. + +1998-12-07 6.44 Sebastian Rahtz + * RELEASE 6.44 + * hyperref.dtx: corrected bookmark writing errors. again... + removed some spurious \makeat s. removed a spurious { in tex4ht + +1998-12-01 6.43 Sebastian Rahtz + * RELEASE 6.43 + * hyperref.dtx: fixes for \addcontentsline from + kevin@rodin.wustl.edu (Kevin Ruland) + - make \EndOfPackage things happen \AtBeginDocument instead, for + consistency + - fixes to hy@temp from Heiko + - added optional first parameter to \BOOKMARK in order to provide + dvipdfm with what it wants + +1998-11-27 Sebastian Rahtz + * hyperref.dtx: added dvipdfm driver from + Mark Wicks <mwicks@kettering.edu>. + cleaned up more bookmark code (from Heiko) + +1998-11-11 6.42 Sebastian Rahtz + * RELEASE 6.42 + * hyperref.dtx: replaced bookmark and docinfo writing with new code + from Heiko Oberdiek which seems to do a better job + * Support for lastpage package. + +1998-11-03 6.41 Sebastian Rahtz + * RELEASE 6.41 + * hyperref.dtx: cleaned up test for existence of pdftex again, to + avoid trampling on other packages. Thomas Esser and David Carlisle + pointed out the mess. + +1998-11-01 6.40 Sebastian Rahtz + * RELEASE 6.40 + * hyperref.dtx: checked various drivers, and had to introduce mew + docstrip guards to add some pdfmark to dviwindo. dvipdf broken, so + removed from hyperref.ins. Thanks to Thomas Esser for testing so + quickly. + +1998-10-30 6.39 Sebastian Rahtz + * RELEASE 6.39 + * hyperref.dtx: serious error in where colorlinks and frenchlinks + were checked. now all at EndOfPackage, after driver load. + +1998-10-23 6.38 Sebastian Rahtz + * RELEASE 6.38 + * hyperref.dtx: rework handling of driver options so that driver + is only loaded at the end, with whatever is the latest name given + in config file, document etc. (Thanks to Thomas Esser for suggestion) + +1998-10-17 6.37 Sebastian Rahtz + * RELEASE 6.37 + * hyperref.dtx: back out change of link to use Action dictionary, + it seems to break some Distiller setups, and Ghostscript + +1998-10-06 Sebastian Rahtz + * hyperref.dtx: make all eqnarray stop being an anchor, as it may + break over pages. + * Whoops. PDF@SetupDoc was after \MayBeStopEarly... + +1998-09-24 6.36 Sebastian Rahtz + * RELEASE 6.36 + * hyperref.dtx: even if bookmark writing disable, \pdfbookmark still + needs to make anchors + +1998-09-22 Sebastian Rahtz + * hyperref.dtx: xdef not edef in \@writetorep (thanks to Christian + Kumpf <kumpf@igd.fhg.de>) + +1998-09-12 Sebastian Rahtz + * hyperref.dtx: added option pdfnumberbookmarks to include section + numbers in PDF bookmarks + +1998-09-07 6.35 Sebastian Rahtz + * RELEASE 6.35 + * hyperref.dtx: added DOCVIEW stuff to dviwindo driver + better check for playing in head, means no more overfull hbox + messages + +1998-09-04 Sebastian Rahtz + * hyperref.dtx: added DOCVIEW stuff to dvipsone driver (pointed + out by D P Story) + +1998-09-03 Sebastian Rahtz + * hyperref.dtx: + a) added new option linktocpage to make TOC have links on page + numbers + b) rewrote or checked all uses of \colorlink, so that they + have a corresponding \hy@endcolorlink (was \hyper@resetcolor), + and so are in a \begingroup ... \endgroup group (requested by + Patrick Daly, for consistency if nothing else). Renamed + \colorlink to \hy@colorlink + +1998-09-02 6.34 Sebastian Rahtz + * RELEASE 6.34 + * hyperref.dtx: chivvied around pdfview so that it worked, and did + not override hyperref.cfg. concept of \@pdfviewparam for size + parameters + +1998-08-11 6.33 Sebastian Rahtz + * RELEASE 6.33 + * hyperref.dtx: fix up some forms problems for Laurent Guillope + +1998-08-08 Sebastian Rahtz + * hyperref.dtx: add option `implicit' to allow (with value of + false) for no redefinition of LaTeX internals. Re-ordered some + code sections to allow for this. + +1998-08-02 Sebastian Rahtz + * hyperref.dtx: corrected some typos and mistakes in form support + +1998-07-20 Sebastian Rahtz + * hyperref.dtx: change check of empty head (from test by Denis + Roegel) + +1998-07-06 6.32 Sebastian Rahtz + * RELEASE 6.32 + * backref.dtx: better test for natbib-like styles + * hyperref.dtx: add natbib link break macro + * dvipsone: use same pdfsetup as dviwindo + +1998-06-27 6.31 Sebastian Rahtz + * RELEASE 6.31 + * hyperref.dtx: correct order of part and writetorep + * hyperref.dtx: more fixes from MicroPress for their driver. zero + width hidden fields -> width of 1sp. Piet van Oostrum's additions + to bookmark writing code. + * add support for "pdfstartview={}", to get `default' + magnification. hyper@linkfile for pdftex always does a user action + now + * Patrick Daly's addition of \ifvmode\nobreak\fi in pdftex start + anchor fixes his section problems, but is not entirely general. + +1998-06-25 Sebastian Rahtz + * hyperref.dtx: fix NoHyper bug *properly* this time. + +1998-06-25 6.30 Sebastian Rahtz + * RELEASE 6.30 + * hyperref.dtx: zero width hidden fields. support pdfstartview of + {}. allow NewWindow false with pdfnewwindow option. correct bug in + default value of centerwindow and fitwindow. fix bug in NoHyper. + fix bug in \pageref*. + * Add \autoref macro to generate tagged references. + +1998-06-24 6.29 Sebastian Rahtz + * RELEASE 6.29 + * hyperref.dtx: add \ref* and \pageref* to produce unlinked + references, and fix bug in label@hyperref. + add page transitions for pdftex driver + +1998-06-23 Sebastian Rahtz + * hyperref.dtx: add support for page transitions in pdfmark driver + * hyperref.dtx: add key pdfpagelayout + * hyperref.dtx: revise form lists, now support Display=Value syntax + * hyperref.dtx: change test for whether natbib-like code is + present (if NAT@parse is defined), since things like aguplus dont + load natbib per se, but use the same code. + +1998-06-21 Sebastian Rahtz + * hyperref.dtx: if form list value starts with a [, its assumed to + be an array of two strings, display and use values. + * hyperref.dtx: add `readonly' key for pdf forms, and hidden for + HTML + * hyperref.dtx: restructure form drivers to isolate common code + for pdftex and pdfmark. + +1998-06-20 Sebastian Rahtz + * hyperref.dtx: add `hidden' key for forms + +1998-06-19 6.28 Sebastian Rahtz + * RELEASE 6.28 + * hyperref.dtx: use pdftex version and revision numbers + * hyperref.dtx: corrected stupid error which meant that the + bookmark file was not being opened. + +1998-06-16 6.27 Sebastian Rahtz + * RELEASE 6.27 + * hyperref.dtx: finished pdftex forms, and reworked several + aspects of forms in general. + +1998-06-15 Sebastian Rahtz + * hyperref.dtx: use \filename@parse to decide whether a file: URL + is a local open or a URL. makes ../../xxx work. + * VTEX drivers driven by single `vtex' option which checks + \OpMode + +1998-06-13 Sebastian Rahtz + * hyperref.dtx: merge in material from MicroPress to provide support + for VTEX's two new modes of operation, PDF and HTML. Drivers hvtex + and hvtexhtml. + +1998-06-12 6.26 Sebastian Rahtz + * (private) RELEASE 6.26 + addition from DPC to provide better support for encoding in + .out files (must use inputenc) + * (private) RELEASE 6.25 + * hyperref.dtx: + removed quotes from names in dviwindo (DP Story) + comma after file destination in dviwindo (DP Story) + rejig parsing of file: to cope with ../foo/bar, at the + cost of files having to be at least two characters long. ../.. + doesn't work either :-} + +1998-06-05 6.24 Sebastian Rahtz + * (private) RELEASE 6.24 + * hyperref.dtx: unset \@tempa at start of ProcessKVOptions (David + Carlisle) + * hyperref.dtx: pdftex base url syntax wrong; and if baseurl + provided, need to strip file: from URL (corrections by + daly@linpwd.mpae.gwdg.de (P.W.Daly, MPAe, Lindau, Germany) + +1998-05-27 6.23 Sebastian Rahtz + * (private) RELEASE 6.23 + * hyperref.dtx: remove spurious space in pdfview in pdftex driver + +1998-05-16 6.22 Sebastian Rahtz + * (private) RELEASE 6.22 + * hyperref.dtx: in draft mode, need fifth and secondoffive to be + really secondoffive + +1998-05-08 6.21 Sebastian Rahtz + * (private) RELEASE 6.21 + * hyperref.dtx: added new key "pdfhighlight" to set Acrobat + behaviour when a link is pressed. Make destinations use the Action + dictionary. Added first cut at forms support. + +1998-03-25 6.20 Sebastian Rahtz + * (private) RELEASE 6.20 + * RELEASE 6.19 + * pdftex seems to have changed, added goto page for openaction + * hyperref.dtx: put / in front of pdfstartview + still changing textures driver + +1998-03-22 6.18 Sebastian Rahtz + * RELEASE 6.18 + +1998-03-21 Sebastian Rahtz + * hyperref.dtx: add conditional code for fancyvrb, to stop + links being made to fancyvrb lines. + * experimental textures driver + * pdftex as 0.12 the default; use guard pdftexold to select 0.11 + behaviour + +1998-03-07 6.17 Sebastian Rahtz + * RELEASE 6.17 + * hyperref.dtx: patches from Piotr Krysiuk + <pkrysiuk@mimuw.edu.pl> to make it run under LaTeX 209 + compatibility mode + +1998-03-05 Sebastian Rahtz + * hyperref.dtx: put braces around URL in pdfmark driver, to stop + keyval splitting at an = sign within the URL (bug report from Ahmed + Hindawi <hindawi@ephouse.com>) + +1998-03-03 Sebastian Rahtz + * hyperref.dtx: add first cut at tex4ht driver + * hyperref.dtx: changes for pdftex 0.12 driver (syntax changes) + +1998-02-28 6.16 Sebastian Rahtz + * (private) RELEASE 6.16 + * hyperref.dtx: AMSLaTeX does everything twice; pdftex actually + *executes* the hyper code twice, so that destinations are defined + twice. Make use of \ifmeasuring@ to avoid this. + +1998-02-25 6.15 Sebastian Rahtz + * RELEASE 6.15 + * Sigh. Messed up counters again. Fixed. It had better be right + this time. + * RELEASE 6.14 + * hyperref.dtx: added key bookmarksopen to dictate whether or not + the bookmark tree is expanded (from Brian Ripley) + * cleaned up the *horrible* mess created by me over items, which + mean that I had turned off the incrementing.... + * typo in \pdfbookmark corrected + +1998-02-23 6.13 Sebastian Rahtz + * RELEASE 6.13 + * changes to \item had totally wrecked natbib :-} + * added keys for PDF creator and producer + * re-fix \@footnotemark in \maketitle + * reverse parameters of \htmladdnormallink + +1998-02-20 6.12 Sebastian Rahtz + * RELEASE 6.12 + * RELEASE 6.11 + * hyperref.dtx: play around with items again for Tanmoy. ugh, all + sorts of changes to stop bibitems getting 3 destinations defined. + +1998-01-26 Sebastian Rahtz + * hyperref.dtx: define \@makefnmark instead of \@footnotemark, to + take advantage of white space and hyphenation fudges (from DPC) + * backref.dtx: remove white space in for loop of \backcite + +1998-01-22 6.10 Sebastian Rahtz + * RELEASE 6.10 + * more dealing with \url, allowing for _ + +1998-01-21 6.9 Sebastian Rahtz + * release 6.9 + * fixed some small bugs (though more remain) and added + \Acrobatmenu command. + +1997-12-11 Sebastian Rahtz + * hyperref.dtx: altered algorithm of tocdepth for pdf bookmarks; + rewrote nesting again. still concerned about global allocation + of `current' tokens, and lack of nesting in PS file. + +1997-12-09 Sebastian Rahtz + * hyperref.dtx: rewrote handling of (non) nesting. the innards of + an anchor are now processing inside {\stop@hyper...} which + hopefully makes all hyper commands no-ops. ripley@stats.ox.ac.uk + (Prof Brian Ripley) found several things which forced me to do + *something* (ie a \cite inside a \caption gave the destination of + the cite to the caption) + * Daniel T. Cobra <cobra@gyron.acate.com.br> gave me a new + incompatibility with ps2pdf + +1997-11-24 6.7 Sebastian Rahtz + * RELEASE 6.7 + * started hyperref ChangeLog. cleanup of copyright for Debian inclusion - Rearranged some lines of code. - -1999-02-01 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.47 - * hyperref.dtx: removed code from dvipdfm by mistake. restored. - -1999-01-27 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.46 - * hyperref.dtx: add support for colorlinks to dvipdfm driver - (missed out by mistake before), and \AcrobatMenu - -1999-01-20 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: changed \texttilde to \textasciitilde; removed - \textbeta - -1998-12-17 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.45 - * hyperref.dtx: make \footnotemark and \footnotetext use original - non-hyper definitions. from pzezza@facec.cce.unifi.it. - -1998-12-07 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.44 - * hyperref.dtx: corrected bookmark writing errors. again... - removed some spurious \makeat s. removed a spurious { in tex4ht - -1998-12-01 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * RELEASE 6.43 - * hyperref.dtx: fixes for \addcontentsline from - kevin@rodin.wustl.edu (Kevin Ruland) - - make \EndOfPackage things happen \AtBeginDocument instead, for - consistency - - fixes to hy@temp from Heiko - - added optional first parameter to \BOOKMARK in order to provide - dvipdfm with what it wants - -1998-11-27 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * hyperref.dtx: added dvipdfm driver from - Mark Wicks <mwicks@kettering.edu>. - cleaned up more bookmark code (from Heiko) - -1998-11-11 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.42 - * hyperref.dtx: replaced bookmark and docinfo writing with new code - from Heiko Oberdiek which seems to do a better job - - Support for lastpage package. - -Tue Nov 3 21:06:33 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.41 - * hyperref.dtx: cleaned up test for existence of pdftex again, to - avoid trampling on other packages. Thomas Esser and David Carlisle - pointed out the mess. - -Sun Nov 1 18:53:20 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * RELEASE 6.40 - * hyperref.dtx: checked various drivers, and had to introduce mew - docstrip guards to add some pdfmark to dviwindo. dvipdf broken, so - removed from hyperref.ins. Thanks to Thomas Esser for testing so - quickly. - -Fri Oct 30 14:13:39 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.39 - * hyperref.dtx: serious error in where colorlinks and frenchlinks - were checked. now all at EndOfPackage, after driver load. - -Fri Oct 23 16:30:32 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.38 - * hyperref.dtx: rework handling of driver options so that driver - is only loaded at the end, with whatever is the latest name given - in config file, document etc. (Thanks to Thomas Esser for suggestion) - -Sat Oct 17 23:29:26 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * RELEASE 6.37 - * hyperref.dtx: back out change of link to use Action dictionary, - it seems to break some Distiller setups, and Ghostscript - -Tue Oct 06 10:52:32 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: make all eqnarray stop being an anchor, as it may - break over pages. - Whoops. PDF@SetupDoc was after \MayBeStopEarly... - -Thu Sep 24 11:27:41 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.36 - * hyperref.dtx: even if bookmark writing disable, \pdfbookmark still - needs to make anchors - -Tue Sep 22 11:04:49 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: xdef not edef in \@writetorep (thanks to Christian - Kumpf <kumpf@igd.fhg.de>) - -Sat Sep 12 21:09:55 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: added option pdfnumberbookmarks to include section - numbers in PDF bookmarks - -Mon Sep 07 12:58:58 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.35 - * hyperref.dtx: added DOCVIEW stuff to dviwindo driver - better check for playing in head, means no more overfull hbox - messages - -Fri Sep 04 23:38:00 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: added DOCVIEW stuff to dvipsone driver (pointed - out by D P Story) - -Thu Sep 03 21:16:47 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: - a) added new option linktocpage to make TOC have links on page - numbers - b) rewrote or checked all uses of \colorlink, so that they - have a corresponding \hy@endcolorlink (was \hyper@resetcolor), - and so are in a \begingroup ... \endgroup group (requested by - Patrick Daly, for consistency if nothing else). Renamed - \colorlink to \hy@colorlink - -Wed Sep 02 13:31:05 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.34 - * hyperref.dtx: chivvied around pdfview so that it worked, and did - not override hyperref.cfg. concept of \@pdfviewparam for size - parameters - -Tue Aug 11 15:55:47 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.33 - * hyperref.dtx: fix up some forms problems for Laurent Guillope - -Sat Aug 08 15:01:14 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: add option `implicit' to allow (with value of - false) for no redefinition of LaTeX internals. Re-ordered some - code sections to allow for this. - -Sun Aug 02 12:10:08 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: corrected some typos and mistakes in form support - -Mon Jul 20 01:22:51 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: change check of empty head (from test by Denis - Roegel) - -Mon Jul 06 15:09:08 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.32 - * backref.dtx: better test for natbib-like styles - * hyperref.dtx: add natbib link break macro - dvipsone: use same pdfsetup as dviwindo - -Sat Jun 27 10:09:36 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.31 - * hyperref.dtx: correct order of part and writetorep - * hyperref.dtx: more fixes from MicroPress for their driver. zero - width hidden fields -> width of 1sp. Piet van Oostrum's additions - to bookmark writing code. - * add support for "pdfstartview={}", to get `default' - magnification. hyper@linkfile for pdftex always does a user action - now - * Patrick Daly's addition of \ifvmode\nobreak\fi in pdftex start - anchor fixes his section problems, but is not entirely general. - -Thu Jun 25 14:24:23 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * hyperref.dtx: fix NoHyper bug *properly* this time. - -Thu Jun 25 14:24:23 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * RELEASE 6.30 - * hyperref.dtx: zero width hidden fields. support pdfstartview of - {}. allow NewWindow false with pdfnewwindow option. correct bug in - default value of centerwindow and fitwindow. fix bug in NoHyper. - fix bug in \pageref*. - - Add \autoref macro to generate tagged references. - -Wed Jun 24 13:40:29 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.29 - * hyperref.dtx: add \ref* and \pageref* to produce unlinked - references, and fix bug in label@hyperref. - add page transitions for pdftex driver - -Tue Jun 23 12:49:35 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: add support for page transitions in pdfmark driver - * hyperref.dtx: add key pdfpagelayout - * hyperref.dtx: revise form lists, now support Display=Value syntax - * hyperref.dtx: change test for whether natbib-like code is - present (if NAT@parse is defined), since things like aguplus dont - load natbib per se, but use the same code. - - -Sun Jun 21 22:08:47 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * hyperref.dtx: if form list value starts with a [, its assumed to - be an array of two strings, display and use values. - * hyperref.dtx: add `readonly' key for pdf forms, and hidden for - HTML - * hyperref.dtx: restructure form drivers to isolate common code - for pdftex and pdfmark. - -Sat Jun 20 21:41:30 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: add `hidden' key for forms - -Fri Jun 19 10:04:44 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * hyperref.dtx: use pdftex version and revision numbers - - * RELEASE 6.28 - * hyperref.dtx: corrected stupid error which meant that the - bookmark file was not being opened. - -Tue Jun 16 00:05:31 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.27 - * hyperref.dtx: finished pdftex forms, and reworked several - aspects of forms in general. - -Mon Jun 15 14:37:33 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: use \filename@parse to decide whether a file: URL - is a local open or a URL. makes ../../xxx work. - - VTEX drivers driven by single `vtex' option which checks - \OpMode - -Sat Jun 13 16:59:03 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * hyperref.dtx: merge in material from MicroPress to provide support - for VTEX's two new modes of operation, PDF and HTML. Drivers hvtex - and hvtexhtml. - -Fri Jun 12 01:12:05 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * (private) RELEASE 6.26 - addition from DPC to provide better support for encoding in - .out files (must use inputenc) - * (private) RELEASE 6.25 - * hyperref.dtx: - removed quotes from names in dviwindo (DP Story) - comma after file destination in dviwindo (DP Story) - rejig parsing of file: to cope with ../foo/bar, at the - cost of files having to be at least two characters long. ../.. - doesn't work either :-} - -Fri Jun 05 12:35:11 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * (private) RELEASE 6.24 - * hyperref.dtx: unset \@tempa at start of ProcessKVOptions (David - Carlisle) - * hyperref.dtx: pdftex base url syntax wrong; and if baseurl - provided, need to strip file: from URL (corrections by - daly@linpwd.mpae.gwdg.de (P.W.Daly, MPAe, Lindau, Germany) - -Wed May 27 21:41:12 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * (private) RELEASE 6.23 - * hyperref.dtx: remove spurious space in pdfview in pdftex driver - -Sat May 16 22:02:34 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * (private) RELEASE 6.22 - * hyperref.dtx: in draft mode, need fifth and secondoffive to be - really secondoffive - -Fri May 08 11:21:45 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * (private) RELEASE 6.21 - * hyperref.dtx: added new key "pdfhighlight" to set Acrobat - behaviour when a link is pressed. Make destinations use the Action - dictionary. Added first cut at forms support. - -Wed Mar 25 14:22:46 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * (private) RELEASE 6.20 - * RELEASE 6.19 - * pdftex seems to have changed, added goto page for openaction - * hyperref.dtx: put / in front of pdfstartview - still changing textures driver - -Sun Mar 22 21:01:07 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.18 - -Sat Mar 21 14:13:23 1998 Sebastian Rahtz <srahtz@ogre> - * hyperref.dtx: add conditional code for fancyvrb, to stop - links being made to fancyvrb lines. - * experimental textures driver - * pdftex as 0.12 the default; use guard pdftexold to select 0.11 - behaviour - -Sat Mar 07 22:40:06 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * RELEASE 6.17 - * hyperref.dtx: patches from Piotr Krysiuk - <pkrysiuk@mimuw.edu.pl> to make it run under LaTeX 209 - compatibility mode - -Thu Mar 5 23:55:14 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: put braces around URL in pdfmark driver, to stop - keyval splitting at an = sign within the URL (bug report from Ahmed - Hindawi <hindawi@ephouse.com>) - -Tue Mar 03 23:24:34 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: add first cut at tex4ht driver - * hyperref.dtx: changes for pdftex 0.12 driver (syntax changes) - -Sat Feb 28 12:41:02 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * (private) RELEASE 6.16 - * hyperref.dtx: AMSLaTeX does everything twice; pdftex actually - *executes* the hyper code twice, so that destinations are defined - twice. Make use of \ifmeasuring@ to avoid this. - -Wed Feb 25 13:31:36 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.15 - * Sigh. Messed up counters again. Fixed. It had better be right - this time. - * RELEASE 6.14 - * hyperref.dtx: added key bookmarksopen to dictate whether or not - the bookmark tree is expanded (from Brian Ripley) - * cleaned up the *horrible* mess created by me over items, which - mean that I had turned off the incrementing.... - * typo in \pdfbookmark corrected - -Mon Feb 23 22:37:12 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * RELEASE 6.13 - * changes to \item had totally wrecked natbib :-} - * added keys for PDF creator and producer - * re-fix \@footnotemark in \maketitle - * reverse parameters of \htmladdnormallink - -Fri Feb 20 21:54:38 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.12 - * RELEASE 6.11 - * hyperref.dtx: play around with items again for Tanmoy. ugh, all - sorts of changes to stop bibitems getting 3 destinations defined. - -Mon Jan 26 22:37:48 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: define \@makefnmark instead of \@footnotemark, to - take advantage of white space and hyphenation fudges (from DPC) - * backref.dtx: remove white space in for loop of \backcite - -Thu Jan 22 13:50:35 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.10 - * more dealing with \url, allowing for _ - -Wed Jan 21 12:04:41 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * release 6.9 - * fixed some small bugs (though more remain) and added - \Acrobatmenu command. - -Thu Dec 11 21:12:09 1997 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: altered algorithm of tocdepth for pdf bookmarks; - rewrote nesting again. still concerned about global allocation - of `current' tokens, and lack of nesting in PS file. - -Tue Dec 09 13:40:28 1997 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - - * hyperref.dtx: rewrote handling of (non) nesting. the innards of - an anchor are now processing inside {\stop@hyper...} which - hopefully makes all hyper commands no-ops. ripley@stats.ox.ac.uk - (Prof Brian Ripley) found several things which forced me to do - *something* (ie a \cite inside a \caption gave the destination of - the cite to the caption) - - Daniel T. Cobra <cobra@gyron.acate.com.br> gave me a new - incompatibility with ps2pdf - -Mon Nov 24 14:59:40 1997 Sebastian Rahtz <s.rahtz@elsevier.co.uk> - * RELEASE 6.7 - * started hyperref ChangeLog. cleanup of copyright for Debian inclusion diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf Binary files differnew file mode 100644 index 00000000000..f33ff1f92ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 4baa2d9454b..815af0c2311 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -1,49 +1,52 @@ -README for hyperref bundle 2003/07/27 +README for hyperref bundle, 2006/08/15 + TABLE OF CONTENTS ================= -Introduction -Download -Installation -Additional Packages -New Features -Package Compatibility -Hints -Authors/Maintainers -Bugreports -Known Problems -ToDo - - -INTRODUCTION -============ +1 Introduction +2 Download +3 Installation +4 Additional Packages +5 New Features +6 Package Compatibility +7 Limitations +8 Hints +9 Authors/Maintainers +10 Bug Reports +11 Known Problems +12 ToDo + + +1 INTRODUCTION +============== This package is used to emend cross-referencing commands in LaTeX to produce some sort of \special commands; there are backends for the \special set defined for HyperTeX dvi processors, for embedded pdfmark commands for processing by Acrobat Distiller (dvips and dvipsone), for -dviwindo, for pdfTeX, for TeX4ht, and for VTEX's pdf and HTML +dviwindo, for pdfTeX, for dvipdfm, for TeX4ht, and for VTEX's pdf and HTML backends. Included are: +a) `backref' a package by David Carlisle to provide links back from + bibliography to the main text; these are hypertext links after using + hyperref. +b) nameref' a package to allow reference to the *names* of sections rather + than their numbers. - a) `backref' a package by David Carlisle to provide links back from - bibliography to the main text; these are hypertext links after using - hyperref. - b) `nameref' a package to allow reference to the *names* of sections rather - than their numbers. -Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk> -Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de> - -December 1994-March 2002 - -DOWNLOAD -======== +2 DOWNLOAD +========== `hyperref' is available on CTAN: - CTAN:macros/latex/contrib/supported/hyperref/ + CTAN:macros/latex/contrib/hyperref/ + +Also a ZIP file is provided that contains the files, already sorted +in a TDS tree: + CTAN:macros/latex/contrib/hyperref/hyperref-tds.zip +or + CTAN:install/macros/latex/contrib/hyperref.zip `CTAN:' means one of the `Comprehensive TeX Archive Network' nodes or one of its mirrors. This is explained in @@ -57,10 +60,6 @@ The files are organized in three, sometimes four directories: Directory for documentation files. test/ Directory for some test files. - beta/ - Sometimes this directory exists and contains - the latest beta/test versions of some files, - often `hyperref.dtx'. The main repository of hyperref is located at the server of the international `TeX User Group' (TUG). The hyperref @@ -70,11 +69,6 @@ contains the following files: hyperref.zip hyperref-doc.zip hyperref-test.zip - hyperref-beta.zip - The files of the four directories, described above, are - packed into four ZIP archives, so that they can be easily - downloaded. (The ZIP files do not contain directories.) - manual.html manual2.html manual.css @@ -84,39 +78,144 @@ The CTAN stuff will be mirrored automatically from the ftp server, so ftp://ftp.tug.org/pub/tex/hyperref/ corresponds to - CTAN:macros/latex/contrib/supported/hyperref/ + CTAN:macros/latex/contrib/hyperref/ -INSTALLATION -============ +3 INSTALLATION +============== + +Installation with ZIP file in TDS format +---------------------------------------- +The ZIP file `hyperref-tds.zip' contains the files sorted +in a TDS tree. Thus you can directly unpack the ZIP file +inside a TDS tree. (See CTAN:tds.zip for an explanation of TDS.) +Example: + cd /...somewhere.../texmf + unzip /...downloadpath.../hyperref-tds.zip +Do not forget to refresh the file name database of this TDS tree, +Example: + texhash /...somewhere.../texmf + +Manual installation +------------------- a) Download the hyperref files from CTAN or the TUG server. If necessary, unpack them. -b) Replace the files by the counterparts in the beta directory, - if you want to use the latest versions. +b) If directory `beta' exists, replace the files by the counterparts + in this directory, if you want to use the latest versions. c) Generate the package and driver files: tex hyperref.ins d) Install the files `*.sty', `*.def', and `*.cfg' in your TDS tree: - cp *.sty *.def *.cfg .../texmf/tex/latex/hyperref/ - Replace `...' by the prefix of your TDS tree. -e) Update the databases if necessary, eg. for teTeX: + cp *.sty *.def *.cfg TDS:tex/latex/hyperref/ + Replace `TDS:' by the prefix of your TDS tree (texmf directory). + The exception is bmhydoc.sty, it belongs to the source files + (TDS:source/latex/hyperref/). +e) Copy the documentation files to "TDS:doc/latex/hyperref/": + manual.pdf, README, README.pdf, ChangeLog, ChangeLog.pdf, + slides.pdf, paper.pdf, options.pdf, hyperref.pdf, backref.pdf, + nameref.pdf (Also the HTML version of the manual can be put there.) +f) Update the databases if necessary, eg. for teTeX: mktexlsr .../texmf -ADDITIONAL PACKAGES -=================== -Depending on the driver, hyperref loads other packages: +4 ADDITIONAL PACKAGES +===================== + +Depending on the driver, hyperref loads other packages +apart from nameref and backref: * url.sty CTAN:macros/latex/contrib/other/misc/url.sty * keyval.sty, color.sty: CTAN:macros/latex/required/graphics/ - An uptodate pdftex.def is available at - http://www.tug.org/applications/pdftex/pdftex.def +* pdftex.def: CTAN:macros/pdftex/graphics/pdftex.def +* kvoptions.def: + CTAN:macros/latex/contrib/oberdiek/kvoptions.pdf +* refcount.sty (loaded by nameref) + CTAN:macros/latex/contrib/oberdiek/refcount.pdf -NEW FEATURES -============ -* Default driver setting (hyperref >= 6.72s). +5 NEW FEATURES +============== + +Link border style +----------------- + Links can be underlined instead of the default rectangle or + options "colorlinks", "frenchlinks". This is done by option + pdfborderstyle={/S/U/W 1} + + Some remarks: + + * AR7/Linux seems to have a bug, that don't use the default + value "1" for the width, but zero, thus that the underline + is not visible without "/W 1". The same applies for + dashed boxes, eg.: + pdfborderstyle={/S/D/D[3 2]/W 1} + + * The syntax is described in the PDF specification, look for + "border style", eg. + Table 8.13 "Entries in a border style dictionary" + (specification for version 1.6) + + * Be aware that not all PDF viewers support this feature, not + even Acrobat Reader itself: + + Some support: + * AR7/Linux: "underline" and "dashed", but the border width + must be given. + * xpdf 3.00: "underline" and "dashed" + + Unsupported: + * AR5/Linux + * ghostscript 8.50 + +Option "bookmarksdepth" +----------------------- + The depth of the bookmarks can be controlled by the new + option "bookmarksdepth". The option acts globally and + distinguishes three cases: + * "bookmarksdepth" without value + Then hyperref uses the current value of counter "tocdepth". + This is the compatible behaviour and the default. + * "bookmarksdepth=<number>", the value is number (also negative): + The depth for the bookmarks are set to this number. + * "bookmarksdepth=<name>" + The <name> is a document division name (part, chapter, ...). + It must not start with a digit or minus to avoid mixing up + with the number case. Internally hyperref uses the value + of macro "\toclevel@<name>". + Examples: + \hypersetup{bookmarksdepth=paragraph} + \hypersetup{bookmarksdepth=4} % same as before + \hypersetup{bookmarksdepth} % counter "tocdepth" is used + +Option "pdfescapeform" +---------------------- + 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. + + Therefore a new option pdfescapeform was introduced: + * pdfescapeform=false + Escaping for the formulars are disabled, this is + the compatibility behaviour, therefor this is the default. + * 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. + +Default driver setting +---------------------- + (hyperref >= 6.72s) If no driver is given, hyperref tries its best to guess the most suitable driver. Thus it loads "hpdftex", if pdfTeX is detected running in PDF mode. Or it loads the corresponding @@ -125,27 +224,177 @@ NEW FEATURES so hyperref does not have a chance (dvips, dvipdfm, ...). In this case driver "hypertex" is loaded that supports the HyperTeX features that are recognized by xdvi for example. - This behaviour, however, can easily changed in the configuration + This behaviour, however, can easily be changed in the configuration file "hyperref.cfg": \providecommand*{\Hy@defaultdriver}{hdvips} for dvips, or \providecommand*{\Hy@defaultdriver}{hypertex} for the default behaviour of hyperref. -PACKAGE COMPATIBILITY -===================== +Backref entries +--------------- + Alternative interface for formatting of backref entries, example: + +\documentclass[12pt,UKenglish]{article} + +\usepackage{babel} +\usepackage[pagebackref]{hyperref} + +% Some language options are detected by package backref. +% This affects the following macros: +% \backrefpagesname +% \backrefsectionsname +% \backrefsep +% \backreftwosep +% \backreflastsep + +\renewcommand*{\backref}[1]{ + % default interface + % #1: backref list + % + % We want to use the alternative interface, + % therefore the definition is empty here. +} +\renewcommand*{\backrefalt}[4]{% + % alternative interface + % #1: number of distinct back references + % #2: backref list with distinct entries + % #3: number of back references including duplicates + % #4: backref list including duplicates + \par + #3 citation(s) on #1 page(s): #2,\par + \ifnum#1=1 % + \ifnum#3=1 % + 1 citation on page % + \else + #3 citations on page % + \fi + \else + #3 citations on #1 pages % + \fi + #2,\par + \ifnum#3=1 % + 1 citation located at page % + \else + #3 citations located at pages % + \fi + #4.\par +} + +\begin{document} + + \section{Hello} + \cite{ref1, ref2, ref3, ref4} + \section{World} + \cite{ref1, ref3} + \newpage + + \section{Next section} + \cite{ref1} + \newpage + + \section{Last section} + \cite{ref1, ref2} + \newpage + + \pdfbookmark[1]{Bibliography}{bib} + \begin{thebibliography}{99} + \bibitem{ref1} Dummy entry one. + + \bibitem{ref2} Dummy entry two. + + \bibitem{ref3} Dummy entry three. + + \bibitem{ref4} Dummy entry four. + + \end{thebibliography} + +\end{document} + +\phantomsection +--------------- +Set an anchor at this location. It is often used in conjunction +with \addcontentsline for sectionlike things (index, bibliography, +preface). \addcontentsline refers to the latest previous location +where an anchor is set. + + \cleardoublepage + \phantomsection + \addcontentsline{toc}{chapter}{\indexname} + \printindex + +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. + +\hypercalcbp +------------ +See manual. + + +6 PACKAGE COMPATIBILITY +======================= Currently only package loading orders are available: -algorithm: +Note: hyperref loads package "nameref" at \begin{document}. +Sometimes this is too late, thus this package must be loaded +earlier. + +algorithm +--------- + \usepackage{float} \usepackage{hyperref} \usepackage[chapter]{algorithm}% eg. -babel/magyar.ldf: unsupported +amsmath +------- + The environments equation and eqnarray are not supported too well. + For example, there can be spacing problems. Consider using the + environments that package amsmath provide, e.g. gather for equation. + The environment equation can even redefined to use gather: + + \usepackage{amsmath} + \let\equation\gather + \let\endequation\endgather + +arydshln, longtable +--------,---------- + Package longtable must be put before hyperref and arydshln, + hyperref after arydshln generates an error, thus the + resulting package order is then: + + \usepackage{longtable} + \usepacakge{hyperref} + \usepackage{arydshln} + +babel/magyar.ldf +---------------- + Unsupported. magyar.ldf's redefinitions of many LaTeX internals conflict with hyperref's redefinitions of these commands. -cite: +bibentry +-------- + Workaround: + + \makeatletter + \let\saved@bibitem\@bibitem + \makeatother + + \usepackage{bibentry} + \usepackage{hyperref} + + \begin{document} + + \begingroup + \makeatletter + \let\@bibitem\saved@bibitem + \nobibliography{database} + \endgroup + +cite +---- This is from Mike Shell: > cite.sty cannot currently be used with hyperref. > However, I can do a workaround via: @@ -160,53 +409,83 @@ cite: > will work as normal - although the citations will not be hyperlinked, of > course (But this may not be an issue for many people). -dblaccnt: +dblaccnt +-------- pd1enc.def or puenc.def should be loaded before: \usepackage{hyperref} \usepackage{dblaccnt} or see entry for "vietnam". -easyeqn: not compatible, breaks. +easyeqn +------- + Not compatible, breaks. -float: +ellipsis +-------- + This packages redefines \textellipsis, thus it has to be loaded + after package hyperref (pd1enc.def/puenc.def should be loaded before): + \usepackage{hyperref} + \usepackage{ellipsis} + +float +----- \usepackage{float} \usepackage{hyperref} - + * Several \caption commands are not supported inside one float object. * Anchor are set at top of the float object, if its style is controlled by float.sty. -footnote: +footnote +-------- This package is not supported, you have to disable hyperref's footnote support by using option "hyperfootnotes=false". -IEEEtran.cls: +IEEEtran.cls +------------ version >= V1.6b (because of \@makecaption, see ChangeLog) -lastpage: compatible +index +----- + version >= 1995/09/28 v4.1 (because of \addcontentsline redefinition) -linguex: +lastpage +-------- + Compatible. + +linguex +------- \usepackage{hyperref} \usepackage{linguex} -ltabptch: +ltabptch +-------- \usepackage{longtable} \usepackage{ltabptch} \usepackage{hyperref} -minitoc-hyper: +minitoc-hyper +------------- This package is obsolete, use the uptodate original package minitoc instead. -natbib: +multind +------- + \usepackage{multind} + \usepackage{hyperref} + +natbib +------ \usepackage{natbib} \usepackage{hyperref} -nomencl: +nomencl +------- Example for introducing links for the page numbers: \renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}} -prettyref: +prettyref +--------- %%% example for prettyref %%% \documentclass{article} \usepackage{prettyref} @@ -225,67 +504,158 @@ prettyref: \end{document} %%% example for prettyref %%% -ntheorem: +ntheorem +-------- ntheorem-hyper.sty is an old patched version of ntheorem.sty. Newer versions of ntheorem know the option hyperref: - \usepackage{hyperref} - \usepackage[hyperref]{ntheorem} + \usepackage{hyperref} + \usepackage[hyperref]{ntheorem} + But there are still unsolved problems (options thref, ...). -setspace: +setspace +-------- \usepackage{setspace} \usepackage{hyperref} -sidecap before 2002/05/24 v1.5h: - \usepackage{nameref} - \usepackage{hyperref} - \usepackage{sidecap} - -subfigure 1995/03/06 v2.0: - \usepackage{subfigure} - \usepackage{hyperref} - % hypertexnames is set to false. -subfigure v2.1: - \usepackage{nameref} - \usepackage{subfigure} - \usepackage{hyperref} - or - \usepackage{hyperref} - \usepackage{subfigure} -subfigure v2.1.2: - please update -subfigure v2.1.3: - \usepackage{hyperref} - \usepackage{subfigure} - or vice versa? - -titleref: +sidecap +------- + Before 2002/05/24 v1.5h: + \usepackage{nameref} + \usepackage{hyperref} + \usepackage{sidecap} + +subfigure +--------- + 1995/03/06 v2.0: + \usepackage{subfigure} + \usepackage{hyperref} + % hypertexnames is set to false. + v2.1: + \usepackage{nameref} + \usepackage{subfigure} + \usepackage{hyperref} + or + \usepackage{hyperref} + \usepackage{subfigure} + v2.1.2: + please update + v2.1.3: + \usepackage{hyperref} + \usepackage{subfigure} + or vice versa? + +titleref +-------- \usepackage{nameref} \usepackage{titleref}% without usetoc \usepackage{hyperref} -titlesec: +titlesec +-------- "nameref" supports titlesec, but hyperref does not (unsolved is the anchor setting, missing with unnumbered section, perhaps problems with page breaks with numbered ones). -varioref: +varioref +-------- \usepackage{nameref} \usepackage{varioref} \usepackage{hyperref} + Some babel versions (eg. 2005/05/21 v3.8g) contain a patch for + varioref that breaks the hyperref support for varioref. + Thus with babel v3.8g varioref cannot be used with hyperref. -vietnam: +verse +----- + Version 2005/08/22 v2.22 contains support for hyperref. + + For older versions see example from + de.comp.text.tex (2005/08/11, slightly modified): + + \documentclass{article} + + % package order does not matter + \usepackage{verse} + \usepackage{hyperref} + + \makeatletter + % make unique poemline anchors + \newcounter{verse@env} + \setcounter{verse@env}{0} + \let\org@verse\verse + \def\verse{% + \stepcounter{verse@env}% + \org@verse + } + \def\theHpoemline{\arabic{verse@env}.\thepoemline} + + % add anchor for before \addcontentsline in \@vsptitle + \let\org@vsptitle\@vsptitle + \def\@vsptitle{% + \phantomsection + \org@vsptitle + } + \makeatother + + \begin{document} + + \poemtitle{Poem 1} + \begin{verse} + An one-liner. + \end{verse} + + \newpage + + \poemtitle{Poem 2} + \begin{verse} + Another one-liner. + \end{verse} + + \end{document} + +vietnam +------- % pd1enc.def should be loaded before package dblaccnt: \usepackage[PD1,OT1]{fontenc} \usepackage{vietnam} \usepackage{hyperref} -HINTS -===== +7 LIMITATIONS +============= + +* Wrapped/broken link support + + Only few drivers support automatically wrapped/broken links, + e.g. pdftex, dvipdfm, hypertex. Other drivers lack this + feature, e.g. dvips, dvipsone. + + Workarounds: + * For long section or caption titles in the table of contents + or list of figures/tables option "linktocpage" can be used. + Then the page number will be a link, and the overlong section + title is not forced into an one line link with overvull \hbox + warning. + * "\url"s are caught by package "breakurl". + * The option "breaklinks" 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. + Another limitation: some penalties are "optimized" by TeX, + thus there are missing break points, especially within + \url. (See thread "hyperref.sty, breaklinks and url.sty 3.2" + in comp.text.tex 2005-09). -* Index with makeindex + +8 HINTS +======= + +Index with makeindex +-------------------- * Package hyperref adds \hyperpage commands by the encap - mechanism, if option hyperindex is set (default). + mechanism (see documentation of Makeindex), + if option hyperindex is set (default). \hyperpage uses the page anchors that are set by hyperref at each page (default). However in the default case page numbers are used in anchor names @@ -293,10 +663,11 @@ HINTS are used (book class with \frontmatter, \romannumbering, ...), then the page anchors are not unique. Therefore option "plainpages=false" is recommended. - * The encap mechanism of hyperref allows one command only. + * The encap mechanism of hyperref allows to use one command only + (see documentation of Makeindex). If the user sets such a command, hyperref suppresses its \hyperpage command. With logical markup this situation - can easily solved: + can easily be solved: \usepackage{makeidx} \makeindex \usepackage[hyperindex]{hyperref} @@ -322,14 +693,16 @@ encap_infix "{\\hyperpage{" encap_suffix "}" %%% cut %%% hyperindex.ist %%% cut %%% -* Warning "bookmark level for unknown <foobar> defaults to 0". +Warning "bookmark level for unknown <foobar> defaults to 0" +----------------------------------------------------------- Getting rid of it: \makeatletter \providecommand*{\toclevel@<foobar>}{0} \makeatother -* Link anchors in figures. +Link anchors in figures +----------------------- 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 @@ -337,16 +710,107 @@ encap_suffix "}" In this cases, try package "hypcap.sty" that implements a method to circumvent the problem. +Additional unicode characters in bookmarks and pdf information entries: +----------------------------------------------------------------------- +\documentclass[pdftex]{article} +\usepackage[unicode]{hyperref} + +% Support for additional unicode characters: +% +% Example: \.{a} and \d{a} +% +% 1. Get a list with unicode data, eg: +% http://www.unicode.org/Public/UNIDATA/UnicodeData.txt +% +% 2. Identify the characters (\.{a}, \d{a}): +% +% 0227;LATIN SMALL LETTER A WITH DOT ABOVE;... +% 1EA1;LATIN SMALL LETTER A WITH DOT BELOW;... +% +% 3. Calculate the octal code: +% 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.) +% +% 0227 -> \002\047 +% 1EA1 -> \036\241 +% +% 4. Transform into a form understood by hyperref: +% +% Hyperref must know where the first byte starts, +% this is marked by "9" (8 and 9 cannot occur in +% octal numbers): +% +% \002\047 -> \9002\047 +% \036\241 -> \9036\241 +% +% Optional: "8" is used for abbreviations: +% \900 = \80, \901 = \81, \902 = \82, ... +% +% \9002\047 -> \82\047 +% +% 5. Declare the character with LaTeX: +% +\DeclareTextCompositeCommand{\.}{PU}{a}{\82\047} +\DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241} -AUTHORS/MAINTAINERS -=================== +\begin{document} +\section{\={a}, \d{a}, \'{a}, \.{a}} +\end{document} -* Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk> -* Heiko Oberdiek <oberdiek@uni-freiburg.de> +Footnotes +--------- + The footnote support is rather limited. It is beyond the scope + to use \footnotemark and \footnotetext out of order or reusing + \footnotemark. Here you can either disable hyperref's footnote + support by "hyperfootnotes=false" or fiddle with internal macros, + nasty example: +\documentclass{article} -BUGREPORTS -========== +\usepackage{hyperref} + +\begin{document} + +\makeatletter + +A% + \footnotemark + \let\saved@Href@A\Hy@footnote@currentHref + % remember link name +B% + \footnotemark + \let\saved@Href@B\Hy@footnote@currentHref +b% + \addtocounter{footnote}{-1}% + \addtocounter{Hfootnote}{-1}% generate the same anchor + \footnotemark +C% + \footnotemark + \let\saved@Href@C\Hy@footnote@currentHref + + \addtocounter{footnote}{-2}% + \let\Hy@footnote@currentHref\saved@Href@A +\footnotetext{AAAA}% + \addtocounter{footnote}{1}% + \let\Hy@footnote@currentHref\saved@Href@B +\footnotetext{BBBBB}% + \addtocounter{footnote}{1}% + \let\Hy@footnote@currentHref\saved@Href@C +\footnotetext{CCCC}% + +\end{document} + + +9 AUTHORS/MAINTAINERS +===================== + +* Sebastian Rahtz +* Heiko Oberdiek + + +10 BUG REPORTS +============== A bug report should contain: * Comprehensive problem description. This includes error or @@ -363,12 +827,18 @@ A bug report should contain: * Please no other files than the minimal test file. The other files .log, .dvi, .ps, .pdf are seldom necessary, so send them only on request. - Bug address: Heiko Oberdiek <oberdiek@uni-freiburg.de> +Vietnamese part +--------------- +Responsible for the Vietnamese translations of the +\autoref names and puvnenc.def are: + Han The Thanh <hanthethanh at gmail.com> + Reinhard Kotucha <reinhard.kotucha at web.de> -KNOWN PROBLEMS -============== + +11 KNOWN PROBLEMS +================= * (half-done) hyper images (link from thumbnail in text) * Relative links are not sorted out or documented well. @@ -382,8 +852,9 @@ KNOWN PROBLEMS \endgroup * ... -TODO -==== + +12 TODO +======= * modules * bookmark organisation @@ -392,5 +863,5 @@ TODO * more for PDF forms * per object setting * vary gap between text and box -* better color interface for *bordercolor options * ... + diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf Binary files differnew file mode 100644 index 00000000000..ed37347d3c9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/README.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/hycheck.tex b/Master/texmf-dist/doc/latex/hyperref/hycheck.tex deleted file mode 100644 index d56c78aedf9..00000000000 --- a/Master/texmf-dist/doc/latex/hyperref/hycheck.tex +++ /dev/null @@ -1,297 +0,0 @@ -%% -%% This is file `hycheck.tex', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% hyperref.dtx (with options: `check') -%% -%% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ -%% -%% This file is part of the `Hyperref Bundle'. -%% ------------------------------------------- -%% -%% It may be distributed under the conditions of the LaTeX Project Public -%% License, either version 1.2 of this license or (at your option) any -%% later version. The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.2 or later is part of all distributions of LaTeX -%% version 1999/12/01 or later. -%% -%% The list of all files belonging to the `Hyperref Bundle' is -%% given in the file `manifest.txt'. -%% -\NeedsTeXFormat{LaTeX2e} -\ProvidesFile{hycheck.tex} - [2003/11/30 v6.74m - Hyperref test file] -\documentclass{article} -\makeatletter -\newcommand*{\checklatex}[1][]{% - \typeout{}% - \typeout{* Format: `LaTeX2e' #1}% - \typeout{\space\space Loaded: `\fmtname' \fmtversion}% -}% -\newcommand*{\checkpackage}[1]{% - \def\HyC@package{#1}% - \let\HyC@date\@empty - \@ifnextchar[\HyC@getDate\HyC@checkPackage -} -\def\HyC@getDate[#1]{% - \def\HyC@date{#1}% - \HyC@checkPackage -} -\def\HyC@checkPackage{% - \typeout{} - \begingroup - \edef\x{\endgroup - \noexpand\RequirePackage{\HyC@package}% - \ifx\HyC@date\@empty\relax\else[\HyC@date]\fi% - }% - \x - \typeout{}% - \typeout{% - * Package `\HyC@package'% - \ifx\HyC@date\@empty - \else - \space\HyC@date - \fi - }% - \@ifundefined{ver@\HyC@package.sty}{% - }{% - \typeout{% - \space\space Loaded: `\HyC@package' % - \csname ver@\HyC@package.sty\endcsname - }% - }% -} -\newcommand*{\checkcommand}[1]{% - \begingroup - \ifx\long#1\relax - \expandafter\HyC@checklong - \else - \def\HyC@defcmd{#1}% - \expandafter\let\expandafter\HyC@next - \csname HyC@\expandafter\@gobble\string#1\endcsname - \expandafter\HyC@checkcommand - \fi -} -\def\HyC@checklong#1{% - \def\HyC@defcmd{\long#1}% - \expandafter\let\expandafter\HyC@next - \csname HyC@\expandafter\@gobble\string#1\endcsname - \HyC@checkcommand -} -\def\HyC@checkcommand{% - \ifx\HyC@next\relax - \PackageError{hycheck}{% - Unknown command `\expandafter\strip@prefix\meaning\HyC@cmd'% - }\@ehd - \expandafter\endinput - \fi - \@ifstar{% - \def\HyC@star{*}% - \HyC@check - }{% - \let\HyC@star\@empty - \HyC@check - }% -} -\def\HyC@check#1{% - \def\HyC@cmd{#1}% - \let\HyC@org@cmd#1% - \let#1\relax - \let\HyC@param\@empty - \HyC@Toks{}% - \let\HyC@org@optcmd\HyC@noValue - \let\HyC@org@robustcmd\HyC@noValue - \let\HyC@org@robustoptcmd\HyC@noValue - \HyC@next -} -\def\HyC@noValue{NoValue} -\def\HyC@newcommand{% - \let\HyC@@cmd\HyC@cmd - \@ifnextchar[\HyC@nc@opt\HyC@nc@noopt -} -\newtoks\HyC@Toks -\long\def\HyC@nc@noopt#1{% - \edef\x{% - \expandafter\noexpand\HyC@defcmd - \HyC@star - \expandafter\noexpand\HyC@cmd - \HyC@param\the\HyC@Toks - }% - \x{#1}% - \HyC@doCheck -} -\def\HyC@nc@opt[#1]{% - \def\HyC@param{[#1]}% - \@ifnextchar[\HyC@nc@default\HyC@nc@noopt -} -\def\HyC@nc@default[#1]{% - \HyC@Toks={[{#1}]}% - \edef\HyC@optcmd{% - \expandafter\noexpand - \csname\expandafter\string\HyC@@cmd\endcsname - }% - \expandafter\let\expandafter\HyC@org@optcmd\HyC@optcmd - \HyC@nc@noopt -} -\def\HyC@DeclareRobustCommand{% - \edef\HyC@robustcmd{% - \expandafter\noexpand - \csname\expandafter\expandafter\expandafter\@gobble - \expandafter\string\HyC@cmd\space\endcsname - }% - \expandafter\let\expandafter\HyC@org@robustcmd\HyC@robustcmd - \expandafter\let\HyC@robustcmd\relax - \let\HyC@@cmd\HyC@robustcmd - \@ifnextchar[\HyC@nc@opt\HyC@nc@noopt -} -\def\HyC@def#1#{% - \HyC@Toks={#1}% - \HyC@nc@noopt -} -\let\HyC@edef\HyC@def -\def\HyC@doCheck{% - \typeout{* Checking `\HyC@string\HyC@cmd':}% - \HyC@checkItem{cmd}% - \HyC@checkItem{robustcmd}% - \HyC@checkItem{optcmd}% - \HyC@checkItem{robustoptcmd}% - \endgroup -} -\def\HyC@checkItem#1{% - \expandafter\ifx\csname HyC@org@#1\endcsname\HyC@noValue - \else - \expandafter\expandafter\expandafter\ifx - \csname HyC@#1\expandafter\endcsname - \csname HyC@org@#1\endcsname - \expandafter\HyC@checkOk\csname HyC@#1\endcsname - \else - \expandafter\HyC@checkFailed - \csname HyC@#1\expandafter\endcsname - \csname HyC@org@#1\endcsname - \fi - \fi -} -\def\HyC@string#1{\expandafter\string#1} -\def\HyC@meaning#1{\expandafter\meaning#1} -\def\HyC@checkOk#1{% - \typeout{\space\space`\HyC@string#1' ok.}} -\def\HyC@checkFailed#1#2{% - \typeout{\space\space`\HyC@string#1' failed.}% - \typeout{\space\space* original: \meaning#2}% - \typeout{\space\space* expected: \HyC@meaning#1}% -} -\checkpackage{lastpage}[1994/06/25] -\checkcommand\def\lastpage@putlabel{% - \addtocounter{page}{-1}% - \immediate\write\@auxout{% - \string\newlabel{LastPage}{{}{\thepage}}% - }% - \addtocounter{page}{1}% -} -\checklatex -\checkcommand\def\@xfootnotenext[#1]{% - \begingroup - \csname c@\@mpfn\endcsname #1\relax - \unrestored@protected@xdef\@thefnmark{\thempfn}% - \endgroup - \@footnotetext -} -\checkcommand\def\@xfootnotemark[#1]{% - \begingroup - \c@footnote #1\relax - \unrestored@protected@xdef\@thefnmark{\thefootnote}% - \endgroup - \@footnotemark -} -\checkcommand\def\@footnotemark{% - \leavevmode - \ifhmode\edef\@x@sf{\the\spacefactor}\nobreak\fi - \@makefnmark - \ifhmode\spacefactor\@x@sf\fi - \relax -} -\checklatex[1999/06/01 - 2000/06/01] -\checkcommand\def\caption{% - \ifx\@captype\@undefined - \@latex@error{\noexpand\caption outside float}\@ehd - \expandafter\@gobble - \else - \refstepcounter\@captype - \expandafter\@firstofone - \fi - {\@dblarg{\@caption\@captype}}% -} -\checkcommand\long\def\@caption#1[#2]#3{% - \par - \addcontentsline{\csname ext@#1\endcsname}{#1}% - {\protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}}% - \begingroup - \@parboxrestore - \if@minipage - \@setminipage - \fi - \normalsize - \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par - \endgroup -} -\checklatex -\checkcommand\def\@lbibitem[#1]#2{% - \item[\@biblabel{#1}\hfill]% - \if@filesw - {% - \let\protect\noexpand - \immediate\write\@auxout{% - \string\bibcite{#2}{#1}% - }% - }% - \fi - \ignorespaces -} -\checkcommand\def\@bibitem#1{% - \item - \if@filesw - \immediate\write\@auxout{% - \string\bibcite{#1}{\the\value{\@listctr}}% - }% - \fi - \ignorespaces -} -\checklatex -\checkcommand\def\addcontentsline#1#2#3{% - \addtocontents{#1}{\protect\contentsline{#2}{#3}{\thepage}}% -} -\checkcommand\def\contentsline#1{\csname l@#1\endcsname} -\checkpackage{amsmath}[1999/12/14 - 2000/06/06] -\checkcommand\newcommand{\numberwithin}[3][\arabic]{% - \@ifundefined{c@#2}{\@nocounterr{#2}}{% - \@ifundefined{c@#3}{\@nocnterr{#3}}{% - \@addtoreset{#2}{#3}% - \@xp\xdef\csname the#2\endcsname{% - \@xp\@nx\csname the#3\endcsname .\@nx#1{#2}% - }% - }% - }% -}% -\checklatex -\checkcommand\def\@setref#1#2#3{% - \ifx#1\relax - \protect\G@refundefinedtrue - \nfss@text{\reset@font\bfseries ??}% - \@latex@warning{% - Reference `#3' on page \thepage\space undefined% - }% - \else - \expandafter#2#1\null - \fi -} -\typeout{} -\begin{document} -\end{document} -\endinput -%% -%% End of file `hycheck.tex'. diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf Binary files differnew file mode 100644 index 00000000000..477a096985d --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/manifest.txt b/Master/texmf-dist/doc/latex/hyperref/manifest.txt deleted file mode 100644 index b059408bf5c..00000000000 --- a/Master/texmf-dist/doc/latex/hyperref/manifest.txt +++ /dev/null @@ -1,106 +0,0 @@ -% \iffalse meta-comment -% -% 2002/03/15 -% -% Copyright 1999-2002 Sebastian Rahtz, Heiko Oberdiek -% -% This file is part of the `Hyperref Bundle'. -% ------------------------------------------- -% -% It may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.2 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.2 or later is part of all distributions of LaTeX -% version 1999/12/01 or later. -% -% The list of all files belonging to the LaTeX `Hyperref Bundle' is -% given in the file `manifest.txt'. -% -% \fi -% -% CONTENTS OF THE HYPERREF BUNDLE -% =============================== - -hyperref.dtx - Main package with various drivers. -backref.dtx - Bibliographical back referencing. -nameref.dtx - Cross-referencing by name of section. - -hyperref.ins - Docstrip batch file. - -minitoc-hyper.sty - Patched version of `minitoc.sty' to work with `hyperref.sty'. -ntheorem-hyper.sty - Patched version of `ntheorem.sty' to work with `hyperref.sty'. -xr-hyper.sty - Patched version of `xr.sty' to work with `hyperref.sty'. - -ChangeLog - Versions history -hylatex.ltx - For creating format file. -Makefile - Makefile for installing and other things. -manifest.txt - Short description of the files. -README - Short readme file. - -% Directory doc/ -% ============= - -manual.pdf - Manual, but a little out of date. -options.tex - Short description of options from package `hyperref'. -paper.pdf - Online version of paper for Heiko Oberdiek's talk - at EuroTeX'99. -slides.pdf - Slides for Heiko Oberdiek's talk at EuroTeX'99. - -% Directory test/ -% ============== - -test0.tex, test0.dvi, hog.eps, hog.pdf -test1.tex -test2.tex -test3.tex, phys1.jpg, phys2.jpg -test4.tex, bit.tex -test5.tex -test6.tex -test7.tex, test7.pdf -test8.tex -testams.tex -testbib.tex, testbib.bib, testbib.bbl -testbookmark.tex -testfor2.tex -testform.tex -testnb.tex -testoz.tex -testslide.tex, seminar.con -testurl.tex, testurl.bib, testurl.bbl -picture.eps, picture.pdf, picture.png - Used in `test0.tex' and `test1.tex'. - -testbmgl.tex - Test file that produces all glyphs of PDFDocEncoding - in the bookmarks and shows the commands to produce them. -testbmu.tex - Test file that produces glyphs 0x0000 until 0x04FF - of Unicode in the bookmarks and the commands. - (Caution: large pool size needed.) - -testbma.tex - Test files that shows some AcrobatReaders's problems - with some Unicode glyphs in bookmarks, screenshots: - bml.png: Lslash/lslash - bmoe.png: OE/oe - bmsc.png: Scaron/scaron - bmyi.png: Ydieresis/dotlessi - bmzc.png: Zcaron/zcaron diff --git a/Master/texmf-dist/source/latex/hyperref/manual.css b/Master/texmf-dist/doc/latex/hyperref/manual.css index 4ce2a0d94c5..4ce2a0d94c5 100644 --- a/Master/texmf-dist/source/latex/hyperref/manual.css +++ b/Master/texmf-dist/doc/latex/hyperref/manual.css diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.html b/Master/texmf-dist/doc/latex/hyperref/manual.html index afaaa8fa142..598db3492a7 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual.html @@ -7,7 +7,7 @@ <meta name="originator" content="TeX4ht (http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2004-02-12 15:16:00"> +<meta name="date" content="2006-07-31 16:25:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > @@ -23,7 +23,7 @@ class="ecrm-1200">Sebastian Rahtz </span><br class="and"><span class="ecrm-1200">Heiko Oberdiek</span></div> <br> <div class="date" ><span -class="ecrm-1200">February 2004</span></div> +class="ecrm-1200">February 2006</span></div> </div> <h3 class="likesectionHead"><a id="x1-1000"></a>Contents</h3> @@ -52,49 +52,51 @@ href="#x1-110003.7" id="QQ2-1-11">Big alphabetical list</a></span> href="#x1-120004" id="QQ2-1-12">Additional user macros</a></span> <br> <span class="subsectionToc">4.1 <a href="#x1-130004.1" id="QQ2-1-13">Replacement macros</a></span> +<br> <span class="subsectionToc">4.2 <a +href="#x1-140004.2" id="QQ2-1-14">Utility macros</a></span> <br> <span class="sectionToc">5 <a -href="#x1-140005" id="QQ2-1-14">Acrobat-specific behavior</a></span> +href="#x1-150005" id="QQ2-1-15">Acrobat-specific behavior</a></span> <br> <span class="sectionToc">6 <a -href="#x1-150006" id="QQ2-1-15">PDF and HTML forms</a></span> +href="#x1-160006" id="QQ2-1-16">PDF and HTML forms</a></span> <br> <span class="subsectionToc">6.1 <a -href="#x1-160006.1" id="QQ2-1-16">Forms environment parameters</a></span> +href="#x1-170006.1" id="QQ2-1-17">Forms environment parameters</a></span> <br> <span class="subsectionToc">6.2 <a -href="#x1-170006.2" id="QQ2-1-17">Forms optional parameters</a></span> +href="#x1-180006.2" id="QQ2-1-18">Forms optional parameters</a></span> <br> <span class="sectionToc">7 <a -href="#x1-180007" id="QQ2-1-18">Defining a new driver</a></span> +href="#x1-190007" id="QQ2-1-19">Defining a new driver</a></span> <br> <span class="sectionToc">8 <a -href="#x1-190008" id="QQ2-1-19">Special support for other packages</a></span> +href="#x1-200008" id="QQ2-1-20">Special support for other packages</a></span> <br> <span class="sectionToc">9 <a -href="#x1-200009" id="QQ2-1-20">History and acknowledgments</a></span> +href="#x1-210009" id="QQ2-1-21">History and acknowledgments</a></span> <br> <span class="sectionToc">10 <a -href="#x1-2100010" id="QQ2-1-21">GNU Free Documentation License</a></span> +href="#x1-2200010" id="QQ2-1-22">GNU Free Documentation License</a></span> <br> <span class="subsectionToc">10.1 <a -href="#x1-2300010.1" id="QQ2-1-23">Applicability and definitions</a></span> +href="#x1-2400010.1" id="QQ2-1-24">Applicability and definitions</a></span> <br> <span class="subsectionToc">10.2 <a -href="#x1-2400010.2" id="QQ2-1-24">Verbatim copying</a></span> +href="#x1-2500010.2" id="QQ2-1-25">Verbatim copying</a></span> <br> <span class="subsectionToc">10.3 <a -href="#x1-2500010.3" id="QQ2-1-25">Copying in quantity</a></span> +href="#x1-2600010.3" id="QQ2-1-26">Copying in quantity</a></span> <br> <span class="subsectionToc">10.4 <a -href="#x1-2600010.4" id="QQ2-1-26">Modifications</a></span> +href="#x1-2700010.4" id="QQ2-1-27">Modifications</a></span> <br> <span class="subsectionToc">10.5 <a -href="#x1-2700010.5" id="QQ2-1-27">Combining documents</a></span> +href="#x1-2800010.5" id="QQ2-1-28">Combining documents</a></span> <br> <span class="subsectionToc">10.6 <a -href="#x1-2800010.6" id="QQ2-1-28">Collections of documents</a></span> +href="#x1-2900010.6" id="QQ2-1-29">Collections of documents</a></span> <br> <span class="subsectionToc">10.7 <a -href="#x1-2900010.7" id="QQ2-1-29">Aggregation with independent works</a></span> +href="#x1-3000010.7" id="QQ2-1-30">Aggregation with independent works</a></span> <br> <span class="subsectionToc">10.8 <a -href="#x1-3000010.8" id="QQ2-1-30">Translation</a></span> +href="#x1-3100010.8" id="QQ2-1-31">Translation</a></span> <br> <span class="subsectionToc">10.9 <a -href="#x1-3100010.9" id="QQ2-1-31">Termination</a></span> +href="#x1-3200010.9" id="QQ2-1-32">Termination</a></span> <br> <span class="subsectionToc">10.10 <a -href="#x1-3200010.10" id="QQ2-1-32">Future revisions of this license</a></span> +href="#x1-3300010.10" id="QQ2-1-33">Future revisions of this license</a></span> </div> -<!--l. 123--><p class="noindent"> +<!--l. 129--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">1 </span> <a id="x1-20001"></a>Introduction</h3> -<!--l. 125--><p class="noindent">The package derives from, and builds on, the work of the Hyper<span class="TEX">T<span +<!--l. 131--><p class="noindent">The package derives from, and builds on, the work of the Hyper<span class="TEX">T<span class="E">E</span>X</span> project, described at <a href="http://xxx.lanl.gov/hypertex/" class="url" ><span @@ -105,7 +107,7 @@ class="ectt-1000">\special</span></span></span> commands which a driver can turn into hypertext links; it also provides new commands to allow the user to write <span class="ecti-1000">ad hoc</span> hypertext links, including those to external documents and URLs. -<!--l. 133--><p class="indent"> This manual provides a brief overview of the <span +<!--l. 139--><p class="indent"> This manual provides a brief overview of the <span class="ecss-1000">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 @@ -120,7 +122,7 @@ class="ecti-1000">E</span></span><span class="ecti-1000">X</span></span></span><span class="ecti-1000"> Web Companion</span>, where you will find additional examples. -<!--l. 140--><p class="indent"> The Hyper<span class="TEX">T<span +<!--l. 146--><p class="indent"> The Hyper<span class="TEX">T<span class="E">E</span>X</span> specification<a href="manual2.html" id="manual2.html" ><sup>1</sup></a> says that conformant viewers/translators must recognize the following set of <span class="obeylines-h"><span class="verb"><span @@ -162,7 +164,7 @@ class="ectt-1000">html:<base</span><span class="ectt-1000"> href</span><span class="ectt-1000"> =</span><span class="ectt-1000"> "href_string"></span></span></span></dd></dl> -<!--l. 152--><p class="indent"> The <span +<!--l. 158--><p class="indent"> The <span class="ecti-1000">href</span>, <span class="ecti-1000">name </span>and <span class="ecti-1000">end </span>commands are used to do the basic hypertext operations of establishing links @@ -173,7 +175,7 @@ The <span class="ecti-1000">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 URL’s may be retrieved correctly. -<!--l. 161--><p class="indent"> The <span +<!--l. 167--><p class="indent"> The <span class="ecti-1000">href </span>and <span class="ecti-1000">name </span>commands must be paired with an <span class="ecti-1000">end </span>command later in the <span class="TEX">T<span @@ -201,7 +203,7 @@ class="ectt-1000">"</span></span></span>’ characters should be escaped with a backslash (<span class="cmsy-10">\</span>), and if it looks like a URL name it may cause problems. -<!--l. 177--><p class="indent"> However, the drivers intended to produce <span +<!--l. 183--><p class="indent"> However, the drivers intended to produce <span class="ecti-1000">only </span>PDF use literal PostScript or PDF <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\special</span></span></span> commands. The commands are defined in configuration files for different drivers, selected by package @@ -255,12 +257,6 @@ class="E">E</span>X</span>, Hàn Thê' Thành’s <span cla class="E">E</span>X</span> variant that writes PDF directly </dd><dt class="description"> <span -class="ecbx-1000">dvipdf</span> </dt><dd -class="description">produces <span class="obeylines-h"><span class="verb"><span -class="ectt-1000">\special</span></span></span> commands for the DVI to PDF driver <span -class="ecss-1000">dvipdf</span> - </dd><dt class="description"> -<span class="ecbx-1000">dvipdfm</span> </dt><dd class="description">produces <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\special</span></span></span> commands for Mark Wicks’ DVI to PDF driver <span @@ -285,7 +281,7 @@ class="description">produces <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\special</span></span></span> commands that <span class="ecss-1000">Textures </span>interprets as hypertext jumps within the previewer</dd></dl> -<!--l. 200--><p class="indent"> Output from <span +<!--l. 207--><p class="indent"> Output from <span class="ecss-1000">dvips </span>or <span class="ecss-1000">dvipsone </span>must be processed using Acrobat Distiller to obtain a PDF file.<a @@ -301,7 +297,7 @@ as <span class="ecss-1000">xdvi</span>. <h3 class="sectionHead"><span class="titlemark">2 </span> <a id="x1-30002"></a>Implicit behavior</h3> -<!--l. 212--><p class="noindent">This package can be used with more or less any normal <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 219--><p class="noindent">This package can be used with more or less any normal <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document by specifying in the document preamble @@ -312,8 +308,8 @@ class="verbatim"><div class="verbatim"> \usepackage{hyperref} </div> </td></tr></table> -<!--l. 217--><p class="nopar"> -<!--l. 219--><p class="indent"> Make sure it comes <span +<!--l. 224--><p class="nopar"> +<!--l. 226--><p class="indent"> Make sure it comes <span class="ecti-1000">last </span>of your loaded packages, to give it a fighting chance of not being over-written, since its job is to redefine many <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> commands. Hopefully you will find that all cross-references @@ -323,7 +319,7 @@ link, whereas <span class="ectt-1000">\section* </span>commands will only show links when paired with a corresponding <span class="ectt-1000">\addcontentsline </span>command. -<!--l. 227--><p class="indent"> In addition, the <span +<!--l. 234--><p class="indent"> In addition, the <span class="ectt-1000">hyperindex </span>option (see below) attempts to make items in the index by hyperlinked back to the text, and the option <span class="ectt-1000">backref </span>inserts extra ‘back’ links into the bibliography for each entry. @@ -331,10 +327,10 @@ Other options control the appearance of links, and give extra control over PDF o <span class="ectt-1000">colorlinks</span>, as its name well implies, colors the links instead of using boxes; this is the option used in this document. -<!--l. 236--><p class="noindent"> +<!--l. 243--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">3 </span> <a id="x1-40003"></a>Package options</h3> -<!--l. 238--><p class="noindent">All user-configurable aspects of <span +<!--l. 245--><p class="noindent">All user-configurable aspects of <span class="ecss-1000">hyperref </span>are set using a single ‘key=value’ scheme (using the <span class="ecss-1000">keyval</span> package) with the key <span @@ -345,7 +341,7 @@ class="ectt-1000">\hypersetup</span></span></span> macro. When the package is lo <span class="ectt-1000">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. 246--><p class="indent"> As an example, the behavior of a particular file could be controlled by: +<!--l. 253--><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="ectt-1000">hyperref.cfg </span>setting up the look of links, adding backreferencing, and setting @@ -360,7 +356,7 @@ class="verbatim"><div class="verbatim"> <br />colorlinks=true} </div> </td></tr></table> - <!--l. 256--><p class="nopar"> + <!--l. 263--><p class="nopar"> </li> <li class="itemize">A global option in the file, which is passed down to <span class="ecss-1000">hyperref</span>: @@ -372,7 +368,7 @@ class="verbatim"><div class="verbatim"> \documentclass[dvips]{article} </div> </td></tr></table> - <!--l. 263--><p class="nopar"> + <!--l. 270--><p class="nopar"> </li> <li class="itemize">File-specific options in the <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\usepackage</span></span></span> commands, which override the ones set in @@ -386,21 +382,21 @@ class="verbatim"><div class="verbatim"> \usepackage[pdftitle={A Perfect Day},colorlinks=false]{hyperref} </div> </td></tr></table> - <!--l. 270--><p class="nopar"></li></ul> -<!--l. 273--><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. 277--><p class="nopar"></li></ul> +<!--l. 280--><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="ectt-1000">\begin{document}</span></span></span>, only in <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\usepackage[...]{hyperref}</span></span></span>, before first use, etc. -<!--l. 277--><p class="indent"> In the key descriptions that follow, many options do not need a value, as they default to the value +<!--l. 284--><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. 281--><p class="noindent"> +<!--l. 288--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.1 </span> <a id="x1-50003.1"></a>General options</h4> -<!--l. 283--><p class="noindent">Firstly, the options to specify general behavior and page size. -<!--l. 286--><p class="noindent"> +<!--l. 290--><p class="noindent">Firstly, the options to specify general behavior and page size. +<!--l. 293--><p class="noindent"> <a - id="x1-5001r1"></a> <!--l. 287--><div class="longtable"><table class="longtable" + id="x1-5001r1"></a> <!--l. 294--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-2-1g"><col id="TBL-2-1"><col @@ -549,12 +545,12 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-2-19-4" class="td11"></td></tr> </table></div> -<!--l. 304--><p class="noindent"> +<!--l. 311--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.2 </span> <a id="x1-60003.2"></a>Configuration options</h4> -<!--l. 306--><p class="noindent"> +<!--l. 313--><p class="noindent"> <a - id="x1-6001r2"></a> <!--l. 307--><div class="longtable"><table class="longtable" + id="x1-6001r2"></a> <!--l. 314--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-3-1g"><col id="TBL-3-1"><col @@ -571,7 +567,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-3-1-4" class="td11"> - <!--l. 307--><p class="noindent">In the hypertex driver, the height of links is + <!--l. 314--><p class="noindent">In the hypertex driver, the height of links is normally calculcated by the driver as simply the base line of contained text; this options forces <span class="obeylines-h"><span class="verb"><span @@ -586,7 +582,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-3-2-4" class="td11"> - <!--l. 310--><p class="noindent">Allows link text to break across lines; since + <!--l. 317--><p class="noindent">Allows link text to break across lines; since this cannot be accommodated in PDF, it is only set true by default if the pdftex driver is used. This makes links on multiple lines into @@ -599,20 +595,20 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-3-3-4" class="td11"> - <!--l. 313--><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="ectt-1000">\tableofcontents</span></span></span> will not - contain hyperlinks. </td> + <!--l. 320--><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="ectt-1000">\printindex</span></span></span> will not contain valid + hyperlinks. </td> </tr><tr valign="baseline" id="TBL-3-4-"><td align="left" style="white-space:nowrap;" id="TBL-3-4-1" class="td11"> <span class="ectt-1000">plainpages </span></td><td align="left" style="white-space:nowrap;" id="TBL-3-4-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-3-4-3" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-3-4-4" +class="ecti-1000">false </span></td><td align="left" id="TBL-3-4-4" class="td11"> - <!--l. 315--><p class="noindent">Forces page anchors to be named by the arabic + <!--l. 323--><p class="noindent">Forces page anchors to be named by the arabic form of the page number, rather than the formatted form. </td> </tr><tr @@ -623,7 +619,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-3-5-4" class="td11"> - <!--l. 317--><p class="noindent">Allows links to be nested; no drivers currently + <!--l. 325--><p class="noindent">Allows links to be nested; no drivers currently support this. </td> </tr><tr valign="baseline" id="TBL-3-6-"><td align="left" style="white-space:nowrap;" id="TBL-3-6-1" @@ -641,15 +637,19 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL class="td11"> </td><td align="left" id="TBL-3-9-4" class="td11"></td></tr> </table></div> -<!--l. 320--><p class="noindent"> +<!--l. 328--><p class="indent"> Note for option <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">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. 333--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a id="x1-70003.3"></a>Backend drivers</h4> -<!--l. 322--><p class="noindent">If no driver is specified, the package defaults to loading the <span +<!--l. 335--><p class="noindent">If no driver is specified, the package defaults to loading the <span class="ecss-1000">hypertex </span>driver. All of these are boolean options. -<!--l. 325--><p class="noindent"> +<!--l. 338--><p class="noindent"> <a - id="x1-7001r3"></a> <!--l. 326--><div class="longtable"><table class="longtable" + id="x1-7001r3"></a> <!--l. 339--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-4-1g"><col id="TBL-4-1"><col @@ -657,111 +657,116 @@ id="TBL-4-2"></colgroup> <tr valign="baseline" id="TBL-4-1-"><td align="left" style="white-space:nowrap;" id="TBL-4-1-1" class="td11"> <span -class="ectt-1000">dvips </span></td><td align="left" id="TBL-4-1-2" +class="ectt-1000">dvipdfm </span></td><td align="left" id="TBL-4-1-2" class="td11"> - <!--l. 326--><p class="noindent">Sets up <span + <!--l. 339--><p class="noindent">Sets up <span class="ecss-1000">hyperref </span>for use with the <span -class="ecss-1000">dvips </span>driver. </td> +class="ecss-1000">dvipdfm </span>driver. </td> </tr><tr valign="baseline" id="TBL-4-2-"><td align="left" style="white-space:nowrap;" id="TBL-4-2-1" class="td11"> <span -class="ectt-1000">dvipsone </span></td><td align="left" id="TBL-4-2-2" +class="ectt-1000">dvips </span></td><td align="left" id="TBL-4-2-2" class="td11"> - <!--l. 327--><p class="noindent">Sets up <span + <!--l. 340--><p class="noindent">Sets up <span class="ecss-1000">hyperref </span>for use with the <span -class="ecss-1000">dvipsone </span>driver. </td> +class="ecss-1000">dvips </span>driver. </td> </tr><tr valign="baseline" id="TBL-4-3-"><td align="left" style="white-space:nowrap;" id="TBL-4-3-1" class="td11"> <span -class="ectt-1000">dviwindo </span></td><td align="left" id="TBL-4-3-2" +class="ectt-1000">dvipsone </span></td><td align="left" id="TBL-4-3-2" class="td11"> - <!--l. 328--><p class="noindent">Sets up <span + <!--l. 341--><p class="noindent">Sets up <span class="ecss-1000">hyperref </span>for use with the <span -class="ecss-1000">dviwindo </span>Windows previewer. </td> +class="ecss-1000">dvipsone </span>driver. </td> </tr><tr valign="baseline" id="TBL-4-4-"><td align="left" style="white-space:nowrap;" id="TBL-4-4-1" class="td11"> <span -class="ectt-1000">hypertex </span></td><td align="left" id="TBL-4-4-2" +class="ectt-1000">dviwindo </span></td><td align="left" id="TBL-4-4-2" class="td11"> - <!--l. 329--><p class="noindent">Sets up <span -class="ecss-1000">hyperref </span>for use with the Hyper<span class="TEX">T<span -class="E">E</span>X</span>-compliant drivers. </td> + <!--l. 342--><p class="noindent">Sets up <span +class="ecss-1000">hyperref </span>for use with the <span +class="ecss-1000">dviwindo </span>Windows previewer. </td> + + </tr><tr valign="baseline" id="TBL-4-5-"><td align="left" style="white-space:nowrap;" id="TBL-4-5-1" class="td11"> <span -class="ectt-1000">latex2html </span></td><td align="left" id="TBL-4-5-2" +class="ectt-1000">hypertex </span></td><td align="left" id="TBL-4-5-2" class="td11"> - <!--l. 330--><p class="noindent">Redefines a few macros for compatibility with <span -class="ecss-1000">latex2html</span>. </td> + <!--l. 343--><p class="noindent">Sets up <span +class="ecss-1000">hyperref </span>for use with the Hyper<span class="TEX">T<span +class="E">E</span>X</span>-compliant drivers. </td> </tr><tr valign="baseline" id="TBL-4-6-"><td align="left" style="white-space:nowrap;" id="TBL-4-6-1" class="td11"> <span -class="ectt-1000">nativepdf </span></td><td align="left" id="TBL-4-6-2" +class="ectt-1000">latex2html </span></td><td align="left" id="TBL-4-6-2" class="td11"> - <!--l. 331--><p class="noindent">an alias for <span -class="ecss-1000">dvips</span> </td> - - + <!--l. 344--><p class="noindent">Redefines a few macros for compatibility with <span +class="ecss-1000">latex2html</span>. </td> </tr><tr valign="baseline" id="TBL-4-7-"><td align="left" style="white-space:nowrap;" id="TBL-4-7-1" class="td11"> <span -class="ectt-1000">pdfmark </span></td><td align="left" id="TBL-4-7-2" +class="ectt-1000">nativepdf </span></td><td align="left" id="TBL-4-7-2" class="td11"> - <!--l. 332--><p class="noindent">an alias for <span + <!--l. 345--><p class="noindent">an alias for <span class="ecss-1000">dvips</span> </td> </tr><tr valign="baseline" id="TBL-4-8-"><td align="left" style="white-space:nowrap;" id="TBL-4-8-1" class="td11"> <span -class="ectt-1000">pdftex </span></td><td align="left" id="TBL-4-8-2" +class="ectt-1000">pdfmark </span></td><td align="left" id="TBL-4-8-2" +class="td11"> + <!--l. 346--><p class="noindent">an alias for <span +class="ecss-1000">dvips</span> </td> +</tr><tr + valign="baseline" id="TBL-4-9-"><td align="left" style="white-space:nowrap;" id="TBL-4-9-1" +class="td11"> <span +class="ectt-1000">pdftex </span></td><td align="left" id="TBL-4-9-2" class="td11"> - <!--l. 333--><p class="noindent">Sets up <span + <!--l. 347--><p class="noindent">Sets up <span class="ecss-1000">hyperref </span>for use with the <span class="ecss-1000">pdftex </span>program. </td> </tr><tr - valign="baseline" id="TBL-4-9-"><td align="left" style="white-space:nowrap;" id="TBL-4-9-1" + valign="baseline" id="TBL-4-10-"><td align="left" style="white-space:nowrap;" id="TBL-4-10-1" class="td11"> <span -class="ectt-1000">ps2pdf </span></td><td align="left" id="TBL-4-9-2" +class="ectt-1000">ps2pdf </span></td><td align="left" id="TBL-4-10-2" class="td11"> - <!--l. 334--><p class="noindent">Redefines a few macros for compatibility with Ghostscript’s PDF writer, + <!--l. 348--><p class="noindent">Redefines a few macros for compatibility with Ghostscript’s PDF writer, otherwise identical to <span class="ecss-1000">dvips</span>. </td> </tr><tr - valign="baseline" id="TBL-4-10-"><td align="left" style="white-space:nowrap;" id="TBL-4-10-1" + valign="baseline" id="TBL-4-11-"><td align="left" style="white-space:nowrap;" id="TBL-4-11-1" class="td11"> <span -class="ectt-1000">tex4ht </span></td><td align="left" id="TBL-4-10-2" +class="ectt-1000">tex4ht </span></td><td align="left" id="TBL-4-11-2" class="td11"> - <!--l. 337--><p class="noindent">for use with <span class="TEX"><span + <!--l. 351--><p class="noindent">for use with <span class="TEX"><span class="ecss-1000">T</span><span class="E"><span class="ecss-1000">E</span></span><span class="ecss-1000">X</span></span><span class="ecss-1000">4ht</span> </td> </tr><tr - valign="baseline" id="TBL-4-11-"><td align="left" style="white-space:nowrap;" id="TBL-4-11-1" + valign="baseline" id="TBL-4-12-"><td align="left" style="white-space:nowrap;" id="TBL-4-12-1" class="td11"> <span -class="ectt-1000">textures </span></td><td align="left" id="TBL-4-11-2" +class="ectt-1000">textures </span></td><td align="left" id="TBL-4-12-2" class="td11"> - <!--l. 338--><p class="noindent">for use with <span + <!--l. 352--><p class="noindent">for use with <span class="ecss-1000">Textures</span> </td> </tr><tr - valign="baseline" id="TBL-4-12-"><td align="left" style="white-space:nowrap;" id="TBL-4-12-1" + valign="baseline" id="TBL-4-13-"><td align="left" style="white-space:nowrap;" id="TBL-4-13-1" class="td11"> <span -class="ectt-1000">vtex </span></td><td align="left" id="TBL-4-12-2" +class="ectt-1000">vtex </span></td><td align="left" id="TBL-4-13-2" class="td11"> - <!--l. 339--><p class="noindent">For use with MicroPress’ <span + <!--l. 353--><p class="noindent">For use with MicroPress’ <span class="ecss-1000">VTeX</span>; the PDF and HTML backends are detected automatically. </td> </tr><tr - valign="baseline" id="TBL-4-13-"><td align="left" style="white-space:nowrap;" id="TBL-4-13-1" + valign="baseline" id="TBL-4-14-"><td align="left" style="white-space:nowrap;" id="TBL-4-14-1" class="td11"> <span -class="ectt-1000">vtexpdfmark </span></td><td align="left" id="TBL-4-13-2" +class="ectt-1000">vtexpdfmark </span></td><td align="left" id="TBL-4-14-2" class="td11"> - <!--l. 341--><p class="noindent">for use with <span + <!--l. 355--><p class="noindent">for use with <span class="ecss-1000">VTeX</span>’s PostScript backend. </td> </tr><tr - valign="baseline" id="TBL-4-14-"><td align="left" style="white-space:nowrap;" id="TBL-4-14-1" -class="td11"> </td> -</tr><tr valign="baseline" id="TBL-4-15-"><td align="left" style="white-space:nowrap;" id="TBL-4-15-1" class="td11"> </td> </tr><tr @@ -772,10 +777,13 @@ class="td11"> </td> class="td11"> </td> </tr><tr valign="baseline" id="TBL-4-18-"><td align="left" style="white-space:nowrap;" id="TBL-4-18-1" -class="td11"> </td><td align="left" id="TBL-4-18-2" +class="td11"> </td> +</tr><tr + valign="baseline" id="TBL-4-19-"><td align="left" style="white-space:nowrap;" id="TBL-4-19-1" +class="td11"> </td><td align="left" id="TBL-4-19-2" class="td11"></td></tr> </table></div> -<!--l. 344--><p class="indent"> If you use <span +<!--l. 358--><p class="indent"> If you use <span class="ecss-1000">dviwindo</span>, you may need to redefine the macro <span class="ectt-1000">\wwwbrowser </span>(the default is <span class="obeylines-h"><span class="verb"><span @@ -792,13 +800,13 @@ class="verbatim"><div class="verbatim"> <br /> Internet\string\iexplore.exe} </div> </td></tr></table> -<!--l. 353--><p class="nopar"> -<!--l. 355--><p class="noindent"> +<!--l. 367--><p class="nopar"> +<!--l. 369--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.4 </span> <a id="x1-80003.4"></a>Extension options</h4> -<!--l. 356--><p class="noindent"> +<!--l. 370--><p class="noindent"> <a - id="x1-8001r4"></a> <!--l. 357--><div class="longtable"><table class="longtable" + id="x1-8001r4"></a> <!--l. 371--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-5-1g"><col id="TBL-5-1"><col @@ -808,11 +816,11 @@ id="TBL-5-4"></colgroup> <tr valign="baseline" id="TBL-5-1-"><td align="left" style="white-space:nowrap;" id="TBL-5-1-1" class="td11"> <span -class="ectt-1000">extension </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-1-2" +class="ectt-1000">extension </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-1-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-5-1-3" class="td11"> </td><td align="left" id="TBL-5-1-4" class="td11"> - <!--l. 357--><p class="noindent">Set the file extension (e.g. <span + <!--l. 371--><p class="noindent">Set the file extension (e.g. <span class="ecss-1000">dvi</span>) which will be appended to file links created if you use the <span @@ -820,20 +828,20 @@ class="ecss-1000">xr </span>package. </td> </tr><tr valign="baseline" id="TBL-5-2-"><td align="left" style="white-space:nowrap;" id="TBL-5-2-1" class="td11"> <span -class="ectt-1000">hyperfigures </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-2-2" +class="ectt-1000">hyperfigures </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-2-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-2-3" class="td11"> </td><td align="left" id="TBL-5-2-4" class="td11"> - <!--l. 360--><p class="noindent"> </td> + <!--l. 374--><p class="noindent"> </td> </tr><tr valign="baseline" id="TBL-5-3-"><td align="left" style="white-space:nowrap;" id="TBL-5-3-1" class="td11"> <span -class="ectt-1000">backref </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-3-2" +class="ectt-1000">backref </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-3-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-3-3" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-5-3-4" class="td11"> - <!--l. 360--><p class="noindent">Adds ‘backlink’ text to the end of each + <!--l. 374--><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 @@ -843,168 +851,189 @@ class="ectt-1000">\bibitem</span></span></span>. </tr><tr valign="baseline" id="TBL-5-4-"><td align="left" style="white-space:nowrap;" id="TBL-5-4-1" class="td11"> <span -class="ectt-1000">pagebackref </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-4-2" +class="ectt-1000">pagebackref </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-4-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-4-3" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-5-4-4" class="td11"> - <!--l. 363--><p class="noindent">Adds ‘backlink’ text to the end of each + <!--l. 377--><p class="noindent">Adds ‘backlink’ text to the end of each item in the bibliography, as a list of page numbers. </td> </tr><tr valign="baseline" id="TBL-5-5-"><td align="left" style="white-space:nowrap;" id="TBL-5-5-1" class="td11"> <span -class="ectt-1000">hyperindex </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-5-2" +class="ectt-1000">hyperindex </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-5-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-5-3" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-5-5-4" +class="ecti-1000">true </span></td><td align="left" id="TBL-5-5-4" class="td11"> - <!--l. 365--><p class="noindent">Makes the text of index entries into - hyperlinks. Easily broken . . . </td> + <!--l. 379--><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="ectt-1000">pageanchor</span></span></span>, . . . ) </td> </tr><tr valign="baseline" id="TBL-5-6-"><td align="left" style="white-space:nowrap;" id="TBL-5-6-1" -class="td11"> <span -class="ectt-1000">encap </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-6-2" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-5-6-3" -class="td11"> </td><td align="left" id="TBL-5-6-4" -class="td11"> - <!--l. 366--><p class="noindent">Sets encap character for hyperindex </td> +class="td11"> <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">pageanchors</span></span></span> <span +class="ectt-1000">and </span><span class="obeylines-h"><span class="verb"><span +class="ectt-1000">plainpages=false</span></span></span><span +class="ectt-1000">. </span></td> </tr><tr valign="baseline" id="TBL-5-7-"><td align="left" style="white-space:nowrap;" id="TBL-5-7-1" class="td11"> <span -class="ectt-1000">linktocpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-7-2" +class="ectt-1000">hyperfootnotes </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-7-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-7-3" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-5-7-4" +class="ecti-1000">true </span></td><td align="left" id="TBL-5-7-4" class="td11"> - <!--l. 367--><p class="noindent">make page number, not text, be link on - TOC, LOF and LOT </td> + <!--l. 382--><p class="noindent">Makes the footnote marks into + hyperlinks to the footnote text. Easily + broken . . . </td> </tr><tr valign="baseline" id="TBL-5-8-"><td align="left" style="white-space:nowrap;" id="TBL-5-8-1" class="td11"> <span -class="ectt-1000">breaklinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-8-2" -class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-8-3" -class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-5-8-4" +class="ectt-1000">encap </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-8-2" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-5-8-3" +class="td11"> </td><td align="left" id="TBL-5-8-4" class="td11"> - <!--l. 368--><p class="noindent">allow links to break over lines by - making links over multiple lines into - PDF links to the same target </td> + <!--l. 384--><p class="noindent">Sets encap character for hyperindex </td> </tr><tr valign="baseline" id="TBL-5-9-"><td align="left" style="white-space:nowrap;" id="TBL-5-9-1" class="td11"> <span -class="ectt-1000">colorlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-9-2" +class="ectt-1000">linktocpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-9-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-9-3" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-5-9-4" class="td11"> - <!--l. 370--><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 links. </td> - - + <!--l. 385--><p class="noindent">make page number, not text, be link on + TOC, LOF and LOT </td> </tr><tr valign="baseline" id="TBL-5-10-"><td align="left" style="white-space:nowrap;" id="TBL-5-10-1" class="td11"> <span -class="ectt-1000">linkcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-10-2" -class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-10-3" +class="ectt-1000">breaklinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-10-2" +class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-10-3" class="td11"> <span -class="ecti-1000">red </span></td><td align="left" id="TBL-5-10-4" +class="ecti-1000">false </span></td><td align="left" id="TBL-5-10-4" class="td11"> - <!--l. 373--><p class="noindent">Color for normal internal links. </td> + <!--l. 386--><p class="noindent">allow links to break over lines by + making links over multiple lines into + PDF links to the same target </td> + + </tr><tr valign="baseline" id="TBL-5-11-"><td align="left" style="white-space:nowrap;" id="TBL-5-11-1" class="td11"> <span -class="ectt-1000">anchorcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-11-2" -class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-11-3" +class="ectt-1000">colorlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-11-2" +class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-11-3" class="td11"> <span -class="ecti-1000">black </span></td><td align="left" id="TBL-5-11-4" +class="ecti-1000">false </span></td><td align="left" id="TBL-5-11-4" class="td11"> - <!--l. 374--><p class="noindent">Color for anchor text. </td> + <!--l. 388--><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 links. </td> </tr><tr valign="baseline" id="TBL-5-12-"><td align="left" style="white-space:nowrap;" id="TBL-5-12-1" class="td11"> <span -class="ectt-1000">citecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-12-2" +class="ectt-1000">linkcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-12-2" class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-12-3" class="td11"> <span -class="ecti-1000">green </span></td><td align="left" id="TBL-5-12-4" +class="ecti-1000">red </span></td><td align="left" id="TBL-5-12-4" class="td11"> - <!--l. 375--><p class="noindent">Color for bibliographical citations in - text. </td> + <!--l. 391--><p class="noindent">Color for normal internal links. </td> </tr><tr valign="baseline" id="TBL-5-13-"><td align="left" style="white-space:nowrap;" id="TBL-5-13-1" class="td11"> <span -class="ectt-1000">filecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-13-2" +class="ectt-1000">anchorcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-13-2" class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-13-3" class="td11"> <span -class="ecti-1000">magenta </span></td><td align="left" id="TBL-5-13-4" +class="ecti-1000">black </span></td><td align="left" id="TBL-5-13-4" class="td11"> - <!--l. 376--><p class="noindent">Color for URLs which open local files. </td> + <!--l. 392--><p class="noindent">Color for anchor text. </td> </tr><tr valign="baseline" id="TBL-5-14-"><td align="left" style="white-space:nowrap;" id="TBL-5-14-1" class="td11"> <span -class="ectt-1000">menucolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-14-2" +class="ectt-1000">citecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-14-2" class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-14-3" class="td11"> <span -class="ecti-1000">red </span></td><td align="left" id="TBL-5-14-4" +class="ecti-1000">green </span></td><td align="left" id="TBL-5-14-4" class="td11"> - <!--l. 377--><p class="noindent">Color for Acrobat menu items. </td> + <!--l. 393--><p class="noindent">Color for bibliographical citations in + text. </td> </tr><tr valign="baseline" id="TBL-5-15-"><td align="left" style="white-space:nowrap;" id="TBL-5-15-1" class="td11"> <span -class="ectt-1000">pagecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-15-2" +class="ectt-1000">filecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-15-2" class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-15-3" class="td11"> <span -class="ecti-1000">red </span></td><td align="left" id="TBL-5-15-4" +class="ecti-1000">magenta </span></td><td align="left" id="TBL-5-15-4" class="td11"> - <!--l. 378--><p class="noindent">Color for links to other pages. </td> + <!--l. 394--><p class="noindent">Color for URLs which open local files. </td> </tr><tr valign="baseline" id="TBL-5-16-"><td align="left" style="white-space:nowrap;" id="TBL-5-16-1" class="td11"> <span -class="ectt-1000">urlcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-16-2" +class="ectt-1000">menucolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-16-2" class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-16-3" class="td11"> <span -class="ecti-1000">cyan </span></td><td align="left" id="TBL-5-16-4" +class="ecti-1000">red </span></td><td align="left" id="TBL-5-16-4" class="td11"> - <!--l. 379--><p class="noindent">Color for linked URLs. </td> + <!--l. 395--><p class="noindent">Color for Acrobat menu items. </td> </tr><tr valign="baseline" id="TBL-5-17-"><td align="left" style="white-space:nowrap;" id="TBL-5-17-1" class="td11"> <span -class="ectt-1000">frenchlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-17-2" -class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-17-3" +class="ectt-1000">pagecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-17-2" +class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-17-3" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-5-17-4" +class="ecti-1000">red </span></td><td align="left" id="TBL-5-17-4" class="td11"> - <!--l. 380--><p class="noindent">use small caps instead of color for links </td> + <!--l. 396--><p class="noindent">Color for links to other pages, but + currently unused. </td> </tr><tr valign="baseline" id="TBL-5-18-"><td align="left" style="white-space:nowrap;" id="TBL-5-18-1" -class="td11"> </td> +class="td11"> <span +class="ectt-1000">urlcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-18-2" +class="td11"> color </td><td align="left" style="white-space:nowrap;" id="TBL-5-18-3" +class="td11"> <span +class="ecti-1000">cyan </span></td><td align="left" id="TBL-5-18-4" +class="td11"> + <!--l. 398--><p class="noindent">Color for linked URLs. </td> </tr><tr valign="baseline" id="TBL-5-19-"><td align="left" style="white-space:nowrap;" id="TBL-5-19-1" -class="td11"> </td> +class="td11"> <span +class="ectt-1000">frenchlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-5-19-2" +class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-5-19-3" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-5-19-4" +class="td11"> + <!--l. 399--><p class="noindent">use small caps instead of color for links </td> </tr><tr valign="baseline" id="TBL-5-20-"><td align="left" style="white-space:nowrap;" id="TBL-5-20-1" -class="td11"> </td> +class="td11"> </td> </tr><tr valign="baseline" id="TBL-5-21-"><td align="left" style="white-space:nowrap;" id="TBL-5-21-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-5-21-2" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-5-21-3" -class="td11"> </td><td align="left" id="TBL-5-21-4" +class="td11"> </td> +</tr><tr + valign="baseline" id="TBL-5-22-"><td align="left" style="white-space:nowrap;" id="TBL-5-22-1" +class="td11"> </td> +</tr><tr + valign="baseline" id="TBL-5-23-"><td align="left" style="white-space:nowrap;" id="TBL-5-23-1" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-5-23-2" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-5-23-3" +class="td11"> </td><td align="left" id="TBL-5-23-4" class="td11"></td></tr> </table></div> -<!--l. 383--><p class="indent"> Note that all color names must be defined before use, following the normal system of the standard +<!--l. 402--><p class="indent"> Note that all color names must be defined before use, following the normal system of the standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> <span class="ecss-1000">color </span>package. -<!--l. 386--><p class="noindent"> +<!--l. 405--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a id="x1-90003.5"></a>PDF-specific display options</h4> -<!--l. 387--><p class="noindent"> +<!--l. 406--><p class="noindent"> <a - id="x1-9001r5"></a> <!--l. 388--><div class="longtable"><table class="longtable" + id="x1-9001r5"></a> <!--l. 407--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-6-1g"><col id="TBL-6-1"><col @@ -1013,197 +1042,204 @@ id="TBL-6-3"><col id="TBL-6-4"></colgroup> <tr valign="baseline" id="TBL-6-1-"><td align="left" style="white-space:nowrap;" id="TBL-6-1-1" -class="td11"> <span +class="td01"><span class="ectt-1000">bookmarks </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-1-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-6-1-3" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-6-1-4" -class="td11"> - <!--l. 388--><p class="noindent">A set of Acrobat bookmarks are - written, in - a manner similar to the table of - contents, requiring two passes of - <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span>. Some postprocessing of - the bookmark file (file extension - <span -class="ectt-1000">.out</span>) may be needed to translate - <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span> codes, since bookmarks - must - be written in PDFEncoding. To +class="ecti-1000">true </span></td><td align="left" id="TBL-6-1-4" +class="td10"> + <!--l. 407--><p class="noindent">A set of Acrobat bookmarks are written, in a + manner similar to the table of contents, requiring + two passes of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +class="E">E</span>X</span></span>. Some postprocessing of + the bookmark file (file extension <span +class="ectt-1000">.out</span>) may + be needed to translate <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +class="E">E</span>X</span></span> codes, since + bookmarks must be written in PDFEncoding. To aid this process, the <span -class="ectt-1000">.out </span>file - is not rewritten by <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span> if - it is edited to contain a line +class="ectt-1000">.out </span>file is not rewritten + by <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +class="E">E</span>X</span></span> if it is edited to contain a line <span class="obeylines-h"><span class="verb"><span -class="ectt-1000">\let\WriteBookmarks\relax</span></span></span> </td> +class="ectt-1000">\let\WriteBookmarks\relax</span></span></span> </td> + + </tr><tr valign="baseline" id="TBL-6-2-"><td align="left" style="white-space:nowrap;" id="TBL-6-2-1" -class="td11"> <span +class="td01"><span class="ectt-1000">bookmarksopen </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-2-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-6-2-3" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-6-2-4" -class="td11"> - <!--l. 394--><p class="noindent">If Acrobat bookmarks - are requested, show them with - all the subtrees expanded. </td> - - +class="td10"> + <!--l. 413--><p class="noindent">If Acrobat bookmarks are requested, show them + with all the subtrees expanded. </td> </tr><tr valign="baseline" id="TBL-6-3-"><td align="left" style="white-space:nowrap;" id="TBL-6-3-1" -class="td11"> <span +class="td01"><span class="ectt-1000">bookmarksopenlevel </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-3-2" class="td11"> parameter </td><td align="left" style="white-space:nowrap;" id="TBL-6-3-3" class="td11"> </td><td align="left" id="TBL-6-3-4" -class="td11"> - <!--l. 396--><p class="noindent">level (<span -class="ectt-1000">\maxdimen</span>) to which - bookmarks are open </td> +class="td10"> + <!--l. 415--><p class="noindent">level (<span +class="ectt-1000">\maxdimen</span>) to which bookmarks are open </td> </tr><tr valign="baseline" id="TBL-6-4-"><td align="left" style="white-space:nowrap;" id="TBL-6-4-1" -class="td11"> <span +class="td01"><span class="ectt-1000">bookmarksnumbered </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-4-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-6-4-3" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-6-4-4" -class="td11"> - <!--l. 397--><p class="noindent">If Acrobat bookmarks - are requested, include section - numbers. </td> +class="td10"> + <!--l. 416--><p class="noindent">If Acrobat bookmarks are requested, include + section numbers. </td> </tr><tr valign="baseline" id="TBL-6-5-"><td align="left" style="white-space:nowrap;" id="TBL-6-5-1" -class="td11"> <span +class="td01"><span class="ectt-1000">bookmarkstype </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-5-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-6-5-3" class="td11"> <span class="ecti-1000">toc </span></td><td align="left" id="TBL-6-5-4" -class="td11"> - <!--l. 398--><p class="noindent">to specify which ‘toc’ file to - mimic </td> +class="td10"> + <!--l. 417--><p class="noindent">to specify which ‘toc’ file to mimic </td> </tr><tr valign="baseline" id="TBL-6-6-"><td align="left" style="white-space:nowrap;" id="TBL-6-6-1" -class="td11"> <span -class="ectt-1000">pdfhighlight </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-6-2" -class="td11"> name </td><td align="left" style="white-space:nowrap;" id="TBL-6-6-3" -class="td11"> <span -class="ecti-1000">/I </span></td><td align="left" id="TBL-6-6-4" -class="td11"> - <!--l. 399--><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> +class="td01"><span +class="ectt-1000">CJKbookmarks </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-6-2" +class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-6-6-3" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-6-6-4" +class="td10"> + <!--l. 419--><p class="noindent">This option should be used to produce CJK + bookmarks. Package <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">hyperref</span></span></span> supports both + normal and preprocessed mode of the CJK + package; during the creation of bookmarks, + it simply replaces CJK’s macros with special + versions which expand to the corresponding + character codes. Note that without the ‘unicode’ + option of hyperref you get PDF files which + actually violate the PDF specification because + non-Unicode character codes are used – some + PDF readers localized for CJK languages (most + notably Acroread itself) support this. + <!--l. 429--><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> </tr><tr valign="baseline" id="TBL-6-7-"><td align="left" style="white-space:nowrap;" id="TBL-6-7-1" +class="td01"><span +class="ectt-1000">pdfhighlight </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-7-2" +class="td11"> name </td><td align="left" style="white-space:nowrap;" id="TBL-6-7-3" class="td11"> <span -class="ectt-1000">citebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-7-2" -class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-7-3" -class="td11"> <span -class="ecti-1000">0 1 0 </span></td><td align="left" id="TBL-6-7-4" -class="td11"> - <!--l. 402--><p class="noindent">The color of the box around - citations </td> +class="ecti-1000">/I </span></td><td align="left" id="TBL-6-7-4" +class="td10"> + <!--l. 432--><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> </tr><tr valign="baseline" id="TBL-6-8-"><td align="left" style="white-space:nowrap;" id="TBL-6-8-1" -class="td11"> <span -class="ectt-1000">filebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-8-2" +class="td01"><span +class="ectt-1000">citebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-8-2" class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-8-3" class="td11"> <span -class="ecti-1000">0 .5 .5 </span></td><td align="left" id="TBL-6-8-4" -class="td11"> - <!--l. 403--><p class="noindent">The color of the box around links - to files </td> +class="ecti-1000">0 1 0 </span></td><td align="left" id="TBL-6-8-4" +class="td10"> + <!--l. 435--><p class="noindent">The color of the box around citations </td> </tr><tr valign="baseline" id="TBL-6-9-"><td align="left" style="white-space:nowrap;" id="TBL-6-9-1" -class="td11"> <span -class="ectt-1000">linkbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-9-2" +class="td01"><span +class="ectt-1000">filebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-9-2" class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-9-3" class="td11"> <span -class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-6-9-4" -class="td11"> - <!--l. 404--><p class="noindent">The color of the box around - normal links </td> +class="ecti-1000">0 .5 .5 </span></td><td align="left" id="TBL-6-9-4" +class="td10"> + <!--l. 436--><p class="noindent">The color of the box around links to files </td> </tr><tr valign="baseline" id="TBL-6-10-"><td align="left" style="white-space:nowrap;" id="TBL-6-10-1" -class="td11"> <span -class="ectt-1000">menubordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-10-2" +class="td01"><span +class="ectt-1000">linkbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-10-2" class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-10-3" class="td11"> <span class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-6-10-4" -class="td11"> - <!--l. 405--><p class="noindent">The color of the box around - Acrobat menu links </td> +class="td10"> + <!--l. 437--><p class="noindent">The color of the box around normal links </td> </tr><tr valign="baseline" id="TBL-6-11-"><td align="left" style="white-space:nowrap;" id="TBL-6-11-1" -class="td11"> <span -class="ectt-1000">pagebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-11-2" +class="td01"><span +class="ectt-1000">menubordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-11-2" class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-11-3" class="td11"> <span -class="ecti-1000">1 1 0 </span></td><td align="left" id="TBL-6-11-4" -class="td11"> - <!--l. 406--><p class="noindent">The color of the box around links - to pages </td> +class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-6-11-4" +class="td10"> + <!--l. 438--><p class="noindent">The color of the box around Acrobat menu links</td> </tr><tr valign="baseline" id="TBL-6-12-"><td align="left" style="white-space:nowrap;" id="TBL-6-12-1" -class="td11"> <span -class="ectt-1000">urlbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-12-2" +class="td01"><span +class="ectt-1000">pagebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-12-2" class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-12-3" class="td11"> <span -class="ecti-1000">0 1 1 </span></td><td align="left" id="TBL-6-12-4" -class="td11"> - <!--l. 407--><p class="noindent">The color of the box around links - to URLs </td> +class="ecti-1000">1 1 0 </span></td><td align="left" id="TBL-6-12-4" +class="td10"> + <!--l. 439--><p class="noindent">The color of the box around links to pages </td> </tr><tr valign="baseline" id="TBL-6-13-"><td align="left" style="white-space:nowrap;" id="TBL-6-13-1" -class="td11"> <span -class="ectt-1000">runbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-13-2" +class="td01"><span +class="ectt-1000">urlbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-13-2" class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-13-3" class="td11"> <span -class="ecti-1000">0 .7 .7 </span></td><td align="left" id="TBL-6-13-4" -class="td11"> - <!--l. 408--><p class="noindent">color of border around ‘run’ links </td> +class="ecti-1000">0 1 1 </span></td><td align="left" id="TBL-6-13-4" +class="td10"> + <!--l. 440--><p class="noindent">The color of the box around links to URLs </td> </tr><tr valign="baseline" id="TBL-6-14-"><td align="left" style="white-space:nowrap;" id="TBL-6-14-1" +class="td01"><span +class="ectt-1000">runbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-14-2" +class="td11"> RGB color </td><td align="left" style="white-space:nowrap;" id="TBL-6-14-3" class="td11"> <span -class="ectt-1000">pdfborder </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-14-2" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-6-14-3" -class="td11"> <span -class="ecti-1000">0 0 1 </span></td><td align="left" id="TBL-6-14-4" -class="td11"> - <!--l. 409--><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> +class="ecti-1000">0 .7 .7 </span></td><td align="left" id="TBL-6-14-4" +class="td10"> + <!--l. 441--><p class="noindent">color of border around ‘run’ links </td> </tr><tr valign="baseline" id="TBL-6-15-"><td align="left" style="white-space:nowrap;" id="TBL-6-15-1" -class="td11"> </td> +class="td01"><span +class="ectt-1000">pdfborder </span></td><td align="left" style="white-space:nowrap;" id="TBL-6-15-2" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-6-15-3" +class="td11"> <span +class="ecti-1000">0 0 1 </span></td><td align="left" id="TBL-6-15-4" +class="td10"> + <!--l. 442--><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 valign="baseline" id="TBL-6-16-"><td align="left" style="white-space:nowrap;" id="TBL-6-16-1" -class="td11"> </td> +class="td01"> </td> </tr><tr valign="baseline" id="TBL-6-17-"><td align="left" style="white-space:nowrap;" id="TBL-6-17-1" -class="td11"> </td> +class="td01"> </td> + </tr><tr valign="baseline" id="TBL-6-18-"><td align="left" style="white-space:nowrap;" id="TBL-6-18-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-6-18-2" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-6-18-3" -class="td11"> </td><td align="left" id="TBL-6-18-4" -class="td11"></td></tr> +class="td01"> </td> +</tr><tr + valign="baseline" id="TBL-6-19-"><td align="left" style="white-space:nowrap;" id="TBL-6-19-1" +class="td01"> </td><td align="left" style="white-space:nowrap;" id="TBL-6-19-2" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-6-19-3" +class="td11"> </td><td align="left" id="TBL-6-19-4" +class="td10"></td></tr> </table></div> -<!--l. 413--><p class="indent"> Note that the color of link borders can be specified <span +<!--l. 446--><p class="indent"> Note that the color of link borders can be specified <span class="ecti-1000">only </span>as 3 numbers in the range 0..1, giving an RGB color. You cannot use colors defined in <span class="TEX">T<span class="E">E</span>X</span>. -<!--l. 417--><p class="indent"> The bookmark commands are stored in a file called <span +<!--l. 450--><p class="indent"> The bookmark commands are stored in a file called <span class="ecti-1000">jobname</span><span class="ectt-1000">.out</span>. The files is not processed by <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span> so any markup is passed through. You can postprocess this file as needed; as an aid - +class="E">E</span>X</span></span> so any markup is passed through. You can postprocess this file as needed; as an aid for this, the <span class="ectt-1000">.out </span>file is not overwritten on the next <span class="TEX">T<span class="E">E</span>X</span> run if it is edited to contain the @@ -1217,13 +1253,13 @@ class="verbatim"><div class="verbatim"> \let\WriteBookmarks\relax </div> </td></tr></table> -<!--l. 425--><p class="nopar"> -<!--l. 427--><p class="noindent"> +<!--l. 458--><p class="nopar"> +<!--l. 460--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a id="x1-100003.6"></a>PDF display and information options</h4> -<!--l. 428--><p class="noindent"> +<!--l. 461--><p class="noindent"> <a - id="x1-10001r6"></a> <!--l. 429--><div class="longtable"><table class="longtable" + id="x1-10001r6"></a> <!--l. 462--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-7-1g"><col id="TBL-7-1"><col @@ -1235,9 +1271,9 @@ id="TBL-7-4"></colgroup> class="td11"> <span class="ectt-1000">baseurl </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-1-2" class="td11"> URL </td><td align="left" style="white-space:nowrap;" id="TBL-7-1-3" -class="td11"> </td><td align="left" id="TBL-7-1-4" +class="td11"> </td><td align="left" id="TBL-7-1-4" class="td11"> - <!--l. 429--><p class="noindent">Sets the base URL of the PDF + <!--l. 462--><p class="noindent">Sets the base URL of the PDF document </td> </tr><tr valign="baseline" id="TBL-7-2-"><td align="left" style="white-space:nowrap;" id="TBL-7-2-1" @@ -1247,7 +1283,7 @@ class="td11"> text </td><td align="left" style="white-space:nowrap;" id= class="td11"> <span class="ecti-1000">None </span></td><td align="left" id="TBL-7-2-4" class="td11"> - <!--l. 430--><p class="noindent">Determines how the file is + <!--l. 463--><p class="noindent">Determines how the file is opening in Acrobat; the possibilities are <span class="ectt-1000">None</span>, <span @@ -1264,54 +1300,54 @@ class="ectt-1000">UseOutlines </span>is used. </td> class="td11"> <span class="ectt-1000">pdftitle </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-3-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-3-3" -class="td11"> </td><td align="left" id="TBL-7-3-4" +class="td11"> </td><td align="left" id="TBL-7-3-4" class="td11"> - <!--l. 434--><p class="noindent">Sets the document information Title + <!--l. 467--><p class="noindent">Sets the document information Title field </td> </tr><tr valign="baseline" id="TBL-7-4-"><td align="left" style="white-space:nowrap;" id="TBL-7-4-1" class="td11"> <span class="ectt-1000">pdfauthor </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-4-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-4-3" -class="td11"> </td><td align="left" id="TBL-7-4-4" +class="td11"> </td><td align="left" id="TBL-7-4-4" class="td11"> - <!--l. 435--><p class="noindent">Sets the document information Author + <!--l. 468--><p class="noindent">Sets the document information Author field </td> </tr><tr valign="baseline" id="TBL-7-5-"><td align="left" style="white-space:nowrap;" id="TBL-7-5-1" class="td11"> <span class="ectt-1000">pdfsubject </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-5-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-5-3" -class="td11"> </td><td align="left" id="TBL-7-5-4" +class="td11"> </td><td align="left" id="TBL-7-5-4" class="td11"> - <!--l. 436--><p class="noindent">Sets the document information Subject + <!--l. 469--><p class="noindent">Sets the document information Subject field </td> </tr><tr valign="baseline" id="TBL-7-6-"><td align="left" style="white-space:nowrap;" id="TBL-7-6-1" class="td11"> <span class="ectt-1000">pdfcreator </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-6-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-6-3" -class="td11"> </td><td align="left" id="TBL-7-6-4" +class="td11"> </td><td align="left" id="TBL-7-6-4" class="td11"> - <!--l. 437--><p class="noindent">Sets the document information Creator + <!--l. 470--><p class="noindent">Sets the document information Creator field </td> </tr><tr valign="baseline" id="TBL-7-7-"><td align="left" style="white-space:nowrap;" id="TBL-7-7-1" class="td11"> <span class="ectt-1000">pdfproducer </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-7-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-7-3" -class="td11"> </td><td align="left" id="TBL-7-7-4" +class="td11"> </td><td align="left" id="TBL-7-7-4" class="td11"> - <!--l. 438--><p class="noindent">Sets the document information + <!--l. 471--><p class="noindent">Sets the document information Producer field </td> </tr><tr valign="baseline" id="TBL-7-8-"><td align="left" style="white-space:nowrap;" id="TBL-7-8-1" class="td11"> <span class="ectt-1000">pdfkeywords </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-8-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-8-3" -class="td11"> </td><td align="left" id="TBL-7-8-4" +class="td11"> </td><td align="left" id="TBL-7-8-4" class="td11"> - <!--l. 439--><p class="noindent">Sets the document information + <!--l. 472--><p class="noindent">Sets the document information Keywords field </td> </tr><tr valign="baseline" id="TBL-7-9-"><td align="left" style="white-space:nowrap;" id="TBL-7-9-1" @@ -1319,9 +1355,9 @@ class="td11"> <span class="ectt-1000">pdfview </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-9-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-9-3" class="td11"> <span -class="ecti-1000">FitBH </span></td><td align="left" id="TBL-7-9-4" +class="ecti-1000">XYZ </span></td><td align="left" id="TBL-7-9-4" class="td11"> - <!--l. 440--><p class="noindent">Sets the default PDF ‘view’ for each + <!--l. 473--><p class="noindent">Sets the default PDF ‘view’ for each link </td> </tr><tr valign="baseline" id="TBL-7-10-"><td align="left" style="white-space:nowrap;" id="TBL-7-10-1" @@ -1331,7 +1367,7 @@ class="td11"> text </td><td align="left" style="white-space:nowrap;" id= class="td11"> <span class="ecti-1000">1 </span></td><td align="left" id="TBL-7-10-4" class="td11"> - <!--l. 441--><p class="noindent">Determines on which page the PDF file + <!--l. 474--><p class="noindent">Determines on which page the PDF file is opened. </td> </tr><tr valign="baseline" id="TBL-7-11-"><td align="left" style="white-space:nowrap;" id="TBL-7-11-1" @@ -1339,9 +1375,9 @@ class="td11"> <span class="ectt-1000">pdfstartview </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-11-2" class="td11"> text </td><td align="left" style="white-space:nowrap;" id="TBL-7-11-3" class="td11"> <span -class="ecti-1000">FitB </span></td><td align="left" id="TBL-7-11-4" +class="ecti-1000">Fit </span></td><td align="left" id="TBL-7-11-4" class="td11"> - <!--l. 442--><p class="noindent">Set the startup page view </td> + <!--l. 475--><p class="noindent">Set the startup page view </td> </tr><tr @@ -1349,9 +1385,9 @@ class="td11"> class="td11"> <span class="ectt-1000">pdfpagescrop </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-12-2" class="td11"> n n n n </td><td align="left" style="white-space:nowrap;" id="TBL-7-12-3" -class="td11"> </td><td align="left" id="TBL-7-12-4" +class="td11"> </td><td align="left" id="TBL-7-12-4" class="td11"> - <!--l. 443--><p class="noindent">Sets the default PDF crop box for + <!--l. 476--><p class="noindent">Sets the default PDF crop box for pages. This should be a set of four numbers </td> </tr><tr @@ -1362,7 +1398,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-7-13-4" class="td11"> - <!--l. 444--><p class="noindent">position the document window in the + <!--l. 477--><p class="noindent">position the document window in the center of the screen </td> </tr><tr valign="baseline" id="TBL-7-14-"><td align="left" style="white-space:nowrap;" id="TBL-7-14-1" @@ -1372,7 +1408,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-7-14-4" class="td11"> - <!--l. 445--><p class="noindent">resize document window to fit + <!--l. 478--><p class="noindent">resize document window to fit document size </td> </tr><tr valign="baseline" id="TBL-7-15-"><td align="left" style="white-space:nowrap;" id="TBL-7-15-1" @@ -1382,7 +1418,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-7-15-4" class="td11"> - <!--l. 446--><p class="noindent">make PDF viewer’s menu bar visible </td> + <!--l. 479--><p class="noindent">make PDF viewer’s menu bar visible </td> </tr><tr valign="baseline" id="TBL-7-16-"><td align="left" style="white-space:nowrap;" id="TBL-7-16-1" class="td11"> <span @@ -1391,7 +1427,7 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-7-16-4" class="td11"> - <!--l. 447--><p class="noindent">make links that open another PDF file + <!--l. 480--><p class="noindent">make links that open another PDF file start a new window </td> </tr><tr valign="baseline" id="TBL-7-17-"><td align="left" style="white-space:nowrap;" id="TBL-7-17-1" @@ -1401,16 +1437,16 @@ class="td11"> text </td><td align="left" style="white-space:nowrap;" id= class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-7-17-4" class="td11"> - <!--l. 448--><p class="noindent">set layout of PDF pages </td> + <!--l. 481--><p class="noindent">set layout of PDF pages </td> </tr><tr valign="baseline" id="TBL-7-18-"><td align="left" style="white-space:nowrap;" id="TBL-7-18-1" class="td11"> <span class="ectt-1000">pdfpagelabels </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-18-2" class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-7-18-3" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-7-18-4" +class="ecti-1000">true </span></td><td align="left" id="TBL-7-18-4" class="td11"> - <!--l. 449--><p class="noindent">set PDF page labels </td> + <!--l. 482--><p class="noindent">set PDF page labels </td> </tr><tr valign="baseline" id="TBL-7-19-"><td align="left" style="white-space:nowrap;" id="TBL-7-19-1" class="td11"> <span @@ -1419,7 +1455,7 @@ class="td11"> text </td><td align="left" style="white-space:nowrap;" id= class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-7-19-4" class="td11"> - <!--l. 450--><p class="noindent">set PDF page transition style </td> + <!--l. 483--><p class="noindent">set PDF page transition style </td> </tr><tr valign="baseline" id="TBL-7-20-"><td align="left" style="white-space:nowrap;" id="TBL-7-20-1" class="td11"> <span @@ -1428,12 +1464,12 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-7-20-4" class="td11"> - <!--l. 451--><p class="noindent">make PDF toolbar visible </td> + <!--l. 484--><p class="noindent">make PDF toolbar visible </td> </tr><tr valign="baseline" id="TBL-7-21-"><td align="left" style="white-space:nowrap;" id="TBL-7-21-1" class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-7-21-2" class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-7-21-3" -class="td11"> </td><td align="left" id="TBL-7-21-4" +class="td11"> </td><td align="left" id="TBL-7-21-4" class="td11"></td></tr> <tr valign="baseline" id="TBL-7-22-"><td align="left" style="white-space:nowrap;" id="TBL-7-22-1" @@ -1443,16 +1479,17 @@ class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="T class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-7-22-4" class="td11"> - <!--l. 452--><p class="noindent">make PDF user interface elements + <!--l. 485--><p class="noindent">make PDF user interface elements visible </td> </tr><tr valign="baseline" id="TBL-7-23-"><td align="left" style="white-space:nowrap;" id="TBL-7-23-1" class="td11"> <span class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-7-23-2" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-7-23-3" -class="td11"> </td><td align="left" id="TBL-7-23-4" +class="td11"> boolean </td><td align="left" style="white-space:nowrap;" id="TBL-7-23-3" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-7-23-4" class="td11"> - <!--l. 453--><p class="noindent">Unicode encoded PDF strings </td> + <!--l. 486--><p class="noindent">Unicode encoded PDF strings </td> </tr><tr valign="baseline" id="TBL-7-24-"><td align="left" style="white-space:nowrap;" id="TBL-7-24-1" class="td11"> </td> @@ -1467,24 +1504,28 @@ class="td11"> </td> class="td11"> </td> </tr> </table></div> -<!--l. 456--><p class="indent"> Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, +<!--l. 489--><p class="indent"> Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which is not the same as <span class="TEX">T<span -class="E">E</span>X</span>’s. pdf<span class="TEX">T<span -class="E">E</span>X</span> works by supplying default values for <span +class="E">E</span>X</span>’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="ectt-1000">\hypercalcbp</span></span></span> that is explained on page <a +href="#x1-140004.2">31<!--tex4ht:ref: hypercalcbp --></a>. pdf<span class="TEX">T<span +class="E">E</span>X</span> works by supplying default +values for <span class="ectt-1000">XYZ </span>(horizontal <span -class="cmsy-10">×</span> -vertical <span +class="cmsy-10">× </span>vertical <span class="cmsy-10">× </span>zoom) and <span class="ectt-1000">FitBH</span>. However, drivers using <span -class="ectt-1000">pdfmark </span>do not supply defaults, so <span -class="ecss-1000">hyperref </span>passes in -a value of -32768, which causes Acrobat to set (usually) sensible defaults. The following are possible -values for the <span +class="ectt-1000">pdfmark </span>do +not supply defaults, so <span +class="ecss-1000">hyperref </span>passes in a value of -32768, which causes Acrobat to set +(usually) sensible defaults. The following are possible values for the <span class="ectt-1000">pdfview </span>and <span -class="ectt-1000">pdfstartview </span>parameters. -<!--l. 465--><p class="noindent"> +class="ectt-1000">pdfstartview</span> +parameters. +<!--l. 501--><p class="noindent"> <a - id="x1-10002r7"></a> <!--l. 466--><div class="longtable"><table class="longtable" + id="x1-10002r7"></a> <!--l. 502--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-8-1g"><col id="TBL-8-1"><col @@ -1497,7 +1538,7 @@ class="ectt-1000">XYZ </span></td><td align="left" style="white-space:nowrap; class="td11"> <span class="ecti-1000">left top zoom </span></td><td align="left" id="TBL-8-1-3" class="td11"> - <!--l. 466--><p class="noindent">Sets a coordinate and a zoom factor. If any one + <!--l. 502--><p class="noindent">Sets a coordinate and a zoom factor. If any one is null, the source link value is used. <span class="ecti-1000">null null</span> <span @@ -1509,7 +1550,9 @@ class="td11"> <span class="ectt-1000">Fit </span></td><td align="left" style="white-space:nowrap;" id="TBL-8-2-2" class="td11"> </td><td align="left" id="TBL-8-2-3" class="td11"> - <!--l. 468--><p class="noindent">Fits the page to the window. </td> + <!--l. 504--><p class="noindent">Fits the page to the window. </td> + + </tr><tr valign="baseline" id="TBL-8-3-"><td align="left" style="white-space:nowrap;" id="TBL-8-3-1" class="td11"> <span @@ -1517,9 +1560,7 @@ class="ectt-1000">FitH </span></td><td align="left" style="white-space:nowrap; class="td11"> <span class="ecti-1000">top </span></td><td align="left" id="TBL-8-3-3" class="td11"> - <!--l. 469--><p class="noindent">Fits the width of the page to the window. </td> - - + <!--l. 505--><p class="noindent">Fits the width of the page to the window. </td> </tr><tr valign="baseline" id="TBL-8-4-"><td align="left" style="white-space:nowrap;" id="TBL-8-4-1" class="td11"> <span @@ -1527,7 +1568,7 @@ class="ectt-1000">FitV </span></td><td align="left" style="white-space:nowrap; class="td11"> <span class="ecti-1000">left </span></td><td align="left" id="TBL-8-4-3" class="td11"> - <!--l. 470--><p class="noindent">Fits the height of the page to the window. </td> + <!--l. 506--><p class="noindent">Fits the height of the page to the window. </td> </tr><tr valign="baseline" id="TBL-8-5-"><td align="left" style="white-space:nowrap;" id="TBL-8-5-1" class="td11"> <span @@ -1535,7 +1576,7 @@ class="ectt-1000">FitR </span></td><td align="left" style="white-space:nowrap; class="td11"> <span class="ecti-1000">left bottom right top </span></td><td align="left" id="TBL-8-5-3" class="td11"> - <!--l. 471--><p class="noindent">Fits the rectangle specified by the four + <!--l. 507--><p class="noindent">Fits the rectangle specified by the four coordinates to the window. </td> </tr><tr valign="baseline" id="TBL-8-6-"><td align="left" style="white-space:nowrap;" id="TBL-8-6-1" @@ -1543,7 +1584,7 @@ class="td11"> <span class="ectt-1000">FitB </span></td><td align="left" style="white-space:nowrap;" id="TBL-8-6-2" class="td11"> </td><td align="left" id="TBL-8-6-3" class="td11"> - <!--l. 472--><p class="noindent">Fits the page bounding box to the window. </td> + <!--l. 508--><p class="noindent">Fits the page bounding box to the window. </td> </tr><tr valign="baseline" id="TBL-8-7-"><td align="left" style="white-space:nowrap;" id="TBL-8-7-1" class="td11"> <span @@ -1551,7 +1592,7 @@ class="ectt-1000">FitBH </span></td><td align="left" style="white-space:nowrap; class="td11"> <span class="ecti-1000">top </span></td><td align="left" id="TBL-8-7-3" class="td11"> - <!--l. 473--><p class="noindent">Fits the width of the page bounding box to + <!--l. 509--><p class="noindent">Fits the width of the page bounding box to the window. </td> </tr><tr valign="baseline" id="TBL-8-8-"><td align="left" style="white-space:nowrap;" id="TBL-8-8-1" @@ -1560,7 +1601,7 @@ class="ectt-1000">FitBV </span></td><td align="left" style="white-space:nowrap; class="td11"> <span class="ecti-1000">left </span></td><td align="left" id="TBL-8-8-3" class="td11"> - <!--l. 474--><p class="noindent">Fits the height of the page bounding box to + <!--l. 510--><p class="noindent">Fits the height of the page bounding box to the window. </td> </tr><tr valign="baseline" id="TBL-8-9-"><td align="left" style="white-space:nowrap;" id="TBL-8-9-1" @@ -1580,11 +1621,11 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-8 class="td11"> </td><td align="left" id="TBL-8-13-3" class="td11"></td></tr> </table></div> -<!--l. 477--><p class="indent"> The <span +<!--l. 513--><p class="indent"> The <span class="ectt-1000">pdfpagelayout </span>can be one of the following values. -<!--l. 479--><p class="noindent"> +<!--l. 515--><p class="noindent"> <a - id="x1-10003r8"></a> <!--l. 480--><div class="longtable"><table class="longtable" + id="x1-10003r8"></a> <!--l. 516--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-9-1g"><col id="TBL-9-1"><col @@ -1594,26 +1635,26 @@ id="TBL-9-2"></colgroup> class="td11"> <span class="ectt-1000">SinglePage </span></td><td align="left" id="TBL-9-1-2" class="td11"> - <!--l. 480--><p class="noindent">Displays a single page; advancing flips the page </td> + <!--l. 516--><p class="noindent">Displays a single page; advancing flips the page </td> </tr><tr valign="baseline" id="TBL-9-2-"><td align="left" style="white-space:nowrap;" id="TBL-9-2-1" class="td11"> <span class="ectt-1000">OneColumn </span></td><td align="left" id="TBL-9-2-2" class="td11"> - <!--l. 481--><p class="noindent">Displays the document in one column; continuous scrolling. </td> + <!--l. 517--><p class="noindent">Displays the document in one column; continuous scrolling. </td> </tr><tr valign="baseline" id="TBL-9-3-"><td align="left" style="white-space:nowrap;" id="TBL-9-3-1" class="td11"> <span class="ectt-1000">TwoColumnLeft </span></td><td align="left" id="TBL-9-3-2" class="td11"> - <!--l. 482--><p class="noindent">Displays the document in two columns, odd-numbered pages to + <!--l. 518--><p class="noindent">Displays the document in two columns, odd-numbered pages to the left. </td> </tr><tr valign="baseline" id="TBL-9-4-"><td align="left" style="white-space:nowrap;" id="TBL-9-4-1" class="td11"> <span class="ectt-1000">TwoColumnRight </span></td><td align="left" id="TBL-9-4-2" class="td11"> - <!--l. 483--><p class="noindent">Displays the document in two columns, odd-numbered pages to + <!--l. 519--><p class="noindent">Displays the document in two columns, odd-numbered pages to the right. </td> </tr><tr valign="baseline" id="TBL-9-5-"><td align="left" style="white-space:nowrap;" id="TBL-9-5-1" @@ -1629,7 +1670,7 @@ class="td11"> </td> class="td11"> </td><td align="left" id="TBL-9-8-2" class="td11"></td></tr> </table></div> -<!--l. 486--><p class="indent"> Finally, the <span +<!--l. 522--><p class="indent"> Finally, the <span class="ectt-1000">pdfpagetransition </span>can be one of the following values, where <span class="ecti-1000">/Di </span>stands for direction of motion in degrees, generally in 90<sup ><span @@ -1642,9 +1683,9 @@ class="ectt-1000">Blinds /Dm /V</span>), and <span class="ecti-1000">/M </span>is for motion, either in (<span class="ectt-1000">/I</span>) or out (<span class="ectt-1000">/O</span>). -<!--l. 493--><p class="noindent"> +<!--l. 529--><p class="noindent"> <a - id="x1-10004r9"></a> <!--l. 494--><div class="longtable"><table class="longtable" + id="x1-10004r9"></a> <!--l. 530--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-10-1g"><col id="TBL-10-1"><col @@ -1656,7 +1697,7 @@ class="td11"> <span class="ectt-1000">Blinds </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-1-2" class="td11"> /Dm </td><td align="left" id="TBL-10-1-3" class="td11"> - <!--l. 494--><p class="noindent">Multiple lines distributed evenly across the screen sweep + <!--l. 530--><p class="noindent">Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. </td> </tr><tr valign="baseline" id="TBL-10-2-"><td align="left" style="white-space:nowrap;" id="TBL-10-2-1" @@ -1664,7 +1705,7 @@ class="td11"> <span class="ectt-1000">Box </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-2-2" class="td11"> /M </td><td align="left" id="TBL-10-2-3" class="td11"> - <!--l. 496--><p class="noindent">A box sweeps in or out. </td> + <!--l. 532--><p class="noindent">A box sweeps in or out. </td> </tr><tr @@ -1673,7 +1714,7 @@ class="td11"> <span class="ectt-1000">Dissolve </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-3-2" class="td11"> </td><td align="left" id="TBL-10-3-3" class="td11"> - <!--l. 497--><p class="noindent">The page image dissolves in a piecemeal fashion to reveal + <!--l. 533--><p class="noindent">The page image dissolves in a piecemeal fashion to reveal the new page. </td> </tr><tr valign="baseline" id="TBL-10-4-"><td align="left" style="white-space:nowrap;" id="TBL-10-4-1" @@ -1681,7 +1722,7 @@ class="td11"> <span class="ectt-1000">Glitter </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-4-2" class="td11"> /Di </td><td align="left" id="TBL-10-4-3" class="td11"> - <!--l. 498--><p class="noindent">Similar to Dissolve, except the effect sweeps across the + <!--l. 534--><p class="noindent">Similar to Dissolve, except the effect sweeps across the screen. </td> </tr><tr valign="baseline" id="TBL-10-5-"><td align="left" style="white-space:nowrap;" id="TBL-10-5-1" @@ -1689,14 +1730,14 @@ class="td11"> <span class="ectt-1000">Split </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-5-2" class="td11"> /Dm /M </td><td align="left" id="TBL-10-5-3" class="td11"> - <!--l. 499--><p class="noindent">Two lines sweep across the screen to reveal the new page. </td> + <!--l. 535--><p class="noindent">Two lines sweep across the screen to reveal the new page. </td> </tr><tr valign="baseline" id="TBL-10-6-"><td align="left" style="white-space:nowrap;" id="TBL-10-6-1" class="td11"> <span class="ectt-1000">Wipe </span></td><td align="left" style="white-space:nowrap;" id="TBL-10-6-2" class="td11"> /Di </td><td align="left" id="TBL-10-6-3" class="td11"> - <!--l. 500--><p class="noindent">A single line sweeps across the screen to reveal the new + <!--l. 536--><p class="noindent">A single line sweeps across the screen to reveal the new page. </td> </tr><tr valign="baseline" id="TBL-10-7-"><td align="left" style="white-space:nowrap;" id="TBL-10-7-1" @@ -1713,14 +1754,14 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TB class="td11"> </td><td align="left" id="TBL-10-10-3" class="td11"></td></tr> </table></div> -<!--l. 503--><p class="noindent"> +<!--l. 539--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">3.7 </span> <a id="x1-110003.7"></a>Big alphabetical list</h4> -<!--l. 505--><p class="noindent">The following is a complete listing of available options for <span +<!--l. 541--><p class="noindent">The following is a complete listing of available options for <span class="ecss-1000">hyperref</span>, arranged alphabetically. -<!--l. 508--><p class="noindent"> +<!--l. 544--><p class="noindent"> <a - id="x1-11001r10"></a> <!--l. 509--><div class="longtable"><table class="longtable" + id="x1-11001r10"></a> <!--l. 545--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-11-1g"><col id="TBL-11-1"><col @@ -1732,14 +1773,14 @@ class="td11"> <span class="ectt-1000">a4paper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-1-2" class="td11"> </td><td align="left" id="TBL-11-1-3" class="td11"> - <!--l. 509--><p class="noindent">use A4 paper </td> + <!--l. 545--><p class="noindent">use A4 paper </td> </tr><tr valign="baseline" id="TBL-11-2-"><td align="left" style="white-space:nowrap;" id="TBL-11-2-1" class="td11"> <span class="ectt-1000">a5paper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-2-2" class="td11"> </td><td align="left" id="TBL-11-2-3" class="td11"> - <!--l. 510--><p class="noindent">use A5 paper </td> + <!--l. 546--><p class="noindent">use A5 paper </td> </tr><tr valign="baseline" id="TBL-11-3-"><td align="left" style="white-space:nowrap;" id="TBL-11-3-1" class="td11"> <span @@ -1747,14 +1788,14 @@ class="ectt-1000">anchorcolor </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">black </span></td><td align="left" id="TBL-11-3-3" class="td11"> - <!--l. 511--><p class="noindent">set color of anchors </td> + <!--l. 547--><p class="noindent">set color of anchors </td> </tr><tr valign="baseline" id="TBL-11-4-"><td align="left" style="white-space:nowrap;" id="TBL-11-4-1" class="td11"> <span class="ectt-1000">b5paper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-4-2" class="td11"> </td><td align="left" id="TBL-11-4-3" class="td11"> - <!--l. 512--><p class="noindent">use B5 paper </td> + <!--l. 548--><p class="noindent">use B5 paper </td> </tr><tr valign="baseline" id="TBL-11-5-"><td align="left" style="white-space:nowrap;" id="TBL-11-5-1" class="td11"> <span @@ -1762,7 +1803,7 @@ class="ectt-1000">backref </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-5-3" class="td11"> - <!--l. 513--><p class="noindent">do bibliographical back references </td> + <!--l. 549--><p class="noindent">do bibliographical back references </td> </tr><tr valign="baseline" id="TBL-11-6-"><td align="left" style="white-space:nowrap;" id="TBL-11-6-1" class="td11"> <span @@ -1770,7 +1811,7 @@ class="ectt-1000">baseurl </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-11-6-3" class="td11"> - <!--l. 514--><p class="noindent">set base URL for document </td> + <!--l. 550--><p class="noindent">set base URL for document </td> </tr><tr valign="baseline" id="TBL-11-7-"><td align="left" style="white-space:nowrap;" id="TBL-11-7-1" class="td11"> <span @@ -1778,7 +1819,7 @@ class="ectt-1000">bookmarks </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-11-7-3" class="td11"> - <!--l. 515--><p class="noindent">make bookmarks </td> + <!--l. 551--><p class="noindent">make bookmarks </td> </tr><tr valign="baseline" id="TBL-11-8-"><td align="left" style="white-space:nowrap;" id="TBL-11-8-1" class="td11"> <span @@ -1786,7 +1827,7 @@ class="ectt-1000">bookmarksnumbered </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-8-3" class="td11"> - <!--l. 516--><p class="noindent">put section numbers in bookmarks </td> + <!--l. 552--><p class="noindent">put section numbers in bookmarks </td> </tr><tr valign="baseline" id="TBL-11-9-"><td align="left" style="white-space:nowrap;" id="TBL-11-9-1" class="td11"> <span @@ -1794,7 +1835,7 @@ class="ectt-1000">bookmarksopen </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-9-3" class="td11"> - <!--l. 517--><p class="noindent">open up bookmark tree </td> + <!--l. 553--><p class="noindent">open up bookmark tree </td> </tr><tr valign="baseline" id="TBL-11-10-"><td align="left" style="white-space:nowrap;" id="TBL-11-10-1" class="td11"> <span @@ -1802,7 +1843,7 @@ class="ectt-1000">bookmarksopenlevel </span></td><td align="left" style="white- class="td11"> <span class="ectt-1000">\maxdimen </span></td><td align="left" id="TBL-11-10-3" class="td11"> - <!--l. 518--><p class="noindent">level to which bookmarks are open </td> + <!--l. 554--><p class="noindent">level to which bookmarks are open </td> </tr><tr valign="baseline" id="TBL-11-11-"><td align="left" style="white-space:nowrap;" id="TBL-11-11-1" class="td11"> <span @@ -1810,7 +1851,7 @@ class="ectt-1000">bookmarkstype </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">toc </span></td><td align="left" id="TBL-11-11-3" class="td11"> - <!--l. 519--><p class="noindent">to specify which ‘toc’ file to mimic </td> + <!--l. 555--><p class="noindent">to specify which ‘toc’ file to mimic </td> </tr><tr valign="baseline" id="TBL-11-12-"><td align="left" style="white-space:nowrap;" id="TBL-11-12-1" class="td11"> <span @@ -1818,75 +1859,75 @@ class="ectt-1000">breaklinks </span></td><td align="left" style="white- class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-12-3" class="td11"> - <!--l. 520--><p class="noindent">allow links to break over lines </td> + <!--l. 556--><p class="noindent">allow links to break over lines </td> </tr><tr valign="baseline" id="TBL-11-13-"><td align="left" style="white-space:nowrap;" id="TBL-11-13-1" class="td11"> <span -class="ectt-1000">citebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-13-2" +class="ectt-1000">CJKbookmarks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-13-2" class="td11"> <span -class="ecti-1000">0 1 0 </span></td><td align="left" id="TBL-11-13-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-13-3" class="td11"> - <!--l. 521--><p class="noindent">color of border around cites </td> + <!--l. 557--><p class="noindent">to produce CJK bookmarks </td> </tr><tr valign="baseline" id="TBL-11-14-"><td align="left" style="white-space:nowrap;" id="TBL-11-14-1" class="td11"> <span -class="ectt-1000">citecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-14-2" +class="ectt-1000">citebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-14-2" class="td11"> <span -class="ecti-1000">green </span></td><td align="left" id="TBL-11-14-3" +class="ecti-1000">0 1 0 </span></td><td align="left" id="TBL-11-14-3" class="td11"> - <!--l. 522--><p class="noindent">color of citation links </td> + <!--l. 558--><p class="noindent">color of border around cites </td> </tr><tr valign="baseline" id="TBL-11-15-"><td align="left" style="white-space:nowrap;" id="TBL-11-15-1" class="td11"> <span -class="ectt-1000">colorlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-15-2" +class="ectt-1000">citecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-15-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-15-3" +class="ecti-1000">green </span></td><td align="left" id="TBL-11-15-3" class="td11"> - <!--l. 523--><p class="noindent">color links </td> + <!--l. 559--><p class="noindent">color of citation links </td> </tr><tr valign="baseline" id="TBL-11-16-"><td align="left" style="white-space:nowrap;" id="TBL-11-16-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-16-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-16-3" +class="ectt-1000">colorlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-16-2" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-11-16-3" class="td11"> - <!--l. 524--><p class="noindent">(<span -class="ecss-1000">tex4ht</span>, <span -class="ecss-1000">dviwindo</span>) </td> + <!--l. 560--><p class="noindent">color links </td> </tr><tr valign="baseline" id="TBL-11-17-"><td align="left" style="white-space:nowrap;" id="TBL-11-17-1" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-17-2" class="td11"> <span -class="ectt-1000">debug </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-17-2" -class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-17-3" +class="ecti-1000">true </span></td><td align="left" id="TBL-11-17-3" class="td11"> - <!--l. 525--><p class="noindent">provide details of anchors defined; same - as verbose </td> + <!--l. 561--><p class="noindent">(<span +class="ecss-1000">tex4ht</span>, <span +class="ecss-1000">dviwindo</span>) </td> </tr><tr valign="baseline" id="TBL-11-18-"><td align="left" style="white-space:nowrap;" id="TBL-11-18-1" class="td11"> <span -class="ectt-1000">draft </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-18-2" +class="ectt-1000">debug </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-18-2" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-18-3" class="td11"> - <!--l. 526--><p class="noindent">do not do any hyperlinking </td> + <!--l. 562--><p class="noindent">provide details of anchors defined; same + as verbose </td> </tr><tr valign="baseline" id="TBL-11-19-"><td align="left" style="white-space:nowrap;" id="TBL-11-19-1" class="td11"> <span -class="ectt-1000">dvipdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-19-2" -class="td11"> </td><td align="left" id="TBL-11-19-3" +class="ectt-1000">draft </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-19-2" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-11-19-3" class="td11"> - <!--l. 527--><p class="noindent">use <span -class="ecss-1000">dvipdf </span>backend </td> + <!--l. 563--><p class="noindent">do not do any hyperlinking </td> </tr><tr valign="baseline" id="TBL-11-20-"><td align="left" style="white-space:nowrap;" id="TBL-11-20-1" class="td11"> <span -class="ectt-1000">dvipdfm </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-20-2" +class="ectt-1000">dvipdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-20-2" class="td11"> </td><td align="left" id="TBL-11-20-3" class="td11"> - <!--l. 528--><p class="noindent">use <span -class="ecss-1000">dvipdfm </span>backend </td> + <!--l. 564--><p class="noindent">use <span +class="ecss-1000">dvipdf </span>backend (deprecated) </td> </tr><tr valign="baseline" id="TBL-11-21-"><td align="left" style="white-space:nowrap;" id="TBL-11-21-1" class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-21-2" @@ -1895,133 +1936,149 @@ class="td11"></td></tr> <tr valign="baseline" id="TBL-11-22-"><td align="left" style="white-space:nowrap;" id="TBL-11-22-1" class="td11"> <span -class="ectt-1000">dvips </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-22-2" +class="ectt-1000">dvipdfm </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-22-2" class="td11"> </td><td align="left" id="TBL-11-22-3" class="td11"> - <!--l. 529--><p class="noindent">use <span -class="ecss-1000">dvips </span>backend </td> + <!--l. 565--><p class="noindent">use <span +class="ecss-1000">dvipdfm </span>backend </td> </tr><tr valign="baseline" id="TBL-11-23-"><td align="left" style="white-space:nowrap;" id="TBL-11-23-1" class="td11"> <span -class="ectt-1000">dvipsone </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-23-2" +class="ectt-1000">dvips </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-23-2" class="td11"> </td><td align="left" id="TBL-11-23-3" class="td11"> - <!--l. 530--><p class="noindent">use <span -class="ecss-1000">dvipsone </span>backend </td> + <!--l. 566--><p class="noindent">use <span +class="ecss-1000">dvips </span>backend </td> </tr><tr valign="baseline" id="TBL-11-24-"><td align="left" style="white-space:nowrap;" id="TBL-11-24-1" class="td11"> <span -class="ectt-1000">dviwindo </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-24-2" +class="ectt-1000">dvipsone </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-24-2" class="td11"> </td><td align="left" id="TBL-11-24-3" class="td11"> - <!--l. 531--><p class="noindent">use <span -class="ecss-1000">dviwindo </span>backend </td> + <!--l. 567--><p class="noindent">use <span +class="ecss-1000">dvipsone </span>backend </td> </tr><tr valign="baseline" id="TBL-11-25-"><td align="left" style="white-space:nowrap;" id="TBL-11-25-1" class="td11"> <span -class="ectt-1000">encap </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-25-2" +class="ectt-1000">dviwindo </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-25-2" class="td11"> </td><td align="left" id="TBL-11-25-3" class="td11"> - <!--l. 532--><p class="noindent">to set encap character for hyperindex </td> + <!--l. 568--><p class="noindent">use <span +class="ecss-1000">dviwindo </span>backend </td> </tr><tr valign="baseline" id="TBL-11-26-"><td align="left" style="white-space:nowrap;" id="TBL-11-26-1" class="td11"> <span -class="ectt-1000">executivepaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-26-2" +class="ectt-1000">encap </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-26-2" class="td11"> </td><td align="left" id="TBL-11-26-3" class="td11"> - <!--l. 533--><p class="noindent">use executivepaper </td> + <!--l. 569--><p class="noindent">to set encap character for hyperindex </td> </tr><tr valign="baseline" id="TBL-11-27-"><td align="left" style="white-space:nowrap;" id="TBL-11-27-1" class="td11"> <span -class="ectt-1000">extension </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-27-2" -class="td11"> <span -class="ecti-1000">dvi </span></td><td align="left" id="TBL-11-27-3" +class="ectt-1000">executivepaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-27-2" +class="td11"> </td><td align="left" id="TBL-11-27-3" class="td11"> - <!--l. 534--><p class="noindent">suffix of linked files </td> + <!--l. 570--><p class="noindent">use executivepaper </td> </tr><tr valign="baseline" id="TBL-11-28-"><td align="left" style="white-space:nowrap;" id="TBL-11-28-1" class="td11"> <span -class="ectt-1000">filebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-28-2" +class="ectt-1000">extension </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-28-2" class="td11"> <span -class="ecti-1000">0 .5 .5 </span></td><td align="left" id="TBL-11-28-3" +class="ecti-1000">dvi </span></td><td align="left" id="TBL-11-28-3" class="td11"> - <!--l. 535--><p class="noindent">color of border around file links </td> + <!--l. 571--><p class="noindent">suffix of linked files </td> </tr><tr valign="baseline" id="TBL-11-29-"><td align="left" style="white-space:nowrap;" id="TBL-11-29-1" class="td11"> <span -class="ectt-1000">filecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-29-2" +class="ectt-1000">filebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-29-2" class="td11"> <span -class="ecti-1000">cyan </span></td><td align="left" id="TBL-11-29-3" +class="ecti-1000">0 .5 .5 </span></td><td align="left" id="TBL-11-29-3" class="td11"> - <!--l. 536--><p class="noindent">color of file links </td> + <!--l. 572--><p class="noindent">color of border around file links </td> </tr><tr valign="baseline" id="TBL-11-30-"><td align="left" style="white-space:nowrap;" id="TBL-11-30-1" class="td11"> <span -class="ectt-1000">final </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-30-2" +class="ectt-1000">filecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-30-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-30-3" +class="ecti-1000">cyan </span></td><td align="left" id="TBL-11-30-3" class="td11"> - <!--l. 537--><p class="noindent">opposite of option draft </td> + <!--l. 573--><p class="noindent">color of file links </td> </tr><tr valign="baseline" id="TBL-11-31-"><td align="left" style="white-space:nowrap;" id="TBL-11-31-1" class="td11"> <span -class="ectt-1000">frenchlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-31-2" +class="ectt-1000">final </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-31-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-31-3" +class="ecti-1000">true </span></td><td align="left" id="TBL-11-31-3" class="td11"> - <!--l. 538--><p class="noindent">use small caps instead of color for links </td> + <!--l. 574--><p class="noindent">opposite of option draft </td> </tr><tr valign="baseline" id="TBL-11-32-"><td align="left" style="white-space:nowrap;" id="TBL-11-32-1" class="td11"> <span -class="ectt-1000">hyperfigures </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-32-2" +class="ectt-1000">frenchlinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-32-2" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-32-3" class="td11"> - <!--l. 539--><p class="noindent">make figures hyper links </td> + <!--l. 575--><p class="noindent">use small caps instead of color for links </td> </tr><tr valign="baseline" id="TBL-11-33-"><td align="left" style="white-space:nowrap;" id="TBL-11-33-1" class="td11"> <span -class="ectt-1000">hyperindex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-33-2" +class="ectt-1000">hyperfigures </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-33-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-33-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-33-3" class="td11"> - <!--l. 540--><p class="noindent">set up hyperlinked indices </td> + <!--l. 576--><p class="noindent">make figures hyper links </td> </tr><tr valign="baseline" id="TBL-11-34-"><td align="left" style="white-space:nowrap;" id="TBL-11-34-1" class="td11"> <span -class="ectt-1000">hypertex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-34-2" -class="td11"> </td><td align="left" id="TBL-11-34-3" +class="ectt-1000">hyperfootnotes </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-34-2" +class="td11"> <span +class="ecti-1000">true </span></td><td align="left" id="TBL-11-34-3" class="td11"> - <!--l. 541--><p class="noindent">use <span + <!--l. 577--><p class="noindent">set up hyperlinked footnotes </td> +</tr><tr + valign="baseline" id="TBL-11-35-"><td align="left" style="white-space:nowrap;" id="TBL-11-35-1" +class="td11"> <span +class="ectt-1000">hyperindex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-35-2" +class="td11"> <span +class="ecti-1000">true </span></td><td align="left" id="TBL-11-35-3" +class="td11"> + <!--l. 578--><p class="noindent">set up hyperlinked indices </td> +</tr><tr + valign="baseline" id="TBL-11-36-"><td align="left" style="white-space:nowrap;" id="TBL-11-36-1" +class="td11"> <span +class="ectt-1000">hypertex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-36-2" +class="td11"> </td><td align="left" id="TBL-11-36-3" +class="td11"> + <!--l. 579--><p class="noindent">use <span class="ecss-1000">Hyper</span><span class="TEX"><span class="ecss-1000">T</span><span class="E"><span class="ecss-1000">E</span></span><span class="ecss-1000">X</span></span> backend </td> </tr><tr - valign="baseline" id="TBL-11-35-"><td align="left" style="white-space:nowrap;" id="TBL-11-35-1" + valign="baseline" id="TBL-11-37-"><td align="left" style="white-space:nowrap;" id="TBL-11-37-1" class="td11"> <span -class="ectt-1000">hypertexnames </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-35-2" +class="ectt-1000">hypertexnames </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-37-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-35-3" +class="ecti-1000">true </span></td><td align="left" id="TBL-11-37-3" class="td11"> - <!--l. 542--><p class="noindent">use guessable names for links </td> + <!--l. 580--><p class="noindent">use guessable names for links </td> </tr><tr - valign="baseline" id="TBL-11-36-"><td align="left" style="white-space:nowrap;" id="TBL-11-36-1" + valign="baseline" id="TBL-11-38-"><td align="left" style="white-space:nowrap;" id="TBL-11-38-1" class="td11"> <span -class="ectt-1000">implicit </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-36-2" +class="ectt-1000">implicit </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-38-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-36-3" +class="ecti-1000">true </span></td><td align="left" id="TBL-11-38-3" class="td11"> - <!--l. 543--><p class="noindent">redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + <!--l. 581--><p class="noindent">redefine <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> internals </td> </tr><tr - valign="baseline" id="TBL-11-37-"><td align="left" style="white-space:nowrap;" id="TBL-11-37-1" + valign="baseline" id="TBL-11-39-"><td align="left" style="white-space:nowrap;" id="TBL-11-39-1" class="td11"> <span -class="ectt-1000">latex2html </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-37-2" -class="td11"> </td><td align="left" id="TBL-11-37-3" +class="ectt-1000">latex2html </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-39-2" +class="td11"> </td><td align="left" id="TBL-11-39-3" class="td11"> - <!--l. 544--><p class="noindent">use <span class="LATEX"><span + <!--l. 582--><p class="noindent">use <span class="LATEX"><span class="ecss-1000">L</span><span class="A"><span class="ecss-1000">A</span></span><span class="TEX"><span class="ecss-1000">T</span><span @@ -2029,38 +2086,22 @@ class="E"><span class="ecss-1000">E</span></span><span class="ecss-1000">X</span></span></span><span class="ecss-1000">2HTML </span>backend </td> -</tr><tr - valign="baseline" id="TBL-11-38-"><td align="left" style="white-space:nowrap;" id="TBL-11-38-1" -class="td11"> <span -class="ectt-1000">legalpaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-38-2" -class="td11"> </td><td align="left" id="TBL-11-38-3" -class="td11"> - <!--l. 545--><p class="noindent">use legalpaper </td> -</tr><tr - valign="baseline" id="TBL-11-39-"><td align="left" style="white-space:nowrap;" id="TBL-11-39-1" -class="td11"> <span -class="ectt-1000">letterpaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-39-2" -class="td11"> </td><td align="left" id="TBL-11-39-3" -class="td11"> - <!--l. 546--><p class="noindent">use letterpaper </td> </tr><tr valign="baseline" id="TBL-11-40-"><td align="left" style="white-space:nowrap;" id="TBL-11-40-1" class="td11"> <span -class="ectt-1000">linkbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-40-2" -class="td11"> <span -class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-11-40-3" +class="ectt-1000">legalpaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-40-2" +class="td11"> </td><td align="left" id="TBL-11-40-3" class="td11"> - <!--l. 547--><p class="noindent">color of border around links </td> + <!--l. 583--><p class="noindent">use legalpaper </td> </tr><tr valign="baseline" id="TBL-11-41-"><td align="left" style="white-space:nowrap;" id="TBL-11-41-1" class="td11"> <span -class="ectt-1000">linkcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-41-2" -class="td11"> <span -class="ecti-1000">red </span></td><td align="left" id="TBL-11-41-3" +class="ectt-1000">letterpaper </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-41-2" +class="td11"> </td><td align="left" id="TBL-11-41-3" class="td11"> - <!--l. 548--><p class="noindent">color of links </td> + <!--l. 584--><p class="noindent">use letterpaper </td> </tr><tr valign="baseline" id="TBL-11-42-"><td align="left" style="white-space:nowrap;" id="TBL-11-42-1" class="td11"> </td> @@ -2068,166 +2109,166 @@ class="td11"> </td> <tr valign="baseline" id="TBL-11-43-"><td align="left" style="white-space:nowrap;" id="TBL-11-43-1" class="td11"> <span -class="ectt-1000">linktocpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-43-2" +class="ectt-1000">linkbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-43-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-43-3" +class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-11-43-3" class="td11"> - <!--l. 549--><p class="noindent">make page number, not text, be link on - TOC, LOF and LOT </td> + <!--l. 585--><p class="noindent">color of border around links </td> </tr><tr valign="baseline" id="TBL-11-44-"><td align="left" style="white-space:nowrap;" id="TBL-11-44-1" class="td11"> <span -class="ectt-1000">menubordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-44-2" +class="ectt-1000">linkcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-44-2" class="td11"> <span -class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-11-44-3" +class="ecti-1000">red </span></td><td align="left" id="TBL-11-44-3" class="td11"> - <!--l. 550--><p class="noindent">color of border around menu links </td> + <!--l. 586--><p class="noindent">color of links </td> </tr><tr valign="baseline" id="TBL-11-45-"><td align="left" style="white-space:nowrap;" id="TBL-11-45-1" class="td11"> <span -class="ectt-1000">menucolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-45-2" +class="ectt-1000">linktocpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-45-2" class="td11"> <span -class="ecti-1000">red </span></td><td align="left" id="TBL-11-45-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-45-3" class="td11"> - <!--l. 551--><p class="noindent">color for menu links </td> + <!--l. 587--><p class="noindent">make page number, not text, be link on + TOC, LOF and LOT </td> </tr><tr valign="baseline" id="TBL-11-46-"><td align="left" style="white-space:nowrap;" id="TBL-11-46-1" class="td11"> <span -class="ectt-1000">nativepdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-46-2" +class="ectt-1000">menubordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-46-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-46-3" +class="ecti-1000">1 0 0 </span></td><td align="left" id="TBL-11-46-3" class="td11"> - <!--l. 552--><p class="noindent">an alias for <span -class="ecss-1000">dvips</span> </td> + <!--l. 588--><p class="noindent">color of border around menu links </td> </tr><tr valign="baseline" id="TBL-11-47-"><td align="left" style="white-space:nowrap;" id="TBL-11-47-1" class="td11"> <span -class="ectt-1000">naturalnames </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-47-2" +class="ectt-1000">menucolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-47-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-47-3" +class="ecti-1000">red </span></td><td align="left" id="TBL-11-47-3" class="td11"> - <!--l. 553--><p class="noindent">use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span -class="E">E</span>X</span></span>-computed names for links </td> + <!--l. 589--><p class="noindent">color for menu links </td> </tr><tr valign="baseline" id="TBL-11-48-"><td align="left" style="white-space:nowrap;" id="TBL-11-48-1" class="td11"> <span -class="ectt-1000">nesting </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-48-2" +class="ectt-1000">nativepdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-48-2" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-48-3" class="td11"> - <!--l. 554--><p class="noindent">allow nesting of links </td> + <!--l. 590--><p class="noindent">an alias for <span +class="ecss-1000">dvips</span> </td> </tr><tr valign="baseline" id="TBL-11-49-"><td align="left" style="white-space:nowrap;" id="TBL-11-49-1" class="td11"> <span -class="ectt-1000">pageanchor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-49-2" +class="ectt-1000">naturalnames </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-49-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-49-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-49-3" class="td11"> - <!--l. 555--><p class="noindent">put an anchor on every page </td> + <!--l. 591--><p class="noindent">use <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +class="E">E</span>X</span></span>-computed names for links </td> </tr><tr valign="baseline" id="TBL-11-50-"><td align="left" style="white-space:nowrap;" id="TBL-11-50-1" class="td11"> <span -class="ectt-1000">pagebackref </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-50-2" +class="ectt-1000">nesting </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-50-2" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-50-3" class="td11"> - <!--l. 556--><p class="noindent">backreference by page number </td> + <!--l. 592--><p class="noindent">allow nesting of links </td> </tr><tr valign="baseline" id="TBL-11-51-"><td align="left" style="white-space:nowrap;" id="TBL-11-51-1" class="td11"> <span -class="ectt-1000">pagebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-51-2" +class="ectt-1000">pageanchor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-51-2" class="td11"> <span -class="ecti-1000">1 1 0 </span></td><td align="left" id="TBL-11-51-3" +class="ecti-1000">true </span></td><td align="left" id="TBL-11-51-3" class="td11"> - <!--l. 557--><p class="noindent">color of border around page links </td> + <!--l. 593--><p class="noindent">put an anchor on every page </td> </tr><tr valign="baseline" id="TBL-11-52-"><td align="left" style="white-space:nowrap;" id="TBL-11-52-1" class="td11"> <span -class="ectt-1000">pagecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-52-2" +class="ectt-1000">pagebackref </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-52-2" class="td11"> <span -class="ecti-1000">red </span></td><td align="left" id="TBL-11-52-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-52-3" class="td11"> - <!--l. 558--><p class="noindent">color of page links </td> + <!--l. 594--><p class="noindent">backreference by page number </td> </tr><tr valign="baseline" id="TBL-11-53-"><td align="left" style="white-space:nowrap;" id="TBL-11-53-1" class="td11"> <span -class="ectt-1000">pdfauthor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-53-2" +class="ectt-1000">pagebordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-53-2" class="td11"> <span -class="ecti-1000">empty </span></td><td align="left" id="TBL-11-53-3" +class="ecti-1000">1 1 0 </span></td><td align="left" id="TBL-11-53-3" class="td11"> - <!--l. 559--><p class="noindent">text for PDF Author field </td> + <!--l. 595--><p class="noindent">color of border around page links </td> </tr><tr valign="baseline" id="TBL-11-54-"><td align="left" style="white-space:nowrap;" id="TBL-11-54-1" class="td11"> <span -class="ectt-1000">pdfborder </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-54-2" +class="ectt-1000">pagecolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-54-2" class="td11"> <span -class="ecti-1000">0 0 1 </span></td><td align="left" id="TBL-11-54-3" +class="ecti-1000">red </span></td><td align="left" id="TBL-11-54-3" class="td11"> - <!--l. 560--><p class="noindent">width of PDF link border </td> + <!--l. 596--><p class="noindent">color of page links, but currently unused </td> </tr><tr valign="baseline" id="TBL-11-55-"><td align="left" style="white-space:nowrap;" id="TBL-11-55-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-55-2" class="td11"> <span -class="ecti-1000">0 0 0 </span></td><td align="left" id="TBL-11-55-3" +class="ectt-1000">pdfauthor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-55-2" +class="td11"> <span +class="ecti-1000">empty </span></td><td align="left" id="TBL-11-55-3" class="td11"> - <!--l. 561--><p class="noindent">(<span -class="ectt-1000">colorlinks)</span> </td> + <!--l. 598--><p class="noindent">text for PDF Author field </td> </tr><tr valign="baseline" id="TBL-11-56-"><td align="left" style="white-space:nowrap;" id="TBL-11-56-1" class="td11"> <span -class="ectt-1000">pdfcenterwindow </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-56-2" +class="ectt-1000">pdfborder </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-56-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-56-3" +class="ecti-1000">0 0 1 </span></td><td align="left" id="TBL-11-56-3" class="td11"> - <!--l. 562--><p class="noindent">position the document window in the - center of the screen </td> + <!--l. 599--><p class="noindent">width of PDF link border </td> </tr><tr valign="baseline" id="TBL-11-57-"><td align="left" style="white-space:nowrap;" id="TBL-11-57-1" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-57-2" class="td11"> <span -class="ectt-1000">pdfcreator </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-57-2" -class="td11"> <span -class="ecti-1000">LaTeX with </span></td><td align="left" id="TBL-11-57-3" +class="ecti-1000">0 0 0 </span></td><td align="left" id="TBL-11-57-3" class="td11"> - <!--l. 563--><p class="noindent">text for PDF Creator field </td> + <!--l. 600--><p class="noindent">(<span +class="ectt-1000">colorlinks)</span> </td> </tr><tr valign="baseline" id="TBL-11-58-"><td align="left" style="white-space:nowrap;" id="TBL-11-58-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-58-2" class="td11"> <span -class="ecti-1000">hyperref </span></td><td align="left" id="TBL-11-58-3" +class="ectt-1000">pdfcenterwindow </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-58-2" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-11-58-3" class="td11"> - <!--l. 565--><p class="noindent"> </td> + <!--l. 601--><p class="noindent">position the document window in the + center of the screen </td> </tr><tr valign="baseline" id="TBL-11-59-"><td align="left" style="white-space:nowrap;" id="TBL-11-59-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-59-2" class="td11"> <span -class="ecti-1000">package </span></td><td align="left" id="TBL-11-59-3" +class="ectt-1000">pdfcreator </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-59-2" +class="td11"> <span +class="ecti-1000">LaTeX with </span></td><td align="left" id="TBL-11-59-3" class="td11"> - <!--l. 566--><p class="noindent"> </td> + <!--l. 602--><p class="noindent">text for PDF Creator field </td> </tr><tr valign="baseline" id="TBL-11-60-"><td align="left" style="white-space:nowrap;" id="TBL-11-60-1" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-60-2" class="td11"> <span -class="ectt-1000">pdffitwindow </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-60-2" -class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-60-3" +class="ecti-1000">hyperref </span></td><td align="left" id="TBL-11-60-3" class="td11"> - <!--l. 566--><p class="noindent">resize document window to fit - document size </td> + <!--l. 604--><p class="noindent"> </td> </tr><tr valign="baseline" id="TBL-11-61-"><td align="left" style="white-space:nowrap;" id="TBL-11-61-1" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-61-2" class="td11"> <span -class="ectt-1000">pdfhighlight </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-61-2" -class="td11"> <span -class="ecti-1000">/I </span></td><td align="left" id="TBL-11-61-3" +class="ecti-1000">package </span></td><td align="left" id="TBL-11-61-3" class="td11"> - <!--l. 567--><p class="noindent">set highlighting of PDF links </td> + <!--l. 605--><p class="noindent"> </td> </tr><tr valign="baseline" id="TBL-11-62-"><td align="left" style="white-space:nowrap;" id="TBL-11-62-1" class="td11"> <span -class="ectt-1000">pdfkeywords </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-62-2" +class="ectt-1000">pdffitwindow </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-62-2" class="td11"> <span -class="ecti-1000">empty </span></td><td align="left" id="TBL-11-62-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-62-3" class="td11"> - <!--l. 568--><p class="noindent">text for PDF Keywords field </td> + <!--l. 605--><p class="noindent">resize document window to fit + document size </td> </tr><tr valign="baseline" id="TBL-11-63-"><td align="left" style="white-space:nowrap;" id="TBL-11-63-1" class="td11"> </td> @@ -2235,169 +2276,169 @@ class="td11"> </td> <tr valign="baseline" id="TBL-11-64-"><td align="left" style="white-space:nowrap;" id="TBL-11-64-1" class="td11"> <span -class="ectt-1000">pdfmark </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-64-2" +class="ectt-1000">pdfhighlight </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-64-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-64-3" +class="ecti-1000">/I </span></td><td align="left" id="TBL-11-64-3" class="td11"> - <!--l. 569--><p class="noindent">an alias for <span -class="ecss-1000">dvips</span> </td> + <!--l. 606--><p class="noindent">set highlighting of PDF links </td> </tr><tr valign="baseline" id="TBL-11-65-"><td align="left" style="white-space:nowrap;" id="TBL-11-65-1" class="td11"> <span -class="ectt-1000">pdfmenubar </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-65-2" +class="ectt-1000">pdfkeywords </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-65-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-65-3" +class="ecti-1000">empty </span></td><td align="left" id="TBL-11-65-3" class="td11"> - <!--l. 570--><p class="noindent">make PDF viewer’s menu bar visible </td> + <!--l. 607--><p class="noindent">text for PDF Keywords field </td> </tr><tr valign="baseline" id="TBL-11-66-"><td align="left" style="white-space:nowrap;" id="TBL-11-66-1" class="td11"> <span -class="ectt-1000">pdfnewwindow </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-66-2" +class="ectt-1000">pdfmark </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-66-2" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-66-3" class="td11"> - <!--l. 571--><p class="noindent">make links that open another PDF </td> + <!--l. 608--><p class="noindent">an alias for <span +class="ecss-1000">dvips</span> </td> </tr><tr valign="baseline" id="TBL-11-67-"><td align="left" style="white-space:nowrap;" id="TBL-11-67-1" -class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-67-2" -class="td11"> </td><td align="left" id="TBL-11-67-3" +class="td11"> <span +class="ectt-1000">pdfmenubar </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-67-2" +class="td11"> <span +class="ecti-1000">true </span></td><td align="left" id="TBL-11-67-3" class="td11"> - <!--l. 572--><p class="noindent">file start a new window </td> + <!--l. 609--><p class="noindent">make PDF viewer’s menu bar visible </td> </tr><tr valign="baseline" id="TBL-11-68-"><td align="left" style="white-space:nowrap;" id="TBL-11-68-1" class="td11"> <span -class="ectt-1000">pdfpagelayout </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-68-2" +class="ectt-1000">pdfnewwindow </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-68-2" class="td11"> <span -class="ecti-1000">empty </span></td><td align="left" id="TBL-11-68-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-68-3" class="td11"> - <!--l. 573--><p class="noindent">set layout of PDF pages </td> + <!--l. 610--><p class="noindent">make links that open another PDF </td> </tr><tr valign="baseline" id="TBL-11-69-"><td align="left" style="white-space:nowrap;" id="TBL-11-69-1" -class="td11"> <span -class="ectt-1000">pdfpagemode </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-69-2" -class="td11"> <span -class="ecti-1000">empty </span></td><td align="left" id="TBL-11-69-3" +class="td11"> </td><td align="left" style="white-space:nowrap;" id="TBL-11-69-2" +class="td11"> </td><td align="left" id="TBL-11-69-3" class="td11"> - <!--l. 574--><p class="noindent">set default mode of PDF display </td> + <!--l. 611--><p class="noindent">file start a new window </td> </tr><tr valign="baseline" id="TBL-11-70-"><td align="left" style="white-space:nowrap;" id="TBL-11-70-1" class="td11"> <span -class="ectt-1000">pdfpagelabels </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-70-2" +class="ectt-1000">pdfpagelayout </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-70-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-70-3" +class="ecti-1000">empty </span></td><td align="left" id="TBL-11-70-3" class="td11"> - <!--l. 575--><p class="noindent">set PDF page labels </td> + <!--l. 612--><p class="noindent">set layout of PDF pages </td> </tr><tr valign="baseline" id="TBL-11-71-"><td align="left" style="white-space:nowrap;" id="TBL-11-71-1" class="td11"> <span -class="ectt-1000">pdfpagescrop </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-71-2" +class="ectt-1000">pdfpagemode </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-71-2" class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-11-71-3" class="td11"> - <!--l. 576--><p class="noindent">set crop size of PDF document </td> + <!--l. 613--><p class="noindent">set default mode of PDF display </td> </tr><tr valign="baseline" id="TBL-11-72-"><td align="left" style="white-space:nowrap;" id="TBL-11-72-1" class="td11"> <span -class="ectt-1000">pdfpagetransition </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-72-2" +class="ectt-1000">pdfpagelabels </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-72-2" class="td11"> <span -class="ecti-1000">empty </span></td><td align="left" id="TBL-11-72-3" +class="ecti-1000">true </span></td><td align="left" id="TBL-11-72-3" class="td11"> - <!--l. 577--><p class="noindent">set PDF page transition style </td> + <!--l. 614--><p class="noindent">set PDF page labels </td> </tr><tr valign="baseline" id="TBL-11-73-"><td align="left" style="white-space:nowrap;" id="TBL-11-73-1" class="td11"> <span -class="ectt-1000">pdfproducer </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-73-2" +class="ectt-1000">pdfpagescrop </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-73-2" class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-11-73-3" class="td11"> - <!--l. 578--><p class="noindent">text for PDF Producer field </td> + <!--l. 615--><p class="noindent">set crop size of PDF document </td> </tr><tr valign="baseline" id="TBL-11-74-"><td align="left" style="white-space:nowrap;" id="TBL-11-74-1" class="td11"> <span -class="ectt-1000">pdfstartpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-74-2" +class="ectt-1000">pdfpagetransition </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-74-2" class="td11"> <span -class="ecti-1000">1 </span></td><td align="left" id="TBL-11-74-3" +class="ecti-1000">empty </span></td><td align="left" id="TBL-11-74-3" class="td11"> - <!--l. 579--><p class="noindent">page at which PDF document opens </td> + <!--l. 616--><p class="noindent">set PDF page transition style </td> </tr><tr valign="baseline" id="TBL-11-75-"><td align="left" style="white-space:nowrap;" id="TBL-11-75-1" class="td11"> <span -class="ectt-1000">pdfstartview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-75-2" +class="ectt-1000">pdfproducer </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-75-2" class="td11"> <span -class="ecti-1000">/Fit </span></td><td align="left" id="TBL-11-75-3" +class="ecti-1000">empty </span></td><td align="left" id="TBL-11-75-3" class="td11"> - <!--l. 580--><p class="noindent">starting view of PDF document </td> + <!--l. 617--><p class="noindent">text for PDF Producer field </td> </tr><tr valign="baseline" id="TBL-11-76-"><td align="left" style="white-space:nowrap;" id="TBL-11-76-1" class="td11"> <span -class="ectt-1000">pdfsubject </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-76-2" +class="ectt-1000">pdfstartpage </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-76-2" class="td11"> <span -class="ecti-1000">empty </span></td><td align="left" id="TBL-11-76-3" +class="ecti-1000">1 </span></td><td align="left" id="TBL-11-76-3" class="td11"> - <!--l. 581--><p class="noindent">text for PDF Subject field </td> + <!--l. 618--><p class="noindent">page at which PDF document opens </td> </tr><tr valign="baseline" id="TBL-11-77-"><td align="left" style="white-space:nowrap;" id="TBL-11-77-1" class="td11"> <span -class="ectt-1000">pdftex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-77-2" -class="td11"> </td><td align="left" id="TBL-11-77-3" +class="ectt-1000">pdfstartview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-77-2" +class="td11"> <span +class="ecti-1000">Fit </span></td><td align="left" id="TBL-11-77-3" class="td11"> - <!--l. 582--><p class="noindent">use <span -class="ecss-1000">pdf</span><span class="TEX"><span -class="ecss-1000">T</span><span -class="E"><span -class="ecss-1000">E</span></span><span -class="ecss-1000">X</span></span> backend </td> + <!--l. 619--><p class="noindent">starting view of PDF document </td> </tr><tr valign="baseline" id="TBL-11-78-"><td align="left" style="white-space:nowrap;" id="TBL-11-78-1" class="td11"> <span -class="ectt-1000">pdftitle </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-78-2" +class="ectt-1000">pdfsubject </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-78-2" class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-11-78-3" class="td11"> - <!--l. 583--><p class="noindent">text for PDF Title field </td> + <!--l. 620--><p class="noindent">text for PDF Subject field </td> </tr><tr valign="baseline" id="TBL-11-79-"><td align="left" style="white-space:nowrap;" id="TBL-11-79-1" class="td11"> <span -class="ectt-1000">pdftoolbar </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-79-2" -class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-79-3" +class="ectt-1000">pdftex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-79-2" +class="td11"> </td><td align="left" id="TBL-11-79-3" class="td11"> - <!--l. 584--><p class="noindent">make PDF toolbar visible </td> + <!--l. 621--><p class="noindent">use <span +class="ecss-1000">pdf</span><span class="TEX"><span +class="ecss-1000">T</span><span +class="E"><span +class="ecss-1000">E</span></span><span +class="ecss-1000">X</span></span> backend </td> </tr><tr valign="baseline" id="TBL-11-80-"><td align="left" style="white-space:nowrap;" id="TBL-11-80-1" class="td11"> <span -class="ectt-1000">pdfview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-80-2" +class="ectt-1000">pdftitle </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-80-2" class="td11"> <span class="ecti-1000">empty </span></td><td align="left" id="TBL-11-80-3" class="td11"> - <!--l. 585--><p class="noindent">PDF ‘view’ when on link traversal </td> + <!--l. 622--><p class="noindent">text for PDF Title field </td> </tr><tr valign="baseline" id="TBL-11-81-"><td align="left" style="white-space:nowrap;" id="TBL-11-81-1" class="td11"> <span -class="ectt-1000">pdfwindowui </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-81-2" +class="ectt-1000">pdftoolbar </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-81-2" class="td11"> <span class="ecti-1000">true </span></td><td align="left" id="TBL-11-81-3" class="td11"> - <!--l. 586--><p class="noindent">make PDF user interface elements - visible </td> + <!--l. 623--><p class="noindent">make PDF toolbar visible </td> </tr><tr valign="baseline" id="TBL-11-82-"><td align="left" style="white-space:nowrap;" id="TBL-11-82-1" class="td11"> <span -class="ectt-1000">plainpages </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-82-2" +class="ectt-1000">pdfview </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-82-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-82-3" +class="ecti-1000">XYZ </span></td><td align="left" id="TBL-11-82-3" class="td11"> - <!--l. 587--><p class="noindent">do page number anchors as plain arabic </td> + <!--l. 624--><p class="noindent">PDF ‘view’ when on link traversal </td> </tr><tr valign="baseline" id="TBL-11-83-"><td align="left" style="white-space:nowrap;" id="TBL-11-83-1" class="td11"> <span -class="ectt-1000">ps2pdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-83-2" -class="td11"> </td><td align="left" id="TBL-11-83-3" +class="ectt-1000">pdfwindowui </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-83-2" +class="td11"> <span +class="ecti-1000">true </span></td><td align="left" id="TBL-11-83-3" class="td11"> - <!--l. 588--><p class="noindent">use <span -class="ecss-1000">ps2pdf </span>backend </td> + <!--l. 625--><p class="noindent">make PDF user interface elements + visible </td> </tr><tr valign="baseline" id="TBL-11-84-"><td align="left" style="white-space:nowrap;" id="TBL-11-84-1" class="td11"> </td> @@ -2405,100 +2446,111 @@ class="td11"> </td> <tr valign="baseline" id="TBL-11-85-"><td align="left" style="white-space:nowrap;" id="TBL-11-85-1" class="td11"> <span -class="ectt-1000">raiselinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-85-2" +class="ectt-1000">plainpages </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-85-2" class="td11"> <span class="ecti-1000">false </span></td><td align="left" id="TBL-11-85-3" class="td11"> - <!--l. 589--><p class="noindent">raise up links (for <span -class="ecss-1000">Hyper</span><span class="TEX"><span -class="ecss-1000">T</span><span -class="E"><span -class="ecss-1000">E</span></span><span -class="ecss-1000">X</span></span> backend) </td> + <!--l. 626--><p class="noindent">do page number anchors as plain arabic </td> </tr><tr valign="baseline" id="TBL-11-86-"><td align="left" style="white-space:nowrap;" id="TBL-11-86-1" class="td11"> <span -class="ectt-1000">runbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-86-2" -class="td11"> <span -class="ecti-1000">0 .7 .7 </span></td><td align="left" id="TBL-11-86-3" +class="ectt-1000">ps2pdf </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-86-2" +class="td11"> </td><td align="left" id="TBL-11-86-3" class="td11"> - <!--l. 590--><p class="noindent">color of border around ‘run’ links </td> + <!--l. 627--><p class="noindent">use <span +class="ecss-1000">ps2pdf </span>backend </td> </tr><tr valign="baseline" id="TBL-11-87-"><td align="left" style="white-space:nowrap;" id="TBL-11-87-1" class="td11"> <span -class="ectt-1000">setpagesize </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-87-2" +class="ectt-1000">raiselinks </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-87-2" class="td11"> <span -class="ecti-1000">true </span></td><td align="left" id="TBL-11-87-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-87-3" class="td11"> - <!--l. 591--><p class="noindent">set page size by special driver - commands </td> + <!--l. 628--><p class="noindent">raise up links (for <span +class="ecss-1000">Hyper</span><span class="TEX"><span +class="ecss-1000">T</span><span +class="E"><span +class="ecss-1000">E</span></span><span +class="ecss-1000">X</span></span> backend) </td> </tr><tr valign="baseline" id="TBL-11-88-"><td align="left" style="white-space:nowrap;" id="TBL-11-88-1" class="td11"> <span -class="ectt-1000">tex4ht </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-88-2" -class="td11"> </td><td align="left" id="TBL-11-88-3" +class="ectt-1000">runbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-88-2" +class="td11"> <span +class="ecti-1000">0 .7 .7 </span></td><td align="left" id="TBL-11-88-3" class="td11"> - <!--l. 592--><p class="noindent">use <span class="TEX"><span -class="ecss-1000">T</span><span -class="E"><span -class="ecss-1000">E</span></span><span -class="ecss-1000">X</span></span><span -class="ecss-1000">4ht </span>backend </td> + <!--l. 629--><p class="noindent">color of border around ‘run’ links </td> </tr><tr valign="baseline" id="TBL-11-89-"><td align="left" style="white-space:nowrap;" id="TBL-11-89-1" class="td11"> <span -class="ectt-1000">textures </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-89-2" -class="td11"> </td><td align="left" id="TBL-11-89-3" +class="ectt-1000">setpagesize </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-89-2" +class="td11"> <span +class="ecti-1000">true </span></td><td align="left" id="TBL-11-89-3" class="td11"> - <!--l. 593--><p class="noindent">use <span -class="ecss-1000">Textures </span>backend </td> + <!--l. 630--><p class="noindent">set page size by special driver + commands </td> </tr><tr valign="baseline" id="TBL-11-90-"><td align="left" style="white-space:nowrap;" id="TBL-11-90-1" class="td11"> <span -class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-90-2" +class="ectt-1000">tex4ht </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-90-2" class="td11"> </td><td align="left" id="TBL-11-90-3" class="td11"> - <!--l. 594--><p class="noindent">Unicode encoded pdf strings </td> + <!--l. 631--><p class="noindent">use <span class="TEX"><span +class="ecss-1000">T</span><span +class="E"><span +class="ecss-1000">E</span></span><span +class="ecss-1000">X</span></span><span +class="ecss-1000">4ht </span>backend </td> </tr><tr valign="baseline" id="TBL-11-91-"><td align="left" style="white-space:nowrap;" id="TBL-11-91-1" class="td11"> <span -class="ectt-1000">urlbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-91-2" -class="td11"> <span -class="ecti-1000">0 1 1 </span></td><td align="left" id="TBL-11-91-3" +class="ectt-1000">textures </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-91-2" +class="td11"> </td><td align="left" id="TBL-11-91-3" class="td11"> - <!--l. 595--><p class="noindent">color of border around URL links </td> + <!--l. 632--><p class="noindent">use <span +class="ecss-1000">Textures </span>backend </td> </tr><tr valign="baseline" id="TBL-11-92-"><td align="left" style="white-space:nowrap;" id="TBL-11-92-1" class="td11"> <span -class="ectt-1000">urlcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-92-2" +class="ectt-1000">unicode </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-92-2" class="td11"> <span -class="ecti-1000">magenta </span></td><td align="left" id="TBL-11-92-3" +class="ecti-1000">false </span></td><td align="left" id="TBL-11-92-3" class="td11"> - <!--l. 596--><p class="noindent">color of URL links </td> + <!--l. 633--><p class="noindent">Unicode encoded pdf strings </td> </tr><tr valign="baseline" id="TBL-11-93-"><td align="left" style="white-space:nowrap;" id="TBL-11-93-1" class="td11"> <span -class="ectt-1000">verbose </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-93-2" +class="ectt-1000">urlbordercolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-93-2" class="td11"> <span -class="ecti-1000">false </span></td><td align="left" id="TBL-11-93-3" +class="ecti-1000">0 1 1 </span></td><td align="left" id="TBL-11-93-3" class="td11"> - <!--l. 597--><p class="noindent">be chatty </td> + <!--l. 634--><p class="noindent">color of border around URL links </td> </tr><tr valign="baseline" id="TBL-11-94-"><td align="left" style="white-space:nowrap;" id="TBL-11-94-1" class="td11"> <span -class="ectt-1000">vtex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-94-2" -class="td11"> </td><td align="left" id="TBL-11-94-3" +class="ectt-1000">urlcolor </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-94-2" +class="td11"> <span +class="ecti-1000">magenta </span></td><td align="left" id="TBL-11-94-3" class="td11"> - <!--l. 598--><p class="noindent">use <span -class="ecss-1000">VTeX </span>backend </td> + <!--l. 635--><p class="noindent">color of URL links </td> </tr><tr valign="baseline" id="TBL-11-95-"><td align="left" style="white-space:nowrap;" id="TBL-11-95-1" -class="td11"> </td> +class="td11"> <span +class="ectt-1000">verbose </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-95-2" +class="td11"> <span +class="ecti-1000">false </span></td><td align="left" id="TBL-11-95-3" +class="td11"> + <!--l. 636--><p class="noindent">be chatty </td> </tr><tr valign="baseline" id="TBL-11-96-"><td align="left" style="white-space:nowrap;" id="TBL-11-96-1" -class="td11"> </td> +class="td11"> <span +class="ectt-1000">vtex </span></td><td align="left" style="white-space:nowrap;" id="TBL-11-96-2" +class="td11"> </td><td align="left" id="TBL-11-96-3" +class="td11"> + <!--l. 637--><p class="noindent">use <span +class="ecss-1000">VTeX </span>backend </td> </tr><tr valign="baseline" id="TBL-11-97-"><td align="left" style="white-space:nowrap;" id="TBL-11-97-1" class="td11"> </td> @@ -2508,61 +2560,77 @@ class="td11"> </td> </tr><tr valign="baseline" id="TBL-11-99-"><td align="left" style="white-space:nowrap;" id="TBL-11-99-1" class="td11"> </td> +</tr><tr + valign="baseline" id="TBL-11-100-"><td align="left" style="white-space:nowrap;" id="TBL-11-100-1" +class="td11"> </td> +</tr><tr + valign="baseline" id="TBL-11-101-"><td align="left" style="white-space:nowrap;" id="TBL-11-101-1" +class="td11"> </td> </tr> </table></div> -<!--l. 601--><p class="noindent"> +<!--l. 640--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">4 </span> <a id="x1-120004"></a>Additional user macros</h3> -<!--l. 603--><p class="noindent">If you need to make references to URLs, or write explicit links, the following low-level user macros are +<!--l. 642--><p class="noindent">If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: -<!--l. 606--><p class="noindent"> +<!--l. 645--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\href{</span><span class="ecti-1000">URL</span><span class="ectt-1000">}{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 610--><p class="noindent">The <span +<!--l. 649--><p class="noindent">The <span class="ecti-1000">text </span>is made a hyperlink to the <span class="ecti-1000">URL</span>; this must be a full URL (relative to the base URL, if that is defined). The special characters # and ~ do <span class="ecti-1000">not </span>need to be escaped in any way. -<!--l. 615--><p class="noindent"> +<!--l. 654--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\url{</span><span class="ecti-1000">URL</span><span class="ectt-1000">}</span> </span> -<!--l. 619--><p class="noindent">Equivalent to <span +<!--l. 658--><p class="noindent">Similar to <span class="ectt-1000">\href</span><span class="obeylines-h"><span class="verb"><span class="ectt-1000">{</span></span></span><span class="ecti-1000">URL</span><span class="obeylines-h"><span class="verb"><span class="ectt-1000">}{</span></span></span><span +class="ectt-1000">\nolinkurl</span><span class="obeylines-h"><span class="verb"><span +class="ectt-1000">{</span></span></span><span class="ecti-1000">URL</span><span class="obeylines-h"><span class="verb"><span -class="ectt-1000">}</span></span></span>. -<!--l. 622--><p class="noindent"> +class="ectt-1000">}}</span></span></span>. Depending on the driver <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\href</span></span></span> also tries to detect the link +type. Thus the result can be a url link, file link, . . . +<!--l. 663--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\nolinkurl{</span><span class="ecti-1000">URL</span><span class="ectt-1000">}</span> </span> -<!--l. 626--><p class="noindent">Write <span -class="ecti-1000">URL </span>as plain text, without creating a hyperlink. -<!--l. 628--><p class="noindent"> +<!--l. 667--><p class="noindent">Write <span +class="ecti-1000">URL </span>in the same way as <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\url</span></span></span>, without creating a hyperlink. +<!--l. 670--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\hyperbaseurl{</span><span class="ecti-1000">URL</span><span class="ectt-1000">}</span> </span> -<!--l. 632--><p class="noindent">A base <span +<!--l. 674--><p class="noindent">A base <span class="ecti-1000">URL </span>is established, which is prepended to other specified URLs, to make it easier to write -portable documents. -<!--l. 635--><p class="noindent"> +portable documents. + +<!--l. 677--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\hyperimage{</span><span class="ecti-1000">imageURL</span><span +class="ectt-1000">}{</span><span +class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 639--><p class="noindent">The image referenced by the <span -class="ecti-1000">URL </span>is inserted. - -<!--l. 641--><p class="noindent"> +<!--l. 681--><p class="noindent">The link to the image referenced by the URL is inserted, using <span +class="ecti-1000">text </span>as the anchor. +<!--l. 684--><p class="indent"> For drivers that produce HTML, the image itself is inserted by the browser, with the <span +class="ecti-1000">text </span>being +ignored completely. +<!--l. 687--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\hyperdef{</span><span class="ecti-1000">category</span><span @@ -2571,10 +2639,10 @@ class="ecti-1000">name</span><span class="ectt-1000">}{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 645--><p class="noindent">A target area of the document (the <span +<!--l. 691--><p class="noindent">A target area of the document (the <span class="ecti-1000">text</span>) is marked, and given the name <span class="ecti-1000">category.name</span> -<!--l. 648--><p class="noindent"> +<!--l. 694--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\hyperref{</span><span class="ecti-1000">URL</span><span @@ -2585,24 +2653,24 @@ class="ecti-1000">name</span><span class="ectt-1000">}{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 652--><p class="noindent"><span +<!--l. 698--><p class="noindent"><span class="ecti-1000">text </span>is made into a link to <span class="ecti-1000">URL#category.name</span> -<!--l. 654--><p class="noindent"> +<!--l. 700--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\hyperlink{</span><span class="ecti-1000">name</span><span class="ectt-1000">}{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 657--><p class="noindent"> +<!--l. 703--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\hypertarget{</span><span class="ecti-1000">name</span><span class="ectt-1000">}{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 661--><p class="noindent">A simple internal link is created with <span class="obeylines-h"><span class="verb"><span +<!--l. 707--><p class="noindent">A simple internal link is created with <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hypertarget</span></span></span>, with two parameters of an anchor <span class="ecti-1000">name</span>, and anchor <span @@ -2611,37 +2679,62 @@ class="ectt-1000">\hyperlink</span></span></span> has two arguments, the name of <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hypertarget</span></span></span>, and the <span class="ecti-1000">text </span>which be used as the link on the page. -<!--l. 667--><p class="indent"> Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span +<!--l. 713--><p class="indent"> Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\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="ectt-1000">\href</span></span></span> expects a full URL. -<!--l. 672--><p class="noindent"> +<!--l. 717--><p class="noindent"> +<span class="fbox"> <span +class="ectt-1000">\phantomsection</span> </span> +<!--l. 721--><p class="noindent">This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\hypertarget{}{}</span></span></span> with an automatically +choosen anchor name. Often it is used in conjunction with <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\addcontentsline</span></span></span> for sectionlike things +(index, bibliography, preface). <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\addcontentsline</span></span></span> refers to the latest previous location where an anchor +is set. Example: + <div class="quote"> + + + <table width="100%" +class="verbatim"><tr class="verbatim"><td +class="verbatim"><div class="verbatim"> +\cleardoublepage + <br />\phantomsection + <br />\addcontentsline{toc}{chapter}{\indexname} + <br />\printindex +</div> + </td></tr></table> + <!--l. 734--><p class="nopar"></div> +<!--l. 736--><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. 740--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\autoref{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 676--><p class="indent"> This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span -class="ectt-1000">\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. 681--><p class="indent"> The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span +<!--l. 744--><p class="noindent">This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\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. 750--><p class="indent"> The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\label</span></span></span> command by <span class="ecss-1000">hyperref </span>by using the -macros listed below (shown with their default values). The macros can be redefined in documents using +macros listed below (shown with their default values). The macros can be (re)defined in documents using <span class="obeylines-h"><span class="verb"><span -class="ectt-1000">\renewcommand</span></span></span>; note that some of these macros are already defined in the standard document classes. +class="ectt-1000">\(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. 689--><p class="indent"> For each macro below, <span +<!--l. 758--><p class="indent"> For each macro below, <span class="ecss-1000">hyperref </span>checks <span class="ectt-1000">\*autorefname </span>before <span class="ectt-1000">\*name</span>. For instance, it looks for <span class="ectt-1000">\figureautorefname </span>before <span class="ectt-1000">\figurename</span>. -<!--l. 693--><p class="noindent"> +<!--l. 762--><p class="noindent"> <a - id="x1-12001r11"></a> <!--l. 694--><div class="longtable"><table class="longtable" + id="x1-12001r11"></a> <!--l. 763--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-12-1g"><col id="TBL-12-1"><col @@ -2651,94 +2744,94 @@ id="TBL-12-2"></colgroup> class="td11"> <span class="ecti-1000">Macro </span></td><td align="left" id="TBL-12-1-2" class="td11"> - <!--l. 694--><p class="noindent"><span + <!--l. 763--><p class="noindent"><span class="ecti-1000">Default</span> </td> </tr><tr valign="baseline" id="TBL-12-2-"><td align="left" style="white-space:nowrap;" id="TBL-12-2-1" class="td11"> <span class="ectt-1000">\figurename </span></td><td align="left" id="TBL-12-2-2" class="td11"> - <!--l. 695--><p class="noindent">Figure </td> + <!--l. 764--><p class="noindent">Figure </td> </tr><tr valign="baseline" id="TBL-12-3-"><td align="left" style="white-space:nowrap;" id="TBL-12-3-1" class="td11"> <span class="ectt-1000">\tablename </span></td><td align="left" id="TBL-12-3-2" class="td11"> - <!--l. 696--><p class="noindent">Table </td> + <!--l. 765--><p class="noindent">Table </td> </tr><tr valign="baseline" id="TBL-12-4-"><td align="left" style="white-space:nowrap;" id="TBL-12-4-1" class="td11"> <span class="ectt-1000">\partname </span></td><td align="left" id="TBL-12-4-2" class="td11"> - <!--l. 697--><p class="noindent">Part </td> + <!--l. 766--><p class="noindent">Part </td> </tr><tr valign="baseline" id="TBL-12-5-"><td align="left" style="white-space:nowrap;" id="TBL-12-5-1" class="td11"> <span class="ectt-1000">\appendixname </span></td><td align="left" id="TBL-12-5-2" class="td11"> - <!--l. 698--><p class="noindent">Appendix </td> + <!--l. 767--><p class="noindent">Appendix </td> </tr><tr valign="baseline" id="TBL-12-6-"><td align="left" style="white-space:nowrap;" id="TBL-12-6-1" class="td11"> <span class="ectt-1000">\equationname </span></td><td align="left" id="TBL-12-6-2" class="td11"> - <!--l. 699--><p class="noindent">Equation </td> - - + <!--l. 768--><p class="noindent">Equation </td> </tr><tr valign="baseline" id="TBL-12-7-"><td align="left" style="white-space:nowrap;" id="TBL-12-7-1" class="td11"> <span class="ectt-1000">\Itemname </span></td><td align="left" id="TBL-12-7-2" class="td11"> - <!--l. 700--><p class="noindent">item </td> + <!--l. 769--><p class="noindent">item </td> </tr><tr valign="baseline" id="TBL-12-8-"><td align="left" style="white-space:nowrap;" id="TBL-12-8-1" class="td11"> <span -class="ectt-1000">\Chaptername </span></td><td align="left" id="TBL-12-8-2" +class="ectt-1000">\chaptername </span></td><td align="left" id="TBL-12-8-2" class="td11"> - <!--l. 701--><p class="noindent">chapter </td> + <!--l. 770--><p class="noindent">chapter </td> </tr><tr valign="baseline" id="TBL-12-9-"><td align="left" style="white-space:nowrap;" id="TBL-12-9-1" class="td11"> <span class="ectt-1000">\sectionname </span></td><td align="left" id="TBL-12-9-2" class="td11"> - <!--l. 702--><p class="noindent">section </td> + <!--l. 771--><p class="noindent">section </td> </tr><tr valign="baseline" id="TBL-12-10-"><td align="left" style="white-space:nowrap;" id="TBL-12-10-1" class="td11"> <span class="ectt-1000">\subsectionname </span></td><td align="left" id="TBL-12-10-2" class="td11"> - <!--l. 703--><p class="noindent">subsection </td> + <!--l. 772--><p class="noindent">subsection </td> + + </tr><tr valign="baseline" id="TBL-12-11-"><td align="left" style="white-space:nowrap;" id="TBL-12-11-1" class="td11"> <span class="ectt-1000">\subsubsectionname </span></td><td align="left" id="TBL-12-11-2" class="td11"> - <!--l. 704--><p class="noindent">subsubsection </td> + <!--l. 773--><p class="noindent">subsubsection </td> </tr><tr valign="baseline" id="TBL-12-12-"><td align="left" style="white-space:nowrap;" id="TBL-12-12-1" class="td11"> <span class="ectt-1000">\paragraphname </span></td><td align="left" id="TBL-12-12-2" class="td11"> - <!--l. 705--><p class="noindent">paragraph </td> + <!--l. 774--><p class="noindent">paragraph </td> </tr><tr valign="baseline" id="TBL-12-13-"><td align="left" style="white-space:nowrap;" id="TBL-12-13-1" class="td11"> <span class="ectt-1000">\Hfootnotename </span></td><td align="left" id="TBL-12-13-2" class="td11"> - <!--l. 706--><p class="noindent">footnote </td> + <!--l. 775--><p class="noindent">footnote </td> </tr><tr valign="baseline" id="TBL-12-14-"><td align="left" style="white-space:nowrap;" id="TBL-12-14-1" class="td11"> <span class="ectt-1000">\AMSname </span></td><td align="left" id="TBL-12-14-2" class="td11"> - <!--l. 707--><p class="noindent">Equation </td> + <!--l. 776--><p class="noindent">Equation </td> </tr><tr valign="baseline" id="TBL-12-15-"><td align="left" style="white-space:nowrap;" id="TBL-12-15-1" class="td11"> <span class="ectt-1000">\theoremname </span></td><td align="left" id="TBL-12-15-2" class="td11"> - <!--l. 708--><p class="noindent">Theorem </td> + <!--l. 777--><p class="noindent">Theorem </td> </tr><tr valign="baseline" id="TBL-12-16-"><td align="left" style="white-space:nowrap;" id="TBL-12-16-1" class="td11"> </td> @@ -2753,19 +2846,19 @@ class="td11"> </td> class="td11"> </td><td align="left" id="TBL-12-19-2" class="td11"></td></tr> </table></div> -<!--l. 711--><p class="indent"> For instances where you want a reference to use the correct counter, but not to create a link, there +<!--l. 780--><p class="indent"> For instances where you want a reference to use the correct counter, but not to create a link, there are two starred forms: -<!--l. 714--><p class="noindent"> +<!--l. 783--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\ref*{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 718--><p class="noindent"> +<!--l. 787--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\pageref*{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 722--><p class="indent"> A typical use would be to write +<!--l. 791--><p class="indent"> A typical use would be to write <table width="100%" @@ -2774,23 +2867,23 @@ class="verbatim"><div class="verbatim"> \hyperref[other]{that nice section (\ref*{other}) we read before} </div> </td></tr></table> -<!--l. 725--><p class="nopar"> -<!--l. 727--><p class="indent"> We want <span class="obeylines-h"><span class="verb"><span +<!--l. 794--><p class="nopar"> +<!--l. 796--><p class="indent"> We want <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\ref*{other}</span></span></span> to generate the correct number, but not to form a link, since we do this ourselves with <span class="ectt-1000">\hyperref</span>. -<!--l. 730--><p class="noindent"> +<!--l. 799--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\pdfstringdef{</span><span class="ecti-1000">macroname</span><span class="ectt-1000">}{</span><span class="ecti-1000">TEXstring</span><span class="ectt-1000">}</span> </span> -<!--l. 734--><p class="indent"> <span +<!--l. 803--><p class="indent"> <span class="ectt-1000">\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: -<!--l. 738--><p class="indent"> +<!--l. 807--><p class="indent"> <ul class="itemize1"> <li class="itemize">Switching to PD1 or PU encoding </li> @@ -2831,43 +2924,45 @@ class="ectt-1000">\textbf</span></span></span>, etc. <li class="itemize">Support for <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\xspace</span></span></span> provided by the <span class="ecss-1000">xspace </span>package</li></ul> -<!--l. 750--><p class="indent"> In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in +<!--l. 819--><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 Euro<span class="TEX">T<span class="E">E</span>X</span> paper distributed with <span class="ecss-1000">hyperref</span>. -<!--l. 755--><p class="noindent"> +<!--l. 824--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a id="x1-130004.1"></a>Replacement macros</h4> -<!--l. 757--><p class="noindent"><span +<!--l. 826--><p class="noindent"><span class="ecss-1000">hyperref </span>takes the text for bookmarks from the arguments of commands like <span class="ectt-1000">\section</span>, which can contain things like math, colors, or font changes, none of which will display in bookmarks as is. -<!--l. 761--><p class="noindent"> +<!--l. 830--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\texorpdfstring{</span><span class="ecti-1000">TEXstring</span><span class="ectt-1000">}{</span><span class="ecti-1000">PDFstring</span><span class="ectt-1000">}</span> </span> -<!--l. 765--><p class="indent"> For example, +<!--l. 834--><p class="indent"> For example, <table width="100%" class="verbatim"><tr class="verbatim"><td class="verbatim"><div class="verbatim"> \section{Pythagoras: - <br />\texorpdfstring{$ a^2 + b^2 = c^2 $}{% - <br />a\texttwosuperior\ + b\texttwosuperior\ = - <br />c\texttwosuperior}} + <br /> \texorpdfstring{$ a^2 + b^2 = c^2 $}{% + <br /> a\texttwosuperior\ + b\texttwosuperior\ = + <br /> c\texttwosuperior + <br /> }% + <br />} <br />\section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} </div> </td></tr></table> -<!--l. 772--><p class="nopar"> -<!--l. 774--><p class="indent"> <span +<!--l. 843--><p class="nopar"> +<!--l. 845--><p class="indent"> <span class="ectt-1000">\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. @@ -2877,13 +2972,13 @@ class="verbatim"><tr class="verbatim"><td class="verbatim"><div class="verbatim"> \expandafter\def\expandafter\pdfstringdefPreHook <br />\expandafter{% - <br />\pdfstringdefPreHook - <br />\renewcommand{\mycommand}[1]{}% + <br /> \pdfstringdefPreHook + <br /> \renewcommand{\mycommand}[1]{}% <br />} </div> </td></tr></table> -<!--l. 784--><p class="nopar"> -<!--l. 786--><p class="indent"> However, for disabling commands, an easier way is via <span +<!--l. 855--><p class="nopar"> +<!--l. 857--><p class="indent"> However, for disabling commands, an easier way is via <span class="ectt-1000">\pdfstringdefDisableCommands</span>, which adds its argument to the definition of <span class="ectt-1000">\pdfstringdefPreHook </span>(‘@’ can here be used as letter in command @@ -2894,33 +2989,80 @@ names): class="verbatim"><tr class="verbatim"><td class="verbatim"><div class="verbatim"> \pdfstringdefDisableCommands{% - <br />\let~\textasciitilde - <br />\def\url{\pdfstringdefwarn\url}% - <br />\let\textcolor\@gobble + <br /> \let~\textasciitilde + <br /> \def\url{\pdfstringdefwarn\url}% + <br /> \let\textcolor\@gobble <br />} </div> </td></tr></table> -<!--l. 797--><p class="nopar"> -<!--l. 800--><p class="noindent"> +<!--l. 868--><p class="nopar"> +<!--l. 870--><p class="noindent"> + <h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a + id="x1-140004.2"></a>Utility macros</h4> +<!--l. 873--><p class="noindent"> +<span class="fbox"> <span +class="ectt-1000">\hypercalcbp{</span><span +class="ecti-1000">dimen specification</span><span +class="ectt-1000">}</span> </span> +<!--l. 876--><p class="noindent"><span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\hypercalcbp</span></span></span> takes a <span class="TEX">T<span +class="E">E</span>X</span> 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="ectt-1000">pdfstartview</span></span></span> and <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">pdfview</span></span></span>. Example: + <div class="quote"> + + + <table width="100%" +class="verbatim"><tr class="verbatim"><td +class="verbatim"><div class="verbatim"> +\hypersetup{ + <br /> pdfstartview={FitBH \hypercalcbp{\paperheight-\topmargin-1in + <br /> -\headheight-\headsep} + <br />} +</div> + </td></tr></table> + <!--l. 887--><p class="nopar"></div> +<!--l. 889--><p class="noindent">The origin of the PDF coordinate system is the lower left corner. +<!--l. 891--><p class="indent"> Note, for calculations you need either package |calc| or <span +class="cmmi-10"><img +src="cmmi10-22.gif" alt="e" class="10x-x-22" /></span>-<span class="TEX">T<span +class="E">E</span>X</span>. Nowadays the latter should +automatically be enabled for <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +class="E">E</span>X</span></span> formats. Users without <span +class="cmmi-10"><img +src="cmmi10-22.gif" alt="e" class="10x-x-22" /></span>-<span class="TEX">T<span +class="E">E</span>X</span>, please, look in the source +documentation <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">hyperref.dtx</span></span></span> for further limitations. +<!--l. 897--><p class="indent"> Also <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\hypercalcbp</span></span></span> cannot be used in option specifications of <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\documentclass</span></span></span> and <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">\usepackage</span></span></span>, +because <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +class="E">E</span>X</span></span> expands the option lists of these commands. However package <span class="obeylines-h"><span class="verb"><span +class="ectt-1000">hyperref</span></span></span> is not yet +loaded and an undefined control sequence error would arise. +<!--l. 903--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">5 </span> <a - id="x1-140005"></a>Acrobat-specific behavior</h3> -<!--l. 801--><p class="noindent">If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided + id="x1-150005"></a>Acrobat-specific behavior</h3> +<!--l. 904--><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. 804--><p class="noindent"> +<!--l. 907--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\Acrobatmenu{</span><span class="ecti-1000">menuoption</span><span class="ectt-1000">}{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 808--><p class="noindent">The <span +<!--l. 911--><p class="noindent">The <span class="ecti-1000">text </span>is used to create a button which activates the appropriate <span class="ecti-1000">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. -<!--l. 811--><p class="noindent"> +<!--l. 914--><p class="noindent"> <a - id="x1-14001r12"></a> <!--l. 812--><div class="longtable"><table class="longtable" + id="x1-15001r12"></a> <!--l. 915--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-13-1g"><col id="TBL-13-1"><col @@ -2929,7 +3071,7 @@ id="TBL-13-2"></colgroup> valign="baseline" id="TBL-13-1-"><td align="left" style="white-space:nowrap;" id="TBL-13-1-1" class="td11"> File </td><td align="left" id="TBL-13-1-2" class="td11"> - <!--l. 812--><p class="noindent">Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt, + <!--l. 915--><p class="noindent">Open, Close, Scan, Save, SaveAs, Optimizer:SaveAsOpt, Print, PageSetup, Quit </td> </tr><tr valign="baseline" id="TBL-13-2-"><td align="left" style="white-space:nowrap;" id="TBL-13-2-1" @@ -2937,21 +3079,21 @@ class="td11"> File<span class="cmsy-10"><img src="cmsy10-21.gif" alt="-->" class="10x-x-21" /></span>Import </td><td align="left" id="TBL-13-2-2" class="td11"> - <!--l. 813--><p class="noindent">ImportImage, ImportNotes, AcroForm:ImportFDF </td> + <!--l. 916--><p class="noindent">ImportImage, ImportNotes, AcroForm:ImportFDF </td> </tr><tr valign="baseline" id="TBL-13-3-"><td align="left" style="white-space:nowrap;" id="TBL-13-3-1" class="td11"> File<span class="cmsy-10"><img src="cmsy10-21.gif" alt="-->" class="10x-x-21" /></span>Export </td><td align="left" id="TBL-13-3-2" class="td11"> - <!--l. 814--><p class="noindent">ExportNotes, AcroForm:ExportFDF </td> + <!--l. 917--><p class="noindent">ExportNotes, AcroForm:ExportFDF </td> </tr><tr valign="baseline" id="TBL-13-4-"><td align="left" style="white-space:nowrap;" id="TBL-13-4-1" class="td11"> File<span class="cmsy-10"><img src="cmsy10-21.gif" alt="-->" class="10x-x-21" /></span>DocumentInfo </td><td align="left" id="TBL-13-4-2" class="td11"> - <!--l. 815--><p class="noindent">GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, + <!--l. 918--><p class="noindent">GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, Weblink:Base, AutoIndex:DocInfo </td> </tr><tr valign="baseline" id="TBL-13-5-"><td align="left" style="white-space:nowrap;" id="TBL-13-5-1" @@ -2959,14 +3101,16 @@ class="td11"> File<span class="cmsy-10"><img src="cmsy10-21.gif" alt="-->" class="10x-x-21" /></span>Preferences </td><td align="left" id="TBL-13-5-2" class="td11"> - <!--l. 816--><p class="noindent">GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, + <!--l. 919--><p class="noindent">GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, AcroSearch:Preferences(Windows) or, AcroSearch:Prefs(Mac), Cpt:Capture </td> + + </tr><tr valign="baseline" id="TBL-13-6-"><td align="left" style="white-space:nowrap;" id="TBL-13-6-1" class="td11"> Edit </td><td align="left" id="TBL-13-6-2" class="td11"> - <!--l. 818--><p class="noindent">Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile, + <!--l. 921--><p class="noindent">Undo, Cut, Copy, Paste, Clear, SelectAll, Ole:CopyFile, TouchUp:TextAttributes, TouchUp:FitTextToSelection, TouchUp:ShowLineMarkers, TouchUp:ShowCaptureSuspects, TouchUp:FindSuspect, </td> @@ -2974,21 +3118,19 @@ class="td11"> valign="baseline" id="TBL-13-7-"><td align="left" style="white-space:nowrap;" id="TBL-13-7-1" class="td11"> </td><td align="left" id="TBL-13-7-2" class="td11"> - <!--l. 821--><p class="noindent">Properties </td> + <!--l. 924--><p class="noindent">Properties </td> </tr><tr valign="baseline" id="TBL-13-8-"><td align="left" style="white-space:nowrap;" id="TBL-13-8-1" class="td11"> Edit<span class="cmsy-10"><img src="cmsy10-21.gif" alt="-->" class="10x-x-21" /></span>Fields </td><td align="left" id="TBL-13-8-2" class="td11"> - <!--l. 822--><p class="noindent">AcroForm:Duplicate, AcroForm:TabOrder </td> - - + <!--l. 925--><p class="noindent">AcroForm:Duplicate, AcroForm:TabOrder </td> </tr><tr valign="baseline" id="TBL-13-9-"><td align="left" style="white-space:nowrap;" id="TBL-13-9-1" class="td11"> Document </td><td align="left" id="TBL-13-9-2" class="td11"> - <!--l. 823--><p class="noindent">Cpt:CapturePages, + <!--l. 926--><p class="noindent">Cpt:CapturePages, AcroForm:Actions, CropPages, RotatePages, InsertPages, ExtractPages, ReplacePages, DeletePages, NewBookmark, SetBookmarkDest, CreateAllThumbs, DeleteAllThumbs </td> @@ -2996,7 +3138,7 @@ class="td11"> valign="baseline" id="TBL-13-10-"><td align="left" style="white-space:nowrap;" id="TBL-13-10-1" class="td11"> View </td><td align="left" id="TBL-13-10-2" class="td11"> - <!--l. 826--><p class="noindent">ActualSize, FitVisible, FitWidth, FitPage, ZoomTo, + <!--l. 929--><p class="noindent">ActualSize, FitVisible, FitWidth, FitPage, ZoomTo, FullScreen, FirstPage, PrevPage, NextPage, LastPage, GoToPage, GoBack, GoForward, SinglePage, OneColumn, TwoColumns, ArticleThreads, PageOnly, ShowBookmarks, @@ -3005,7 +3147,7 @@ class="td11"> valign="baseline" id="TBL-13-11-"><td align="left" style="white-space:nowrap;" id="TBL-13-11-1" class="td11"> Tools </td><td align="left" id="TBL-13-11-2" class="td11"> - <!--l. 829--><p class="noindent">Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics, + <!--l. 932--><p class="noindent">Hand, ZoomIn, ZoomOut, SelectText, SelectGraphics, Note, Link, Thread, AcroForm:Tool, Acro_Movie:MoviePlayer, TouchUp:TextTool, Find, FindAgain, FindNextNote, CreateNotesFile </td> @@ -3015,28 +3157,28 @@ class="td11"> Tools<span class="cmsy-10"><img src="cmsy10-21.gif" alt="-->" class="10x-x-21" /></span>Search </td><td align="left" id="TBL-13-12-2" class="td11"> - <!--l. 832--><p class="noindent">AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, + <!--l. 935--><p class="noindent">AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, AcroSrch:Assist, AcroSrch:PrevDoc, AcroSrch:PrevHit, AcroSrch:NextHit, AcroSrch:NextDoc </td> </tr><tr valign="baseline" id="TBL-13-13-"><td align="left" style="white-space:nowrap;" id="TBL-13-13-1" class="td11"> Window </td><td align="left" id="TBL-13-13-2" class="td11"> - <!--l. 834--><p class="noindent">ShowHideToolBar, ShowHideMenuBar, + <!--l. 937--><p class="noindent">ShowHideToolBar, ShowHideMenuBar, ShowHideClipboard, Cascade, TileHorizontal, TileVertical, CloseAll </td> </tr><tr valign="baseline" id="TBL-13-14-"><td align="left" style="white-space:nowrap;" id="TBL-13-14-1" class="td11"> Help </td><td align="left" id="TBL-13-14-2" class="td11"> - <!--l. 836--><p class="noindent">HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, + <!--l. 939--><p class="noindent">HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, HelpCapture, HelpPDFWriter, HelpDistiller, HelpSearch, HelpCatalog, HelpReader, Weblink:Home </td> </tr><tr valign="baseline" id="TBL-13-15-"><td align="left" style="white-space:nowrap;" id="TBL-13-15-1" class="td11"> Help(Windows) </td><td align="left" id="TBL-13-15-2" class="td11"> - <!--l. 838--><p class="noindent">About </td> + <!--l. 941--><p class="noindent">About </td> </tr><tr valign="baseline" id="TBL-13-16-"><td align="left" style="white-space:nowrap;" id="TBL-13-16-1" class="td11"> </td> @@ -3051,29 +3193,29 @@ class="td11"> </td> class="td11"> </td><td align="left" id="TBL-13-19-2" class="td11"></td></tr> </table></div> -<!--l. 841--><p class="noindent"> +<!--l. 944--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">6 </span> <a - id="x1-150006"></a>PDF and HTML forms</h3> -<!--l. 842--><p class="noindent">You must put your fields inside a <span + id="x1-160006"></a>PDF and HTML forms</h3> +<!--l. 945--><p class="noindent">You must put your fields inside a <span class="ectt-1000">Form </span>environment (only one per file). -<!--l. 844--><p class="indent"> There are six macros to prepare fields: -<!--l. 846--><p class="noindent"> +<!--l. 947--><p class="indent"> There are six macros to prepare fields: + + +<!--l. 949--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\TextField[</span><span class="ecti-1000">parameters</span><span class="ectt-1000">]{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 850--><p class="noindent"> - - +<!--l. 953--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\CheckBox[</span><span class="ecti-1000">parameters</span><span class="ectt-1000">]{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 854--><p class="noindent"> +<!--l. 957--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\ChoiceMenu[</span><span class="ecti-1000">parameters</span><span @@ -3082,87 +3224,87 @@ class="ecti-1000">label</span><span class="ectt-1000">}{</span><span class="ecti-1000">choices</span><span class="ectt-1000">}</span> </span> -<!--l. 858--><p class="noindent"> +<!--l. 961--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\PushButton[</span><span class="ecti-1000">parameters</span><span class="ectt-1000">]{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 862--><p class="noindent"> +<!--l. 965--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\Submit[</span><span class="ecti-1000">parameters</span><span class="ectt-1000">]{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 866--><p class="noindent"> +<!--l. 969--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\Reset[</span><span class="ecti-1000">parameters</span><span class="ectt-1000">]{</span><span class="ecti-1000">label</span><span class="ectt-1000">}</span> </span> -<!--l. 870--><p class="indent"> The way forms and their labels are laid out is determined by: -<!--l. 871--><p class="noindent"> +<!--l. 973--><p class="indent"> The way forms and their labels are laid out is determined by: +<!--l. 974--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\LayoutTextField{</span><span class="ecti-1000">label</span><span class="ectt-1000">}{</span><span class="ecti-1000">field</span><span class="ectt-1000">}</span> </span> -<!--l. 875--><p class="noindent"> +<!--l. 978--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\LayoutChoiceField{</span><span class="ecti-1000">label</span><span class="ectt-1000">}{</span><span class="ecti-1000">field</span><span class="ectt-1000">}</span> </span> -<!--l. 879--><p class="noindent"> +<!--l. 982--><p class="noindent"> <span class="fbox"> <span -class="ectt-1000">\LayoutCheckboxField{</span><span +class="ectt-1000">\LayoutCheckField{</span><span class="ecti-1000">label</span><span class="ectt-1000">}{</span><span class="ecti-1000">field</span><span class="ectt-1000">}</span> </span> -<!--l. 883--><p class="indent"> These macros default to #1 #2 -<!--l. 885--><p class="indent"> What is actually shown in as the field is determined by: -<!--l. 886--><p class="noindent"> +<!--l. 986--><p class="indent"> These macros default to #1 #2 +<!--l. 988--><p class="indent"> What is actually shown in as the field is determined by: +<!--l. 989--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\MakeRadioField{</span><span class="ecti-1000">width</span><span class="ectt-1000">}{</span><span class="ecti-1000">height</span><span class="ectt-1000">}</span> </span> -<!--l. 890--><p class="noindent"> +<!--l. 993--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\MakeCheckField{</span><span class="ecti-1000">width</span><span class="ectt-1000">}{</span><span class="ecti-1000">height</span><span class="ectt-1000">}</span> </span> -<!--l. 893--><p class="noindent"> +<!--l. 996--><p class="noindent"> + + <span class="fbox"> <span class="ectt-1000">\MakeTextField{</span><span class="ecti-1000">width</span><span class="ectt-1000">}{</span><span class="ecti-1000">height</span><span class="ectt-1000">}</span> </span> -<!--l. 896--><p class="noindent"> - - +<!--l. 999--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\MakeChoiceField{</span><span class="ecti-1000">width</span><span class="ectt-1000">}{</span><span class="ecti-1000">height</span><span class="ectt-1000">}</span> </span> -<!--l. 900--><p class="noindent"> +<!--l. 1003--><p class="noindent"> <span class="fbox"> <span class="ectt-1000">\MakeButtonField{</span><span class="ecti-1000">text</span><span class="ectt-1000">}</span> </span> -<!--l. 904--><p class="indent"> These macros default to <span class="obeylines-h"><span class="verb"><span +<!--l. 1007--><p class="indent"> These macros default to <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\vbox</span><span class="ectt-1000"> to</span><span class="ectt-1000"> #2{\hbox</span><span @@ -3171,7 +3313,7 @@ class="ectt-1000"> #1{\hfill}\vfill}</span></span></span>, except the last, to #1; it is used for buttons, and the special <span class="ectt-1000">\Submit </span>and <span class="ectt-1000">\Reset </span>macros. -<!--l. 908--><p class="indent"> You may also want to redefine the following macros: +<!--l. 1011--><p class="indent"> You may also want to redefine the following macros: <table width="100%" @@ -3189,13 +3331,13 @@ class="verbatim"><div class="verbatim"> <br />\def\DefaultWidthofText{3cm} </div> </td></tr></table> -<!--l. 920--><p class="nopar"> -<!--l. 922--><p class="noindent"> +<!--l. 1023--><p class="nopar"> +<!--l. 1025--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a - id="x1-160006.1"></a>Forms environment parameters</h4> -<!--l. 924--><p class="noindent"> + id="x1-170006.1"></a>Forms environment parameters</h4> +<!--l. 1027--><p class="noindent"> <a - id="x1-16001r13"></a> <!--l. 925--><div class="longtable"><table class="longtable" + id="x1-17001r13"></a> <!--l. 1028--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-14-1g"><col id="TBL-14-1"><col @@ -3208,7 +3350,7 @@ class="ectt-1000">action </span></td><td align="left" style="white-space:nowr class="td11"> <span class="ecti-1000">URL </span></td><td align="left" id="TBL-14-1-3" class="td11"> - <!--l. 925--><p class="noindent">The URL that will receive the form data if a <span + <!--l. 1028--><p class="noindent">The URL that will receive the form data if a <span class="ecss-1000">Submit </span>button is included in the form </td> </tr><tr @@ -3218,7 +3360,7 @@ class="ectt-1000">encoding </span></td><td align="left" style="white-space:nowr class="td11"> <span class="ecti-1000">name </span></td><td align="left" id="TBL-14-2-3" class="td11"> - <!--l. 926--><p class="noindent">The encoding for the string set to the URL; FDF-encoding + <!--l. 1029--><p class="noindent">The encoding for the string set to the URL; FDF-encoding is usual, and <span class="ectt-1000">html </span>is the only valid value </td> </tr><tr @@ -3228,7 +3370,7 @@ class="ectt-1000">method </span></td><td align="left" style="white-space:nowr class="td11"> <span class="ecti-1000">name </span></td><td align="left" id="TBL-14-3-3" class="td11"> - <!--l. 928--><p class="noindent">Used only when generating HTML; values can be <span + <!--l. 1031--><p class="noindent">Used only when generating HTML; values can be <span class="ectt-1000">post </span>or <span class="ectt-1000">get</span> </td> @@ -3250,16 +3392,16 @@ class="td11"> </td><td align="left" style="white-space:nowrap;" id="TB class="td11"> </td><td align="left" id="TBL-14-8-3" class="td11"></td></tr> </table></div> -<!--l. 931--><p class="noindent"> +<!--l. 1034--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a - id="x1-170006.2"></a>Forms optional parameters</h4> -<!--l. 932--><p class="noindent">Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span + id="x1-180006.2"></a>Forms optional parameters</h4> +<!--l. 1035--><p class="noindent">Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span class="ectt-1000">color=0 0</span> <span class="ectt-1000">0.5</span>) -<!--l. 935--><p class="noindent"> +<!--l. 1038--><p class="noindent"> <a - id="x1-17001r14"></a> <!--l. 936--><div class="longtable"><table class="longtable" + id="x1-18001r14"></a> <!--l. 1039--><div class="longtable"><table class="longtable" cellspacing="0" cellpadding="0" frame="void" ><colgroup id="TBL-15-1g"><col id="TBL-15-1"><col @@ -3613,27 +3755,27 @@ class="td11"> </td> </table></div> -<!--l. 982--><p class="noindent"> +<!--l. 1085--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">7 </span> <a - id="x1-180007"></a>Defining a new driver</h3> -<!--l. 983--><p class="noindent">A hyperref driver has to provide definitions for eight macros: -<!--l. 986--><p class="noindent">1. <span class="obeylines-h"><span class="verb"><span + id="x1-190007"></a>Defining a new driver</h3> +<!--l. 1086--><p class="noindent">A hyperref driver has to provide definitions for eight macros: +<!--l. 1089--><p class="noindent">1. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@anchor</span></span></span> -<!--l. 988--><p class="noindent">2. <span class="obeylines-h"><span class="verb"><span +<!--l. 1091--><p class="noindent">2. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@link</span></span></span> -<!--l. 990--><p class="noindent">3. <span class="obeylines-h"><span class="verb"><span +<!--l. 1093--><p class="noindent">3. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@linkfile</span></span></span> -<!--l. 992--><p class="noindent">4. <span class="obeylines-h"><span class="verb"><span +<!--l. 1095--><p class="noindent">4. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@linkurl</span></span></span> -<!--l. 994--><p class="noindent">5. <span class="obeylines-h"><span class="verb"><span +<!--l. 1097--><p class="noindent">5. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@anchorstart</span></span></span> -<!--l. 996--><p class="noindent">6. <span class="obeylines-h"><span class="verb"><span +<!--l. 1099--><p class="noindent">6. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@anchorend</span></span></span> -<!--l. 998--><p class="noindent">7. <span class="obeylines-h"><span class="verb"><span +<!--l. 1101--><p class="noindent">7. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@linkstart</span></span></span> -<!--l. 1000--><p class="noindent">8. <span class="obeylines-h"><span class="verb"><span +<!--l. 1103--><p class="noindent">8. <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\hyper@linkend</span></span></span> -<!--l. 1003--><p class="indent"> The draft option defines the macros as follows +<!--l. 1106--><p class="indent"> The draft option defines the macros as follows <table width="100%" @@ -3649,14 +3791,14 @@ class="verbatim"><div class="verbatim"> <br />\let\hyper@linkend\@empty </div> </td></tr></table> -<!--l. 1013--><p class="nopar"> -<!--l. 1015--><p class="noindent"> +<!--l. 1116--><p class="nopar"> +<!--l. 1118--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">8 </span> <a - id="x1-190008"></a>Special support for other packages</h3> -<!--l. 1017--><p class="noindent"><span + id="x1-200008"></a>Special support for other packages</h3> +<!--l. 1120--><p class="noindent"><span class="ecss-1000">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such as -<!--l. 1020--><p class="indent"> +<!--l. 1123--><p class="indent"> <ul class="itemize1"> <li class="itemize">Packages that manipulate the bibliographic mechanism. Peter William’s <span class="ecss-1000">harvard </span>package is @@ -3677,7 +3819,7 @@ class="ectt-1000">implicit=false </span>for these packages to work. </li> <li class="itemize">Packages that do anything serious with the index.</li></ul> -<!--l. 1037--><p class="indent"> The <span +<!--l. 1140--><p class="indent"> The <span class="ecss-1000">hyperref </span>package is distributed with variants on two useful packages designed to work especially well with it. These are <span class="ecss-1000">xr </span>and <span @@ -3685,10 +3827,10 @@ class="ecss-1000">minitoc</span>, which support crossdocument links using <span class="E">E</span>X</span></span>’s normal <span class="obeylines-h"><span class="verb"><span class="ectt-1000">\label/\ref</span></span></span> mechanisms and per-chapter tables of contents, respectively. -<!--l. 1043--><p class="noindent"> +<!--l. 1146--><p class="noindent"> <h3 class="sectionHead"><span class="titlemark">9 </span> <a - id="x1-200009"></a>History and acknowledgments</h3> -<!--l. 1045--><p class="noindent">The original authors of <span + id="x1-210009"></a>History and acknowledgments</h3> +<!--l. 1148--><p class="noindent">The original authors of <span class="ecss-1000">hyperbasics.tex </span>and <span class="ecss-1000">hypertex.sty</span>, from which this package descends, are Tanmoy Bhattacharya (<span @@ -3707,7 +3849,7 @@ Lamport for comments, requests, thoughts and code to get the package into its fi 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. 1059--><p class="indent"> Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the +<!--l. 1162--><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 Rev<span class="TEX">T<span class="E">E</span>X</span> are entirely due to him! The investigations of Bill Moss (<span @@ -3715,7 +3857,7 @@ class="ectt-1000">bmoss@math.clemson.edu</span>) into the later versions includi many bugs, and his testing is appreciated. Hans Hagen (<span class="ectt-1000">pragma@pi.net</span>) provided a lot of insight into PDF. -<!--l. 1067--><p class="indent"> Berthold Horn provided help, encouragement and sponsorship for the <span +<!--l. 1170--><p class="indent"> Berthold Horn provided help, encouragement and sponsorship for the <span class="ecss-1000">dvipsone </span>and <span class="ecss-1000">dviwindo </span>drivers. Sergey Lesenko provided the changes needed for <span @@ -3729,14 +3871,14 @@ class="ecss-1000">hyper </span>package (developed in parallel with <span class="ecss-1000">hyperref</span>) showed me solutions for some problems. Hopefully the two packages will combine one day. -<!--l. 1076--><p class="indent"> The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and +<!--l. 1179--><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="ecti-1000">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="ecss-1000">pdftex</span>. -<!--l. 1082--><p class="indent"> Steve Dandy recreated the manual source in July 2003 after it had been lost. -<!--l. 1085--><p class="indent"> Especial extra thanks to David Carlisle for the <span +<!--l. 1185--><p class="indent"> Steve Dandy recreated the manual source in July 2003 after it had been lost. +<!--l. 1188--><p class="indent"> Especial extra thanks to David Carlisle for the <span class="ecss-1000">backref </span>module, the ps2pdf and dviwindo support, frequent general rewrites of my bad code, and for working on changes to the <span class="ecss-1000">xr </span>package to suit @@ -3745,7 +3887,7 @@ class="ecss-1000">hyperref</span>. <h3 class="sectionHead"><span class="titlemark">10 </span> <a - id="x1-2100010"></a>GNU Free Documentation License</h3> + id="x1-2200010"></a>GNU Free Documentation License</h3> <!--l. 6--><p class="noindent">Version 1.2, November 2002 <br class="newline"> <!--l. 9--><p class="indent"> Copyright <span @@ -3755,7 +3897,7 @@ class="cmsy-10">©</span> 2000,2001,2002 Free Software Foundation, In not allowed. <!--l. 15--><p class="noindent"> <h4 class="likesubsectionHead"><a - id="x1-2200010"></a>Preamble</h4> + id="x1-2300010"></a>Preamble</h4> <!--l. 17--><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 @@ -3772,7 +3914,7 @@ printed book. We recommend this License principally for works whose purpose is i reference. <!--l. 39--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.1 </span> <a - id="x1-2300010.1"></a>Applicability and definitions</h4> + id="x1-2400010.1"></a>Applicability and definitions</h4> <!--l. 42--><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 @@ -3837,7 +3979,7 @@ that these Warranty Disclaimers may have is void and has no effect on the meanin License. <!--l. 127--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.2 </span> <a - id="x1-2400010.2"></a>Verbatim copying</h4> + id="x1-2500010.2"></a>Verbatim copying</h4> <!--l. 130--><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 @@ -3845,14 +3987,14 @@ License. You may not use technical measures to obstruct or control the reading o copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section <a -href="#x1-2500010.3">10.3<!--tex4ht:ref: copying --></a>. +href="#x1-2600010.3">10.3<!--tex4ht:ref: copying --></a>. <!--l. 141--><p class="indent"> You may also lend copies, under the same conditions stated above, and you may publicly display copies. <!--l. 145--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.3 </span> <a - id="x1-2500010.3"></a>Copying in quantity</h4> + id="x1-2600010.3"></a>Copying in quantity</h4> <!--l. 148--><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 @@ -3879,11 +4021,11 @@ redistributing any large number of copies, to give them a chance to provide you of the Document. <!--l. 184--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.4 </span> <a - id="x1-2600010.4"></a>Modifications</h4> + id="x1-2700010.4"></a>Modifications</h4> <!--l. 187--><p class="noindent">You may copy and distribute a Modified Version of the Document under the conditions of sections <a -href="#x1-2400010.2">10.2<!--tex4ht:ref: verbatim --></a> +href="#x1-2500010.2">10.2<!--tex4ht:ref: verbatim --></a> and <a -href="#x1-2500010.3">10.3<!--tex4ht:ref: copying --></a> above, provided that you release the Modified Version under precisely this License, with the +href="#x1-2600010.3">10.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: @@ -3891,50 +4033,50 @@ Version: <ol type="1" class="enumerate1" > <li class="enumerate" value="1" ><a - id="x1-26002x1"></a>Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, + id="x1-27002x1"></a>Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. </li> <li class="enumerate" value="2" ><a - id="x1-26004x2"></a>List on the Title Page, as authors, one or more persons or entities responsible for authorship + id="x1-27004x2"></a>List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. </li> <li class="enumerate" value="3" ><a - id="x1-26006x3"></a>State on the Title page the name of the publisher of the Modified Version, as the publisher. + id="x1-27006x3"></a>State on the Title page the name of the publisher of the Modified Version, as the publisher. </li> <li class="enumerate" value="4" ><a - id="x1-26008x4"></a>Preserve all the copyright notices of the Document. + id="x1-27008x4"></a>Preserve all the copyright notices of the Document. </li> <li class="enumerate" value="5" ><a - id="x1-26010x5"></a>Add an appropriate copyright notice for your modifications adjacent to the other copyright + id="x1-27010x5"></a>Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. </li> <li class="enumerate" value="6" ><a - id="x1-26012x6"></a>Include, immediately after the copyright notices, a license notice giving the public permission + id="x1-27012x6"></a>Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. </li> <li class="enumerate" value="7" ><a - id="x1-26014x7"></a>Preserve in that license notice the full lists of Invariant Sections and required Cover Texts + id="x1-27014x7"></a>Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice. </li> <li class="enumerate" value="8" ><a - id="x1-26016x8"></a>Include an unaltered copy of this License. + id="x1-27016x8"></a>Include an unaltered copy of this License. </li> <li class="enumerate" value="9" ><a - id="x1-26018x9"></a>Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at + id="x1-27018x9"></a>Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History” in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item @@ -3942,7 +4084,7 @@ Version: </li> <li class="enumerate" value="10" ><a - id="x1-26020x10"></a>Preserve the network location, if any, given in the Document for public access to a + id="x1-27020x10"></a>Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History” section. You may omit a network location for a work that was published at least four years before the @@ -3950,28 +4092,28 @@ Version: </li> <li class="enumerate" value="11" ><a - id="x1-26022x11"></a>For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the + id="x1-27022x11"></a>For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. </li> <li class="enumerate" value="12" ><a - id="x1-26024x12"></a>Preserve all the Invariant Sections of the Document, unaltered in their text and in their + id="x1-27024x12"></a>Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. </li> <li class="enumerate" value="13" ><a - id="x1-26026x13"></a>Delete any section Entitled “Endorsements”. Such a section may not be included in the + id="x1-27026x13"></a>Delete any section Entitled “Endorsements”. Such a section may not be included in the Modified Version. </li> <li class="enumerate" value="14" ><a - id="x1-26028x14"></a>Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with + id="x1-27028x14"></a>Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with any Invariant Section. </li> <li class="enumerate" value="15" ><a - id="x1-26030x15"></a>Preserve any Warranty Disclaimers. + id="x1-27030x15"></a>Preserve any Warranty Disclaimers. </li></ol> @@ -3994,10 +4136,10 @@ one. names for publicity for or to assert or imply endorsement of any Modified Version. <!--l. 275--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.5 </span> <a - id="x1-2700010.5"></a>Combining documents</h4> + id="x1-2800010.5"></a>Combining documents</h4> <!--l. 278--><p class="noindent">You may combine the Document with other documents released under this License, under the terms defined in section <a -href="#x1-2600010.4">10.4<!--tex4ht:ref: modifications --></a> above for modified versions, provided that you include in the combination all of +href="#x1-2700010.4">10.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. @@ -4013,7 +4155,7 @@ documents, forming one section Entitled “History”; likewise combine “Endorsements”. <!--l. 302--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.6 </span> <a - id="x1-2800010.6"></a>Collections of documents</h4> + id="x1-2900010.6"></a>Collections of documents</h4> <!--l. 305--><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 @@ -4023,7 +4165,7 @@ License, provided you insert a copy of this License into the extracted document, in all other respects regarding verbatim copying of that document. <!--l. 317--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.7 </span> <a - id="x1-2900010.7"></a>Aggregation with independent works</h4> + id="x1-3000010.7"></a>Aggregation with independent works</h4> <!--l. 320--><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 @@ -4032,17 +4174,17 @@ the individual works permit. When the Document is included in an aggregate, this apply to the other works in the aggregate which are not themselves derivative works of the Document. <!--l. 329--><p class="indent"> If the Cover Text requirement of section <a -href="#x1-2500010.3">10.3<!--tex4ht:ref: copying --></a> is applicable to these copies of the Document, then if +href="#x1-2600010.3">10.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. 338--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.8 </span> <a - id="x1-3000010.8"></a>Translation</h4> + id="x1-3100010.8"></a>Translation</h4> <!--l. 341--><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-2600010.4">10.4<!--tex4ht:ref: modifications --></a>. Replacing Invariant Sections with translations requires special +href="#x1-2700010.4">10.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 Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, @@ -4052,12 +4194,12 @@ and the original version of this License or a notice or disclaimer, the original prevail. <!--l. 355--><p class="indent"> If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section <a -href="#x1-2600010.4">10.4<!--tex4ht:ref: modifications --></a>) to Preserve its Title (section <a -href="#x1-2300010.1">10.1<!--tex4ht:ref: applicability --></a>) will typically require changing the actual +href="#x1-2700010.4">10.4<!--tex4ht:ref: modifications --></a>) to Preserve its Title (section <a +href="#x1-2400010.1">10.1<!--tex4ht:ref: applicability --></a>) will typically require changing the actual title. <!--l. 362--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.9 </span> <a - id="x1-3100010.9"></a>Termination</h4> + id="x1-3200010.9"></a>Termination</h4> <!--l. 365--><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 @@ -4065,7 +4207,7 @@ rights, from you under this License will not have their licenses terminated so l in full compliance. <!--l. 374--><p class="noindent"> <h4 class="subsectionHead"><span class="titlemark">10.10 </span> <a - id="x1-3200010.10"></a>Future revisions of this license</h4> + id="x1-3300010.10"></a>Future revisions of this license</h4> <!--l. 377--><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/. @@ -4079,7 +4221,7 @@ Foundation. <!--l. 393--><p class="noindent"> <h4 class="likesubsectionHead"><a - id="x1-3300010.10"></a>Addendum: how to use this license for your documents</h4> + id="x1-3400010.10"></a>Addendum: how to use this license for your documents</h4> <!--l. 395--><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. 399--><p class="indent"> diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.pdf b/Master/texmf-dist/doc/latex/hyperref/manual.pdf Binary files differindex 1dc5ff35b93..aa43a476ebf 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/manual.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/manual2.html b/Master/texmf-dist/doc/latex/hyperref/manual2.html index cb6254858ef..fc7263f79fe 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual2.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual2.html @@ -7,11 +7,11 @@ <meta name="originator" content="TeX4ht (http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2004-02-12 15:16:00"> +<meta name="date" content="2006-07-31 16:25:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > - <!--l. 141--><p class="noindent"> <a + <!--l. 147--><p class="noindent"> <a id="x2-2001f1"></a>This is borrowed from an article by Arthur Smith. </body></html> diff --git a/Master/texmf-dist/doc/latex/hyperref/manual3.html b/Master/texmf-dist/doc/latex/hyperref/manual3.html index 6909f811d63..f7aa96474ed 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual3.html +++ b/Master/texmf-dist/doc/latex/hyperref/manual3.html @@ -7,11 +7,11 @@ <meta name="originator" content="TeX4ht (http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)"> <!-- html --> <meta name="src" content="manual.tex"> -<meta name="date" content="2004-02-12 15:16:00"> +<meta name="date" content="2006-07-31 16:25:00"> <link rel="stylesheet" type="text/css" href="manual.css"> </head><body > - <!--l. 203--><p class="noindent"> <a + <!--l. 210--><p class="noindent"> <a id="x3-2002f2"></a>Make sure you turn off the partial font downloading supported by <span class="ecss-1000">dvips </span>and <span class="ecss-1000">dvipsone </span>in favor of diff --git a/Master/texmf-dist/doc/latex/hyperref/options.pdf b/Master/texmf-dist/doc/latex/hyperref/options.pdf Binary files differnew file mode 100644 index 00000000000..df883694cec --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperref/options.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/paper.pdf b/Master/texmf-dist/doc/latex/hyperref/paper.pdf Binary files differindex 2568cf56429..72abb3fff6e 100644 --- a/Master/texmf-dist/doc/latex/hyperref/paper.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/paper.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/slides.pdf b/Master/texmf-dist/doc/latex/hyperref/slides.pdf Binary files differindex 173a80dbdab..0c524df316b 100644 --- a/Master/texmf-dist/doc/latex/hyperref/slides.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/slides.pdf diff --git a/Master/texmf-dist/source/latex/hyperref/Makefile b/Master/texmf-dist/source/latex/hyperref/Makefile deleted file mode 100644 index b98f0011362..00000000000 --- a/Master/texmf-dist/source/latex/hyperref/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -MKDIR=mkdir -COPY=cp -CHDIR=cd -RM=rm -f -INSTALLDIRVAR=TEXMFMAIN -SHELL=sh -all: hyperref test - -hyperref: unpack documentation - -unpack: - latex hyperref.ins - -hyperref.drv: unpack - -documentation: hyperref.drv - latex hyperref.dtx - makeindex -s gind hyperref - latex hyperref.dtx - makeindex -s gind hyperref - latex hyperref.dtx - -test: test.nodir -test.nodir: - $(CHDIR) test; latex test0 - $(CHDIR) test; makeindex test0 - $(CHDIR) test; latex test0 - -install: unpack - ( \ - TEXMF=`kpsewhich -expand-var '$$$(INSTALLDIRVAR)'`; \ - echo installing to $${TEXMF}/tex/latex/hyperref; \ - $(MKDIR) $${TEXMF}/tex/latex/hyperref; \ - $(COPY) *.sty *.def htex4ht.cfg $${TEXMF}/tex/latex/hyperref \ - ) - -clean: - -$(RM) *.aux *.toc *.idx *.drv *.dvi *.log *.rep *.lof *.brf *.tmp *.ist *.ilg *.ind *.out *.css *.html - -$(CHDIR) test; $(RM) *.dvi *.aux *.log *.toc *.lot *.lof *.idx *.ilg *.ind *.out *.brf - -$(RM) nameref.sty backref.sty hyperref.sty hycheck.tex nohyperref.sty - -$(RM) *.def htex4ht.cfg *.otc *.idv *.lg *.xref test.ps test.pdf - -$(RM) hyperref.pdf - -checks: - cd test; for what in test*tex ;\ - do \ - pdflatex $$what; pdflatex $$what; latex $$what; latex $$what ;\ - done diff --git a/Master/texmf-dist/source/latex/hyperref/backref.dtx b/Master/texmf-dist/source/latex/hyperref/backref.dtx index 5a25459c36e..147a1739ec0 100644 --- a/Master/texmf-dist/source/latex/hyperref/backref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/backref.dtx @@ -1,8 +1,5 @@ -\def\fileversion{1.23} -\def\filedate{2003/03/20} -% % \iffalse -%% File: backref.dtx Copyright (C) 1995-2003 David Carlisle, Sebastian Rahtz, Heiko Oberdiek +%% File: backref.dtx Copyright (C) 1995-2005 David Carlisle, Sebastian Rahtz, Heiko Oberdiek % %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -16,9 +13,29 @@ %% %% The list of all files belonging to the `Hyperref Bundle' is %% given in the file `manifest.txt'. +% +%<*dtx> +\ProvidesFile{backref.dtx} +%</dtx> +%<package>\NeedsTeXFormat{LaTeX2e} +%<package>\ProvidesPackage{backref} +%<driver>\ProvidesFile{backref.drv} +% \fi +% \ProvidesFile{backref.dtx} + [2006/08/01 v1.26 Bibliographical back referencing] +% +% \CheckSum{550} +% +% \iffalse %<*driver> \documentclass{ltxdoc} +\IfFileExists{bmhydoc.sty}{\usepackage{bmhydoc}}{} +\usepackage[numbered]{hypdoc} +\usepackage{backref} +\EnableCrossrefs +\CodelineIndex \begin{document} + \GetFileInfo{backref.sty} \title{% Back referencing from bibliographical citations% \thanks{% @@ -29,13 +46,19 @@ \author{David Carlisle and Sebastian Rahtz} \date{\filedate} \maketitle + \makeatletter + \@ifundefined{HyperrefOverview}{}{% + \HyperrefOverview*% + }% \tableofcontents \DocInput{backref.dtx} + \PrintIndex \end{document} %</driver> % \fi -% \CheckSum{505} +% % \MakeShortVerb{|} +% % \section{Introduction} % % \section{Usage} @@ -78,11 +101,12 @@ % |USenglish|, |british|, |german|, |ngerman|, |austrian|, |naustrian|, % |french|, |francais|, and |spanish|. % -% \subsection{Formatting of the back references list} +% \subsection{Detecting the end of a bibliography entry} % % Package |backref| has to be able to detect the end of an entry % in the bibliography, therefore each \cmd{\bibitem} entry must % be ended by an empty line (or a |\par| token). +% \nopagebreak % % Example: %\begin{quote} @@ -95,9 +119,38 @@ %\end{thebibliography} %\end{verbatim} %\end{quote} +% Then package |backref| can automatically add hooks +% for the back references list at the end of the entries. +% +% \DescribeMacro{\backrefparscanfalse} +% \DescribeMacro{\backrefparscantrue} +% Sometimes it is not appropriate if the entry is read as +% argument. For example, catcode changes for verbatim stuff +% do not have the desired effect. Therefore the scan for +% the \cs{par} token can be disabled by \cs{backrefparscanfalse} +% before \cs{bibitem} and enabled by \cs{backrefparscantrue} +% afterwards. +% +% \DescribeMacro{\backrefprint} +% If the scan for the end of the entry is disabled, then package +% |backref| does not know where to put the back references +% list. The list is printed by the macro \cs{backrefprint}, thus +% just call it at the right place. Example: +%\begin{quote} +%\begin{verbatim} +%\backrefparscanfalse % disable scan for entry ending +%\bibitem[...]{...} +% ... \verb|...| ... % potentially dangerous stuff +% ... \url{...} ... +% \backrefprint % print back reference list here +%\backrefparscantrue % enable scan again +%\end{verbatim} +%\end{quote} +% +% \subsection{Formatting of the back references list} % -% Then package |backref| can add hooks for the back references list. -% at the end of the entry. The list is separated by \cmd{\newblock}, +% The back references list is separated from the entry +% by \cmd{\newblock}, % if the used bibliography package supports this. The package options % control the kind of back references (page numbers, sections numbers), % whereas the hooks control the formatting. @@ -106,7 +159,7 @@ % available since version 1.21 of package |backref|. The former one % is enabled by default. % -% \subsubsection{Formatting hook \cmd{\backref}} +% \subsubsection{Formatting hook \cs{backref}} % % Macro \cmd{\backref} has a a comma separated % list of backref references as first and only argument. @@ -114,7 +167,7 @@ % hyperref there is an introductionary text, controlled by % macros \cmd{\backrefpagesname} or \cmd{\backrefsectionsname}. % -% \subsubsection{Formatting hook \cmd{\backrefalt}} +% \subsubsection{Formatting hook \cs{backrefalt}} % % \cmd{\backrefalt} is a new interface since version 1.21 of package % |backref|. It takes four arguments: @@ -171,8 +224,6 @@ % \subsection{Package identification} % \begin{macrocode} %<*package> -\ProvidesPackage{backref}% - [\filedate\space v\fileversion\space Bibliographical back referencing] % \end{macrocode} % % \subsection{Options} @@ -323,20 +374,53 @@ % % \subsection{The bibliography} % +% \begin{macro}{\ifbackrefparscan} +% \begin{macrocode} +\newif\ifbackrefparscan +\backrefparscantrue +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\BR@bibitem} % \begin{macrocode} -\def\BR@bibitem{\@ifnextchar[\BR@@lbibitem\BR@@bibitem} +\def\BR@bibitem{% + \ifbackrefparscan + \expandafter\@ifnextchar\expandafter[\expandafter + \BR@@lbibitem\expandafter\BR@@bibitem + \else + \expandafter\@ifnextchar\expandafter[\expandafter + \BR@@@lbibitem\expandafter\BR@@@bibitem + \fi +} % \end{macrocode} % \end{macro} % \begin{macrocode} \def\BR@@lbibitem[#1]#2#3\par{% - \BRorg@bibitem[#1]{#2}#3% + \let\backrefprint\BR@backrefprint + \BRorg@bibitem[{#1}]{#2}#3% \BR@backref{#2}% }% \def\BR@@bibitem#1#2\par{% + \let\backrefprint\BR@backrefprint \BRorg@bibitem{#1}#2% \BR@backref{#1}% } +\def\BR@@@lbibitem[#1]#2{% + \def\backrefprint{\BR@backref{#2}}% + \BRorg@bibitem[{#1}]{#2}% +} +\def\BR@@@bibitem#1{% + \def\backrefprint{\BR@backref{#1}}% + \BRorg@bibitem{#1}% +} +\def\BR@backrefprint{% + \PackageError{backref}{% + \string\backrefprint\space is only available after \string\bibitem + \MessageBreak + with setting \string\backrefparscanfalse + }\@ehc +} +\let\backrefprint\BR@backrefprint \def\BR@backref#1{% \newblock \begingroup @@ -546,7 +630,7 @@ % \begin{macro}{\BR@citex} % \begin{macrocode} \def\BR@citex[#1]#2{% - \BRorg@citex[#1]{#2}% + \BRorg@citex[{#1}]{#2}% \ifBR@verbose \PackageInfo{backref}{back cite \string`#2\string'}% \fi @@ -560,7 +644,7 @@ \@ifpackageloaded{chicago}{% \let\BRorg@citedatax\@citedatax \def\@citedatax[#1]#2{% - \BRorg@citedatax[#1]{#2}% + \BRorg@citedatax[{#1}]{#2}% \Hy@backout{#2}% }% }{} diff --git a/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty b/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty new file mode 100644 index 00000000000..15f183128b0 --- /dev/null +++ b/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty @@ -0,0 +1,97 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{bmhydoc} + [2006/02/08 Bookmark section with hyperref documentation (HO)] + +% This package adds bookmark entries that are added at the end +% and lists and links the PDF files of the hyperref documentation. +% Only pdfTeX in PDF mode is supported by this package. +% +% History +% +% 2005/08/27 +% * First version +% 2006/02/08 +% * Comments added +% * \HyperrefOverview + +\RequirePackage{ifpdf} +\ifpdf +\else + \expandafter\endinput +\fi + +\newcommand*{\@bmhydoc}[3][0]{% + \pdfoutline + attr {/C[0 0 1]} + user {% + <<% + /S/GoToR% + /F(#2)% + /D[0/XYZ null null null]% + >>% + } + count #1 + {#3}\relax +} +\AtEndDocument{% + \@bmhydoc[-8]{manual.pdf}{Hyperref manual} + \@bmhydoc{README.pdf}{README} + \@bmhydoc{ChangeLog.pdf}{ChangeLog} + \@bmhydoc{options.pdf}{Options} + \@bmhydoc[1]{slides.pdf}{Bookmark talk, slides} + \@bmhydoc{paper.pdf}{Bookmark talk, paper} + \@bmhydoc[2]{hyperref.pdf}{Sources: hyperref.dtx} + \@bmhydoc{backref.pdf}{backref.dtx} + \@bmhydoc{nameref.pdf}{nameref.dtx} +} + +\newcommand*{\HyperrefOverview}{% + \def\bmhydoc@title{Documentation overview for \texttt{hyperref}}% + \@ifstar{% + % \phantomsection + % \addcontentsline{toc}{section}{\bmhydoc@title}% + \section*{\bmhydoc@title}% + \@HyperrefOverview + }{% + \section{\bmhydoc@title}% + \@HyperrefOverview + }% +} +\def\@HyperrefOverview{% + The documentation for package \texttt{hyperref} consists + of several files: + \begingroup + \newcommand*{\entry}[2]{% + \item[\href{file:##1}{##2}]% + \ignorespaces + }% + \begin{description} + \entry{manual.pdf}{Manual} + The user documentation is also available as HTML. + \entry{README.pdf}{README} + Here information is collected that is not yet + in the manual: new features, package compatibility, + limitations, known problems, \dots + \entry{ChangeLog.pdf}{ChangeLog} + This file records the version history. + \entry{options.pdf}{Options} + This file provides a short option summary. + \entry{slides.pdf}{Bookmark talk, slides} + Slides for the talk ``PDF information and navigation elements with + hyperref, pdfTeX and thumbpdf'' at Euro\TeX~1999. + \entry{paper.pdf}{Bookmark talk, paper} + The paper version of the talk. + \end{description} + Source code documentation: + \begin{description} + \entry{hyperref.pdf}{hyperref.dtx} + This is the source code documentation for hyperref (this file). + \entry{backref.pdf}{backref.dtx} + ``Back referencing from bibliographical citations'' + \entry{nameref.pdf}{nameref.dtx} + ``Section name references in \LaTeX'' + \end{description} + \endgroup +} + +\endinput diff --git a/Master/texmf-dist/doc/latex/hyperref/fdl.tex b/Master/texmf-dist/source/latex/hyperref/doc/fdl.tex index 637c1cb63c9..637c1cb63c9 100644 --- a/Master/texmf-dist/doc/latex/hyperref/fdl.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/fdl.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 0fab1a1953d..56fef24234f 100644 --- a/Master/texmf-dist/doc/latex/hyperref/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -8,6 +8,11 @@ % Invariant Sections, with no Front-Cover Texts, and with no Back-Cover % Texts. A copy of the license is included in the section entitled % ``GNU Free Documentation License.'' +% +% Manual updates: +% * Steve Peter and Karl Berry, 7/03. +% * Heiko Oberdiek, 2006. +% \RequirePackage{ifpdf} \ifpdf % We are running pdfTeX in pdf mode @@ -16,6 +21,8 @@ \documentclass{article} \fi +\usepackage{etex}% for \eTeX + % Page layout. \advance\textwidth by 1.1in \advance\oddsidemargin by -.55in @@ -109,8 +116,7 @@ \title{Hypertext marks in \LaTeX: a manual for \textsf{hyperref}} \author{Sebastian Rahtz \and Heiko Oberdiek} -% Manual updated by Steve Peter and Karl Berry, 7/03. -\date{February 2004} +\date{February 2006} \begin{document} @@ -188,7 +194,8 @@ the \textsf{-z} option), \textsf{OzTeX}, and \textsf{Textures}) 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[dvipdf] produces \verb|\special| commands for the DVI to PDF driver \textsf{dvipdf} +% \item[dvipdf] produces \verb|\special| commands for the DVI to PDF driver \textsf{dvipdf} +% (deprecated) \item[dvipdfm] produces \verb|\special| commands for Mark Wicks' DVI to PDF driver \textsf{dvipdfm} \item[dviwindo] produces \verb|\special| commands that Y\&Y's Windows previewer interprets as hypertext jumps within the previewer \item[vtex] produces \verb|\special| commands that MicroPress' HTML and @@ -311,18 +318,25 @@ breaklinks & boolean & false & Allows link text to break across lines; since thi only set true by default if the pdftex driver is used. This makes links on multiple lines into different PDF links to the same target. \\ pageanchor & boolean & true & Determines whether every page is given an implicit anchor at the top left corner. If this - is turned off, \verb|\tableofcontents| will not contain hyperlinks. \\ -plainpages & boolean & true & Forces page anchors to be named by the arabic form of the page number, rather than the + is turned off, \verb|\printindex| will not contain + valid hyperlinks. \\ +plainpages & boolean & false & Forces page anchors to be named by the arabic form of the page number, rather than the formatted form. \\ nesting & boolean & false & Allows links to be nested; no drivers currently support this. \end{longtable} +Note for option \verb|breaklinks|: +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. + \subsection{Backend drivers} If no driver is specified, the package defaults to loading the \textsf{hypertex} driver. All of these are boolean options. \noindent\begin{longtable}{>{\ttfamily}lp{.8\hsize}} +dvipdfm & Sets up \textsf{hyperref} for use with the \textsf{dvipdfm} driver.\\ dvips & Sets up \textsf{hyperref} for use with the \textsf{dvips} driver. \\ dvipsone & Sets up \textsf{hyperref} for use with the \textsf{dvipsone} driver. \\ dviwindo & Sets up \textsf{hyperref} for use with the \textsf{dviwindo} Windows previewer. \\ @@ -354,38 +368,43 @@ Explorer might add something like this to hyperref.cfg: \subsection{Extension options} \noindent\begin{longtable}{>{\ttfamily}ll>{\itshape}lp{6cm}} -extension & text & & Set the file extension (e.g.\ \textsf{dvi}) which will be appended to file links - created if you use the \textsf{xr} package. \\ -hyperfigures & boolean & & \\ -backref & boolean & false & Adds `backlink' text to the end of each item in the bibliography, as a list of - section numbers. This can only work properly \emph{if} there is a blank line after - each \verb|\bibitem|. \\ -pagebackref & boolean & false & Adds `backlink' text to the end of each item in the bibliography, as a list of page - numbers. \\ -hyperindex & boolean & false & Makes the text of index entries into hyperlinks. Easily broken \ldots \\ -encap & & & Sets encap character for hyperindex \\ -linktocpage & boolean & false & make page number, not text, be link on TOC, LOF and LOT \\ -breaklinks & boolean & false & allow links to break over lines by making links over multiple lines into PDF links to - the same target \\ -colorlinks & boolean & false & 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 links. \\ -linkcolor & color & red & Color for normal internal links. \\ -anchorcolor & color & black & Color for anchor text. \\ -citecolor & color & green & Color for bibliographical citations in text. \\ -filecolor & color & magenta & Color for URLs which open local files. \\ -menucolor & color & red & Color for Acrobat menu items. \\ -pagecolor & color & red & Color for links to other pages. \\ -urlcolor & color & cyan & Color for linked URLs. \\ -frenchlinks & boolean & false & use small caps instead of color for links +extension & text & & Set the file extension (e.g.\ \textsf{dvi}) which will be appended to file links + created if you use the \textsf{xr} package. \\ +hyperfigures & boolean & & \\ +backref & boolean & false & Adds `backlink' text to the end of each item in the bibliography, as a list of + section numbers. This can only work properly \emph{if} there is a blank line after + each \verb|\bibitem|. \\ +pagebackref & boolean & false & Adds `backlink' text to the end of each item in the bibliography, as a list of page + numbers. \\ +hyperindex & boolean & true & Makes the page numbers of index entries into hyperlinks. Relays on unique + page anchors (\verb|pageanchor|, \ldots)\\ + \verb|pageanchors| and \verb|plainpages=false|. \\ +hyperfootnotes & boolean & true & Makes the footnote marks into hyperlinks to the footnote text. + Easily broken \ldots\\ +encap & & & Sets encap character for hyperindex \\ +linktocpage & boolean & false & make page number, not text, be link on TOC, LOF and LOT \\ +breaklinks & boolean & false & allow links to break over lines by making links over multiple lines into PDF links to + the same target \\ +colorlinks & boolean & false & 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 links. \\ +linkcolor & color & red & Color for normal internal links. \\ +anchorcolor & color & black & Color for anchor text. \\ +citecolor & color & green & Color for bibliographical citations in text. \\ +filecolor & color & magenta & Color for URLs which open local files. \\ +menucolor & color & red & Color for Acrobat menu items. \\ +pagecolor & color & red & Color for links to other pages, but + currently unused. \\ +urlcolor & color & cyan & Color for linked URLs. \\ +frenchlinks & boolean & false & use small caps instead of color for links \end{longtable} \smallskip Note that all color names must be defined before use, following the normal system of the standard \LaTeX\ \textsf{color} package. \subsection{PDF-specific display options} -\noindent\begin{longtable}{>{\ttfamily}ll>{\itshape}lp{5cm}} -bookmarks & boolean & false & A set of Acrobat bookmarks are written, in a manner similar to the +\noindent\begin{longtable}{@{}>{\ttfamily}ll>{\itshape}lp{7.5cm}@{}} +bookmarks & boolean & true & 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 \texttt{.out}) may be needed to translate \LaTeX\ codes, since bookmarks must be written in PDFEncoding. @@ -396,6 +415,20 @@ bookmarksopen & boolean & false & If Acrobat bookmarks are requested, s bookmarksopenlevel & parameter & & level (\ci{maxdimen}) to which bookmarks are open \\ bookmarksnumbered & boolean & false & If Acrobat bookmarks are requested, include section numbers. \\ bookmarkstype & text & toc & to specify which `toc' file to mimic \\ +CJKbookmarks & boolean & false & + This option should be used to produce CJK bookmarks. + Package \verb|hyperref| + supports both normal and preprocessed mode of the CJK package; + during the creation of bookmarks, it simply replaces CJK's macros + with special versions which expand to the corresponding character + codes. Note that without the `unicode' option of hyperref you get + PDF files which actually violate the PDF specification because + non-Unicode character codes are used -- some PDF readers localized + for CJK languages (most notably Acroread itself) support this. + + No mechanism is provided to translate non-Unicode bookmarks to + Unicode; for portable PDF documents only Unicode encoding should + be used.\\ pdfhighlight & name & /I & 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). \\ @@ -437,24 +470,27 @@ pdfsubject & text & & Sets the document information Subject fie pdfcreator & text & & Sets the document information Creator field \\ pdfproducer & text & & Sets the document information Producer field \\ pdfkeywords & text & & Sets the document information Keywords field \\ -pdfview & text & FitBH & Sets the default PDF `view' for each link \\ +pdfview & text & XYZ & Sets the default PDF `view' for each link \\ pdfstartpage & text & 1 & Determines on which page the PDF file is opened. \\ -pdfstartview & text & FitB & Set the startup page view \\ +pdfstartview & text & Fit & Set the startup page view \\ pdfpagescrop & n n n n & & Sets the default PDF crop box for pages. This should be a set of four numbers \\ pdfcenterwindow & boolean & false & position the document window in the center of the screen \\ pdffitwindow & boolean & false & resize document window to fit document size \\ pdfmenubar & boolean & true & make PDF viewer's menu bar visible \\ pdfnewwindow & boolean & false & make links that open another PDF file start a new window \\ pdfpagelayout & text & empty & set layout of PDF pages \\ -pdfpagelabels & boolean & false & set PDF page labels \\ +pdfpagelabels & boolean & true & set PDF page labels \\ pdfpagetransition & text & empty & set PDF page transition style \\ pdftoolbar & boolean & true & make PDF toolbar visible \\ pdfwindowui & boolean & true & make PDF user interface elements visible \\ -unicode & & & Unicode encoded PDF strings +unicode & boolean & false & Unicode encoded PDF strings \end{longtable} Each link in Acrobat carries its own magnification level, which is set -using PDF coordinate space, which is not the same as \TeX's. pdf\TeX\ +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 +\verb|\hypercalcbp| that is explained on page \pageref{hypercalcbp}. +pdf\TeX\ works by supplying default values for \texttt{XYZ} (horizontal $\times$ vertical $\times$ zoom) and \texttt{FitBH}. However, drivers using \texttt{pdfmark} do not supply defaults, so \textsf{hyperref} passes in @@ -518,13 +554,14 @@ bookmarksopen & \textit{false} & open up bookmark tree \\ bookmarksopenlevel & \ttfamily\ci{maxdimen} & level to which bookmarks are open \\ bookmarkstype & \textit{toc} & to specify which `toc' file to mimic \\ breaklinks & \textit{false} & allow links to break over lines \\ +CJKbookmarks & \textit{false} & to produce CJK bookmarks\\ citebordercolor & \textit{0 1 0} & color of border around cites \\ citecolor & \textit{green} & color of citation links \\ colorlinks & \textit{false} & color links \\ & \textit{true} & (\textsf{tex4ht}, \textsf{dviwindo}) \\ debug & \textit{false} & provide details of anchors defined; same as verbose \\ draft & \textit{false} & do not do any hyperlinking \\ -dvipdf & & use \textsf{dvipdf} backend \\ +dvipdf & & use \textsf{dvipdf} backend (deprecated)\\ dvipdfm & & use \textsf{dvipdfm} backend \\ dvips & & use \textsf{dvips} backend \\ dvipsone & & use \textsf{dvipsone} backend \\ @@ -537,6 +574,7 @@ filecolor & \textit{cyan} & color of file links \\ final & \textit{true} & opposite of option draft \\ frenchlinks & \textit{false} & use small caps instead of color for links \\ hyperfigures & \textit{false} & make figures hyper links \\ +hyperfootnotes & \textit{true} & set up hyperlinked footnotes \\ hyperindex & \textit{true} & set up hyperlinked indices \\ hypertex & & use \textsf{Hyper\TeX} backend \\ hypertexnames & \textit{true} & use guessable names for links \\ @@ -555,7 +593,8 @@ nesting & \textit{false} & allow nesting of links \\ pageanchor & \textit{true} & put an anchor on every page \\ pagebackref & \textit{false} & backreference by page number \\ pagebordercolor & \textit{1 1 0} & color of border around page links \\ -pagecolor & \textit{red} & color of page links \\ +pagecolor & \textit{red} & color of page links, but + currently unused \\ pdfauthor & \textit{empty} & text for PDF Author field \\ pdfborder & \textit{0 0 1} & width of PDF link border \\ & \textit{0 0 0} & (\texttt{colorlinks)} \\ @@ -572,26 +611,26 @@ pdfnewwindow & \textit{false} & make links that open another PDF \ & & file start a new window \\ pdfpagelayout & \textit{empty} & set layout of PDF pages \\ pdfpagemode & \textit{empty} & set default mode of PDF display \\ -pdfpagelabels & \textit{false} & set PDF page labels \\ +pdfpagelabels & \textit{true} & set PDF page labels \\ pdfpagescrop & \textit{empty} & set crop size of PDF document \\ pdfpagetransition & \textit{empty} & set PDF page transition style \\ pdfproducer & \textit{empty} & text for PDF Producer field \\ pdfstartpage & \textit{1} & page at which PDF document opens \\ -pdfstartview & \textit{/Fit} & starting view of PDF document \\ +pdfstartview & \textit{Fit} & starting view of PDF document \\ pdfsubject & \textit{empty} & text for PDF Subject field \\ pdftex & & use \textsf{pdf\TeX} backend \\ pdftitle & \textit{empty} & text for PDF Title field \\ pdftoolbar & \textit{true} & make PDF toolbar visible \\ -pdfview & \textit{empty} & PDF `view' when on link traversal \\ +pdfview & \textit{XYZ} & PDF `view' when on link traversal \\ pdfwindowui & \textit{true} & make PDF user interface elements visible \\ -plainpages & \textit{true} & do page number anchors as plain arabic \\ +plainpages & \textit{false} & do page number anchors as plain arabic \\ ps2pdf & & use \textsf{ps2pdf} backend \\ raiselinks & \textit{false} & raise up links (for \textsf{Hyper\TeX} backend) \\ runbordercolor & \textit{0 .7 .7} & color of border around `run' links \\ setpagesize & \textit{true} & set page size by special driver commands \\ tex4ht & & use \textsf{\TeX4ht} backend \\ textures & & use \textsf{Textures} backend \\ -unicode & & Unicode encoded pdf strings \\ +unicode & \textit{false} & Unicode encoded pdf strings \\ urlbordercolor & \textit{0 1 1} & color of border around URL links \\ urlcolor & \textit{magenta} & color of URL links \\ verbose & \textit{false} & be chatty \\ @@ -616,14 +655,17 @@ way. \ci{url}\verb|{|\emph{URL}\verb|}| \end{cmdsyntax} -\noindent Equivalent to -\ci{href}\verb|{|\emph{URL}\verb|}{|\emph{URL}\verb|}|. +\noindent Similar to +\ci{href}\verb|{|\emph{URL}\verb|}{|\ci{nolinkurl}\verb|{|\emph{URL}\verb|}}|. +Depending on the driver \verb|\href| also tries to detect the link type. +Thus the result can be a url link, file link, \dots \begin{cmdsyntax} \ci{nolinkurl}\verb|{|\emph{URL}\verb|}| \end{cmdsyntax} -\noindent Write \emph{URL} as plain text, without creating a hyperlink. +\noindent Write \emph{URL} in the same way as \verb|\url|, + without creating a hyperlink. \begin{cmdsyntax} \ci{hyperbaseurl}\verb|{|\emph{URL}\verb|}| @@ -633,10 +675,14 @@ way. specified URLs, to make it easier to write portable documents. \begin{cmdsyntax} -\ci{hyperimage}\verb|{|\emph{imageURL}\verb|}| +\ci{hyperimage}\verb|{|\emph{imageURL}\verb|}{|\emph{text}\verb|}| \end{cmdsyntax} -\noindent The image referenced by the \emph{URL} is inserted. +\noindent The link to the image referenced by the URL is inserted, using +\emph{text} as the anchor. + + For drivers that produce HTML, the image itself is inserted by the +browser, with the \emph{text} being ignored completely. \begin{cmdsyntax} \ci{hyperdef}\verb|{|\emph{category}\verb|}{|\emph{name}\verb|}{|\emph{text}\verb|}| @@ -668,11 +714,34 @@ Note that in HTML parlance, the \verb|\hyperlink| command inserts a notional \# in front of each link, making it relative to the current testdocument; \verb|\href| expects a full URL. +\begin{cmdsyntax} +\ci{phantomsection} +\end{cmdsyntax} + +\noindent +This sets an anchor at this location. It works similar to +\verb|\hypertarget{}{}| with an automatically choosen anchor name. +Often it is used in conjunction +with \verb|\addcontentsline| for sectionlike things (index, bibliography, +preface). \verb|\addcontentsline| refers to the latest previous location +where an anchor is set. Example: +\begin{quote} +\begin{verbatim} +\cleardoublepage +\phantomsection +\addcontentsline{toc}{chapter}{\indexname} +\printindex +\end{verbatim} +\end{quote} +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. \begin{cmdsyntax} \ci{autoref}\verb|{|\emph{label}\verb|}| \end{cmdsyntax} +\noindent This is a replacement for the usual \verb|\ref| 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 @@ -680,8 +749,8 @@ merely the number `2'). The label is worked out from the context of the original \verb|\label| command by \textsf{hyperref} by using the macros listed below (shown -with their default values). The macros can be redefined in documents -using \verb|\renewcommand|; note that some of these macros are already +with their default values). The macros can be (re)defined in documents +using \verb|\(re)newcommand|; 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. @@ -698,7 +767,7 @@ For each macro below, \textsf{hyperref} checks \ci{*autorefname} before \ci{appendixname} & Appendix \\ \ci{equationname} & Equation \\ \ci{Itemname} & item \\ -\ci{Chaptername} & chapter \\ +\ci{chaptername} & chapter \\ \ci{sectionname} & section \\ \ci{subsectionname} & subsection \\ \ci{subsubsectionname} & subsubsection \\ @@ -765,9 +834,11 @@ or font changes, none of which will display in bookmarks as is. For example, \begin{verbatim} \section{Pythagoras: -\texorpdfstring{$ a^2 + b^2 = c^2 $}{% -a\texttwosuperior\ + b\texttwosuperior\ = -c\texttwosuperior}} + \texorpdfstring{$ a^2 + b^2 = c^2 $}{% + a\texttwosuperior\ + b\texttwosuperior\ = + c\texttwosuperior + }% +} \section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} \end{verbatim} @@ -778,8 +849,8 @@ additional tasks or to disable additional commands. \begin{verbatim} \expandafter\def\expandafter\pdfstringdefPreHook \expandafter{% -\pdfstringdefPreHook -\renewcommand{\mycommand}[1]{}% + \pdfstringdefPreHook + \renewcommand{\mycommand}[1]{}% } \end{verbatim} @@ -790,12 +861,44 @@ command names): \begin{verbatim} \pdfstringdefDisableCommands{% -\let~\textasciitilde -\def\url{\pdfstringdefwarn\url}% -\let\textcolor\@gobble + \let~\textasciitilde + \def\url{\pdfstringdefwarn\url}% + \let\textcolor\@gobble +} +\end{verbatim} + +\subsection{Utility macros} + +\label{hypercalcbp} +\begin{cmdsyntax} +\ci{hypercalcbp}\verb|{|\emph{dimen specification}\verb|}| +\end{cmdsyntax} +\noindent +\verb|\hypercalcbp| takes a \TeX\ dimen specification and +converts it to bp and returns the number without the unit. +This is useful for options \verb|pdfstartview| and \verb|pdfview|. +Example: +\begin{quote} +\begin{verbatim} +\hypersetup{ + pdfstartview={FitBH \hypercalcbp{\paperheight-\topmargin-1in + -\headheight-\headsep} } \end{verbatim} +\end{quote} +The origin of the PDF coordinate system is the lower left corner. + +Note, for calculations you need either package |calc| or +\eTeX. Nowadays the latter should automatically be enabled +for \LaTeX\ formats. Users without \eTeX, please, look +in the source documentation \verb|hyperref.dtx| for further +limitations. +Also \verb|\hypercalcbp| cannot be used in option specifications +of \verb|\documentclass| and \verb|\usepackage|, because +\LaTeX\ expands the option lists of these commands. However +package \verb|hyperref| is not yet loaded and an undefined control +sequence error would arise. \section{Acrobat-specific behavior} If you want to access the menu options of Acrobat Reader or Exchange, the following @@ -877,7 +980,7 @@ The way forms and their labels are laid out is determined by: \end{cmdsyntax} \begin{cmdsyntax} -\ci{LayoutCheckboxField}\verb|{|\emph{label}\verb|}{|\emph{field}\verb|}| +\ci{LayoutCheckField}\verb|{|\emph{label}\verb|}{|\emph{field}\verb|}| \end{cmdsyntax} These macros default to \#1 \#2 diff --git a/Master/texmf-dist/doc/latex/hyperref/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex index c24bc62a688..6ad73f4e136 100644 --- a/Master/texmf-dist/doc/latex/hyperref/options.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex @@ -1,14 +1,22 @@ -\documentclass{article} -\usepackage{array,longtable,pslatex} +\documentclass[a4paper,11pt]{article} +\usepackage{geometry} +\geometry{ + includefoot, + hmargin=10mm, + vmargin=15mm, +} +\usepackage{array} +\usepackage{longtable} +\usepackage{pslatex} \title{hyperref package options} -\author{Sebastian Rahtz} +\author{Sebastian Rahtz et. al.} %\date{October 7th 1999} -\date{April 14th 2003}% HO +\date{July 31st 2006}% HO \newcommand{\optempty}{{\rmfamily\textit{empty}}} \newcommand*{\for}[1]{{\rmfamily(#1)}} \begin{document} \maketitle -\begin{longtable}{>{\ttfamily}lp{5cm}>{\ttfamily}l} +\begin{longtable}{@{}>{\ttfamily}lp{70mm}>{\ttfamily}l@{}} \hline a4paper &use A4 paper\\ a5paper &use A5 paper\\ @@ -42,6 +50,7 @@ filecolor &color of file links&cyan\\ final &opposite of option draft&true\\ frenchlinks &use small caps instead of color for links&false\\ hyperfigures &make figures hyper links&false\\ +hyperfootnotes &set up hyperlinked footnotes&true\\ hyperindex &set up hyperlinked indices&true\\ hypertex &use HyperTeX backend\\ hypertexnames &use guessable names for links&true\\ @@ -98,6 +107,7 @@ urlbordercolor &color of border around URL links& 0 1 1\\ urlcolor &color of URL links&magenta\\ verbose &be chatty&false\\ vtex &use V\TeX\ backend\\ -vtexpdfmark &use backend for V\TeX\ in PDF/PS mode (pdfmark specials)\hline +vtexpdfmark &use backend for V\TeX\ in PDF/PS mode (pdfmark specials)\\ +\hline \end{longtable} -\end{document}
\ No newline at end of file +\end{document} diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.drv b/Master/texmf-dist/source/latex/hyperref/hyperref.drv deleted file mode 100644 index a3ec258fe43..00000000000 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.drv +++ /dev/null @@ -1,50 +0,0 @@ -%% -%% This is file `hyperref.drv', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% hyperref.dtx (with options: `driver') -%% -%% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ -%% -%% This file is part of the `Hyperref Bundle'. -%% ------------------------------------------- -%% -%% It may be distributed under the conditions of the LaTeX Project Public -%% License, either version 1.2 of this license or (at your option) any -%% later version. The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.2 or later is part of all distributions of LaTeX -%% version 1999/12/01 or later. -%% -%% The list of all files belonging to the `Hyperref Bundle' is -%% given in the file `manifest.txt'. -%% -\NeedsTeXFormat{LaTeX2e} -\ProvidesFile{hyperref.drv} - [2003/11/30 v6.74m - Hyperref documentation driver file] -\documentclass{ltxdoc} -\usepackage{array,times} -\def\ttdefault{cmtt} -\usepackage[colorlinks,hyperindex]{hyperref} -\pdfstringdefDisableCommands{\let\\\textbackslash}% -\EnableCrossrefs -\CodelineIndex -\begin{document} - \GetFileInfo{hyperref.sty} - \title{Hypertext marks in \LaTeX} - \author{Sebastian Rahtz\\ - Email: \texttt{sebastian.rahtz@oucs.ox.ac.uk}} - \date{processed \today} - \maketitle - \tableofcontents - \let\Email\texttt - \DocInput{hyperref.dtx} - \PrintIndex -\end{document} -\endinput -%% -%% End of file `hyperref.drv'. diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index a26fd8ae8e1..b87911f4a58 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -1,7 +1,6 @@ % \iffalse %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, % with portions written by David Carlisle and Heiko Oberdiek. -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -37,7 +36,8 @@ %<tex4htcfg>\ProvidesFile{htex4ht.cfg} %<pd1enc>\ProvidesFile{pd1enc.def} %<puenc>\ProvidesFile{puenc.def} -%<!none> [2003/11/30 v6.74m +%<puvnenc>\ProvidesFile{puvnenc.def} +%<!none> [2006/08/16 v6.75c %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -58,29 +58,62 @@ %<tex4htcfg> Hyperref configuration file for TeX4ht] %<pd1enc> Hyperref: PDFDocEncoding definition (HO)] %<puenc> Hyperref: PDF Unicode definition (HO)] +%<puvnenc> Hyperref: Additions to puenc.def for VnTeX] %<*driver> \documentclass{ltxdoc} +\IfFileExists{bmhydoc.sty}{\usepackage{bmhydoc}}{} \usepackage{array,times} \def\ttdefault{cmtt} -\usepackage[colorlinks,hyperindex]{hyperref} +\usepackage[ + colorlinks, + hyperindex=false,% done by hypdoc + pdfusetitle, + pdfpagelabels +]{hyperref} +\usepackage[numbered]{hypdoc} \pdfstringdefDisableCommands{\let\\\textbackslash}% \EnableCrossrefs \CodelineIndex \begin{document} + % + % title + % \GetFileInfo{hyperref.sty} \title{Hypertext marks in \LaTeX} \author{Sebastian Rahtz\\ - Email: \texttt{sebastian.rahtz@oucs.ox.ac.uk}} + Email: \texttt{sebastian.rahtz@oucs.ox.ac.uk}\\[1.5ex] + Heiko Oberdiek\\ + Email: \texttt{oberdiek@uni-freiburg.de}} \date{processed \today} \maketitle - \tableofcontents + % + % overview + % + \makeatletter + \@ifundefined{HyperrefOverview}{}{% + \HyperrefOverview\relax + \newpage + } + % + % table of contents + % + \section{\contentsname} + \makeatletter + \@starttoc{toc} + \newpage + % + % source code documentation + % \let\Email\texttt \DocInput{hyperref.dtx} + % + % index + % \PrintIndex \end{document} %</driver> % \fi -% \CheckSum{17219} +% \CheckSum{19023} % % \MakeShortVerb{|} % \StopEventually{} @@ -90,6 +123,12 @@ % \DoNotIndex{\csname,\endcsname,\relax,\begingroup,\endgroup} % \DoNotIndex{\DeclareTextCommand,\DeclareTextCompositeCommand} % \DoNotIndex{\space,\@empty,\special} +% \DoNotIndex{\\,\0,\1,\2,\8} +% \makeatletter +% \g@addto@macro\theindex{^^A +% \parfillskip=0pt plus 1fil +% } +% \makeatother % % \section{File hycheck.tex} % @@ -535,6 +574,9 @@ \newif\ifHy@CJKbookmarks \newif\ifHy@colorlinks \newif\ifHy@draft +\let\Hy@finaltrue\Hy@draftfalse +\let\Hy@finalfalse\Hy@drafttrue +\newif\ifHy@escapeform \newif\ifHy@figures \newif\ifHy@fitwindow \newif\ifHy@frenchlinks @@ -573,6 +615,7 @@ \Hy@breaklinksfalse \Hy@centerwindowfalse \Hy@CJKbookmarksfalse +\Hy@escapeformfalse \Hy@figuresfalse \Hy@fitwindowfalse \Hy@hyperfootnotestrue @@ -585,10 +628,10 @@ \Hy@nestingfalse \Hy@newwindowfalse \Hy@pageanchortrue -\Hy@pagelabelsfalse +\Hy@pagelabelstrue \Hy@pdfpagehiddenfalse \Hy@pdfstringfalse -\Hy@plainpagestrue +\Hy@plainpagesfalse \Hy@raiselinksfalse \Hy@setpagesizetrue \Hy@texhtfalse @@ -667,7 +710,7 @@ % \begin{itemize} % \item Works only in options that use \cmd{\hypercalcbpdef} % (currently only |pdfstartview|). -% \item For calculations package |calc| have to be loaded. +% \item For calculations package |calc| has to be loaded. % \item The expansion of the argument is done at definition time. % \end{itemize} % \end{itemize} @@ -729,7 +772,7 @@ % % \section{Dealing with PDF strings}\label{sec:pdfstring} % The PDF string stuff done by Heiko Oberdiek.\\ -% Email: \Email{oberdiek@ruf.uni-freiburg.de}. +% Email: \Email{oberdiek@uni-freiburg.de}. % % Naming convention: All internal commands that are only % needed by \cs{pdfstringdef} are prefixed with \cs{HyPsd@}. @@ -847,6 +890,7 @@ \edef\8{\string\8}% \edef\9{\string\9}% \fontencoding{PU}% + \HyPsd@UTFviii \else \fontencoding{PD1}% \fi @@ -870,7 +914,7 @@ % as a usable hook. While an \cs{edef} a warning message by % \cs{@inmathwarn} or \cs{TextSymbolUnavailable} cannot be give out, % so \cs{@inmathwarn} should be disabled. And with the help of it -% the assignments in \cs{@changed@cmd} can easily be catched +% the assignments in \cs{@changed@cmd} can easily be caught % (see below). % \begin{macrocode} \let\@inmathwarn\HyPsd@inmathwarn @@ -994,6 +1038,11 @@ \let\cyr\relax % \end{macrocode} % +% Redefine \cs{es@roman}, used in spanish.ldf. +% \begin{macrocode} + \let\es@roman\@Roman +% \end{macrocode} +% % \paragraph{Package german.} % \begin{macrocode} \let\glqq\textglqq @@ -1009,12 +1058,20 @@ % \paragraph{Package french.} The support is deferred, because % it needs |\GenericError| to be disabled (see below). % +% \paragraph{Package FrenchPro.} This package uses: +% \begin{quote} +% |\if@mid@expandable{|not fully expandable code|}{|fully expandable code|}| +% \end{quote} +% \begin{macrocode} + \let\if@mid@expandable\@firstoftwo +% \end{macrocode} +% % \paragraph{AMS classes.} % \begin{macrocode} \HyPSD@AMSclassfix % \end{macrocode} % -% \paragraph{Redefintion of \cs{hspace}} +% \paragraph{Redefinition of \cs{hspace}} % \cs{hspace} don't work in bookmarks, the following fix % tries to set a space if the argument is a positive length. % \begin{macrocode} @@ -1066,6 +1123,7 @@ % \paragraph{Miscellaneous commands.} % \begin{macrocode} \let\leavevmode\@empty + \let\mbox\@empty % \end{macrocode} % \cs{halign} causes error messages because of the template % character |#|. @@ -1101,7 +1159,7 @@ % % \paragraph{Spaces.} % For checking the token of the string, spaces must be masked, because -% they cannot by catched by undelimited arguments. +% they cannot by caught by undelimited arguments. % \begin{macrocode} \HyPsd@LetUnexpandableSpace\space \HyPsd@LetUnexpandableSpace\ % @@ -1143,6 +1201,7 @@ % in order to get rid of the error message at least: % \begin{macrocode} \let\@ifnextchar\HyPsd@ifnextchar + \let\@ifnextchar\HyPsd@new@ifnextchar \let\@protected@testopt\HyPsd@protected@testopt % \end{macrocode} % @@ -1313,7 +1372,7 @@ %\end{verbatim} % \paragraph{Looking for wrong glyphs.} % The case that glyphs aren't defined in the PD1 encoding -% is catched above in such a way, that the glyph name and +% is caught above in such a way, that the glyph name and % a marker is inserted into the string. Now we can safely % scan the string for this marker and provide a descriptive % warning. @@ -1953,7 +2012,7 @@ % In \cmd{\HyPsd@@ProtectSpaces} the space tokens are replaced % by not expandable commands, that work like spaces: % \begin{itemize} -% \item So they can catched by undelimited arguments. +% \item So they can caught by undelimited arguments. % \item And they work in number, dimen, and skip % assignments. % \end{itemize} @@ -2152,6 +2211,10 @@ % of the \cs{let} commands cannot be canceled with an undelimited % parameter because of a possible space token after \cs{futurelet}. % +% To avoid unmachted \cs{if...} tokens, the cases +% \verb|\let\if...\iftrue| and \verb|\let\if...\iffalse| +% are checked and ignored. +% % \begin{macro}{\HyPsd@DefCommand} % \begin{macro}{\HyPsd@LetCommand} % \begin{macrocode} @@ -2166,14 +2229,32 @@ \@gobble }% \let#2\let - \def\HyPsd@LetCommand##1{% - #2% - \expandafter\noexpand - \csname\expandafter\@gobble\string##1\@empty\endcsname + \def\HyPsd@@LetCommand##1{% + \expandafter\ifx\csname##1\expandafter\endcsname + \csname iftrue\endcsname + \pdfstringdefWarn\let + \expandafter\@gobble + \else + \expandafter\ifx\csname##1\expandafter\endcsname + \csname iffalse\endcsname + \pdfstringdefWarn\let + \expandafter\expandafter\expandafter\@gobble + \else + #2% + \expandafter\noexpand + \csname##1\expandafter\expandafter\expandafter\endcsname + \fi + \fi }% }% \expandafter\x\csname <def>-command\expandafter\endcsname \csname <let>-command\endcsname +\def\HyPsd@LetCommand#1{% + \expandafter\expandafter\expandafter\HyPsd@@LetCommand + \expandafter\expandafter\expandafter{% + \expandafter\@gobble\string#1\@empty + }% +} % \end{macrocode} % \end{macro} % \end{macro} @@ -2196,6 +2277,18 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\HyPsd@new@ifnextchar} +% Package \verb|amsgen.sty| redefines \cs{@ifstar} using +% \cs{new@ifnextchar} instead of \cs{@ifnextchar}. See +% bug report latex/3662. +% \begin{macrocode} +\def\HyPsd@new@ifnextchar{% + \pdfstringdefWarn\new@ifnextchar + \expandafter\@gobbletwo\@gobble +} +% \end{macrocode} +% \end{macro} +% % \subsubsection{^^A % \texorpdfstring{\cs{@protected@testoptifnextchar}}^^A % {\\@protected@testopt}^^A @@ -2695,9 +2788,15 @@ % \begin{macrocode} |gdef|HyPsd@ConvertToUnicode#1{% |xdef#1{% - \376\377% |expandafter|HyPsd@DoConvert#1|@empty|@empty|@empty }% + |xdef#1{% + |ifx#1|@empty + |else + \376\377% + #1% + |fi + }% } % \end{macrocode} % \end{macro} @@ -2767,6 +2866,188 @@ % \end{macrocode} % \end{macro} % +% \subsubsection{Support for UTF-8 input encoding} +% +% After |\usepackage[utf8]{inputenc}| there are macros that +% expect the UTF-8 octets as arguments. Therefore we can +% calculate the PDF octal sequences directly. Because the +% PDF format is limited to UCS-2, conversion macros are +% needed for UTF-8 sequences with two and three octets only. +% +% This calculation must be done in an expandable context, +% so we use e\TeX here for performance reasons. Unhappily +% the results of divisions are rounded. Thus a +% circumvention via |\dimexpr| is used, e.g.: +% \begin{quote} +% |\numexpr 123/4\relax| is replaced by\\ +% |\number\dimexpr.25\dimexpr 123sp\relax\relax| +% \end{quote} +% \begin{macrocode} +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname numexpr\endcsname\relax + \let\HyPsd@UTFviii\relax +\else + \def\HyPsd@UTFviii{% + \let\UTFviii@two@octets\HyPsd@UTFviii@two + \let\UTFviii@three@octets\HyPsd@UTFviii@three + \let\unichar\HyPsd@unichar + }% +% \end{macrocode} +% +% The two octet form of UTF-8 |110aaabb| (A) and |10cccddd| (B) +% must be converted into octal numbers |00a| and |bcd|. The +% result is |\8a\bcd| (with a, b, c, d as octal numbers). +% The conversion equations. +% \begin{eqnarray} +% a &:= A/4 - 48\\ +% b &:= A - 4*(A/4)\\ +% c &:= B/8 - 8*((8*(B/8))/8)\\ +% d &:= B - 8*(B/8)\\ +% \end{eqnarray} +% ^^A #1 = A/4 #2 = A +% ^^A #3 = B/8 #4 = B +% \begin{macrocode} + \def\HyPsd@UTFviii@two#1#2{% + \expandafter\HyPsd@UTFviii@@two + \number\dimexpr.25\dimexpr`#1sp\expandafter\relax\expandafter|% + \number`#1\expandafter|% + \number\dimexpr.125\dimexpr`#2sp\expandafter\relax\expandafter|% + \number`#2 \@nil + }% + \def\HyPsd@UTFviii@@two#1|#2|#3|#4\@nil{% + \expandafter\8% + \number\numexpr #1-48\expandafter\relax + \csname\number\numexpr #2-4*#1\relax\expandafter\endcsname + \number\numexpr #3-8*% + \number\dimexpr.125\dimexpr#3sp\relax\relax\expandafter\relax + \number\numexpr #4-8*#3\relax + }% +% \end{macrocode} +% +% Three octet form: |1110aabb| (A), |10bcccdd| (B), and |10eeefff| +% (C). The result is |\9abc\def| (with a, \dots, f as octal numbers). +% The conversion equations: +% \begin{eqnarray} +% a &:= A/4 - 56\\ +% b &:= 2*(A - 4*(A/4)) + ((B-128 < 32) ? 0 : 1)\\ +% c &:= B/4 - 32 - ((B-128 < 32) ? 0 : 8)\\ +% d &:= B - 4*(B/4)\\ +% e &:= C/8 - 16\\ +% f &:= C - 8*(C/8)\\ +% \end{eqnarray} +% ^^A #1 = A/4 #2 = A +% ^^A #3 = (B-128 < 32) ? 0 : 1 +% ^^A #4 = B/4 #5 = B +% ^^A #6 = C/8 #7 = C +% \begin{macrocode} + \def\HyPsd@UTFviii@three#1#2#3{% + \expandafter\HyPsd@UTFviii@@three + \number\dimexpr.25\dimexpr`#1sp\expandafter\relax\expandafter|% + \number`#1\expandafter|% + \number\ifnum\numexpr`#2-128\relax <32 0\else 1\fi\expandafter|% + \number\dimexpr.25\dimexpr`#2sp\expandafter\relax\expandafter|% + \number`#2\expandafter|% + \number\dimexpr.125\dimexpr`#3sp\expandafter\relax\expandafter|% + \number`#3 \@nil + }% + \def\HyPsd@UTFviii@@three#1|#2|#3|#4|#5|#6|#7\@nil{% + \expandafter\9% + \number\numexpr #1-56\expandafter\relax + \number\numexpr 2*(#2-4*#1)+#3\expandafter\relax + \number\numexpr #4 - 32 -\ifcase#3 0\else 8\fi\expandafter\relax + \csname\number\numexpr #5-4*#4\relax\expandafter\endcsname + \number\numexpr #6-16\expandafter\relax + \number\numexpr #7-8*#6\relax + }% +% \end{macrocode} +% +% Four octet form: |11110aab| (A), |10bcccdd| (B), |10deeeff| (C), +% and |10ggghhh| (D). The result are two surrogate characters +% |110010aabbcccddd| and |11001eeeffggghhh|, or as octal numbers +% |\931a\bcd| and |\931e\fgh|. +% The conversion equations: +% \begin{eqnarray} +% a &:= A/2 - 120\\ +% b &:= (isodd(A) ? 2 : 0) + (B/32 - 4)\\ +% c &:= (B - 32*(B/32))/4\\ +% d &:= 2*(B - 4*(B/4)) + (C/32 - 4)\\ +% e &:= (C - 32*(C/32))/4\\ +% f &:= C - 4*C/4\\ +% g &:= D/8 - 16\\ +% h &:= D - 8*(D/8)\\ +% \end{eqnarray} +% ^^A \HyPsd@UTFviii@four/\HyPsd@UTFviii@@four +% ^^A #1 = A (char/number) +% ^^A #2 = B (char) +% ^^A #3 = C (char) +% ^^A #4 = D (char) +% ^^A \HyPsd@UTFviii@@@four +% ^^A #1 = A (number) +% ^^A #2 = B (char) +% ^^A #3 = B/32 (number) +% ^^A #4 = C (char) +% ^^A #5 = C/32 (number) +% ^^A #6 = D (char) +% ^^A #7 = D/8 (number) +% \begin{macrocode} + \def\HyPsd@UTFviii@four#1{% + \expandafter\HyPsd@UTFviii@@four\number`#1|% + }% + \def\HyPsd@UTFviii@@four#1|#2#3#4{% + \expandafter\HyPsd@UTFviii@@@four\number#1\expandafter|% + \number`#2\expandafter| + \number\dimexpr.03125\dimexpr`#2sp\expandafter|% + \number`#3\expandafter|% + \number\dimexpr.03125\dimexpr`#3sp\expandafter|% + \number`#4\expandafter|% + \number\dimexpr.125\dimexpr`#4|% + }% + \def\HyPsd@UTFviii@@@four#1|#2|#3|#4|#5|#6|#7|{% + \931% + \number\numexpr\dimexpr.5\dimexpr#1sp\relax\relax -120\relax + \csname\number\numexpr\ifodd#1 2\else 0\fi +#3-4\relax\endcsname + \number\dimexpr.25\dimexpr #2sp - 32\dimexpr#3sp\relax\relax\relax + % ... + }% +% \end{macrocode} +% +% Input encoding |utf8x| of package |ucs| uses macro +% \cmd{\unichar}. It takes a macro name as argument. +% Then name obeys the following structure: +%\begin{verbatim} +%\u8-<first byte as decimal number>-[continuation byte]+ +%\end{verbatim} +% \begin{macrocode} + \def\HyPsd@unichar#1{% + \expandafter\HyPsd@@unichar\string#1\@empty\@empty\@empty\@nil + }% + \def\HyPsd@@unichar #1-#2-#3#4#5#6\@nil{% + \ifnum#2>191 % + \ifnum#2<224 % + \expandafter\HyPsd@UTFviii@@two + \number\dimexpr.25\dimexpr#2sp\expandafter\relax\expandafter|% + \number#2\expandafter|% + \number\dimexpr.125\dimexpr`#3sp\expandafter\relax\expandafter|% + \number`#3 \@nil + \else + \ifnum#2<240 % + \expandafter\HyPsd@UTFviii@@three + \number\dimexpr.25\dimexpr#2sp\expandafter\relax\expandafter|% + \number#2\expandafter|% + \number\ifnum\numexpr`#3-128\relax <32 0\else 1\fi\expandafter|% + \number\dimexpr.25\dimexpr`#3sp\expandafter\relax\expandafter|% + \number`#3\expandafter|% + \number\dimexpr.125\dimexpr`#4sp\expandafter\relax\expandafter|% + \number`#4 \@nil + \else + ?% unsupported + \fi + \fi + \fi + }% +\fi +% \end{macrocode} +% % \section{Support of other packages} % % \subsection{Package subfigure} @@ -2779,20 +3060,22 @@ \renewcommand*{\sub@label}[1]{% \@bsphack \subfig@oldlabel{#1}% - \begingroup - \edef\@currentlabstr{% - \expandafter\strip@prefix\meaning\@currentlabelname - }% - \protected@write\@auxout{}{% - \string\newlabel{sub@#1}{% - {\@nameuse{@@thesub\@captype}}% - {\thepage}% - {\expandafter\strip@period\@currentlabstr\relax.\relax\@@@}% - {\@currentHref}% - {}% + \if@filesw + \begingroup + \edef\@currentlabstr{% + \expandafter\strip@prefix\meaning\@currentlabelname }% - }% - \endgroup + \protected@write\@auxout{}{% + \string\newlabel{sub@#1}{% + {\@nameuse{@@thesub\@captype}}% + {\thepage}% + {\expandafter\strip@period\@currentlabstr\relax.\relax\@@@}% + {\@currentHref}% + {}% + }% + }% + \endgroup + \fi \@esphack }% \@ifpackagelater{subfigure}{2002/03/26}{}{% @@ -2867,6 +3150,7 @@ \ifvmode #1% \else + \penalty\@M \smash{\raise\HyperRaiseLinkLength\hbox{#1}}% \fi } @@ -2997,12 +3281,7 @@ \Hy@boolkey{draft}{#1}% } \define@key{Hyp}{final}[true]{% - \Hy@boolkey{draft}{#1}% - \ifHy@draft - \Hy@draftfalse - \else - \Hy@drafttrue - \fi + \Hy@boolkey{final}{#1}% } \let\KV@Hyp@nolinks\KV@Hyp@draft \define@key{Hyp}{a4paper}[true]{% @@ -3131,6 +3410,10 @@ \Hy@breaklinkstrue } \define@key{Hyp}{dvipdf}[true]{% + \Hy@WarningNoLine{% + Option `dvipdf' is deprecated.\MessageBreak + See the user manual for available driver options% + }% } \define@key{Hyp}{nativepdf}[true]{% \def\Hy@driver{hdvips}% @@ -3401,6 +3684,40 @@ \def\FancyVerbLineautorefname{Lyn}% \def\theoremautorefname{Teorema}% } +\def\HyLang@french{% + \def\equationautorefname{\'Equation}% + \def\footnoteautorefname{note}% + \def\itemautorefname{item}% + \def\figureautorefname{Figure}% + \def\tableautorefname{Tableau}% + \def\partautorefname{Partie}% + \def\appendixautorefname{Appendice}% + \def\chapterautorefname{chapitre}% + \def\sectionautorefname{section}% + \def\subsectionautorefname{sous-section}% + \def\subsubsectionautorefname{sous-sous-section}% + \def\paragraphautorefname{paragraphe}% + \def\subparagraphautorefname{sous-paragraphe}% + \def\FancyVerbLineautorefname{ligne}% + \def\theoremautorefname{Th\'eor\`eme}% +} +\def\HyLang@vietnamese{% + \def\equationautorefname{Ph\uhorn{}\ohorn{}ng tr\`inh}% + \def\footnoteautorefname{Ch\'u th\'ich}% + \def\itemautorefname{m\d{u}c}% + \def\figureautorefname{H\`inh}% + \def\tableautorefname{B\h{a}ng}% + \def\partautorefname{Ph\`\acircumflex{}n}% + \def\appendixautorefname{Ph\d{u} l\d{u}c}% + \def\chapterautorefname{ch\uhorn{}\ohorn{}ng}% + \def\sectionautorefname{m\d{u}c}% + \def\subsectionautorefname{m\d{u}c}% + \def\subsubsectionautorefname{m\d{u}c}% + \def\paragraphautorefname{\dj{}o\d{a}n}% + \def\subparagraphautorefname{\dj{}o\d{a}n}% + \def\FancyVerbLineautorefname{d\`ong}% + \def\theoremautorefname{\DJ{}\d{i}nh l\'y}% +} % \end{macrocode} % % Instead of package babel's definition of \cmd{\addto} the @@ -3436,7 +3753,7 @@ }% }% \expandafter\x\csname extras#1\expandafter\endcsname - \csname HyLang@#2\expandafter\endcsname + \csname HyLang@#2\endcsname } \HyLang@DeclareLang{english}{english} \HyLang@DeclareLang{UKenglish}{english} @@ -3452,6 +3769,30 @@ \HyLang@DeclareLang{portuguese}{portuges} \HyLang@DeclareLang{spanish}{spanish} \HyLang@DeclareLang{afrikaans}{afrikaans} +\HyLang@DeclareLang{french}{french} +\HyLang@DeclareLang{frenchb}{french} +\HyLang@DeclareLang{francais}{french} +\HyLang@DeclareLang{acadian}{french} +\HyLang@DeclareLang{canadien}{french} +% \end{macrocode} +% More work is needed in case of options |vietnamese| and |vietnam|. +% \begin{macrocode} +\define@key{Hyp}{vietnamese}[]{% + \HyLang@addto\extrasvietnamese\HyLang@vietnamese + \AtEndOfPackage{% + \@ifundefined{T@PU}{}{% + \input{puvnenc.def}% + }% + }% +} +\define@key{Hyp}{vietnam}[]{% + \HyLang@addto\extrasvietnam\HyLang@vietnamese + \AtEndOfPackage{% + \@ifundefined{T@PU}{}{% + \input{puvnenc.def}% + }% + }% +} % \end{macrocode} % % \section{Options to change appearance of links}\label{appearance} @@ -3473,10 +3814,60 @@ \define@key{Hyp}{bookmarks}[true]{% \Hy@boolkey{bookmarks}{#1}% } +% \end{macrocode} +% \begin{macrocode} \define@key{Hyp}{bookmarksopen}[true]{% \Hy@boolkey{bookmarksopen}{#1}% } +% \end{macrocode} +% +% The depth of the outlines is controlled by option +% \verb|bookmarksdepth|. +% The option acts globally and distinguishes three cases: +% \begin{itemize} +% \item \verb|bookmarksdepth|: Without value hyperref uses +% counter \texttt{tocdepth} (compatible behaviour and default). +% \item \verb|bookmarksdepth=<number>|: the depth is set to +% \verb|<number>|. +% \item \verb|bookmarksdepth=<name>|: The \verb|<name>| must +% not start with a number or minus sign. It is a document +% division name (part, chapter, section, \dots). Internally +% the value of macro \verb|\toclevel@<name>| is used. +% \end{itemize} +% \begin{macrocode} +\let\Hy@bookmarksdepth\c@tocdepth +\define@key{Hyp}{bookmarksdepth}[]{% + \begingroup + \edef\x{#1}% + \ifx\x\empty + \global\let\Hy@bookmarksdepth\c@tocdepth + \else + \@ifundefined{toclevel@\x}{% + \@onelevel@sanitize\x + \edef\y{\expandafter\@car\x\@nil}% + \ifcase 0\expandafter\ifx\y-1\fi + \expandafter\ifnum\expandafter`\y>47 % + \expandafter\ifnum\expandafter`\y<58 1\fi\fi\relax + \Hy@Warning{Unknown document division name (\x)}% + \else + \setbox\z@=\hbox{% + \count@=\x + \xdef\Hy@bookmarksdepth{\the\count@}% + }% + \fi + }{% + \setbox\z@=\hbox{% + \count@=\csname toclevel@\x\endcsname + \xdef\Hy@bookmarksdepth{\the\count@}% + }% + }% + \fi + \endgroup +} +% \end{macrocode} +% % `bookmarksopenlevel' to specify the open level. From Heiko Oberdiek. +% \begin{macrocode} \define@key{Hyp}{bookmarksopenlevel}{% \def\@bookmarksopenlevel{#1}% } @@ -3501,7 +3892,7 @@ \define@key{Hyp}{CJKbookmarks}[true]{% \Hy@boolkey{CJKbookmarks}{#1}% } -% \end{macrcode} +% \end{macrocode} % % \begin{macrocode} \define@key{Hyp}{linkcolor}{\def\@linkcolor{#1}} @@ -3570,16 +3961,65 @@ } % \end{macrocode} % +% The value of the |bordercolor| options are not processed +% by the color package. Therefore the value consists of +% space separated rgb numbers in the range 0 until 1. +% +% Package |xcolor| provides |\XC@bordercolor| since version 1.1. +% If the two spaces in the color specification are missing, +% then the value is processed as color specification from +% package |xcolor| by using |\XC@bordercolor| (since +% xcolor 2004/05/09 v1.11). +% \begin{macrocode} +\def\Hy@ColorList{cite,file,link,menu,page,run,url} +\@for\Hy@temp:=\Hy@ColorList\do{% + \edef\Hy@temp{% + \noexpand\define@key{Hyp}{\Hy@temp bordercolor}{% + \noexpand\Hy@bordercolor{\Hy@temp}{##1}{ }% + }% + }% + \Hy@temp +} +\def\Hy@bordercolor#1#2#3{% + \begingroup + \csname @safe@activestrue\endcsname + \@ifundefined{XC@edef}{\edef}{\XC@edef}\x{#2}% + \expandafter\Hy@CheckColorSpec\x#3#3\@nil{#1}{#2}% +} +\def\Hy@CheckColorSpec#1 #2 #3\@nil#4#5{% + \ifx\\#3\\% + \@ifundefined{XC@bordercolor}{% + \Hy@Warning{% + Unsupported color specification (#4bordercolor).\MessageBreak + Load package `xcolor' (version >= 1.11) first.\MessageBreak + Ignoring color specification% + }% + \endgroup + }{% + \endgroup + \XC@bordercolor{#4}{#5}% + }% + \else + \endgroup + \@namedef{@#4bordercolor}{#5}% + \fi +} +% \end{macrocode} +% % \begin{macrocode} -\define@key{Hyp}{linkbordercolor}{\def\@linkbordercolor{#1}} -\define@key{Hyp}{urlbordercolor}{\def\@urlbordercolor{#1}} -\define@key{Hyp}{menubordercolor}{\def\@menubordercolor{#1}} -\define@key{Hyp}{filebordercolor}{\def\@filebordercolor{#1}} -\define@key{Hyp}{runbordercolor}{\def\@runbordercolor{#1}} -\define@key{Hyp}{citebordercolor}{\def\@citebordercolor{#1}} -\define@key{Hyp}{pagebordercolor}{\def\@pagebordercolor{#1}} \define@key{Hyp}{pdfhighlight}{\def\@pdfhighlight{#1}} \define@key{Hyp}{pdfborder}{\def\@pdfborder{#1}} +\define@key{Hyp}{pdfborderstyle}{\def\@pdfborderstyle{#1}} +\def\Hy@setpdfborder{% + \ifx\@pdfborder\@empty + \else + /Border[\@pdfborder]% + \fi + \ifx\@pdfborderstyle\@empty + \else + /BS<<\@pdfborderstyle>>% + \fi +} \define@key{Hyp}{pdfpagemode}{% \def\Hy@tempa{#1}% \ifx\Hy@tempa\@empty @@ -3603,6 +4043,8 @@ \define@key{Hyp}{pdfauthor}{\pdfstringdef\@pdfauthor{#1}} \define@key{Hyp}{pdfproducer}{\pdfstringdef\@pdfproducer{#1}} \define@key{Hyp}{pdfcreator}{\pdfstringdef\@pdfcreator{#1}} +\define@key{Hyp}{pdfcreationdate}{\pdfstringdef\@pdfcreationdate{#1}} +\define@key{Hyp}{pdfmoddate}{\pdfstringdef\@pdfmoddate{#1}} \define@key{Hyp}{pdfsubject}{\pdfstringdef\@pdfsubject{#1}} \define@key{Hyp}{pdfkeywords}{\pdfstringdef\@pdfkeywords{#1}} \define@key{Hyp}{pdfview}{\calculate@pdfview#1 \\} @@ -3651,6 +4093,9 @@ \define@key{Hyp}{pdfpagelabels}[true]{% \Hy@boolkey[pdfpagelabels]{pagelabels}{#1}% } +\define@key{Hyp}{pdfescapeform}[true]{% + \Hy@boolkey[pdfescapeform]{escapeform}{#1}% +} % \end{macrocode} % Default values: % \begin{macrocode} @@ -3666,8 +4111,10 @@ \def\@pdfnonfullscreenpagemode{} \def\@pdftitle{} \def\@pdfauthor{} -\def\@pdfproducer{} +\let\@pdfproducer\relax \def\@pdfcreator{LaTeX with hyperref package} +\def\@pdfcreationdate{} +\def\@pdfmoddate{} \def\@pdfsubject{} \def\@pdfkeywords{} \def\@pdfpagescrop{} @@ -3709,43 +4156,13 @@ % To add flexibility, we will not use the ordinary processing of % package options, but put them through the \emph{keyval} package. % This section was written by David Carlisle. -% \begin{macrocode} -\def\ProcessOptionsWithKV#1{% - \let\@tempc\relax - \let\Hy@tempa\@empty -% \end{macrocode} -% Add any global options that are known to KV to the start of the list -% being built in |\Hy@tempa| and mark them used (by removing them from -% the unused option list). -% \begin{macrocode} - \@for\CurrentOption:=\@classoptionslist\do{% - \@ifundefined{KV@#1@\CurrentOption}% - {}% - {% - \edef\Hy@tempa{\Hy@tempa,\CurrentOption,}% - \@expandtwoargs\@removeelement\CurrentOption - \@unusedoptionlist\@unusedoptionlist - }% - }% -% \end{macrocode} % -% Now stick the package options at the end of the list and wrap in a call -% to |\setkeys|. Can simply use |\edef|, normally KV takes care to avoid -% expansion, but the package system has already fully expanded the package -% option list before passing it to the package, so no more harm can occur -% here. +% Package kvoptions is used for processing options that are +% given as key value pairs. The package provides +% |\ProcessKeyvalOptions|, formerly known as +% |\ProcessOptionsWithKV|. % \begin{macrocode} - \edef\Hy@tempa{% - \noexpand\setkeys{#1}{% - \Hy@tempa\@ptionlist{\@currname.\@currext}% - }% - }% -% \end{macrocode} -% -% Do it. -% \begin{macrocode} - \Hy@tempa -} +\RequirePackage{kvoptions} % \end{macrocode} % % Add option |tex4ht| if package |tex4ht| is loaded. @@ -3759,7 +4176,7 @@ % % \begin{macrocode} \let\ReadBookmarks\relax -\ProcessOptionsWithKV{Hyp} +\ProcessKeyvalOptions{Hyp} % \end{macrocode} % % After processing options. @@ -3816,7 +4233,7 @@ \let\HyPsd@InitUnicode\@undefined % \end{macrocode} % -% \subsubsection{Patch for babel's +% \subsection{Patch for babel's % \texorpdfstring{\cs{texttilde}}{\\texttilde}} % Babel does not define \cmd{\texttilde} in NFSS2 manner, % so the NFSS2 definitions of PD1 or PU encoding is not @@ -3920,7 +4337,7 @@ \fi \fi \else - \ifcase\pdfoutput + \ifnum\pdfoutput<1 % \let\Hy@driver\Hy@defaultdriver \else \def\Hy@driver{hpdftex}% @@ -3929,6 +4346,32 @@ \Hy@breaklinkstrue \fi \fi + \ifx\Hy@driver\Hy@defaultdriver + \def\Hy@temp{hdvips}% + \ifx\Hy@temp\Hy@driver + \def\Hy@raisedlink{}% + \def\XR@ext{pdf}% + \fi + \def\Hy@temp{hdvipdfm}% + \ifx\Hy@temp\Hy@driver + \def\XR@ext{pdf}% + \Hy@breaklinkstrue + \fi + \def\Hy@temp{hdviwind}% + \ifx\Hy@temp\Hy@driver + \setkeys{Hyp}{colorlinks}% + \PassOptionsToPackage{dviwindo}{color}% + \fi + \def\Hy@temp{hdvipson}% + \ifx\Hy@temp\Hy@driver + \def\XR@ext{pdf}% + \def\Hy@raisedlink{}% + \fi + \def\Hy@temp{textures}% + \ifx\Hy@temp\Hy@driver + \def\XR@ext{pdf}% + \fi + \fi \typeout{*hyperref using default driver \Hy@driver*}% \else \typeout{*hyperref using driver \Hy@driver*}% @@ -3991,11 +4434,25 @@ \Hy@DisableOption{bookmarks} % \end{macrocode} % +% |\Hy@colorlink| expects a macro as argument. It contains +% the color specification. % \begin{macrocode} \AtBeginDocument{% \ifHy@colorlinks \ifHy@typexml\else\RequirePackage{color}\fi - \def\Hy@colorlink#1{\begingroup\color{#1}}% + \def\Hy@colorlink#1{% + \begingroup + \expandafter\Hy@colorscan\expandafter#1#1\@nil% + }% + \def\Hy@colorscan#1{% + \@ifnextchar[% ] + {% + \Hy@@colorscan + }{% + \expandafter\color\expandafter#1\@car{}% + }% + }% + \def\Hy@@colorscan#1\@nil{\color#1}% \def\Hy@endcolorlink{\endgroup}% \Hy@Info{Link coloring ON}% \else @@ -4077,6 +4534,7 @@ \catcode`\%\active \catcode`\#\active \catcode`\_\active + \catcode`\$\active \gdef\hyper@normalise{ \begingroup \catcode`\^^M\active @@ -4087,6 +4545,7 @@ \catcode`\#\active \def#{\hyper@hash} \def\#{\hyper@hash} + \@makeother\& \edef\textunderscore{\string_} \let\_\textunderscore \catcode`\_\active @@ -4094,6 +4553,8 @@ \let~\hyper@tilde \let\~\hyper@tilde \let\textasciitilde\hyper@tilde + \let\\\@backslashchar + \edef${\string$} \ifx\@safe@activestrue\@undefined\else\@safe@activestrue\fi \hyper@n@rmalise } @@ -4226,8 +4687,10 @@ \def\label@hyperdef[#1]#2#3#4{% label name, category, name, % anchor text \@bsphack - \protected@write\@auxout{}% - {\string\newlabel{#1}{{}{}{}\##2.#3}}% + \if@filesw + \protected@write\@auxout{}% + {\string\newlabel{#1}{{}{}{}\##2.#3}}% + \fi \@esphack \ifHy@nesting \hyper@@anchor{#2.#3}{#4}% @@ -4330,7 +4793,7 @@ % \end{macrocode} % otherwise its a URL % \begin{macrocode} - \hyper@linkurl{#3}{#7\ifx\\#2\\\else\##2\fi}% + \hyper@linkurl{#3}{#7\ifx\\#2\\\else\hyper@hash#2\fi}% \fi \fi \fi @@ -4340,7 +4803,7 @@ % By default, turn |run:| into |file:| % \begin{macrocode} \def\@hyper@launch run:#1\\#2#3{% filename, anchor text, linkname - \hyper@linkurl{#2}{\Hy@linkfileprefix#1\ifx\\#3\\\else\##3\fi}% + \hyper@linkurl{#2}{\Hy@linkfileprefix#1\ifx\\#3\\\else\hyper@hash#3\fi}% } % \end{macrocode} % D P Story <story@uakron.edu> pointed out that relative paths @@ -4359,10 +4822,10 @@ \else \ifx\@baseurl\@empty \hyper@linkurl{#2}{% - \Hy@linkfileprefix\use@file\ifx\\#3\\\else\##3\fi + \Hy@linkfileprefix\use@file\ifx\\#3\\\else\hyper@hash#3\fi }% \else - \hyper@linkurl{#2}{\use@file\ifx\\#3\\\else\##3\fi}% + \hyper@linkurl{#2}{\use@file\ifx\\#3\\\else\hyper@hash#3\fi}% \fi \fi } @@ -4496,8 +4959,9 @@ \csname Form@#2\ifx\relax#1\relax true\else#1\fi\endcsname } \define@key{Form}{action}{% - \def\Form@action{#1}% + \hyper@normalise\Hy@DefFormAction{#1}% } +\def\Hy@DefFormAction{\def\Form@action} \def\enc@@html{html} \define@key{Form}{encoding}{% \def\Hy@tempa{#1}% @@ -4917,12 +5381,12 @@ % to cope with the extra arguments. % \begin{macrocode} \if@filesw - \ifHy@typexml - \immediate\closeout\@mainaux - \immediate\openout\@mainaux\jobname.aux - \immediate\write\@auxout{<relaxxml>\relax}% - \fi - \immediate\write\@auxout{% + \ifHy@typexml + \immediate\closeout\@mainaux + \immediate\openout\@mainaux\jobname.aux + \immediate\write\@auxout{<relaxxml>\relax}% + \fi + \immediate\write\@auxout{% % \end{macrocode} % % \begin{macrocode} @@ -5298,12 +5762,13 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\HyPL@Useless} -% The |/PageLabels| entry does not make sense, -% if the absolute page numbers and the page labels are the -% same. Then \cmd{\HyPL@Labels} has the meaning of \cmd{\HyPL@Useless}. -% \begin{macrocode} +% \begin{macro}{\HyPL@Useless} +% The |/PageLabels| entry does not make sense, +% if the absolute page numbers and the page labels are the +% same. Then \cmd{\HyPL@Labels} has the meaning of \cmd{\HyPL@Useless}. +% \begin{macrocode} \def\HyPL@Useless{0 << /S /D >> }% + \@onelevel@sanitize\HyPL@Useless % \end{macrocode} % \end{macro} % @@ -5313,6 +5778,7 @@ % driver files. % \begin{macrocode} \def\HyPL@SetPageLabels{% + \@onelevel@sanitize\HyPL@Labels \ifx\HyPL@Labels\@empty \else \ifx\HyPL@Labels\HyPL@Useless @@ -5321,8 +5787,8 @@ \fi \fi } -% \end{macrocode} -% \end{macro} +% \end{macrocode} +% \end{macro} % % \begin{macro}{\HyPL@EveryPage} % Without option `pdfpagelabels' we need a dummy for @@ -5732,8 +6198,7 @@ \ifHy@plainpages \def\Hy@temp{\arabic{page}}% \else - \let\textlatin\@firstofone - \edef\Hy@temp{\thepage}% + \pdfstringdef\Hy@temp{\thepage}% \fi \else \def\Hy@temp{\the\Hy@pagecounter}% @@ -5767,72 +6232,16 @@ % % \section{Package ifthen support} % -% \begin{macro}{\hypergetpageref} -% Package ifthen's \cmd{\isodd} does not work with -% \cmd{\pageref} because of the extra link and the -% star form. Therefore we need an expandable variant: -% \begin{macrocode} -\newcommand*{\hypergetpageref}[1]{% - \expandafter\Hy@getpageref\csname r@#1\endcsname{#1}% -} -\def\Hy@getpageref#1#2{% - \ifx#1\relax - 0% - \protect\G@refundefinedtrue - \@latex@warning{Reference `#2' on page \thepage\space - undefined% - }% - \else - \expandafter\Hy@GetSecondArg#1\@nil - \fi -} -\long\def\Hy@GetSecondArg#1#2#3\@nil{#2} -% \end{macrocode} -% \end{macro} +% Since version 6.75a this is done in package nameref. % -% \begin{macro}{\hypergetref} -% The corresponding macro of \cmd{\hypergetpageref} is -% \cmd{\hypergetref}: +% For compatibility \cmd{\hypergetref} and +% \cmd{\hypergetpageref} are still provided. +% But they do not generate warnings, if the reference is +% undefined. % \begin{macrocode} -\newcommand*{\hypergetref}[1]{% - \expandafter\Hy@getref\csname r@#1\endcsname{#1}% -} -\def\Hy@getref#1#2{% - \ifx#1\relax - ??% - \protect\G@refundefinedtrue - \@latex@warning{Reference `#2' on page \thepage\space - undefined% - }% - \else - \expandafter\@car#1\@nil - \fi -} +\def\hypergetref#1{\getrefbykeydefault{#1}{}{??}} +\def\hypergetpageref#1{\getrefbykeydefault{#1}{page}{0}} % \end{macrocode} -% \end{macro} -% -% \begin{macro}{\Hy@TE@begingroup} -% Unfortunately there is no hook in \cmd{\ifthenelse} in order -% to provide expandable versions without link of \cmd{\ref} -% and \cmd{\pageref}. As possible target I could only find -% \cmd{\begingroup}: -% \begin{macrocode} -\@ifpackageloaded{ifthen}{% - \let\HyOrg@ifthenelse\ifthenelse - \def\ifthenelse{% - \let\begingroup\Hy@TE@begingroup - \HyOrg@ifthenelse - }% - \let\HyOrg@begingroup\begingroup - \def\Hy@TE@begingroup{% - \let\begingroup\HyOrg@begingroup - \begingroup - \let\ref\hypergetref - \let\pageref\hypergetpageref - }% -}{} -% \end{macrocode} -% \end{macro} % % \section{Package titlesec and titletoc support} % @@ -5870,12 +6279,13 @@ % Package nameref uses five arguments for the ref system. % Fix provided by Felix Neubauer (\Email{felix.neubauer@gmx.net}). % \begin{macrocode} +\def\Hy@varioref@undefined{{???}{??}{}{}{}} \@ifpackageloaded{varioref}{% \def\vref@pagenum#1#2{% \@ifundefined{r@#2}{% - \@namedef{r@#2}{{??}{??}{}{}{}}% + \expandafter\let\csname r@#2\endcsname\Hy@varioref@undefined }{}% - \edef#1{\hypergetpageref{#2}}% + \edef#1{\getpagerefnumber{#2}}% }% }{} % \end{macrocode} @@ -6292,6 +6702,7 @@ } \long\def\@caption#1[#2]#3{% \hyper@makecurrent{\@captype}% + \def\@currentlabelname{#2}% \par\addcontentsline{\csname ext@#1\endcsname}{#1}{% \protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}% }% @@ -6331,7 +6742,10 @@ \renewcommand{\float@makebox}[1]{% \HyOrg@float@makebox{% #1\relax - \hyper@@anchor{\@currentHref}{\relax}% + \begingroup + \hyper@makecurrent{\@captype}% + \hyper@@anchor{\@currentHref}{\relax}% + \endgroup }% }% }{} @@ -6420,7 +6834,6 @@ }% \endgroup % \end{macrocode} -% \begin{macrocode} % |\@BIBLABEL| is working around a `feature' of Rev\TeX. % \begin{macrocode} \providecommand*{\@BIBLABEL}{\@biblabel}% @@ -6601,13 +7014,15 @@ \ifx\@empty\@currentlabel \else \@bsphack - \protected@write\@auxout{}{% - \string\@writefile{brf}{% - \string\backcite{#1}{% - {\thepage}{\@currentlabel}{\@currentHref}% + \if@filesw + \protected@write\@auxout{}{% + \string\@writefile{brf}{% + \string\backcite{#1}{% + {\thepage}{\@currentlabel}{\@currentHref}% + }% }% }% - }% + \fi \@esphack \fi \fi @@ -6734,9 +7149,7 @@ \global\let\@begindvi\Hy@begindvi } \def\Hy@begindvi{% - \ifHy@pageanchor - \@hyperfixhead - \fi + \@hyperfixhead \HyPL@EveryPage } \def\pagenumbering#1{% @@ -6773,20 +7186,23 @@ % \begin{macrocode} \def\@hyperfixhead{% \Hy@DistillerDestFix - \ifHy@hypertexnames - \ifHy@plainpages - \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\c@page}}% + \ifHy@pageanchor + \ifHy@hypertexnames + \ifHy@plainpages + \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\c@page}}% + \else + \begingroup + \let\@number\@firstofone + \pdfstringdef\@the@H@page{\thepage}% + \endgroup + \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\@the@H@page}}% + \fi \else - \begingroup - \let\@number\@firstofone - \let\textlatin\@firstofone - \xdef\@the@H@page{\thepage}% - \endgroup - \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\@the@H@page}}% + \Hy@GlobalStepCount\Hy@pagecounter + \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\Hy@pagecounter}}% \fi \else - \Hy@GlobalStepCount\Hy@pagecounter - \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\Hy@pagecounter}}% + \let\Hy@TempPageAnchor\@empty \fi \let\H@old@thehead\@thehead \if^\@thehead^% @@ -6879,9 +7295,11 @@ {\Hy@toclevel}% {#1}% \ifHy@verbose + \def\Hy@tempa{#3}% + \@onelevel@sanitize\Hy@tempa \typeout{pdftex: bookmark at \the\inputlineno: {\csname the#2\endcsname} - {#3} + {\Hy@tempa} {\@currentHref}% {\Hy@toclevel}% {#1}% @@ -7112,22 +7530,24 @@ \else \def\@wrindex#1{\@@wrindex#1||\\} \def\@@wrindex#1|#2|#3\\{% - \ifx\\#2\\% - \protected@write\@indexfile{}{% - \string\indexentry{#1|hyperpage}{\thepage}% - }% - \else - \def\Hy@temp@A{#2}% - \ifcase0\ifx\Hy@temp@A\HyInd@ParenLeft 1\fi - \ifx\Hy@temp@A\HyInd@ParenRight 1\fi - \relax + \if@filesw + \ifx\\#2\\% \protected@write\@indexfile{}{% - \string\indexentry{#1|#2}{\thepage}% + \string\indexentry{#1|hyperpage}{\thepage}% }% \else - \protected@write\@indexfile{}{% - \string\indexentry{#1|#2hyperpage}{\thepage}% - }% + \def\Hy@temp@A{#2}% + \ifcase0\ifx\Hy@temp@A\HyInd@ParenLeft 1\fi + \ifx\Hy@temp@A\HyInd@ParenRight 1\fi + \relax + \protected@write\@indexfile{}{% + \string\indexentry{#1|#2}{\thepage}% + }% + \else + \protected@write\@indexfile{}{% + \string\indexentry{#1|#2hyperpage}{\thepage}% + }% + \fi \fi \fi \endgroup @@ -7479,19 +7899,19 @@ \@safe@activesfalse } \def\auto@setref#1#2#3{% csname, extract group, refname - \ifx#1\relax - \protect\G@refundefinedtrue - \nfss@text{\reset@font\bfseries ??}% - \@latex@warning{% - Reference `#3' on page \thepage \space undefined% - }% - \else + \ifcase 0\ifx#1\relax 1\fi\ifx#1\Hy@varioref@undefined 1\fi\relax \edef\@thisref{\expandafter\@fourthoffive#1\@empty\@empty}% \expandafter\test@reftype\@thisref\\% \hyper@@link {\expandafter\@fifthoffive#1}% {\expandafter\@fourthoffive#1\@empty\@empty}% {\@currentHtag\expandafter#2#1\@empty\@empty\null}% + \else + \protect\G@refundefinedtrue + \nfss@text{\reset@font\bfseries ??}% + \@latex@warning{% + Reference `#3' on page \thepage \space undefined% + }% \fi } \def\test@reftype#1.#2\\{% @@ -7534,12 +7954,81 @@ % % \begin{macrocode} %</package> -%<*pdftex> % \end{macrocode} +% % \section{Configuration files} +% +% \subsection{PS/PDF strings} +% +% Some drivers write PS or PDF strings. These strings are delimited +% by parentheses, therefore a lonely unmatched parenthesis must be +% avoided to avoid PS or PDF syntax errors. Also the backslash character +% itself has to be protected. +% +% \begin{macro}{\Hy@pstringdef} +% Therefore such strings should be passed through |\Hy@pstringdef|. +% The first argument holds a macro for the result, the second +% argument is the string that needs protecting. +% Since version 1.30.0 pdf\TeX\ offers \cs{pdfescapestring}. +% \begin{macrocode} +%<*pdftex|dvipdfm|vtex|pdfmarkbase|dviwindo> +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \begingroup + \catcode`\|=0 % + \@makeother\\% + |@firstofone{|endgroup + |def|Hy@pstringdef#1#2{% + |edef#1{#2}% + |@onelevel@sanitize#1% + |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}% + |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}% + |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}% + }% + |def|Hy@ExchangeBackslash#1\#2|@nil{% + #1% + |ifx|\#2|\% + |else + \\% + |Hy@ReturnAfterFi{% + |Hy@ExchangeBackslash#2|@nil + }% + |fi + }% + } + \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar(% + \Hy@ReturnAfterFi{% + \Hy@ExchangeLeftParenthesis#2\@nil + }% + \fi + } + \def\Hy@ExchangeRightParenthesis#1)#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar)% + \Hy@ReturnAfterFi{% + \Hy@ExchangeRightParenthesis#2\@nil + }% + \fi + } +\else + \def\Hy@pstringdef#1#2{% + \edef#1{\pdfescapestring{#2}}% + }% +\fi +%</pdftex|dvipdfm|vtex|pdfmarkbase|dviwindo> +% \end{macrocode} +% \end{macro} +% % \subsection{pdftex} % % \begin{macrocode} +%<*pdftex> % \end{macrocode} % This driver is for Han The Thanh's \TeX{} variant % which produces PDF directly. This has new primitives @@ -7571,11 +8060,21 @@ \typeout{pdftex: define anchor at line \the\inputlineno: #1}% \fi \Hy@SaveLastskip - \pdfdest name {#1}\@pdfview + \Hy@pstringdef\Hy@pstringDest{#1}% + \Hy@DestName\Hy@pstringDest\@pdfview \Hy@RestoreLastskip } \let\pdf@endanchor\@empty % \end{macrocode} +% \begin{macro}{\Hy@DestName} +% Wrap the call of \verb|\pdfdest name| in \cs{Hy@DestName}. +% Then it can easier be catched by package |hypdestopt|. +% \begin{macrocode} +\def\Hy@DestName#1#2{% + \pdfdest name{#1}#2\relax +} +% \end{macrocode} +% \end{macro} % % Now the links; the interesting part here is the set of attributes % which define how the link looks. We probably want to add a border @@ -7584,21 +8083,25 @@ % add an interface at some point. % \begin{macrocode} \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \def\Hy@undefinedname{UNDEFINED} \def\find@pdflink#1#2{% \leavevmode \protected@edef\Hy@testname{#2}% \ifx\Hy@testname\@empty \let\Hy@testname\Hy@undefinedname + \else + \Hy@pstringdef\Hy@testname\Hy@testname \fi - \pdfstartlink - attr{% - /Border[\@pdfborder]% - /H\@pdfhighlight - /C[\CurrentBorderColor]% - }% - goto name {\Hy@testname}% - \Hy@colorlink{\csname @#1color\endcsname}% + \Hy@StartlinkName{% + \Hy@setpdfborder + /H\@pdfhighlight + /C[\CurrentBorderColor]% + }\Hy@testname + \expandafter\Hy@colorlink\csname @#1color\endcsname +} +\def\Hy@StartlinkName#1#2{% + \pdfstartlink attr{#1}goto name{#2}\relax } \def\close@pdflink{\Hy@endcolorlink\pdfendlink} \def\hyper@anchor#1{\new@pdflink{#1}\anchor@spot\pdf@endanchor} @@ -7614,12 +8117,13 @@ } \def\CurrentBorderColor{\@linkbordercolor} \def\hyper@linkurl#1#2{% - \bgroup + \begingroup + \Hy@pstringdef\Hy@pstringURI{#2}% \hyper@chars \leavevmode \pdfstartlink attr{% - /Border[\@pdfborder]% + \Hy@setpdfborder /H\@pdfhighlight /C[\@urlbordercolor]% }% @@ -7628,28 +8132,31 @@ /A<<% /Type/Action% /S/URI% - /URI(#2)% + /URI(\Hy@pstringURI)% >>% }% - \Hy@colorlink{\@urlcolor}#1% + \relax + \Hy@colorlink\@urlcolor#1% \close@pdflink - \egroup + \endgroup } \def\hyper@linkfile#1#2#3{% anchor text, filename, linkname - \bgroup + \begingroup + \Hy@pstringdef\Hy@pstringF{#2}% + \Hy@pstringdef\Hy@pstringD{#3}% \leavevmode \pdfstartlink attr{% - /Border[\@pdfborder]% + \Hy@setpdfborder /H\@pdfhighlight /C[\@filebordercolor]% }% user {% /Subtype/Link% /A<<% - /F(#2)% + /F(\Hy@pstringF)% /S/GoToR% - \ifHy@newwindow /NewWindow true \fi + \ifHy@newwindow /NewWindow true\fi % \end{macrocode} % If |#3| is empty, page 0; if its a number, Page number, otherwise % a named destination. @@ -7667,66 +8174,81 @@ \ifx\\#3\\% /D[0 \@pdfstartview]% \else - /D(#3)% + /D(\Hy@pstringD)% \fi >>% }% - \Hy@colorlink{\@filecolor}#1% + \relax + \Hy@colorlink\@filecolor#1% \close@pdflink - \egroup + \endgroup } \def\@hyper@launch run:#1\\#2#3{% filename, anchor text linkname - \bgroup + \begingroup + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \leavevmode \pdfstartlink attr{% - /Border[\@pdfborder]% + \Hy@setpdfborder /H\@pdfhighlight /C[\@runbordercolor]% }% user {% /Subtype/Link% /A<<% - /F(#1)% + /F(\Hy@pstringF)% /S/Launch% - \ifHy@newwindow /NewWindow true \fi + \ifHy@newwindow /NewWindow true\fi \ifx\\#3\\% \else - /Win<</P(#3)/F(#1)>>% + /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% \fi >>% }% - \Hy@colorlink{\@filecolor}#2% + \relax + \Hy@colorlink\@filecolor#2% \close@pdflink - \egroup + \endgroup } % \end{macrocode} % \begin{macro}{\@pdfproducer} % \begin{macrocode} -\def\@pdfproducer{pdfTeX} -\ifx\eTeXversion\@undefined -\else - \ifx\eTeXversion\relax +\ifx\@pdfproducer\relax + \def\@pdfproducer{pdfTeX} + \ifx\eTeXversion\@undefined \else - \ifnum\eTeXversion>0 % - \def\@pdfproducer{pdfeTeX} + \ifx\eTeXversion\relax + \else + \ifnum\eTeXversion>0 % + \def\@pdfproducer{pdfeTeX} + \fi \fi \fi -\fi -\ifx\pdftexversion\@undefined -\else - \ifnum\pdftexversion<100 % - \edef\@pdfproducer{% - \@pdfproducer - \the\pdftexversion.\pdftexrevision - } + \ifx\pdftexversion\@undefined \else - \edef\@pdfproducer{% - \@pdfproducer-% - \expandafter\@car\the\pdftexversion\@empty\@nil.% - \expandafter\@cdr\the\pdftexversion\@empty\@nil - \pdftexrevision - } + \ifnum\pdftexversion<100 % + \edef\@pdfproducer{% + \@pdfproducer + \the\pdftexversion.\pdftexrevision + } + \else + \ifnum\pdftexversion<130 % + \edef\@pdfproducer{% + \@pdfproducer-% + \expandafter\@car\the\pdftexversion\@empty\@nil.% + \expandafter\@cdr\the\pdftexversion\@empty\@nil + \pdftexrevision + } + \else + \edef\@pdfproducer{% + \@pdfproducer-% + \expandafter\@car\the\pdftexversion\@empty\@nil.% + \expandafter\@cdr\the\pdftexversion\@empty\@nil.% + \pdftexrevision + }% + \fi + \fi \fi \fi % \end{macrocode} @@ -7747,11 +8269,12 @@ }% \process@me \fi + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \pdfcatalog{% - /PageMode \@pdfpagemode + /PageMode\@pdfpagemode \ifx\@baseurl\@empty \else - /URI<</Base(\@baseurl)>> + /URI<</Base(\Hy@pstringB)>>% \fi }% \ifx\@pdfstartview\@empty @@ -7777,7 +8300,7 @@ \fi \ifx\pdf@pagelayout\@empty \else - /PageLayout/\pdf@pagelayout\space + /PageLayout/\pdf@pagelayout \fi }% } @@ -7792,13 +8315,26 @@ /Title(\@pdftitle)% /Subject(\@pdfsubject)% /Creator(\@pdfcreator)% - /Producer(\@pdfproducer)% + \ifx\@pdfcreationdate\@empty + \else + /CreationDate(\@pdfcreationdate)% + \fi + \ifx\@pdfmoddate\@empty + \else + /ModDate(\@pdfmoddate)% + \fi + \ifx\@pdfproducer\relax + \else + /Producer(\@pdfproducer)% + \fi /Keywords(\@pdfkeywords)% }% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -7995,17 +8531,18 @@ \leavevmode \pdfstartlink attr{% - /Border [\@pdfborder] - /H \@pdfhighlight\space - /C [\@menubordercolor]% + \Hy@setpdfborder + /H \@pdfhighlight + /C[\@menubordercolor]% }% user{ /Subtype /Link - /A << - /S /Named /N /#1 - >> + /A<<% + /S/Named/N/#1% + >>% }% - \Hy@colorlink{\@menucolor}#2\close@pdflink + \relax + \Hy@colorlink\@menucolor#2\close@pdflink } %</pdftex> %<*hypertex> @@ -8066,7 +8603,7 @@ \special{html:<a name=\hyper@quote #1\hyper@quote>}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \special{html:</a>}% \Hy@activeanchorfalse \Hy@RestoreLastskip @@ -8086,7 +8623,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{html:<a href=\hyper@quote#2\hyper@quote>}% @@ -8118,7 +8655,7 @@ \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \@linkdim\ht\@tempboxa % \end{macrocode} % Because of the interaction with the dvihps processor, we have to subtract a @@ -8133,7 +8670,7 @@ \begingroup \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \special{html:</a>}% \Hy@endcolorlink \endgroup @@ -8180,7 +8717,7 @@ \special{mark: #1}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \Hy@activeanchorfalse \Hy@RestoreLastskip } @@ -8194,7 +8731,7 @@ \Hy@RestoreLastskip } \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \special{button: 10000000 \number\baselineskip\space @@ -8215,7 +8752,7 @@ \number\ht\@tempboxa\space #2% }% - \Hy@colorlink{\csname @#1color\endcsname}#3% + \expandafter\Hy@colorlink\csname @#1color\endcsname#3% \Hy@endcolorlink }% \@linkdim\ht\@tempboxa @@ -8227,7 +8764,7 @@ \number\ht\@tempboxa\space #2% }% - \Hy@colorlink{\csname @#1color\endcsname}#3\Hy@endcolorlink + \exandafter\Hy@colorlink\csname @#1color\endcsname#3\Hy@endcolorlink \fi } \def\hyper@linkurl#1#2{% @@ -8244,7 +8781,7 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ @@ -8256,7 +8793,7 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \fi \endgroup } @@ -8274,7 +8811,7 @@ #3, file: #2% }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ @@ -8286,23 +8823,38 @@ #3, file: #2 }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink \fi \endgroup } -\def\@pdfproducer{dviwindo + Distiller} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dviwindo + Distiller} +\fi \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \special{PDF: Keywords \@pdfkeywords}% \special{PDF: Title \@pdftitle}% \special{PDF: Creator \@pdfcreator}% + \ifx\@pdfcreationdate\@empty + \else + \special{PDF: CreationDate \@pdfcreationdate}% + \fi + \ifx\@pdfmoddate\@empty + \else + \special{PDF: ModDate \@pdfmoddate}% + \fi \special{PDF: Author \@pdfauthor}% - \special{PDF: Producer \@pdfproducer}% + \ifx\@pdfproducer\relax + \else + \special{PDF: Producer \@pdfproducer}% + \fi \special{PDF: Subject \@pdfsubject}% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@disableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -8360,11 +8912,13 @@ \def\@pdfm@mark#1{\special{pdf:#1}} \def\@pdfm@dest#1{% \Hy@SaveLastskip - \@pdfm@mark{dest (#1) [@thispage /\@pdfview\space @xpos @ypos]}% + \Hy@pstringdef\Hy@pstringDest{#1}% + \@pdfm@mark{dest (\Hy@pstringDest) [@thispage /\@pdfview\space @xpos @ypos]}% \Hy@RestoreLastskip } \providecommand\@pdfview{XYZ} \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \def\hyper@anchor#1{% \@pdfm@dest{#1}% } @@ -8380,12 +8934,14 @@ \protected@edef\Hy@testname{#2}% \ifx\Hy@testname\@empty \let\Hy@testname\Hy@undefinedname + \else + \Hy@pstringdef\Hy@testname\Hy@testname \fi \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\csname @#1bordercolor\endcsname] /A << /S /GoTo @@ -8393,7 +8949,7 @@ >> >> }% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname } \def\hyper@linkend{% \Hy@endcolorlink @@ -8403,58 +8959,63 @@ \hyper@linkstart{#1}{#2}#3\hyper@linkend } \def\hyper@linkfile#1#2#3{% + \Hy@pstringdef\Hy@pstringF{#2}% + \Hy@pstringdef\Hy@pstringD{#3}% \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@filebordercolor] /A << /S /GoToR - /F (#2) - /D \ifx\\#3\\[0 \@pdfstartview]\else(#3)\fi\space + /F (\Hy@pstringF) + /D \ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)\fi\space \ifHy@newwindow /NewWindow true \fi >> >>% }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink \@pdfm@mark{eann}% } \def\@hyper@launch run:#1\\#2#3{% filename, anchor text linkname + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@filebordercolor] /A << /S /Launch - /F (#1) + /F (\Hy@pstringF) \ifHy@newwindow /NewWindow true \fi \ifx\\#3\\% \else - /Win << /P (#3) /F (#1) >> + /Win << /P (\Hy@pstringP) /F (\Hy@pstringF) >> \fi >> >>% }% - \Hy@colorlink{\@filecolor}#2\Hy@endcolorlink + \Hy@colorlink\@filecolor#2\Hy@endcolorlink \@pdfm@mark{eann}% } \def\hyper@linkurl#1#2{% + \Hy@pstringdef\Hy@pstringURI{#2}% \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@urlbordercolor] /A << /S /URI - /URI (#2) + /URI (\Hy@pstringURI) >> >>% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \@pdfm@mark{eann}% } \def\Acrobatmenu#1#2{% @@ -8466,14 +9027,16 @@ /S /Named /N /#1 >> - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@menubordercolor] >>% }% - \Hy@colorlink{\@menucolor}#2\Hy@endcolorlink + \Hy@colorlink\@menucolor#2\Hy@endcolorlink \@pdfm@mark{eann}% } -\def\@pdfproducer{dvipdfm} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dvipdfm} +\fi \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \@pdfm@mark{% @@ -8481,8 +9044,19 @@ /Title (\@pdftitle) /Subject (\@pdfsubject) /Creator (\@pdfcreator) + \ifx\@pdfcreationdate\@empty + \else + /CreationDate(\@pdfcreationdate) % + \fi + \ifx\@pdfmoddate\@empty + \else + /ModDate(\@pdfmoddate) % + \fi /Author (\@pdfauthor) - /Producer (\@pdfproducer) + \ifx\@pdfproducer\relax + \else + /Producer (\@pdfproducer) + \fi /Keywords (\@pdfkeywords) >>% }% @@ -8490,6 +9064,8 @@ \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -8508,6 +9084,7 @@ /NonFullScreenPageMode\@pdfnonfullscreenpagemode \fi }% + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \@pdfm@mark{% docview <<% \ifx\@pdfstartview\@empty @@ -8516,7 +9093,7 @@ \fi \ifx\@baseurl\@empty \else - /URI<</Base(\@baseurl)>>% + /URI<</Base(\Hy@pstringB)>>% \fi /PageMode \@pdfpagemode \ifx\Hy@temp\@empty @@ -8681,7 +9258,8 @@ % Older versions of VTeX require |xyz| in lower case. % \begin{macrocode} \providecommand\@pdfview{xyz} -\providecommand\@pdfborder{0 0 1}% +\providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \def\CurrentBorderColor{\@linkbordercolor} \def\hyper@anchor#1{% \Hy@SaveLastskip @@ -8691,7 +9269,7 @@ \special{!aname #1;\@pdfview}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \Hy@activeanchorfalse \Hy@RestoreLastskip } @@ -8710,13 +9288,14 @@ \def\@urltype{url} \def\Hy@undefinedname{UNDEFINED} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \Hy@pstringdef\Hy@pstringURI{#2}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \edef\CurrentBorderColor{\csname @#1bordercolor\endcsname}% \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{!% - aref <u=/Type /Action /S /URI /URI (#2)>;% - a=</Border [\@pdfborder] /C [\CurrentBorderColor]>% + aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + a=<\Hy@setpdfborder /C [\CurrentBorderColor]>% }% \else \protected@edef\Hy@testname{#2}% @@ -8725,7 +9304,7 @@ \fi \special{!% aref \Hy@testname;% - a=</Border [\@pdfborder] /C [\CurrentBorderColor]>% + a=<\Hy@setpdfborder /C [\CurrentBorderColor]>% }% \fi } @@ -8739,20 +9318,21 @@ aref <% \ifnum\Hy@VTeXversion>753 \ifHy@newwindow n\fi\fi f=#2>#3;% - a=</Border [\@pdfborder] /C [\@filebordercolor]>% + a=<\Hy@setpdfborder /C [\@filebordercolor]>% }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink \special{!endaref}% } \def\hyper@linkurl#1#2{% \begingroup + \Hy@pstringdef\Hy@pstringURI{#2}% \hyper@chars \leavevmode \special{!% - aref <u=/Type /Action /S /URI /URI (#2)>;% - a=</Border [\@pdfborder] /C [\@urlbordercolor]>% + aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + a=<\Hy@setpdfborder /C [\@urlbordercolor]>% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \special{!endaref}% \endgroup } @@ -8765,36 +9345,38 @@ \fi \special{!% aref \Hy@testname;% - a=</Border [\@pdfborder] /C [\CurrentBorderColor]>% + a=<\Hy@setpdfborder /C [\CurrentBorderColor]>% }% - \Hy@colorlink{\csname @#1color\endcsname}#3\Hy@endcolorlink + \expandafter\Hy@colorlink\csname @#1color\endcsname#3\Hy@endcolorlink \special{!endaref}% } \def\hyper@image#1#2{% \hyper@linkurl{#2}{#1}% } \def\@hyper@launch run:#1\\#2#3{% + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \leavevmode \special{!aref <u=% /Type /Action /S /Launch - /F (#1) + /F (\Hy@pstringF) \ifHy@newwindow /NewWindow true \fi - \ifx\\#3\\\else /Win << /F (#1) /P (#3) >> \fi% + \ifx\\#3\\\else /Win << /F (\Hy@pstringF) /P (\Hy@pstringP) >> \fi% >;% - a=</Border [\@pdfborder] /C [\@runbordercolor]>% + a=<\Hy@setpdfborder /C [\@runbordercolor]>% }% - \Hy@colorlink{\@filecolor}#2\Hy@endcolorlink + \Hy@colorlink\@filecolor#2\Hy@endcolorlink \special{!endaref}% } \def\Acrobatmenu#1#2{% \leavevmode \special{!% aref <u=/S /Named /N /#1>;% - a=</Border [\@pdfborder] /C [\@menubordercolor]>% + a=<\Hy@setpdfborder /C [\@menubordercolor]>% }% - \Hy@colorlink{\@menucolor}#2\Hy@endcolorlink + \Hy@colorlink\@menucolor#2\Hy@endcolorlink \special{!endaref}% } % \end{macrocode} @@ -9036,34 +9618,36 @@ % 5 & MacOS/X\\ % \end{tabular} % \begin{macrocode} -\def\@pdfproducer{VTeX} -\ifnum\Hy@VTeXversion>\z@ - \count@\VTeXversion - \divide\count@ 100 - \edef\@pdfproducer{\@pdfproducer\space v\the\count@} - \multiply\count@ -100 - \advance\count@\VTeXversion - \edef\@pdfproducer{% - \@pdfproducer - .\ifnum\count@<10 0\fi\the\count@ - \ifx\VTeXOS\@undefined\else - \ifnum\VTeXOS>0 % - \ifnum\VTeXOS<6 % - \space(% - \ifcase\VTeXOS - \or Windows\or Linux\or OS/2\or MacOS\or MacOS/X% +\ifx\@pdfproducer\relax + \def\@pdfproducer{VTeX} + \ifnum\Hy@VTeXversion>\z@ + \count@\VTeXversion + \divide\count@ 100 + \edef\@pdfproducer{\@pdfproducer\space v\the\count@} + \multiply\count@ -100 + \advance\count@\VTeXversion + \edef\@pdfproducer{% + \@pdfproducer + .\ifnum\count@<10 0\fi\the\count@ + \ifx\VTeXOS\@undefined\else + \ifnum\VTeXOS>0 % + \ifnum\VTeXOS<6 % + \space(% + \ifcase\VTeXOS + \or Windows\or Linux\or OS/2\or MacOS\or MacOS/X% + \fi + )% \fi - )% \fi \fi - \fi - ,\space - \ifnum\OpMode=\@ne PDF\else PS\fi - \space backend% - \ifx\gexmode\@undefined\else - \ifnum\gexmode>\z@\space with GeX\fi - \fi - } + ,\space + \ifnum\OpMode=\@ne PDF\else PS\fi + \space backend% + \ifx\gexmode\@undefined\else + \ifnum\gexmode>\z@\space with GeX\fi + \fi + } + \fi \fi % \end{macrocode} % @@ -9124,12 +9708,17 @@ \special{!pdfinfo t=<\@pdftitle>}% \special{!pdfinfo s=<\@pdfsubject>}% \special{!pdfinfo c=<\@pdfcreator>}% - \special{!pdfinfo r=<\@pdfproducer>}% + \ifx\@pdfproducer\relax + \else + \special{!pdfinfo r=<\@pdfproducer>}% + \fi \special{!pdfinfo k=<\@pdfkeywords>}% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -9232,7 +9821,7 @@ \def\hyper@anchorstart#1{\Hy@activeanchortrue} \def\hyper@anchorend{\Hy@activeanchorfalse} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \xdef\hyper@currentanchor{#2}% } \def\hyper@linkend{% @@ -9264,7 +9853,7 @@ \else \leavevmode\hbox\bgroup \fi - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \literalps@out{H.S}% \xdef\hyper@currentanchor{#2}% \gdef\hyper@currentlinktype{#1}% @@ -9279,6 +9868,7 @@ Dest=\hyper@currentanchor,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\Hy@temp,% Raw=H.B% }% @@ -9384,6 +9974,7 @@ linktype={#1},% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\Hy@temp,% Dest=\Hy@testname }% @@ -9394,6 +9985,7 @@ linktype={#1},% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% pdfmark=/ANN,% Subtype=/Link,% Dest=\Hy@testname @@ -9404,19 +9996,41 @@ \newtoks\pdf@docset \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos - \pdfmark{% + \let\Hy@temp\@empty + \ifx\@pdfcreationdate\@empty + \else + \def\Hy@temp{CreationDate=\@pdfcreationdate,}% + \fi + \ifx\@pdfmoddate\@empty + \else + \expandafter\def\expandafter\Hy@temp\expandafter{% + \Hy@temp + ModDate=\@pdfmoddate,% + }% + \fi + \ifx\@pdfproducer\relax + \else + \expandafter\def\expandafter\Hy@temp\expandafter{% + \Hy@temp + Producer=\@pdfproducer,% + }% + \fi + \expandafter + \pdfmark\expandafter{% + \Hy@temp pdfmark=/DOCINFO,% Title=\@pdftitle,% Subject=\@pdfsubject,% Creator=\@pdfcreator,% Author=\@pdfauthor,% - Producer=\@pdfproducer,% Keywords=\@pdfkeywords }% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -9443,6 +10057,7 @@ /NonFullScreenPageMode\@pdfnonfullscreenpagemode \fi }% + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \pdfmark{% pdfmark=/PUT,% Raw={% @@ -9457,7 +10072,7 @@ \fi \ifx\@baseurl\@empty \else - /URI << /Base (\@baseurl) >>% + /URI << /Base (\Hy@pstringB) >>% \fi >>% }% @@ -9476,12 +10091,16 @@ % values. % % \begin{macrocode} +\newif\ifHy@pdfmarkerror \def\pdfmark{\@ifnextchar[{\pdfmark@}{\pdfmark@[]}} \def\pdfmark@[#1]#2{% - \edef\@processme{\noexpand\pdf@toks={\the\pdf@defaulttoks}}% - \@processme - \let\pdf@type\relax - \setkeys{PDF}{#2}% + \Hy@pdfmarkerrorfalse + \edef\@processme{\noexpand\pdf@toks={\the\pdf@defaulttoks}}% + \@processme + \let\pdf@type\relax + \setkeys{PDF}{#2}% + \ifHy@pdfmarkerror + \else \ifx\pdf@type\relax \Hy@WarningNoLine{no pdfmark type specified in #2!!}% \ifx\\#1\\\relax\else\pdf@rect{#1}\fi @@ -9490,28 +10109,49 @@ %<pdfmarkbase> \literalps@out{[\the\pdf@toks\space\pdf@type\space pdfmark}% %<dvipdf> \literalps@out{/ANN >>}% \else - \Hy@colorlink{\@ifundefined{@\pdf@linktype color}% - {\@linkcolor}% - {\csname @\pdf@linktype color\endcsname}}% + \@ifundefined{@\pdf@linktype color}{% + \Hy@colorlink\@linkcolor + }{% + \expandafter\Hy@colorlink + \csname @\pdf@linktype color\endcsname + }% \pdf@rect{#1}% %<pdfmarkbase> \literalps@out{[\the\pdf@toks\space\pdf@type\space pdfmark}% %<dvipdf> \literalps@out{/ANN >>}% \Hy@endcolorlink \fi \fi + \fi } % \end{macrocode} % The complicated bit is working out the right enclosing rectangle of % some piece of \TeX\ text, needed by the /Rect key. This solution originates % with Toby Thain (\texttt{tobyt@netspace.net.au}). +% +% For the case breaklinks is enabled, I have added two hooks, +% the first one for package setouterhbox, it provides +% a hopefully better method without setting the text twice. +% \begin{quote} +% \verb|\usepackage[hyperref]{setouterhbox}| +% \end{quote} +% With the second hook, also you can set the text twice, e.g.: +% \begin{quote} +% \verb|\long\def\Hy@setouterhbox#1#2{\long\def\my@temp{#2}}|\\ +% \verb|\def\Hy@breaklinksunhbox#1{\my@temp}| +% \end{quote} % \begin{macrocode} \newsavebox{\pdf@box} +\providecommand{\Hy@setouterhbox}{\sbox} +\providecommand{\Hy@breaklinksunhbox}{\unhbox} \def\pdf@rect#1{% %<dvipdf> \literalps@out{/ANN \pdf@type\space\the\pdf@toks\space <<}#1% \leavevmode - \sbox\pdf@box{#1}% + \ifHy@breaklinks + \Hy@setouterhbox\pdf@box{#1}% + \else + \sbox\pdf@box{#1}% + \fi \dimen@\ht\pdf@box - \leavevmode \ifdim\dp\pdf@box=\z@ \literalps@out{H.S}% \else @@ -9522,7 +10162,12 @@ % the saved box like this, which saves executing it twice, which can % mess up counters etc (thanks DPC\ldots). % \begin{macrocode} - \ifHy@breaklinks\unhbox\else\box\fi\pdf@box + \ifHy@breaklinks + \expandafter\Hy@breaklinksunhbox + \else + \expandafter\box + \fi + \pdf@box % \end{macrocode} % but if it can have multiple paragraphs you'd need one of these, % but in that case the measured box size would be wrong anyway. @@ -9571,7 +10216,21 @@ % parameter is a name \define@key{PDF}{Action}{\pdf@addtoks{#1}{Action}} % parameter is a array -\define@key{PDF}{Border}{\pdf@addtoks{[#1]}{Border}} +\define@key{PDF}{Border}{% + \edef\Hy@temp{#1}% + \ifx\Hy@temp\@empty + \else + \pdf@addtoks{[#1]}{Border}% + \fi +} +% parameter is a dictionary +\define@key{PDF}{BorderStyle}{% + \edef\Hy@temp{#1}% + \ifx\Hy@temp\@empty + \else + \pdf@addtoks{<<#1>>}{BS}% + \fi +} % parameter is a array \define@key{PDF}{Color}{\pdf@addtoks{[#1]}{Color}} % parameter is a string @@ -9586,16 +10245,22 @@ \define@key{PDF}{DataSource}{\pdf@addtoks{(#1)}{DataSource}} % parameter is a destination \define@key{PDF}{Dest}{% - \begingroup - \edef\x{#1}% - \expandafter\endgroup - \ifx\x\@empty\else\pdf@addtoks{(#1) cvn}{Dest}\fi + \Hy@pstringdef\Hy@pstringDest{#1}% + \ifx\Hy@pstringDest\@empty + \Hy@pdfmarkerrortrue + \Hy@Warning{Destination with empty name ignored}% + \else + \pdf@addtoks{(\Hy@pstringDest) cvn}{Dest}% + \fi } \define@key{PDF}{DestAnchor}{% - \begingroup - \edef\x{#1}% - \expandafter\endgroup - \ifx\x\@empty\else\pdf@addtoks{(#1) cvn}{Dest}\fi + \Hy@pstringdef\Hy@pstringDest{#1}% + \ifx\Hy@pstringDest\@empty + \Hy@pdfmarkerrortrue + \Hy@Warning{Destination with empty name ignored}% + \else + \pdf@addtoks{(\Hy@pstringDest) cvn}{Dest}% + \fi } % parameter is a string \define@key{PDF}{Dir}{\pdf@addtoks{(#1)}{Dir}} @@ -9642,8 +10307,9 @@ % These are the keys used in the DOCINFO section. % \begin{macrocode} \define@key{PDF}{Author}{\pdf@addtoks{(#1)}{Author}} -\define@key{PDF}{CreationDate}{\pdf@addtoks{(#1)}{CreationDate}} \define@key{PDF}{Creator}{\pdf@addtoks{(#1)}{Creator}} +\define@key{PDF}{CreationDate}{\pdf@addtoks{(#1)}{CreationDate}} +\define@key{PDF}{ModDate}{\pdf@addtoks{(#1)}{ModDate}} \define@key{PDF}{Producer}{\pdf@addtoks{(#1)}{Producer}} \define@key{PDF}{Subject}{\pdf@addtoks{(#1)}{Subject}} \define@key{PDF}{Keywords}{\pdf@addtoks{(#1)}{Keywords}} @@ -9658,6 +10324,7 @@ pdfmark=/ANN,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Action={<< /Subtype /Named /N /#1 >>},% Subtype=/Link% }% @@ -9667,14 +10334,30 @@ % \begin{macrocode} \def\PDFNextPage{\@ifnextchar[{\PDFNextPage@}{\PDFNextPage@[]}} \def\PDFNextPage@[#1]#2{% - \pdfmark[{#2}]{#1,Border=\@pdfborder,Color=.2 .1 .5, - pdfmark=/ANN,Subtype=/Link,Page=/Next}} + \pdfmark[{#2}]{% + #1,% + Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% + Color=.2 .1 .5, + pdfmark=/ANN,% + Subtype=/Link,% + Page=/Next% + }% +} \def\PDFPreviousPage{% \@ifnextchar[{\PDFPreviousPage@}{\PDFPreviousPage@[]}% } \def\PDFPreviousPage@[#1]#2{% - \pdfmark[{#2}]{#1,Border=\@pdfborder,Color=.4 .4 .1, - pdfmark=/ANN,Subtype=/Link,Page=/Prev}} + \pdfmark[{#2}]{% + #1,% + Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% + Color=.4 .4 .1,% + pdfmark=/ANN,% + Subtype=/Link,% + Page=/Prev% + }% +} \def\PDFOpen#1{% \pdfmark{#1,pdfmark=/DOCVIEW}% } @@ -9694,6 +10377,7 @@ Page={#2},% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@pagebordercolor,% pdfmark=/ANN,% Subtype=/Link% @@ -9711,6 +10395,7 @@ % \begin{macrocode} \def\hyper@linkurl#1#2{% \begingroup + \Hy@pstringdef\Hy@pstringURI{#2}% \hyper@chars \leavevmode %<*pdfmarkbase> @@ -9719,8 +10404,9 @@ linktype=url,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@urlbordercolor,% - Action={<< /Subtype /URI /URI (#2) >>},% + Action={<< /Subtype /URI /URI (\Hy@pstringURI) >>},% Subtype=/Link% }% %</pdfmarkbase> @@ -9730,14 +10416,17 @@ linktype=url,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@urlbordercolor,% - Action={URI /URI (#2)}% + Action={URI /URI <\Hy@hstringURI>}% }% %</dvipdf> \endgroup } \def\hyper@linkfile#1#2#3{% \begingroup + \Hy@pstringdef\Hy@pstringF{#2}% + \Hy@pstringdef\Hy@pstringD{#3}% \leavevmode %<*pdfmark> \pdfmark[{#1}]{% @@ -9745,13 +10434,14 @@ Subtype=/Link, AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% linktype=file,% Color=\@filebordercolor,% Action={<< /S /GoToR \ifHy@newwindow /NewWindow true \fi - /F (#2) - /D \ifx\\#3\\[0 \@pdfstartview]\else(#3) cvn\fi + /F (\Hy@pstringF) + /D \ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD) cvn\fi >>}% }% %</pdfmark> @@ -9761,12 +10451,13 @@ linktype=file, AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@filebordercolor,% Action={<< /S /GoToR \ifHy@newwindow /NewWindow true \fi - /F (#2) - /D \ifx\\#3\\[0 \@pdfstartview]\else(#3) cvn\fi + /F (\Hy@pstringF) + /D \ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD) cvn\fi >>}% }% %</dvipdf> @@ -9774,6 +10465,8 @@ } \def\@hyper@launch run:#1\\#2#3{% \begingroup + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \leavevmode %<*pdfmark> \pdfmark[{#2}]{% @@ -9781,13 +10474,17 @@ Subtype=/Link,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% linktype=file,% Color=\@filebordercolor,% Action={<< /S /Launch \ifHy@newwindow /NewWindow true \fi - /F (#1) - \ifx\\#3\\\else /Win << /P (#3) /F (#1) >> \fi + /F (\Hy@pstringF) + \ifx\\#3\\% + \else + /Win << /P (\Hy@pstringP) /F (\Hy@pstringF) >> + \fi >>}% }% %</pdfmark> @@ -9797,12 +10494,16 @@ linktype=file,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@filebordercolor,% Action={<< /S /GoToR \ifHy@newwindow /NewWindow true \fi - /F (#1) - /D \ifx\\#3\\[0 \@pdfstartview]\else(#3)\fi + /F (\Hy@pstringF) + \ifx\\#3\\% + \else + /Win << /P (\Hy@pstringP) /F (\Hy@pstringF) >> + \fi >>}% }% %</dvipdf> @@ -9825,10 +10526,13 @@ % \begin{macrocode} %<*dvips> \input{pdfmark.def}% -\def\@pdfproducer{dvips + Distiller} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dvips + Distiller} +\fi \def\literalps@out#1{\special{ps:SDict begin #1 end}}% \def\headerps@out#1{\special{! #1}}% \providecommand\@pdfborder{0 0 12} +\providecommand*\@pdfborderstyle{} \providecommand\@pdfview{XYZ} \providecommand\@pdfviewparams{ H.V} % \end{macrocode} @@ -9910,9 +10614,14 @@ currentpoint exch pop vsize 72 sub exch DvipsToPDF sub /pdf@voff exch def } def - systemdict - /pdfmark known not - {userdict /pdfmark systemdict /cleartomark get put} if + systemdict /pdfmark known + { + userdict /?pdfmark systemdict /exec get put + }{ + userdict /?pdfmark systemdict /pop get put + userdict /pdfmark systemdict /cleartomark get put + } + ifelse }% } \AfterBeginDocument{% @@ -9940,14 +10649,17 @@ % \begin{macrocode} %<*vtexpdfmark> \input{pdfmark.def}% -\ifnum\OpMode=\@ne - \def\@pdfproducer{VTeX} -\else - \def\@pdfproducer{VTeX + Distiller} +\ifx\@pdfproducer\relax + \ifnum\OpMode=\@ne + \def\@pdfproducer{VTeX} + \else + \def\@pdfproducer{VTeX + Distiller} + \fi \fi \def\literalps@out#1{\special{pS:#1}}% \def\headerps@out#1{\immediate\special{pS:#1}}% \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \providecommand\@pdfview{XYZ} \providecommand\@pdfviewparams{ H.V} % \end{macrocode} @@ -10015,6 +10727,14 @@ currentpoint exch pop vsize 72 sub add /pdf@voff exch def } def + systemdict /pdfmark known + { + userdict /?pdfmark systemdict /exec get put + }{ + userdict /?pdfmark systemdict /pop get put + userdict /pdfmark systemdict /cleartomark get put + } + ifelse }% } %</vtexpdfmark> @@ -10102,13 +10822,23 @@ end }def\Hy@ps@CR __pdfmark__ not{/pdfmark /betterpdfmark load def}if + systemdict /pdfmark known + { + userdict /?pdfmark systemdict /load get put + }{ + userdict /?pdfmark systemdict /pop get put + } + ifelse }% end of \headerps@out }% end of \AtBeginDvi % \input{pdfmark.def}% % -\def\@pdfproducer{Textures + Distiller}% +\ifx\@pdfproducer\relax + \def\@pdfproducer{Textures + Distiller}% +\fi \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \providecommand\@pdfview{XYZ} \providecommand\@pdfviewparams{ H.V} % @@ -10189,7 +10919,7 @@ \special{html:<a name=\hyper@quote #1\hyper@quote>}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \special{html:</a>}% \Hy@activeanchorfalse \Hy@RestoreLastskip @@ -10209,7 +10939,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{html:<a href=\hyper@quote#2\hyper@quote>}% @@ -10236,7 +10966,7 @@ \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{html:</a>}}% @@ -10245,7 +10975,7 @@ \begingroup \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \special{html:</a>}% \Hy@endcolorlink \endgroup @@ -10269,8 +10999,11 @@ % |\special| commands. %<*dvipsone> \providecommand\@pdfborder{0 0 65781} +\providecommand*\@pdfborderstyle{} \input{pdfmark.def}% -\def\@pdfproducer{dvipsone + Distiller} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dvipsone + Distiller} +\fi \def\literalps@out#1{\special{ps:#1}}% \def\headerps@out#1{\special{! #1}}% \def\PDF@FinishDoc{% @@ -10278,13 +11011,26 @@ \special{PDF: Keywords \@pdfkeywords}% \special{PDF: Title \@pdftitle}% \special{PDF: Creator \@pdfcreator}% + \ifx\@pdfcreationdate\@empty + \else + \special{PDF: CreationDate \@pdfcreationdate}% + \fi + \ifx\@pdfmoddate\@empty + \else + \special{PDF: ModDate \@pdfmoddate}% + \fi \special{PDF: Author \@pdfauthor}% - \special{PDF: Producer \@pdfproducer}% + \ifx\@pdfproducer\relax + \else + \special{PDF: Producer \@pdfproducer}% + \fi \special{PDF: Subject \@pdfsubject}% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -10311,6 +11057,7 @@ /NonFullScreenPageMode\@pdfnonfullscreenpagemode \fi }% + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \pdfmark{% pdfmark=/PUT,% Raw={% @@ -10325,7 +11072,7 @@ \fi \ifx\@baseurl\@empty \else - /URI << /Base (\@baseurl) >>% + /URI << /Base (\Hy@pstringB) >>% \fi >>% }% @@ -10383,13 +11130,20 @@ currentpoint exch pop DvipsToPDF /pdf@voff exch def } def systemdict - /pdfmark known not - {userdict /pdfmark systemdict /cleartomark get put} if + /pdfmark known + { + userdict /?pdfmark /exec load put + }{ + userdict /?pdfmark /pop load put + userdict /pdfmark systemdict /cleartomark get put + } + ifelse } %</dvipsone> %<*dvipdf> \def\literalps@out#1{\special{pdf: #1}}% \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} %</dvipdf> % \end{macrocode} % @@ -10413,7 +11167,7 @@ \special{t4ht=<a name=\hyper@quote #1\hyper@quote>}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \special{t4ht=</a>}% \Hy@activeanchorfalse \Hy@RestoreLastskip @@ -10432,7 +11186,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% @@ -10457,7 +11211,7 @@ \hyper@chars\special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% \endgroup }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{t4ht=</a>}}% @@ -10465,7 +11219,7 @@ \begingroup \hyper@chars \special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \special{t4ht=</a>}% \endgroup \fi @@ -10563,24 +11317,26 @@ [ /_objdef {afields} /type /array /OBJ pdfmark -[/BBox [0 0 100 100] /_objdef {Check} /BP pdfmark -1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (4) show -[/EP pdfmark -[/BBox [0 0 100 100] /_objdef {Cross} /BP pdfmark -1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (8) show -[/EP pdfmark -[/BBox [0 0 250 100] /_objdef {Submit} /BP pdfmark 0.6 setgray 0 0 250 -100 rectfill 1 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 96 -lineto 4 96 lineto 4 4 lineto fill 0.34 setgray 248 98 moveto 248 2 -lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill -/Helvetica 76 selectfont 0 setgray 8 22.5 moveto (Submit) show -[/EP pdfmark -[/BBox [0 0 250 100] /_objdef {SubmitP} /BP pdfmark 0.6 setgray 0 0 -250 100 rectfill 0.34 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 -96 lineto 4 96 lineto 4 4 lineto fill 1 setgray 248 98 moveto 248 2 -lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill -/Helvetica 76 selectfont 0 setgray 10 20.5 moveto (Submit) show -[/EP pdfmark +{ + [/BBox [0 0 100 100] /_objdef {Check} /BP pdfmark + 1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (4) show + [/EP pdfmark + [/BBox [0 0 100 100] /_objdef {Cross} /BP pdfmark + 1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (8) show + [/EP pdfmark + [/BBox [0 0 250 100] /_objdef {Submit} /BP pdfmark 0.6 setgray 0 0 250 + 100 rectfill 1 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 96 + lineto 4 96 lineto 4 4 lineto fill 0.34 setgray 248 98 moveto 248 2 + lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill + /Helvetica 76 selectfont 0 setgray 8 22.5 moveto (Submit) show + [/EP pdfmark + [/BBox [0 0 250 100] /_objdef {SubmitP} /BP pdfmark 0.6 setgray 0 0 + 250 100 rectfill 0.34 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 + 96 lineto 4 96 lineto 4 4 lineto fill 1 setgray 248 98 moveto 248 2 + lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill + /Helvetica 76 selectfont 0 setgray 10 20.5 moveto (Submit) show + [/EP pdfmark +} ?pdfmark [ {aform} << /Fields {afields} @@ -10624,6 +11380,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \ifx\Fld@value\@empty\def\Fld@value{\Fld@default}\fi \LayoutTextField{#2}{% + \Hy@escapeform\PDFForm@Text \pdfmark[\MakeTextField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,Raw={\PDFForm@Text}% }% @@ -10678,6 +11435,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \expandafter\Fld@checkequals\@curropt==\\% \Hy@StepCount\Fld@listcount \@currDisplay\space + \Hy@escapeform\PDFForm@Radio \pdfmark[\MakeRadioField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,% Raw={\PDFForm@Radio /AP <</N <</\@currValue\space {Check}>> >>}% @@ -10695,6 +11453,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \Choice@toks{\the\Choice@toks [(\@currValue) (\@currDisplay)]}% }\@processme }% + \Hy@escapeform\PDFForm@List \pdfmark[\MakeChoiceField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,Raw={\PDFForm@List}% }% @@ -10706,6 +11465,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutPushButtonField{% + \Hy@escapeform\PDFForm@Push \pdfmark[\MakeButtonField{#2}]{% pdfmark=/ANN,Raw={\PDFForm@Push}% }% @@ -10720,6 +11480,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\Fld@name{Submit}% \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi + \Hy@escapeform\PDFForm@Submit \pdfmark[\MakeButtonField{#2}]{% pdfmark=/ANN,% Raw={\PDFForm@Submit /AP << /N {Submit} /D {SubmitP} >>}% @@ -10734,6 +11495,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\Fld@name{Reset}% \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi + \Hy@escapeform\PDFForm@Reset \pdfmark[\MakeButtonField{#2}]{% pdfmark=/ANN,Raw={\PDFForm@Reset}% }% @@ -10749,6 +11511,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutCheckField{#2}{% + \Hy@escapeform\PDFForm@Check \pdfmark[\MakeCheckField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,Raw={\PDFForm@Check}% }% @@ -10954,7 +11717,6 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum \typeout{Sorry, pdftex does not support FORM gauges}% } -\RequirePackage{pifont}% \def\MakeFieldObject#1#2{\sbox0{#1}% \immediate\pdfxform0 % \expandafter\edef\csname #2Object\endcsname{% @@ -10972,7 +11734,19 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \pdfrefobj\OBJ@acroform \fi \pdfcatalog{/AcroForm \OBJ@acroform\space 0 R}% - \MakeFieldObject{\ding{123}}{Ding}% + \MakeFieldObject{% +% \end{macrocode} +% Same as \verb|\ding{123}| of package pifont. +% \begin{macrocode} + \begingroup + \fontfamily{pzd}% + \fontencoding{U}% + \fontseries{m}% + \fontshape{n}% + \selectfont + \char123 % + \endgroup + }{Ding}% \MakeFieldObject{\fbox{\textcolor{yellow}{\textsf{Submit}}}}{Submit}% \MakeFieldObject{\fbox{\textcolor{yellow}{\textsf{SubmitP}}}}{SubmitP}% } @@ -10998,8 +11772,10 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \ifx\Fld@value\@empty\def\Fld@value{\Fld@default}\fi \LayoutTextField{#2}{% - \pdfstartlink user {\PDFForm@Text}% - \MakeTextField{\Fld@width}{\Fld@height}\pdfendlink}% + \Hy@escapeform\PDFForm@Text + \pdfstartlink user {\PDFForm@Text}\relax + \MakeTextField{\Fld@width}{\Fld@height}\pdfendlink + }% \egroup } \def\@ChoiceMenu[#1]#2#3{% parameters, label, choices @@ -11051,6 +11827,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \Hy@StepCount\Fld@listcount \@currDisplay\space \leavevmode + \Hy@escapeform\PDFForm@Radio \pdfstartlink user {% \PDFForm@Radio /AP << @@ -11065,6 +11842,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill >> >> }% + \relax \MakeRadioField{\Fld@width}{\Fld@height}\pdfendlink \space% deliberate space between radio buttons }% @@ -11081,7 +11859,8 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill }\@processme }% \leavevmode - \pdfstartlink user {\PDFForm@List}% + \Hy@escapeform\PDFForm@List + \pdfstartlink user {\PDFForm@List}\relax \MakeChoiceField{\Fld@width}{\Fld@height}% \pdfendlink } @@ -11093,7 +11872,8 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutPushButtonField{% \leavevmode - \pdfstartlink user {\PDFForm@Push}% + \Hy@escapeform\PDFForm@Push + \pdfstartlink user {\PDFForm@Push}\relax \MakeButtonField{#2}% \pdfendlink }% @@ -11108,10 +11888,12 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \leavevmode + \Hy@escapeform\PDFForm@Submit \pdfstartlink user {% \PDFForm@Submit /AP << /N \SubmitObject\space /D \SubmitPObject >> }% + \relax \MakeButtonField{#2}% \pdfendlink \egroup @@ -11125,7 +11907,8 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \leavevmode - \pdfstartlink user {\PDFForm@Reset}% + \Hy@escapeform\PDFForm@Reset + \pdfstartlink user {\PDFForm@Reset}\relax \MakeButtonField{#2}% \pdfendlink \egroup @@ -11140,7 +11923,8 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutCheckField{#2}{% - \pdfstartlink user {\PDFForm@Check}% + \Hy@escapeform\PDFForm@Check + \pdfstartlink user {\PDFForm@Check}\relax \MakeCheckField{\Fld@width}{\Fld@height}% \pdfendlink }% @@ -11279,6 +12063,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \MakeTextField{\Fld@width}{\Fld@height}% }% \LayoutTextField{#2}{% + \Hy@escapeform\PDFForm@Text \@pdfm@mark{% ann @\Fld@name\space \dvipdfm@setdim << \PDFForm@Text >>% }% @@ -11347,6 +12132,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \Hy@StepCount\Fld@listcount \@currDisplay\space \leavevmode + \Hy@escapeform\PDFForm@Radio \@pdfm@mark{% ann \ifnum\Fld@listcount=1 @\Fld@name\space\fi \dvipdfm@setdim @@ -11381,6 +12167,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill }% \setbox\pdfm@box=\hbox{\MakeChoiceField{\Fld@width}{\Fld@height}}% \leavevmode + \Hy@escapeform\PDFForm@List \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@List >>% @@ -11402,6 +12189,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}% \LayoutPushButtonField{% \leavevmode + \Hy@escapeform\PDFForm@Push \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Push >>% @@ -11426,6 +12214,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}% \leavevmode + \Hy@escapeform\PDFForm@Submit \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Submit >>% @@ -11449,6 +12238,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}% \leavevmode + \Hy@escapeform\PDFForm@Reset \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Reset >>% @@ -11473,6 +12263,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \setbox\pdfm@box=\hbox{\MakeCheckField{\Fld@width}{\Fld@height}}% \LayoutCheckField{#2}{% + \Hy@escapeform\PDFForm@Check \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Check >>% @@ -11539,12 +12330,59 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill % \begin{macrocode} %<*pdfform> % \end{macrocode} +% +% \begin{macro}{\Hy@escapestring} +% \begin{macrocode} +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \let\Hy@escapestring\@firstofone + \def\Hy@escapeform#1{% + \ifHy@escapeform + \def\Hy@escapestring##1{% + \noexpand\Hy@escapestring{\noexpand##1}% + }% + \edef\Hy@temp{#1}% + \expandafter\Hy@@escapeform\Hy@temp\Hy@escapestring{}\@nil + \def\Hy@escapestring##1{% + \@ifundefined{Hy@esc@\string##1}{% + ##1% + \ThisShouldNotHappen + }{% + \csname Hy@esc@\string##1\endcsname + }% + }% + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \def\Hy@@escapeform#1\Hy@escapestring#2#3\@nil{% + \ifx\\#3\\% + \else + \expandafter\Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}% + \Hy@ReturnAfterFi{% + \Hy@@escapeform#3\@nil + }% + \fi + }% +\else + \def\Hy@escapeform#1{% + \ifHy@escapeform + \let\Hy@escapestring\pdfescapestring + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \Hy@escapeform{}% +\fi +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\PDFForm@Check} % \begin{macrocode} \def\PDFForm@Check{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /MK << @@ -11553,7 +12391,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \else /BG [\Fld@bcolor] \fi - /CA (\Fld@cbsymbol) + /CA (\Hy@escapestring{\Fld@cbsymbol}) >> /DA (/ZaDb \strip@pt\Fld@charsize\space Tf \Fld@color\space rg) /FT /Btn @@ -11567,7 +12405,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Push{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -11575,7 +12413,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill /MK << /BC [\Fld@bordercolor] >> - /A << /S /JavaScript /JS (\Fld@onclick;) >> + /A << /S /JavaScript /JS (\Hy@escapestring{\Fld@onclick}) >> } % \end{macrocode} % \end{macro} @@ -11589,70 +12427,70 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill % \begin{macrocode} \ifx\Fld@keystroke@code\@empty \else - /K << /S /JavaScript /JS (\Fld@keystroke@code) >> + /K << /S /JavaScript /JS (\Hy@escapestring{\Fld@keystroke@code}) >> \fi % \end{macrocode} % F display format % \begin{macrocode} \ifx\Fld@format@code\@empty \else - /F << /S /JavaScript /JS (\Fld@format@code) >> + /F << /S /JavaScript /JS (\Hy@escapestring{\Fld@format@code}) >> \fi % \end{macrocode} % V validation % \begin{macrocode} \ifx\Fld@validate@code\@empty \else - /V << /S /JavaScript /JS (\Fld@validate@code) >> + /V << /S /JavaScript /JS (\Hy@escapestring{\Fld@validate@code}) >> \fi % \end{macrocode} % C calculation % \begin{macrocode} \ifx\Fld@calculate@code\@empty \else - /C << /S /JavaScript /JS (\Fld@calculate@code) >> + /C << /S /JavaScript /JS (\Hy@escapestring{\Fld@calculate@code}) >> \fi % \end{macrocode} % Fo receiving the input focus % \begin{macrocode} \ifx\Fld@onfocus@code\@empty \else - /Fo << /S /JavaScript /JS (\Fld@onfocus@code) >> + /Fo << /S /JavaScript /JS (\Hy@escapestring{\Fld@onfocus@code}) >> \fi % \end{macrocode} % Bl loosing the input focus (blurred) % \begin{macrocode} \ifx\Fld@onblur@code\@empty \else - /Bl << /S /JavaScript /JS (\Fld@onblur@code) >> + /Bl << /S /JavaScript /JS (\Hy@escapestring{\Fld@onblur@code}) >> \fi % \end{macrocode} % D pressing the mouse button (down) % \begin{macrocode} \ifx\Fld@onmousedown@code\@empty \else - /D << /S /JavaScript /JS (\Fld@onmousedown@code) >> + /D << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmousedown@code}) >> \fi % \end{macrocode} % U releasing the mouse button (up) % \begin{macrocode} \ifx\Fld@onmouseup@code\@empty \else - /U << /S /JavaScript /JS (\Fld@onmouseup@code) >> + /U << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmouseup@code}) >> \fi % \end{macrocode} % E cursor enters the annotation's active area. % \begin{macrocode} \ifx\Fld@onenter@code\@empty \else - /E << /S /JavaScript /JS (\Fld@onenter@code) >> + /E << /S /JavaScript /JS (\Hy@escapestring{\Fld@onenter@code}) >> \fi % \end{macrocode} % X cursor exits the annotation's active area. % \begin{macrocode} \ifx\Fld@onexit@code\@empty \else - /X << /S /JavaScript /JS (\Fld@onexit@code) >> + /X << /S /JavaScript /JS (\Hy@escapestring{\Fld@onexit@code}) >> \fi >> } @@ -11664,7 +12502,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@List{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Ch /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -11677,7 +12515,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) /Opt [\the\Choice@toks] - /DV (\Fld@default) + /DV (\Hy@escapestring{\Fld@default}) \Fld@additionalactions \Fld@flags } @@ -11688,7 +12526,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Radio{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 49152 /H /P @@ -11716,7 +12554,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Text{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /FT /Tx /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -11728,8 +12566,8 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \fi >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) - /DV (\Fld@default) - /V (\Fld@value) + /DV (\Hy@escapestring{\Fld@default}) + /V (\Hy@escapestring{\Fld@value}) \Fld@additionalactions \ifFld@multiline \ifFld@readonly /Ff 4097 \else /Ff 4096 \fi @@ -11749,7 +12587,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Submit{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -11761,7 +12599,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill /S /SubmitForm /F << /FS /URL - /F (\Form@action) + /F (\Hy@escapestring{\Form@action}) >> \ifForm@html /Flags 4 \fi >> @@ -11773,7 +12611,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Reset{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /H /P /DA (/Helv \strip@pt\Fld@charsize\space Tf 0 0 1 rg) @@ -11807,9 +12645,9 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill % to get bookmarks when used with a manual |\addcontentsline| % \begin{macrocode} \def\phantomsection{% - \Hy@GlobalStepCount\Hy@linkcounter - \xdef\@currentHref{section*.\the\Hy@linkcounter}% - \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% + \Hy@GlobalStepCount\Hy@linkcounter + \xdef\@currentHref{section*.\the\Hy@linkcounter}% + \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% } %</package> % \end{macrocode} @@ -11829,11 +12667,10 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill % |doc| directory of hyperref. % % \begin{macrocode} -\newwrite\@outlinefile \def\Hy@writebookmark#1#2#3#4#5{% section number, text, label, level, file \ifx\WriteBookmarks\relax% \else - \ifnum#4>\c@tocdepth + \ifnum#4>\Hy@bookmarksdepth\relax \else \@@writetorep{#1}{#2}{#3}{#4}{#5}% \fi @@ -11881,11 +12718,13 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \let\numberline\@gobble \fi \pdfstringdef\Hy@tempa{#2}% - \protected@write\@outlinefile{}{% - \protect\BOOKMARK - [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% - {\Hy@tempa}{\Hy@tempb}% - }% + \if@filesw + \protected@write\@outlinefile{}{% + \protect\BOOKMARK + [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% + {\Hy@tempa}{\Hy@tempb}% + }% + \fi \fi \endgroup } @@ -12029,6 +12868,7 @@ o\fi,t=#4}% \ifx\WriteBookmarks\relax \else \if@filesw + \newwrite\@outlinefile \immediate\openout\@outlinefile=\jobname.out \ifHy@typexml \immediate\write\@outlinefile{<relaxxml>\relax}% @@ -12055,27 +12895,30 @@ o\fi,t=#4}% \def\@@BOOKMARK[##1][##2]##3##4##5{% \def\Hy@temp{##4}% %<*pdftex> - \pdfoutline goto - name{##3}% - count ##2\check@bm@number{##3}{% - \expandafter\strip@prefix\meaning\Hy@temp - }% + \Hy@pstringdef\Hy@pstringName{##3}% + \Hy@OutlineName{}\Hy@pstringName{% + ##2\check@bm@number{##3}% + }{% + \expandafter\strip@prefix\meaning\Hy@temp + }% %</pdftex> %<*pdfmark> + \Hy@pstringdef\Hy@pstringName{##3}% \pdfmark{% pdfmark=/OUT,% Count={##2\check@bm@number{##3}},% - Dest={##3},% + Dest={\Hy@pstringName},% Title=\expandafter\strip@prefix\meaning\Hy@temp }% %</pdfmark> %<*dvipdfm> + \Hy@pstringdef\Hy@pstringName{##3}% \@pdfm@mark{% outline ##1 << /Title (\expandafter\strip@prefix\meaning\Hy@temp) /A << /S /GoTo - /D (##3) + /D (\Hy@pstringName) >> >> }% @@ -12086,15 +12929,23 @@ o\fi,t=#4}% \InputIfFileExists{\jobname.out}{}{}% }% %{\escapechar\m@ne\InputIfFileExists{\jobname.out}{}{}}% - \ifx\WriteBookmarks\relax\else - \if@filesw\immediate\openout\@outlinefile=\jobname.out - \ifHy@typexml - \immediate\write\@outlinefile{<relaxxml>\relax}% - \fi + \ifx\WriteBookmarks\relax + \else + \if@filesw + \newwrite\@outlinefile + \immediate\openout\@outlinefile=\jobname.out + \ifHy@typexml + \immediate\write\@outlinefile{<relaxxml>\relax}% + \fi \fi \fi \endgroup } +%<*pdftex> +\def\Hy@OutlineName#1#2#3#4{% + \pdfoutline goto name{#2}count#3{#4}% +} +%</pdftex> \def\check@bm@number#1{% \expandafter\ifx\csname B_#1\endcsname\relax 0% @@ -12170,6 +13021,21 @@ o\fi,t=#4}% } % \end{macrocode} % \begin{macrocode} +\let\H@old@part\@part +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \let\Hy@secnum@part\z@ +\else + \let\Hy@secnum@part\m@ne +\fi +\def\@part{% + \ifnum\Hy@secnum@part>\c@secnumdepth + \phantomsection + \fi + \H@old@part +} +% \end{macrocode} +% \begin{macrocode} \let\H@old@spart\@spart \def\@spart#1{% \H@old@spart{#1}% @@ -12302,6 +13168,7 @@ o\fi,t=#4}% \DeclareTextCompositeCommand{\v}{PD1}{\@empty}{\textcaron} \DeclareTextCompositeCommand{\.}{PD1}{\@empty}{\textdotaccent} \DeclareTextCompositeCommand{\c}{PD1}{\@empty}{\textcedilla} +\DeclareTextCommand{\k}{PD1}[1]{\TextSymbolUnavailable{\k{#1}}#1} % \end{macrocode} % Accent glyph names % \begin{macrocode} @@ -12598,6 +13465,10 @@ o\fi,t=#4}% \DeclareTextCompositeCommand{\c}{PU}{\@empty}{\textcedilla} \DeclareTextCompositeCommand{\U}{PU}{\@empty}{\textbreve} \DeclareTextCompositeCommand{\C}{PU}{\@empty}{\textdoublegrave} +\DeclareTextCommand{\=}{PU}[1]{\TextSymbolUnavailable{\={#1}}#1} +\DeclareTextCommand{\H}{PU}[1]{\TextSymbolUnavailable{\H{#1}}#1} +\DeclareTextCommand{\k}{PU}[1]{\TextSymbolUnavailable{\k{#1}}#1} +\DeclareTextCommand{\u}{PU}[1]{\TextSymbolUnavailable{\u{#1}}#1} % \end{macrocode} % Accent glyph names % \begin{macrocode} @@ -12667,25 +13538,7 @@ o\fi,t=#4}% % % \subsubsection{Latin-1 Supplement} % \begin{macrocode} -\DeclareTextCommand{\textbullet}{PU}{\80\200} % bullet -\DeclareTextCommand{\textdagger}{PU}{\80\201} % dagger -\DeclareTextCommand{\textdaggerdbl}{PU}{\80\202} % daggerdbl -\DeclareTextCommand{\textellipsis}{PU}{\80\203} % ellipsis -\DeclareTextCommand{\textemdash}{PU}{\80\204} % emdash -\DeclareTextCommand{\textendash}{PU}{\80\205} % endash -\DeclareTextCommand{\textflorin}{PU}{\80\206} % florin -\DeclareTextCommand{\textfractionmark}{PU}{/} % fraction, \80\207 -\DeclareTextCommand{\guilsinglleft}{PU}{\80\210} % guilsinglleft -\DeclareTextCommand{\guilsinglright}{PU}{\80\211} % guilsinglright \DeclareTextCommand{\textminus}{PU}{-} % minus, \80\212 -\DeclareTextCommand{\textperthousand}{PU}{\80\213} % perthousand -\DeclareTextCommand{\quotedblbase}{PU}{\80\214} % quotedblbase -\DeclareTextCommand{\textquotedblleft}{PU}{\80\215} % quotedblleft -\DeclareTextCommand{\textquotedblright}{PU}{\80\216} % quotedblright -\DeclareTextCommand{\textquoteleft}{PU}{\80\217} % quoteleft -\DeclareTextCommand{\textquoteright}{PU}{\80\220} % quoteright -\DeclareTextCommand{\quotesinglbase}{PU}{\80\221} % quotesinglbase -\DeclareTextCommand{\texttrademark}{PU}{\80\222} % trademark \DeclareTextCommand{\textfi}{PU}{fi} % fi ?? \80\223 \DeclareTextCommand{\textfl}{PU}{fl} % fl ?? \80\224 % \end{macrocode} @@ -12695,8 +13548,8 @@ o\fi,t=#4}% % Problematic are all positions, but especially \cmd{\OE}, % \cmd{\oe}, and \cmd{\i}. % \begin{macrocode} -\DeclareTextCommand{\OE}{PU}{\80\226} % OE -\DeclareTextCommand{\oe}{PU}{\80\234} % oe +%\DeclareTextCommand{\OE}{PU}{OE} % OE +%\DeclareTextCommand{\oe}{PU}{oe} % oe % \end{macrocode} % The euro \cs{240} is inserted in version 1.3 of the pdf % specification. @@ -12807,7 +13660,6 @@ o\fi,t=#4}% % Glyphs that consist of several characters. % \begin{macrocode} \DeclareTextCommand{\SS}{PU}{SS} -\DeclareTextCommand{\textcelsius}{PU}{\textdegree C} % \end{macrocode} % Aliases (german.sty) % \begin{macrocode} @@ -12827,7 +13679,6 @@ o\fi,t=#4}% \DeclareTextCommand{\textdiv}{PU}{\textdivide} \DeclareTextCommand{\textpm}{PU}{\textplusminus} \DeclareTextCommand{\textcdot}{PU}{\textperiodcentered} -\DeclareTextCommand{\textbeta}{PU}{\ss} % \end{macrocode} % % \subsubsection{Latin Extended-A} @@ -12911,16 +13762,16 @@ o\fi,t=#4}% \DeclareTextCompositeCommand{\v}{PU}{N}{\81\107} % Ncaron \DeclareTextCompositeCommand{\v}{PU}{n}{\81\110} % ncaron % n apostrophe -\DeclareTextCommand{\NG}{PU}{NG} % \81\112 -\DeclareTextCommand{\ng}{PU}{ng} % \81\113 +\DeclareTextCommand{\NG}{PU}{\81\112} % NG +\DeclareTextCommand{\ng}{PU}{\81\113} % ng \DeclareTextCompositeCommand{\=}{PU}{O}{\81\114} % Omacron \DeclareTextCompositeCommand{\=}{PU}{o}{\81\115} % omacron \DeclareTextCompositeCommand{\u}{PU}{O}{\81\116} % Obreve \DeclareTextCompositeCommand{\u}{PU}{o}{\81\117} % obreve \DeclareTextCompositeCommand{\H}{PU}{O}{\81\120} % Odoubleacute \DeclareTextCompositeCommand{\H}{PU}{o}{\81\121} % odoubleacute -%\DeclareTextCommand{\OE}{PU}{\81\122} % OE -%\DeclareTextCommand{\oe}{PU}{\81\123} % oe +\DeclareTextCommand{\OE}{PU}{\81\122} % OE +\DeclareTextCommand{\oe}{PU}{\81\123} % oe \DeclareTextCompositeCommand{\'}{PU}{R}{\81\124} % Racute \DeclareTextCompositeCommand{\'}{PU}{r}{\81\125} % racute \DeclareTextCompositeCommand{\c}{PU}{R}{\81\126} % Rcedilla @@ -12967,8 +13818,10 @@ o\fi,t=#4}% \DeclareTextCompositeCommand{\v}{PU}{z}{\81\176} % zcaron % \end{macrocode} % +% % \subsubsection{Latin Extended-B} % \begin{macrocode} +\DeclareTextCommand{\textflorin}{PU}{\81\222} % florin \DeclareTextCompositeCommand{\v}{PU}{A}{\81\315} % Acaron \DeclareTextCompositeCommand{\v}{PU}{a}{\81\316} % acaron \DeclareTextCompositeCommand{\v}{PU}{I}{\81\317} % Icaron @@ -13304,9 +14157,30 @@ o\fi,t=#4}% \DeclareTextCompositeCommand{\"}{PU}{\CYRERY}{\84\370}% YERU diaeresis \DeclareTextCompositeCommand{\"}{PU}{\cyrery}{\84\371}% yeru diaeresis % \end{macrocode} -% \begin{macrocode} +% +% \subsubsection{Symbols} +% \begin{macrocode} +\DeclareTextCommand{\textendash}{PU}{\9040\023} % endash +\DeclareTextCommand{\textemdash}{PU}{\9040\024} % emdash +\DeclareTextCommand{\textquoteleft}{PU}{\9040\030} % quoteleft +\DeclareTextCommand{\textquoteright}{PU}{\9040\031} % quoteright +\DeclareTextCommand{\quotesinglbase}{PU}{\9040\032} % quotesinglbase +\DeclareTextCommand{\textquotedblleft}{PU}{\9040\034} % quotedblleft +\DeclareTextCommand{\textquotedblright}{PU}{\9040\035} % quotedblright +\DeclareTextCommand{\quotedblbase}{PU}{\9040\036} % quotedblbase +\DeclareTextCommand{\textdagger}{PU}{\9040\040} % dagger +\DeclareTextCommand{\textdaggerdbl}{PU}{\9040\041} % daggerdbl +\DeclareTextCommand{\textbullet}{PU}{\9040\042} % bullet +\DeclareTextCommand{\textellipsis}{PU}{\9040\046} % ellipsis +\DeclareTextCommand{\textperthousand}{PU}{\9040\060} % perthousand +\DeclareTextCommand{\textpertenthousand}{PU}{\9040\061} % pertenthousand +\DeclareTextCommand{\guilsinglleft}{PU}{\9040\071} % guilsinglleft +\DeclareTextCommand{\guilsinglright}{PU}{\9040\072} % guilsinglright +\DeclareTextCommand{\textfractionmark}{PU}{\9040\104} % fraction slash \DeclareTextCommand{\texteuro}{PU}{\9040\254} % Euro +\DeclareTextCommand{\textcelsius}{PU}{\9041\003} \DeclareTextCommand{\textnumero}{PU}{\9041\026} +\DeclareTextCommand{\texttrademark}{PU}{\9041\042} % trademark %\DeclareTextCommand{\cyrlangle}{PU}{\9043\051} %\DeclareTextCommand{\cyrrangle}{PU}{\9043\052} % \end{macrocode} @@ -13315,6 +14189,155 @@ o\fi,t=#4}% %</puenc> % \end{macrocode} % +% \subsection{PU encoding, additions for Vn\TeX} +% +% This file is provided by Han The Thanh. +% +% \begin{macrocode} +%<*puvnenc> +% \end{macrocode} +% \begin{macrocode} +\DeclareTextCommand{\abreve}{PU}{\81\003} +\DeclareTextCommand{\acircumflex}{PU}{\80\342} +\DeclareTextCommand{\dj}{PU}{\81\021} +\DeclareTextCommand{\ecircumflex}{PU}{\80\352} +\DeclareTextCommand{\ocircumflex}{PU}{\80\364} +\DeclareTextCommand{\ohorn}{PU}{\81\241} +\DeclareTextCommand{\uhorn}{PU}{\81\260} +\DeclareTextCommand{\ABREVE}{PU}{\81\002} +\DeclareTextCommand{\ACIRCUMFLEX}{PU}{\80\302} +\DeclareTextCommand{\DJ}{PU}{\81\020} +\DeclareTextCommand{\ECIRCUMFLEX}{PU}{\80\312} +\DeclareTextCommand{\OCIRCUMFLEX}{PU}{\80\324} +\DeclareTextCommand{\OHORN}{PU}{\81\240} +\DeclareTextCommand{\UHORN}{PU}{\81\257} +% \end{macrocode} +% \begin{macrocode} +\DeclareTextCompositeCommand{\'}{PU}{a}{\80\341} +\DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241} +\DeclareTextCompositeCommand{\`}{PU}{a}{\80\340} +\DeclareTextCompositeCommand{\h}{PU}{a}{\9036\243} +\DeclareTextCompositeCommand{\~}{PU}{a}{\80\343} +\DeclareTextCompositeCommand{\'}{PU}{\abreve}{\9036\257} +\DeclareTextCompositeCommand{\d}{PU}{\abreve}{\9036\267} +\DeclareTextCompositeCommand{\`}{PU}{\abreve}{\9036\261} +\DeclareTextCompositeCommand{\h}{PU}{\abreve}{\9036\263} +\DeclareTextCompositeCommand{\~}{PU}{\abreve}{\9036\265} +\DeclareTextCompositeCommand{\'}{PU}{\acircumflex}{\9036\245} +\DeclareTextCompositeCommand{\d}{PU}{\acircumflex}{\9036\255} +\DeclareTextCompositeCommand{\`}{PU}{\acircumflex}{\9036\247} +\DeclareTextCompositeCommand{\h}{PU}{\acircumflex}{\9036\251} +\DeclareTextCompositeCommand{\~}{PU}{\acircumflex}{\9036\253} +\DeclareTextCompositeCommand{\'}{PU}{e}{\80\351} +\DeclareTextCompositeCommand{\d}{PU}{e}{\9036\271} +\DeclareTextCompositeCommand{\`}{PU}{e}{\80\350} +\DeclareTextCompositeCommand{\h}{PU}{e}{\9036\273} +\DeclareTextCompositeCommand{\~}{PU}{e}{\9036\275} +\DeclareTextCompositeCommand{\'}{PU}{\ecircumflex}{\9036\277} +\DeclareTextCompositeCommand{\d}{PU}{\ecircumflex}{\9036\307} +\DeclareTextCompositeCommand{\`}{PU}{\ecircumflex}{\9036\301} +\DeclareTextCompositeCommand{\h}{PU}{\ecircumflex}{\9036\303} +\DeclareTextCompositeCommand{\~}{PU}{\ecircumflex}{\9036\305} +\DeclareTextCompositeCommand{\'}{PU}{i}{\80\355} +\DeclareTextCompositeCommand{\d}{PU}{i}{\9036\313} +\DeclareTextCompositeCommand{\`}{PU}{i}{\80\354} +\DeclareTextCompositeCommand{\h}{PU}{i}{\9036\311} +\DeclareTextCompositeCommand{\~}{PU}{i}{\81\051} +\DeclareTextCompositeCommand{\'}{PU}{o}{\80\363} +\DeclareTextCompositeCommand{\d}{PU}{o}{\9036\315} +\DeclareTextCompositeCommand{\`}{PU}{o}{\80\362} +\DeclareTextCompositeCommand{\h}{PU}{o}{\9036\317} +\DeclareTextCompositeCommand{\~}{PU}{o}{\80\365} +\DeclareTextCompositeCommand{\'}{PU}{\ocircumflex}{\9036\321} +\DeclareTextCompositeCommand{\d}{PU}{\ocircumflex}{\9036\331} +\DeclareTextCompositeCommand{\`}{PU}{\ocircumflex}{\9036\323} +\DeclareTextCompositeCommand{\h}{PU}{\ocircumflex}{\9036\325} +\DeclareTextCompositeCommand{\~}{PU}{\ocircumflex}{\9036\327} +\DeclareTextCompositeCommand{\'}{PU}{\ohorn}{\9036\333} +\DeclareTextCompositeCommand{\d}{PU}{\ohorn}{\9036\343} +\DeclareTextCompositeCommand{\`}{PU}{\ohorn}{\9036\335} +\DeclareTextCompositeCommand{\h}{PU}{\ohorn}{\9036\337} +\DeclareTextCompositeCommand{\~}{PU}{\ohorn}{\9036\341} +\DeclareTextCompositeCommand{\'}{PU}{u}{\80\372} +\DeclareTextCompositeCommand{\d}{PU}{u}{\9036\345} +\DeclareTextCompositeCommand{\`}{PU}{u}{\80\371} +\DeclareTextCompositeCommand{\h}{PU}{u}{\9036\347} +\DeclareTextCompositeCommand{\~}{PU}{u}{\81\151} +\DeclareTextCompositeCommand{\'}{PU}{\uhorn}{\9036\351} +\DeclareTextCompositeCommand{\d}{PU}{\uhorn}{\9036\361} +\DeclareTextCompositeCommand{\`}{PU}{\uhorn}{\9036\353} +\DeclareTextCompositeCommand{\h}{PU}{\uhorn}{\9036\355} +\DeclareTextCompositeCommand{\~}{PU}{\uhorn}{\9036\357} +\DeclareTextCompositeCommand{\'}{PU}{y}{\80\375} +\DeclareTextCompositeCommand{\d}{PU}{y}{\9036\365} +\DeclareTextCompositeCommand{\`}{PU}{y}{\9036\363} +\DeclareTextCompositeCommand{\h}{PU}{y}{\9036\367} +\DeclareTextCompositeCommand{\~}{PU}{y}{\9036\371} +\DeclareTextCompositeCommand{\'}{PU}{A}{\80\301} +\DeclareTextCompositeCommand{\d}{PU}{A}{\9036\240} +\DeclareTextCompositeCommand{\`}{PU}{A}{\80\300} +\DeclareTextCompositeCommand{\h}{PU}{A}{\9036\242} +\DeclareTextCompositeCommand{\~}{PU}{A}{\80\303} +\DeclareTextCompositeCommand{\'}{PU}{\ABREVE}{\9036\256} +\DeclareTextCompositeCommand{\d}{PU}{\ABREVE}{\9036\266} +\DeclareTextCompositeCommand{\`}{PU}{\ABREVE}{\9036\260} +\DeclareTextCompositeCommand{\h}{PU}{\ABREVE}{\9036\262} +\DeclareTextCompositeCommand{\~}{PU}{\ABREVE}{\9036\264} +\DeclareTextCompositeCommand{\'}{PU}{\ACIRCUMFLEX}{\9036\244} +\DeclareTextCompositeCommand{\d}{PU}{\ACIRCUMFLEX}{\9036\254} +\DeclareTextCompositeCommand{\`}{PU}{\ACIRCUMFLEX}{\9036\246} +\DeclareTextCompositeCommand{\h}{PU}{\ACIRCUMFLEX}{\9036\250} +\DeclareTextCompositeCommand{\~}{PU}{\ACIRCUMFLEX}{\9036\252} +\DeclareTextCompositeCommand{\'}{PU}{E}{\80\311} +\DeclareTextCompositeCommand{\d}{PU}{E}{\9036\270} +\DeclareTextCompositeCommand{\`}{PU}{E}{\80\310} +\DeclareTextCompositeCommand{\h}{PU}{E}{\9036\272} +\DeclareTextCompositeCommand{\~}{PU}{E}{\9036\274} +\DeclareTextCompositeCommand{\'}{PU}{\ECIRCUMFLEX}{\9036\276} +\DeclareTextCompositeCommand{\d}{PU}{\ECIRCUMFLEX}{\9036\306} +\DeclareTextCompositeCommand{\`}{PU}{\ECIRCUMFLEX}{\9036\300} +\DeclareTextCompositeCommand{\h}{PU}{\ECIRCUMFLEX}{\9036\302} +\DeclareTextCompositeCommand{\~}{PU}{\ECIRCUMFLEX}{\9036\304} +\DeclareTextCompositeCommand{\'}{PU}{I}{\80\315} +\DeclareTextCompositeCommand{\d}{PU}{I}{\9036\312} +\DeclareTextCompositeCommand{\`}{PU}{I}{\80\314} +\DeclareTextCompositeCommand{\h}{PU}{I}{\9036\310} +\DeclareTextCompositeCommand{\~}{PU}{I}{\81\050} +\DeclareTextCompositeCommand{\'}{PU}{O}{\80\323} +\DeclareTextCompositeCommand{\d}{PU}{O}{\9036\314} +\DeclareTextCompositeCommand{\`}{PU}{O}{\80\322} +\DeclareTextCompositeCommand{\h}{PU}{O}{\9036\316} +\DeclareTextCompositeCommand{\~}{PU}{O}{\80\325} +\DeclareTextCompositeCommand{\'}{PU}{\OCIRCUMFLEX}{\9036\320} +\DeclareTextCompositeCommand{\d}{PU}{\OCIRCUMFLEX}{\9036\330} +\DeclareTextCompositeCommand{\`}{PU}{\OCIRCUMFLEX}{\9036\322} +\DeclareTextCompositeCommand{\h}{PU}{\OCIRCUMFLEX}{\9036\324} +\DeclareTextCompositeCommand{\~}{PU}{\OCIRCUMFLEX}{\9036\326} +\DeclareTextCompositeCommand{\'}{PU}{\OHORN}{\9036\332} +\DeclareTextCompositeCommand{\d}{PU}{\OHORN}{\9036\342} +\DeclareTextCompositeCommand{\`}{PU}{\OHORN}{\9036\334} +\DeclareTextCompositeCommand{\h}{PU}{\OHORN}{\9036\336} +\DeclareTextCompositeCommand{\~}{PU}{\OHORN}{\9036\340} +\DeclareTextCompositeCommand{\'}{PU}{U}{\80\332} +\DeclareTextCompositeCommand{\d}{PU}{U}{\9036\344} +\DeclareTextCompositeCommand{\`}{PU}{U}{\80\331} +\DeclareTextCompositeCommand{\h}{PU}{U}{\9036\346} +\DeclareTextCompositeCommand{\~}{PU}{U}{\81\150} +\DeclareTextCompositeCommand{\'}{PU}{\UHORN}{\9036\350} +\DeclareTextCompositeCommand{\d}{PU}{\UHORN}{\9036\360} +\DeclareTextCompositeCommand{\`}{PU}{\UHORN}{\9036\352} +\DeclareTextCompositeCommand{\h}{PU}{\UHORN}{\9036\354} +\DeclareTextCompositeCommand{\~}{PU}{\UHORN}{\9036\356} +\DeclareTextCompositeCommand{\'}{PU}{Y}{\80\335} +\DeclareTextCompositeCommand{\d}{PU}{Y}{\9036\364} +\DeclareTextCompositeCommand{\`}{PU}{Y}{\9036\362} +\DeclareTextCompositeCommand{\h}{PU}{Y}{\9036\366} +\DeclareTextCompositeCommand{\~}{PU}{Y}{\9036\370} +% \end{macrocode} +% \begin{macrocode} +%</puvnenc> +% \end{macrocode} +% % \section{End of file hycheck.tex} % % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.ins b/Master/texmf-dist/source/latex/hyperref/hyperref.ins index dabb4e901a4..7c1c3ac2ff5 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.ins +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.ins @@ -4,7 +4,7 @@ %% LaTeX or TeX. %% %% Copyright 1995-1999 Sebastian Rahtz -%% 1999-2003 Sebastian Rahtz, Heiko Oberdiek +%% 1999-2006 Sebastian Rahtz, Heiko Oberdiek %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -22,7 +22,7 @@ %% %% --------------- start of docstrip commands ------------------ %% -\def\filedate{2003/03/20} +\def\filedate{2006/02/08} \def\batchfile{hyperref.ins} \input docstrip @@ -51,6 +51,8 @@ \generate{% \file{hyperref.drv}{\from{hyperref.dtx}{driver}} \file{hycheck.tex}{\from{hyperref.dtx}{check}} + \file{backref.drv}{\from{backref.dtx}{driver}} + \file{nameref.drv}{\from{nameref.dtx}{driver}} \usedir{tex/latex/hyperref} \file{backref.sty}{\from{backref.dtx}{package}} \file{nameref.sty}{\from{nameref.dtx}{package}} @@ -71,6 +73,7 @@ \file{hdvipdfm.def}{\from{hyperref.dtx}{dvipdfm,pdfform,outlines}} \file{pd1enc.def}{\from{hyperref.dtx}{pd1enc}} \file{puenc.def}{\from{hyperref.dtx}{puenc}} + \file{puvnenc.def}{\from{hyperref.dtx}{puvnenc}} \file{nohyperref.sty}{\from{hyperref.dtx}{nohyperref}} } diff --git a/Master/texmf-dist/source/latex/hyperref/nameref.dtx b/Master/texmf-dist/source/latex/hyperref/nameref.dtx index e2c7445b00f..92f6d6b2af5 100644 --- a/Master/texmf-dist/source/latex/hyperref/nameref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/nameref.dtx @@ -1,10 +1,7 @@ -\def\filedate{2003/12/03} -\def\fileversion{2.21} -% % \iffalse % File: nameref.dtx % Copyright (C) 1995-9 Sebastian Rahtz -% 2000-3 Sebastian Rahtz, Heiko Oberdiek +% 2000-6 Sebastian Rahtz, Heiko Oberdiek % %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -18,9 +15,28 @@ %% %% The list of all files belonging to the `Hyperref Bundle' is %% given in the file `manifest.txt'. +% +%<*dtx> +\ProvidesFile{nameref.dtx} +%</dtx> +%<package>\NeedsTeXFormat{LaTeX2e} +%<package>\ProvidesPackage{nameref} +%<driver>\ProvidesFile{nameref.drv} +% \fi +% \ProvidesFile{nameref.dtx} + [2006/08/15 v2.26 Cross-referencing by name of section] +% +% \CheckSum{487} +% +% \iffalse %<*driver> \documentclass{ltxdoc} +\IfFileExists{bmhydoc.sty}{\usepackage{bmhydoc}}{} +\usepackage[numbered]{hypdoc} +\EnableCrossrefs +\CodelineIndex \begin{document} + \GetFileInfo{nameref.sty} \title{% Section name references in \LaTeX \thanks{% @@ -31,31 +47,42 @@ \author{Sebastian Rahtz} \date{\filedate} \maketitle + \makeatletter + \@ifundefined{HyperrefOverview}{}{% + \HyperrefOverview*% + }% \tableofcontents \DocInput{nameref.dtx} + \PrintIndex \end{document} %</driver> % \fi -% \CheckSum{463} +% % \StopEventually{} +% % \section{Introduction} % Cross-referencing to include the \emph{name} of the section, rather than % just the number or page. This works by redefining some of the inside % \LaTeX\ macros, so it is vulnerable to future changes. % \section{History} -% Sebastian Rahtz, for Lou Burnard, March 15th 1994; -% SPQR CERN July 1994; -% Last mod. Sept. 3th MG; -% Sept. 19th SPQR; -% April 11th 1995 SPQR (added section formatting hook); -% April 14th 1995 SPQR (compatibility with hyperref); -% June 22 1995 SPQR (removed typeout from Sectionformat); -% September 22 1997 added varioref hacks by Corey Minyard; -% September 28th changes by David Carlisle. +% Sebastian Rahtz, for Lou Burnard, March 15th 1994;\\ +% SPQR CERN July 1994;\\ +% Last mod. Sept. 3th MG;\\ +% Sept. 19th SPQR;\\ +% April 11th 1995 SPQR (added section formatting hook);\\ +% April 14th 1995 SPQR (compatibility with hyperref);\\ +% June 22 1995 SPQR (removed typeout from Sectionformat);\\ +% September 22 1997 added varioref hacks by Corey Minyard;\\ +% September 28th changes by David Carlisle.\\ +% More recent changes are recorded in ChangeLog. +% +% \section{Implementation} % \begin{macrocode} %<*package> -\ProvidesPackage{nameref}[\filedate\space v\fileversion - \space Cross-referencing by name of section] +% \end{macrocode} +% +% \begin{macrocode} +\RequirePackage{refcount}[2006/02/12] % \end{macrocode} % % We redefine |\label| so that it also writes the name of the @@ -67,6 +94,8 @@ \def\strip@period#1.\relax#2\@@@{#1} % \end{macrocode} % +% \subsection{\cs{label} stuff} +% % Here is tested, whether package showkeys is loaded. % But if option final is used, the macros of showkeys % are not defined, so we have to check an additional @@ -176,6 +205,9 @@ }% \endgroup} % \end{macrocode} +% +% \subsection{Changes of section macros} +% % Add to the underlying section heading macros so that they % note the section name for use by label. % @@ -223,6 +255,16 @@ } % \end{macrocode} % +% Captions +% +% \begin{macrocode} +\let\NR@@caption\@caption +\long\def\@caption#1[#2]{% + \def\@currentlabelname{#2}% + \NR@@caption{#1}[{#2}]% +} +% \end{macrocode} +% % Compatibility for package titlesec. % \begin{macrocode} \AtBeginDocument{% @@ -236,6 +278,8 @@ } % \end{macrocode} % +% \subsection{Referencing stuff} +% % We default the label and hypertext reference to be empty. % \begin{macrocode} \def\@currentlabelname{} @@ -260,15 +304,24 @@ % \begin{macrocode} \providecommand*\@safe@activestrue{}% \providecommand*\@safe@activesfalse{}% +\def\NR@setref#1{% + \begingroup + \@safe@activestrue + \expandafter + \endgroup + \expandafter\NR@@setref\csname r@#1\endcsname +} +\def\NR@@setref#1{% + \ifx\@undefined#1% + \let#1\relax + \fi + \@setref#1% +} \def\T@ref#1{% - \@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}% - \@safe@activesfalse + \NR@setref{#1}\@firstoffive{#1}% }% \def\T@pageref#1{% - \@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}% - \@safe@activesfalse + \NR@setref{#1}\@secondoffive{#1}% }% \ifNR@showkeys \ifx\SK@ref\@empty @@ -276,14 +329,14 @@ \def\T@ref#1{% \@safe@activestrue \SK@\SK@@ref{#1}% - \expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}% \@safe@activesfalse + \NR@setref{#1}\@firstoffive{#1}% }% \def\T@pageref#1{% \@safe@activestrue \SK@\SK@@ref{#1}% - \expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}% \@safe@activesfalse + \NR@setref{#1}\@secondoffive{#1}% }% \fi \fi @@ -300,13 +353,12 @@ \DeclareRobustCommand{\pageref}{\T@pageref}% } % \end{macrocode} -% \section{Usage and frontend} +% +% \subsection{Usage and frontend} % Access the (third) name part with |\nameref|; % \begin{macrocode} \def\T@nameref#1{% - \@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@thirdoffive{#1}% - \@safe@activesfalse + \NR@setref{#1}\@thirdoffive{#1}% }% \ifNR@showkeys \ifx\SK@ref\@empty @@ -314,8 +366,8 @@ \def\T@nameref#1{% \@safe@activestrue \SK@\SK@@ref{#1}% - \expandafter\@setref\csname r@#1\endcsname\@thirdoffive{#1}% \@safe@activesfalse + \NR@setref{#1}\@thirdoffive{#1}% }% \fi \fi @@ -330,7 +382,36 @@ % \begin{macrocode} \providecommand\Sectionformat[2]{#1} % \end{macrocode} +% +% \subsection{Package ifthen support} +% +% Package ifthen's \cmd{\isodd} does not work with +% \cmd{\pageref} because of the extra link and the +% star form. Therefore we need an expandable variant. +% +% Unfortunately there is no hook in \cmd{\ifthenelse} in order +% to provide expandable versions without link of \cmd{\ref} +% and \cmd{\pageref}. As possible target I could only find +% \cmd{\begingroup}: +% \begin{macrocode} +\@ifpackageloaded{ifthen}{% + \let\NROrg@ifthenelse\ifthenelse + \def\ifthenelse{% + \let\begingroup\NR@TE@begingroup + \NROrg@ifthenelse + }% + \let\NROrg@begingroup\begingroup + \def\NR@TE@begingroup{% + \let\begingroup\NROrg@begingroup + \begingroup + \def\ref##1{\getrefbykeydefault{##1}{}{??}}% + \def\pageref##1{\getrefbykeydefault{##1}{page}{0}}% + }% +}{} +% \end{macrocode} +% % \subsection{Compatibility with varioref} +% % [This section was derived by Corey Minyard \texttt{minyard@acm.org} % from the varioref package] % \begin{macrocode} diff --git a/Master/texmf-dist/doc/latex/hyperref/test/Makefile b/Master/texmf-dist/source/latex/hyperref/test/Makefile index 8b39cd2ecb2..8b39cd2ecb2 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/Makefile +++ b/Master/texmf-dist/source/latex/hyperref/test/Makefile diff --git a/Master/texmf-dist/doc/latex/hyperref/test/bit.tex b/Master/texmf-dist/source/latex/hyperref/test/bit.tex index 9e5b4fedbaf..9e5b4fedbaf 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/bit.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/bit.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/bml.png b/Master/texmf-dist/source/latex/hyperref/test/bml.png Binary files differindex ad526156bb0..ad526156bb0 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/bml.png +++ b/Master/texmf-dist/source/latex/hyperref/test/bml.png diff --git a/Master/texmf-dist/doc/latex/hyperref/test/bmoe.png b/Master/texmf-dist/source/latex/hyperref/test/bmoe.png Binary files differindex faa115cf772..faa115cf772 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/bmoe.png +++ b/Master/texmf-dist/source/latex/hyperref/test/bmoe.png diff --git a/Master/texmf-dist/doc/latex/hyperref/test/bmsc.png b/Master/texmf-dist/source/latex/hyperref/test/bmsc.png Binary files differindex 0990c5fe85c..0990c5fe85c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/bmsc.png +++ b/Master/texmf-dist/source/latex/hyperref/test/bmsc.png diff --git a/Master/texmf-dist/doc/latex/hyperref/test/bmyi.png b/Master/texmf-dist/source/latex/hyperref/test/bmyi.png Binary files differindex 8e7e1ecb472..8e7e1ecb472 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/bmyi.png +++ b/Master/texmf-dist/source/latex/hyperref/test/bmyi.png diff --git a/Master/texmf-dist/doc/latex/hyperref/test/bmzc.png b/Master/texmf-dist/source/latex/hyperref/test/bmzc.png Binary files differindex a1652a85eae..a1652a85eae 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/bmzc.png +++ b/Master/texmf-dist/source/latex/hyperref/test/bmzc.png diff --git a/Master/texmf-dist/doc/latex/hyperref/test/hog.eps b/Master/texmf-dist/source/latex/hyperref/test/hog.eps index 7e685f8b489..7e685f8b489 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/hog.eps +++ b/Master/texmf-dist/source/latex/hyperref/test/hog.eps diff --git a/Master/texmf-dist/doc/latex/hyperref/test/hog.pdf b/Master/texmf-dist/source/latex/hyperref/test/hog.pdf Binary files differindex c298340675d..c298340675d 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/hog.pdf +++ b/Master/texmf-dist/source/latex/hyperref/test/hog.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/test/phys1.jpg b/Master/texmf-dist/source/latex/hyperref/test/phys1.jpg Binary files differindex 7a30e6019dd..7a30e6019dd 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/phys1.jpg +++ b/Master/texmf-dist/source/latex/hyperref/test/phys1.jpg diff --git a/Master/texmf-dist/doc/latex/hyperref/test/phys2.jpg b/Master/texmf-dist/source/latex/hyperref/test/phys2.jpg Binary files differindex 98d503f3de1..98d503f3de1 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/phys2.jpg +++ b/Master/texmf-dist/source/latex/hyperref/test/phys2.jpg diff --git a/Master/texmf-dist/doc/latex/hyperref/test/picture.eps b/Master/texmf-dist/source/latex/hyperref/test/picture.eps index 0be39ee9b1d..0be39ee9b1d 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/picture.eps +++ b/Master/texmf-dist/source/latex/hyperref/test/picture.eps diff --git a/Master/texmf-dist/doc/latex/hyperref/test/picture.pdf b/Master/texmf-dist/source/latex/hyperref/test/picture.pdf index d175f9668ca..d175f9668ca 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/picture.pdf +++ b/Master/texmf-dist/source/latex/hyperref/test/picture.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/test/picture.png b/Master/texmf-dist/source/latex/hyperref/test/picture.png Binary files differindex 86686ca5896..86686ca5896 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/picture.png +++ b/Master/texmf-dist/source/latex/hyperref/test/picture.png diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test0.tex b/Master/texmf-dist/source/latex/hyperref/test/test0.tex index 154d103518b..154d103518b 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test0.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test0.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test1.tex b/Master/texmf-dist/source/latex/hyperref/test/test1.tex index f1894597fee..f1894597fee 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test1.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test1.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test2.tex b/Master/texmf-dist/source/latex/hyperref/test/test2.tex index ec8639a9c17..ec8639a9c17 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test2.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test2.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test3.tex b/Master/texmf-dist/source/latex/hyperref/test/test3.tex index cbfe6d3a3c7..cbfe6d3a3c7 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test3.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test3.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test4.tex b/Master/texmf-dist/source/latex/hyperref/test/test4.tex index 60f6206ee16..60f6206ee16 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test4.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test4.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test6.tex b/Master/texmf-dist/source/latex/hyperref/test/test6.tex index 42c80b61de9..42c80b61de9 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test6.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test6.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test7.pdf b/Master/texmf-dist/source/latex/hyperref/test/test7.pdf index 1ed1c8dfd81..1ed1c8dfd81 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test7.pdf +++ b/Master/texmf-dist/source/latex/hyperref/test/test7.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test7.tex b/Master/texmf-dist/source/latex/hyperref/test/test7.tex index bce6eb5629a..bce6eb5629a 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test7.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test7.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/test8.tex b/Master/texmf-dist/source/latex/hyperref/test/test8.tex index 25a2d3dbfb8..25a2d3dbfb8 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/test8.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/test8.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testams.tex b/Master/texmf-dist/source/latex/hyperref/test/testams.tex index 25e254806b1..25e254806b1 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testams.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testams.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbib.bbl b/Master/texmf-dist/source/latex/hyperref/test/testbib.bbl index d1f4e25862c..d1f4e25862c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbib.bbl +++ b/Master/texmf-dist/source/latex/hyperref/test/testbib.bbl diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbib.bib b/Master/texmf-dist/source/latex/hyperref/test/testbib.bib index e2070e7454c..e2070e7454c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbib.bib +++ b/Master/texmf-dist/source/latex/hyperref/test/testbib.bib diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbib.tex b/Master/texmf-dist/source/latex/hyperref/test/testbib.tex index 81e8930e567..81e8930e567 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbib.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testbib.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbma.tex b/Master/texmf-dist/source/latex/hyperref/test/testbma.tex index 2bc603cc5ce..2bc603cc5ce 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbma.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testbma.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbmgl.tex b/Master/texmf-dist/source/latex/hyperref/test/testbmgl.tex index f971606fab2..f971606fab2 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbmgl.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testbmgl.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbmu.tex b/Master/texmf-dist/source/latex/hyperref/test/testbmu.tex index 5244c372c51..c2a36fece27 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbmu.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testbmu.tex @@ -5,7 +5,7 @@ % * Do hyperref.sty and puenc.def work properly? % * Shows the LaTeX code to get the glyphs. % -% Copyright (c) 1999, 2000 by Heiko Oberdiek. +% Copyright (c) 1999, 2000, 2006 by Heiko Oberdiek. % % This file is part of the `Hyperref Bundle'. % ------------------------------------------- @@ -24,7 +24,7 @@ % Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de>. % \NeedsTeXFormat{LaTeX2e} -\ProvidesFile{testbmu.tex}[2000/03/31 v1.2 Test bookmark glyphs (HO)] +\ProvidesFile{testbmu.tex}[2006/06/27 v1.3 Test bookmark glyphs (HO)] \documentclass[12pt,a4paper]{article} \usepackage[ unicode, @@ -240,6 +240,7 @@ \e053{plus}+ \e054{comma}, \e055{hyphen}- + \alias\textminus \e056{period}. \e057{slash}/ \oct06 @@ -338,51 +339,45 @@ \e175{braceright}\textbraceright \alias[\textbackslash\}]\} \e176{asciitilde}\textasciitilde - \un177 + \na177 \oct20 - \e200{bullet}\textbullet - \e201{dagger}\textdagger - \e202{daggerdbl}\textdaggerdbl - \e203{ellipsis}\textellipsis - \alias\dots - \alias\ldots - \e204{emdash}\textemdash - \e205{endash}\textendash - \e206{florin}\textflorin - \e207{fraction}\textfractionmark + \na200 + \na201 + \na202 + \na203 + \na204 + \na205 + \na206 + \na207 \oct21 - \e210{guilsinglleft}\guilsinglleft - \e211{guilsinglright}\guilsinglright - \e212{minus}\textminus - \e213{perthousand}\textperthousand - \e214{quotedblbase}\quotedblbase - \alias\textglqq - \alias\glqq - \e215{quotedblleft}\textquotedblleft - \alias\textgrqq - \alias\grqq - \e216{quotedblright}\textquotedblright - \e217{quoteleft}\textquoteleft + \na210 + \na211 + \na212 + \na213 + \na214 + \na215 + \na216 + \na217 \oct22 - \e220{quoteright}\textquoteright - \e221{quotesinglbase}\quotesinglbase - \e222{trademark}\texttrademark - \e223{fi}\textfi - \e224{fl}\textfl - \e225{Lslash}\L - \e226{OE}\OE - \e227{Scaron}{\v S} + \na220 + \na221 + \na222 + \na223 + \na224 + \na225 + \na226 + \na227 \oct23 - \e230{Ydieresis}{\"Y} - \E231{Zcaron}{\v Z}{PDF 1.3} - \e232{dotlessi}\i - \e233{lslash}\l - \e234{oe}\oe - \e235{scaron}{\v s} - \E236{zcaron}{\v z}{PDF 1.3} - \un237 + \na230 + \na231 + \na232 + \na233 + \na234 + \na235 + \na236 + \na237 \oct24 - \E240{Euro}{\texteuro}{PDF 1.3} + \na240 \e241{exclamdown}\textexclamdown \alias[!{}']{!`} \e242{cent}\textcent @@ -510,7 +505,7 @@ \e375{yacute}{\'y} \e376{thorn}\th \e377{ydieresis}{\"y} - \symlist{\SS\textcelsius} + \symlist{\SS} \symlist{\TeX\LaTeX\LaTeXe} \symlist{\eTeX\MF\MP} % @@ -1682,7 +1677,303 @@ \na375 \na376 \na377 - \symlist{\textnumero} +% + \tit040 + \oct00 + \na000 + \na001 + \na002 + \na003 + \na004 + \na005 + \na006 + \na007 + \oct01 + \na010 + \na011 + \na012 + \na013 + \na014 + \na015 + \na016 + \na017 + \oct02 + \na020 + \na021 + \na022 + \e023{en dash}\textendash + \e024{em dash}\textemdash + \na025 + \na026 + \na027 + \oct03 + \e030{left single quotation mark}\textquoteleft + \e031{right single quotation mark}\textquoteright + \e032{single low-9 quotation mark}\quotesinglbase + \na033 + \e034{left double quotation mark}\textquotedblleft + \alias\textgrqq + \alias\grqq + \e035{right double quotation mark}\textquotedblright + \e036{double low-9 quotation mark}\quotedblbase + \alias\textglqq + \alias\glqq + \na037 + \oct04 + \e040{dagger}\textdagger + \e041{double dagger}\textdaggerdbl + \e042{bullet}\textbullet + \na043 + \na044 + \na045 + \e046{horizontal ellipsis}\textellipsis + \na047 + \oct05 + \na050 + \na051 + \na052 + \na053 + \na054 + \na055 + \na056 + \na057 + \oct06 + \e060{per mille sign}\textperthousand + \e061{per ten thousand sign}\textpertenthousand + \na062 + \na063 + \na064 + \na065 + \na066 + \na067 + \oct07 + \na070 + \e071{single left-pointing angle quotation mark}\guilsinglleft + \e072{singe right-pointing angle quotation mark}\guilsinglright + \na073 + \na074 + \na075 + \na076 + \na077 + \oct10 + \na100 + \na101 + \na102 + \na103 + \e104{fraction slash}\textfractionmark + \na105 + \na106 + \na107 + \oct11 + \na110 + \na111 + \na112 + \na113 + \na114 + \na115 + \na116 + \na117 + \oct12 + \na120 + \na121 + \na122 + \na123 + \na124 + \na125 + \na126 + \na127 + \oct13 + \na130 + \na131 + \na132 + \na133 + \na134 + \na135 + \na136 + \na137 + \oct14 + \na140 + \na141 + \na142 + \na143 + \na144 + \na145 + \na146 + \na147 + \oct15 + \na150 + \na151 + \na152 + \na153 + \na154 + \na155 + \na156 + \na157 + \oct16 + \na160 + \na161 + \na162 + \na163 + \na164 + \na165 + \na166 + \na167 + \oct17 + \na170 + \na171 + \na172 + \na173 + \na174 + \na175 + \na176 + \na177 + \oct20 + \na200 + \na201 + \na202 + \na203 + \na204 + \na205 + \na206 + \na207 + \oct21 + \na210 + \na211 + \na212 + \na213 + \na214 + \na215 + \na216 + \na217 + \oct22 + \na220 + \na221 + \na222 + \na223 + \na224 + \na225 + \na226 + \na227 + \oct23 + \na230 + \na231 + \na232 + \na233 + \na234 + \na235 + \na236 + \na237 + \oct24 + \na240 + \na241 + \na242 + \na243 + \na244 + \na245 + \na246 + \na247 + \oct25 + \na250 + \na251 + \na252 + \na253 + \e254{Euro}\texteuro + \na255 + \na256 + \na257 + \oct26 + \na260 + \na261 + \na262 + \na263 + \na264 + \na265 + \na266 + \na267 + \oct27 + \na270 + \na271 + \na272 + \na273 + \na274 + \na275 + \na276 + \na277 + \oct30 + \na300 + \na301 + \na302 + \na303 + \na304 + \na305 + \na306 + \na307 + \oct31 + \na310 + \na311 + \na312 + \na313 + \na314 + \na315 + \na316 + \na317 + \oct32 + \na320 + \na321 + \na322 + \na323 + \na324 + \na325 + \na326 + \na327 + \oct33 + \na330 + \na331 + \na332 + \na333 + \na334 + \na335 + \na336 + \na337 + \oct34 + \na340 + \na341 + \na342 + \na343 + \na344 + \na345 + \na346 + \na347 + \oct35 + \na350 + \na351 + \na352 + \na353 + \na354 + \na355 + \na356 + \na357 + \oct36 + \na360 + \na361 + \na362 + \na363 + \na364 + \na365 + \na366 + \na367 + \oct37 + \na370 + \na371 + \na372 + \na373 + \na374 + \na375 + \na376 + \na377 +% + \tit041 + \symlist{\textcelsius\textnumero\texttrademark} \section*{\fileinfo} Document: \textbf{\filename\space[\filedate\space\fileversion]} diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testbookmark.tex b/Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex index bb6397061de..bb6397061de 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testbookmark.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testfor2.tex b/Master/texmf-dist/source/latex/hyperref/test/testfor2.tex index d91596d5aad..d91596d5aad 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testfor2.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testfor2.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testform.tex b/Master/texmf-dist/source/latex/hyperref/test/testform.tex index 8ddc3f7d9b9..8ddc3f7d9b9 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testform.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testform.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testnb.tex b/Master/texmf-dist/source/latex/hyperref/test/testnb.tex index 42abd8e0ac6..42abd8e0ac6 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testnb.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testnb.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testoz.tex b/Master/texmf-dist/source/latex/hyperref/test/testoz.tex index f56c111a976..f56c111a976 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testoz.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testoz.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testslide.tex b/Master/texmf-dist/source/latex/hyperref/test/testslide.tex index fa367b556a2..fa367b556a2 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testslide.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testslide.tex diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testurl.bbl b/Master/texmf-dist/source/latex/hyperref/test/testurl.bbl index b9a3697a343..b9a3697a343 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testurl.bbl +++ b/Master/texmf-dist/source/latex/hyperref/test/testurl.bbl diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testurl.bib b/Master/texmf-dist/source/latex/hyperref/test/testurl.bib index 883c938fa1c..883c938fa1c 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testurl.bib +++ b/Master/texmf-dist/source/latex/hyperref/test/testurl.bib diff --git a/Master/texmf-dist/doc/latex/hyperref/test/testurl.tex b/Master/texmf-dist/source/latex/hyperref/test/testurl.tex index d2a2a6f0b6d..d2a2a6f0b6d 100644 --- a/Master/texmf-dist/doc/latex/hyperref/test/testurl.tex +++ b/Master/texmf-dist/source/latex/hyperref/test/testurl.tex diff --git a/Master/texmf-dist/tex/latex/hyperref/backref.sty b/Master/texmf-dist/tex/latex/hyperref/backref.sty index 7de1c59f522..8ae300d0dd3 100644 --- a/Master/texmf-dist/tex/latex/hyperref/backref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/backref.sty @@ -6,9 +6,7 @@ %% %% backref.dtx (with options: `package') %% -\def\fileversion{1.23} -\def\filedate{2003/03/20} -%% File: backref.dtx Copyright (C) 1995-2003 David Carlisle, Sebastian Rahtz, Heiko Oberdiek +%% File: backref.dtx Copyright (C) 1995-2005 David Carlisle, Sebastian Rahtz, Heiko Oberdiek %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- %% @@ -21,8 +19,9 @@ %% %% The list of all files belonging to the `Hyperref Bundle' is %% given in the file `manifest.txt'. -\ProvidesPackage{backref}% - [\filedate\space v\fileversion\space Bibliographical back referencing] +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{backref} + [2006/08/01 v1.26 Bibliographical back referencing] \newif\ifBR@verbose \@ifundefined{ifHy@verbose}{% \BR@verbosefalse @@ -127,15 +126,43 @@ \backrefenglish \ExecuteOptions{pageref} \ProcessOptions*\relax -\def\BR@bibitem{\@ifnextchar[\BR@@lbibitem\BR@@bibitem} +\newif\ifbackrefparscan +\backrefparscantrue +\def\BR@bibitem{% + \ifbackrefparscan + \expandafter\@ifnextchar\expandafter[\expandafter + \BR@@lbibitem\expandafter\BR@@bibitem + \else + \expandafter\@ifnextchar\expandafter[\expandafter + \BR@@@lbibitem\expandafter\BR@@@bibitem + \fi +} \def\BR@@lbibitem[#1]#2#3\par{% - \BRorg@bibitem[#1]{#2}#3% + \let\backrefprint\BR@backrefprint + \BRorg@bibitem[{#1}]{#2}#3% \BR@backref{#2}% }% \def\BR@@bibitem#1#2\par{% + \let\backrefprint\BR@backrefprint \BRorg@bibitem{#1}#2% \BR@backref{#1}% } +\def\BR@@@lbibitem[#1]#2{% + \def\backrefprint{\BR@backref{#2}}% + \BRorg@bibitem[{#1}]{#2}% +} +\def\BR@@@bibitem#1{% + \def\backrefprint{\BR@backref{#1}}% + \BRorg@bibitem{#1}% +} +\def\BR@backrefprint{% + \PackageError{backref}{% + \string\backrefprint\space is only available after \string\bibitem + \MessageBreak + with setting \string\backrefparscanfalse + }\@ehc +} +\let\backrefprint\BR@backrefprint \def\BR@backref#1{% \newblock \begingroup @@ -245,7 +272,7 @@ }% } \def\BR@citex[#1]#2{% - \BRorg@citex[#1]{#2}% + \BRorg@citex[{#1}]{#2}% \ifBR@verbose \PackageInfo{backref}{back cite \string`#2\string'}% \fi @@ -254,7 +281,7 @@ \@ifpackageloaded{chicago}{% \let\BRorg@citedatax\@citedatax \def\@citedatax[#1]#2{% - \BRorg@citedatax[#1]{#2}% + \BRorg@citedatax[{#1}]{#2}% \Hy@backout{#2}% }% }{} diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def index c9203673486..746d8608377 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `dvipdfm,pdfform,outlines') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipdfm.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for dvipdfm] \def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}} \ifHy@pagelabels @@ -57,15 +56,66 @@ }% } \fi +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \begingroup + \catcode`\|=0 % + \@makeother\\% + |@firstofone{|endgroup + |def|Hy@pstringdef#1#2{% + |edef#1{#2}% + |@onelevel@sanitize#1% + |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}% + |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}% + |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}% + }% + |def|Hy@ExchangeBackslash#1\#2|@nil{% + #1% + |ifx|\#2|\% + |else + \\% + |Hy@ReturnAfterFi{% + |Hy@ExchangeBackslash#2|@nil + }% + |fi + }% + } + \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar(% + \Hy@ReturnAfterFi{% + \Hy@ExchangeLeftParenthesis#2\@nil + }% + \fi + } + \def\Hy@ExchangeRightParenthesis#1)#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar)% + \Hy@ReturnAfterFi{% + \Hy@ExchangeRightParenthesis#2\@nil + }% + \fi + } +\else + \def\Hy@pstringdef#1#2{% + \edef#1{\pdfescapestring{#2}}% + }% +\fi \newsavebox{\pdfm@box} \def\@pdfm@mark#1{\special{pdf:#1}} \def\@pdfm@dest#1{% \Hy@SaveLastskip - \@pdfm@mark{dest (#1) [@thispage /\@pdfview\space @xpos @ypos]}% + \Hy@pstringdef\Hy@pstringDest{#1}% + \@pdfm@mark{dest (\Hy@pstringDest) [@thispage /\@pdfview\space @xpos @ypos]}% \Hy@RestoreLastskip } \providecommand\@pdfview{XYZ} \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \def\hyper@anchor#1{% \@pdfm@dest{#1}% } @@ -81,12 +131,14 @@ \protected@edef\Hy@testname{#2}% \ifx\Hy@testname\@empty \let\Hy@testname\Hy@undefinedname + \else + \Hy@pstringdef\Hy@testname\Hy@testname \fi \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\csname @#1bordercolor\endcsname] /A << /S /GoTo @@ -94,7 +146,7 @@ >> >> }% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname } \def\hyper@linkend{% \Hy@endcolorlink @@ -104,58 +156,63 @@ \hyper@linkstart{#1}{#2}#3\hyper@linkend } \def\hyper@linkfile#1#2#3{% + \Hy@pstringdef\Hy@pstringF{#2}% + \Hy@pstringdef\Hy@pstringD{#3}% \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@filebordercolor] /A << /S /GoToR - /F (#2) - /D \ifx\\#3\\[0 \@pdfstartview]\else(#3)\fi\space + /F (\Hy@pstringF) + /D \ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD)\fi\space \ifHy@newwindow /NewWindow true \fi >> >>% }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink \@pdfm@mark{eann}% } \def\@hyper@launch run:#1\\#2#3{% filename, anchor text linkname + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@filebordercolor] /A << /S /Launch - /F (#1) + /F (\Hy@pstringF) \ifHy@newwindow /NewWindow true \fi \ifx\\#3\\% \else - /Win << /P (#3) /F (#1) >> + /Win << /P (\Hy@pstringP) /F (\Hy@pstringF) >> \fi >> >>% }% - \Hy@colorlink{\@filecolor}#2\Hy@endcolorlink + \Hy@colorlink\@filecolor#2\Hy@endcolorlink \@pdfm@mark{eann}% } \def\hyper@linkurl#1#2{% + \Hy@pstringdef\Hy@pstringURI{#2}% \@pdfm@mark{% bann << /Type /Annot /Subtype /Link - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@urlbordercolor] /A << /S /URI - /URI (#2) + /URI (\Hy@pstringURI) >> >>% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \@pdfm@mark{eann}% } \def\Acrobatmenu#1#2{% @@ -167,14 +224,16 @@ /S /Named /N /#1 >> - /Border [\@pdfborder] + \Hy@setpdfborder /C [\@menubordercolor] >>% }% - \Hy@colorlink{\@menucolor}#2\Hy@endcolorlink + \Hy@colorlink\@menucolor#2\Hy@endcolorlink \@pdfm@mark{eann}% } -\def\@pdfproducer{dvipdfm} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dvipdfm} +\fi \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \@pdfm@mark{% @@ -182,8 +241,19 @@ /Title (\@pdftitle) /Subject (\@pdfsubject) /Creator (\@pdfcreator) + \ifx\@pdfcreationdate\@empty + \else + /CreationDate(\@pdfcreationdate) % + \fi + \ifx\@pdfmoddate\@empty + \else + /ModDate(\@pdfmoddate) % + \fi /Author (\@pdfauthor) - /Producer (\@pdfproducer) + \ifx\@pdfproducer\relax + \else + /Producer (\@pdfproducer) + \fi /Keywords (\@pdfkeywords) >>% }% @@ -191,6 +261,8 @@ \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -207,6 +279,7 @@ /NonFullScreenPageMode\@pdfnonfullscreenpagemode \fi }% + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \@pdfm@mark{% docview <<% \ifx\@pdfstartview\@empty @@ -215,7 +288,7 @@ \fi \ifx\@baseurl\@empty \else - /URI<</Base(\@baseurl)>>% + /URI<</Base(\Hy@pstringB)>>% \fi /PageMode \@pdfpagemode \ifx\Hy@temp\@empty @@ -282,6 +355,7 @@ \MakeTextField{\Fld@width}{\Fld@height}% }% \LayoutTextField{#2}{% + \Hy@escapeform\PDFForm@Text \@pdfm@mark{% ann @\Fld@name\space \dvipdfm@setdim << \PDFForm@Text >>% }% @@ -340,6 +414,7 @@ \Hy@StepCount\Fld@listcount \@currDisplay\space \leavevmode + \Hy@escapeform\PDFForm@Radio \@pdfm@mark{% ann \ifnum\Fld@listcount=1 @\Fld@name\space\fi \dvipdfm@setdim @@ -365,6 +440,7 @@ }% \setbox\pdfm@box=\hbox{\MakeChoiceField{\Fld@width}{\Fld@height}}% \leavevmode + \Hy@escapeform\PDFForm@List \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@List >>% @@ -381,6 +457,7 @@ \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}% \LayoutPushButtonField{% \leavevmode + \Hy@escapeform\PDFForm@Push \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Push >>% @@ -400,6 +477,7 @@ \ifFld@hidden\def\Fld@width{1sp}\fi \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}% \leavevmode + \Hy@escapeform\PDFForm@Submit \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Submit >>% @@ -418,6 +496,7 @@ \ifFld@hidden\def\Fld@width{1sp}\fi \setbox\pdfm@box=\hbox{\MakeButtonField{#2}}% \leavevmode + \Hy@escapeform\PDFForm@Reset \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Reset >>% @@ -437,6 +516,7 @@ \ifFld@hidden\def\Fld@width{1sp}\fi \setbox\pdfm@box=\hbox{\MakeCheckField{\Fld@width}{\Fld@height}}% \LayoutCheckField{#2}{% + \Hy@escapeform\PDFForm@Check \@pdfm@mark{% ann @\Fld@name\space\dvipdfm@setdim << \PDFForm@Check >>% @@ -492,10 +572,51 @@ /Encoding @OBJpdfdocencoding >> } +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \let\Hy@escapestring\@firstofone + \def\Hy@escapeform#1{% + \ifHy@escapeform + \def\Hy@escapestring##1{% + \noexpand\Hy@escapestring{\noexpand##1}% + }% + \edef\Hy@temp{#1}% + \expandafter\Hy@@escapeform\Hy@temp\Hy@escapestring{}\@nil + \def\Hy@escapestring##1{% + \@ifundefined{Hy@esc@\string##1}{% + ##1% + \ThisShouldNotHappen + }{% + \csname Hy@esc@\string##1\endcsname + }% + }% + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \def\Hy@@escapeform#1\Hy@escapestring#2#3\@nil{% + \ifx\\#3\\% + \else + \expandafter\Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}% + \Hy@ReturnAfterFi{% + \Hy@@escapeform#3\@nil + }% + \fi + }% +\else + \def\Hy@escapeform#1{% + \ifHy@escapeform + \let\Hy@escapestring\pdfescapestring + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \Hy@escapeform{}% +\fi \def\PDFForm@Check{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /MK << @@ -504,7 +625,7 @@ \else /BG [\Fld@bcolor] \fi - /CA (\Fld@cbsymbol) + /CA (\Hy@escapestring{\Fld@cbsymbol}) >> /DA (/ZaDb \strip@pt\Fld@charsize\space Tf \Fld@color\space rg) /FT /Btn @@ -514,7 +635,7 @@ \def\PDFForm@Push{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -522,56 +643,56 @@ /MK << /BC [\Fld@bordercolor] >> - /A << /S /JavaScript /JS (\Fld@onclick;) >> + /A << /S /JavaScript /JS (\Hy@escapestring{\Fld@onclick}) >> } \def\Fld@additionalactions{% /AA << \ifx\Fld@keystroke@code\@empty \else - /K << /S /JavaScript /JS (\Fld@keystroke@code) >> + /K << /S /JavaScript /JS (\Hy@escapestring{\Fld@keystroke@code}) >> \fi \ifx\Fld@format@code\@empty \else - /F << /S /JavaScript /JS (\Fld@format@code) >> + /F << /S /JavaScript /JS (\Hy@escapestring{\Fld@format@code}) >> \fi \ifx\Fld@validate@code\@empty \else - /V << /S /JavaScript /JS (\Fld@validate@code) >> + /V << /S /JavaScript /JS (\Hy@escapestring{\Fld@validate@code}) >> \fi \ifx\Fld@calculate@code\@empty \else - /C << /S /JavaScript /JS (\Fld@calculate@code) >> + /C << /S /JavaScript /JS (\Hy@escapestring{\Fld@calculate@code}) >> \fi \ifx\Fld@onfocus@code\@empty \else - /Fo << /S /JavaScript /JS (\Fld@onfocus@code) >> + /Fo << /S /JavaScript /JS (\Hy@escapestring{\Fld@onfocus@code}) >> \fi \ifx\Fld@onblur@code\@empty \else - /Bl << /S /JavaScript /JS (\Fld@onblur@code) >> + /Bl << /S /JavaScript /JS (\Hy@escapestring{\Fld@onblur@code}) >> \fi \ifx\Fld@onmousedown@code\@empty \else - /D << /S /JavaScript /JS (\Fld@onmousedown@code) >> + /D << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmousedown@code}) >> \fi \ifx\Fld@onmouseup@code\@empty \else - /U << /S /JavaScript /JS (\Fld@onmouseup@code) >> + /U << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmouseup@code}) >> \fi \ifx\Fld@onenter@code\@empty \else - /E << /S /JavaScript /JS (\Fld@onenter@code) >> + /E << /S /JavaScript /JS (\Hy@escapestring{\Fld@onenter@code}) >> \fi \ifx\Fld@onexit@code\@empty \else - /X << /S /JavaScript /JS (\Fld@onexit@code) >> + /X << /S /JavaScript /JS (\Hy@escapestring{\Fld@onexit@code}) >> \fi >> } \def\PDFForm@List{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Ch /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -584,14 +705,14 @@ >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) /Opt [\the\Choice@toks] - /DV (\Fld@default) + /DV (\Hy@escapestring{\Fld@default}) \Fld@additionalactions \Fld@flags } \def\PDFForm@Radio{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 49152 /H /P @@ -615,7 +736,7 @@ \def\PDFForm@Text{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /FT /Tx /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -627,8 +748,8 @@ \fi >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) - /DV (\Fld@default) - /V (\Fld@value) + /DV (\Hy@escapestring{\Fld@default}) + /V (\Hy@escapestring{\Fld@value}) \Fld@additionalactions \ifFld@multiline \ifFld@readonly /Ff 4097 \else /Ff 4096 \fi @@ -644,7 +765,7 @@ \def\PDFForm@Submit{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -656,7 +777,7 @@ /S /SubmitForm /F << /FS /URL - /F (\Form@action) + /F (\Hy@escapestring{\Form@action}) >> \ifForm@html /Flags 4 \fi >> @@ -664,7 +785,7 @@ \def\PDFForm@Reset{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /H /P /DA (/Helv \strip@pt\Fld@charsize\space Tf 0 0 1 rg) @@ -675,11 +796,10 @@ /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /A << /S /ResetForm >> } -\newwrite\@outlinefile \def\Hy@writebookmark#1#2#3#4#5{% section number, text, label, level, file \ifx\WriteBookmarks\relax% \else - \ifnum#4>\c@tocdepth + \ifnum#4>\Hy@bookmarksdepth\relax \else \@@writetorep{#1}{#2}{#3}{#4}{#5}% \fi @@ -727,11 +847,13 @@ \let\numberline\@gobble \fi \pdfstringdef\Hy@tempa{#2}% - \protected@write\@outlinefile{}{% - \protect\BOOKMARK - [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% - {\Hy@tempa}{\Hy@tempb}% - }% + \if@filesw + \protected@write\@outlinefile{}{% + \protect\BOOKMARK + [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% + {\Hy@tempa}{\Hy@tempb}% + }% + \fi \fi \endgroup } @@ -767,12 +889,13 @@ \fi \def\@@BOOKMARK[##1][##2]##3##4##5{% \def\Hy@temp{##4}% + \Hy@pstringdef\Hy@pstringName{##3}% \@pdfm@mark{% outline ##1 << /Title (\expandafter\strip@prefix\meaning\Hy@temp) /A << /S /GoTo - /D (##3) + /D (\Hy@pstringName) >> >> }% @@ -782,11 +905,14 @@ \InputIfFileExists{\jobname.out}{}{}% }% %{\escapechar\m@ne\InputIfFileExists{\jobname.out}{}{}}% - \ifx\WriteBookmarks\relax\else - \if@filesw\immediate\openout\@outlinefile=\jobname.out - \ifHy@typexml - \immediate\write\@outlinefile{<relaxxml>\relax}% - \fi + \ifx\WriteBookmarks\relax + \else + \if@filesw + \newwrite\@outlinefile + \immediate\openout\@outlinefile=\jobname.out + \ifHy@typexml + \immediate\write\@outlinefile{<relaxxml>\relax}% + \fi \fi \fi \endgroup @@ -845,6 +971,19 @@ \Hy@org@chapter }% } +\let\H@old@part\@part +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \let\Hy@secnum@part\z@ +\else + \let\Hy@secnum@part\m@ne +\fi +\def\@part{% + \ifnum\Hy@secnum@part>\c@secnumdepth + \phantomsection + \fi + \H@old@part +} \let\H@old@spart\@spart \def\@spart#1{% \H@old@spart{#1}% diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def index 54f74594b7a..1087c38d970 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `dvips') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,13 +22,16 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvips.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for dvips] \input{pdfmark.def}% -\def\@pdfproducer{dvips + Distiller} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dvips + Distiller} +\fi \def\literalps@out#1{\special{ps:SDict begin #1 end}}% \def\headerps@out#1{\special{! #1}}% \providecommand\@pdfborder{0 0 12} +\providecommand*\@pdfborderstyle{} \providecommand\@pdfview{XYZ} \providecommand\@pdfviewparams{ H.V} \AtBeginDvi{% @@ -67,9 +69,14 @@ currentpoint exch pop vsize 72 sub exch DvipsToPDF sub /pdf@voff exch def } def - systemdict - /pdfmark known not - {userdict /pdfmark systemdict /cleartomark get put} if + systemdict /pdfmark known + { + userdict /?pdfmark systemdict /exec get put + }{ + userdict /?pdfmark systemdict /pop get put + userdict /pdfmark systemdict /cleartomark get put + } + ifelse }% } \AfterBeginDocument{% diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def index b01b172eafc..207ce19ae61 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipson.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipson.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `dvipsone') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,11 +22,14 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipson.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for dvipsone] \providecommand\@pdfborder{0 0 65781} +\providecommand*\@pdfborderstyle{} \input{pdfmark.def}% -\def\@pdfproducer{dvipsone + Distiller} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dvipsone + Distiller} +\fi \def\literalps@out#1{\special{ps:#1}}% \def\headerps@out#1{\special{! #1}}% \def\PDF@FinishDoc{% @@ -35,13 +37,26 @@ \special{PDF: Keywords \@pdfkeywords}% \special{PDF: Title \@pdftitle}% \special{PDF: Creator \@pdfcreator}% + \ifx\@pdfcreationdate\@empty + \else + \special{PDF: CreationDate \@pdfcreationdate}% + \fi + \ifx\@pdfmoddate\@empty + \else + \special{PDF: ModDate \@pdfmoddate}% + \fi \special{PDF: Author \@pdfauthor}% - \special{PDF: Producer \@pdfproducer}% + \ifx\@pdfproducer\relax + \else + \special{PDF: Producer \@pdfproducer}% + \fi \special{PDF: Subject \@pdfsubject}% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -68,6 +83,7 @@ /NonFullScreenPageMode\@pdfnonfullscreenpagemode \fi }% + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \pdfmark{% pdfmark=/PUT,% Raw={% @@ -82,7 +98,7 @@ \fi \ifx\@baseurl\@empty \else - /URI << /Base (\@baseurl) >>% + /URI << /Base (\Hy@pstringB) >>% \fi >>% }% @@ -124,8 +140,14 @@ currentpoint exch pop DvipsToPDF /pdf@voff exch def } def systemdict - /pdfmark known not - {userdict /pdfmark systemdict /cleartomark get put} if + /pdfmark known + { + userdict /?pdfmark /exec load put + }{ + userdict /?pdfmark /pop load put + userdict /pdfmark systemdict /cleartomark get put + } + ifelse } \endinput %% diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def index 8114140d14c..547ea49423f 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `dviwindo,pdfmarkbase') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdviwind.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for dviwindo] \def\Hy@PutCatalog#1{% \pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}% @@ -59,6 +58,55 @@ }% } \fi +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \begingroup + \catcode`\|=0 % + \@makeother\\% + |@firstofone{|endgroup + |def|Hy@pstringdef#1#2{% + |edef#1{#2}% + |@onelevel@sanitize#1% + |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}% + |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}% + |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}% + }% + |def|Hy@ExchangeBackslash#1\#2|@nil{% + #1% + |ifx|\#2|\% + |else + \\% + |Hy@ReturnAfterFi{% + |Hy@ExchangeBackslash#2|@nil + }% + |fi + }% + } + \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar(% + \Hy@ReturnAfterFi{% + \Hy@ExchangeLeftParenthesis#2\@nil + }% + \fi + } + \def\Hy@ExchangeRightParenthesis#1)#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar)% + \Hy@ReturnAfterFi{% + \Hy@ExchangeRightParenthesis#2\@nil + }% + \fi + } +\else + \def\Hy@pstringdef#1#2{% + \edef#1{\pdfescapestring{#2}}% + }% +\fi \providecommand\wwwbrowser{c:\string\netscape\string\netscape} \def\hyper@anchor#1{% \Hy@SaveLastskip @@ -67,7 +115,7 @@ \special{mark: #1}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \Hy@activeanchorfalse \Hy@RestoreLastskip } @@ -81,7 +129,7 @@ \Hy@RestoreLastskip } \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \special{button: 10000000 \number\baselineskip\space @@ -102,7 +150,7 @@ \number\ht\@tempboxa\space #2% }% - \Hy@colorlink{\csname @#1color\endcsname}#3% + \expandafter\Hy@colorlink\csname @#1color\endcsname#3% \Hy@endcolorlink }% \@linkdim\ht\@tempboxa @@ -114,7 +162,7 @@ \number\ht\@tempboxa\space #2% }% - \Hy@colorlink{\csname @#1color\endcsname}#3\Hy@endcolorlink + \exandafter\Hy@colorlink\csname @#1color\endcsname#3\Hy@endcolorlink \fi } \def\hyper@linkurl#1#2{% @@ -131,7 +179,7 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ @@ -143,7 +191,7 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \fi \endgroup } @@ -161,7 +209,7 @@ #3, file: #2% }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink }% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ @@ -173,23 +221,38 @@ #3, file: #2 }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink \fi \endgroup } -\def\@pdfproducer{dviwindo + Distiller} +\ifx\@pdfproducer\relax + \def\@pdfproducer{dviwindo + Distiller} +\fi \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos \special{PDF: Keywords \@pdfkeywords}% \special{PDF: Title \@pdftitle}% \special{PDF: Creator \@pdfcreator}% + \ifx\@pdfcreationdate\@empty + \else + \special{PDF: CreationDate \@pdfcreationdate}% + \fi + \ifx\@pdfmoddate\@empty + \else + \special{PDF: ModDate \@pdfmoddate}% + \fi \special{PDF: Author \@pdfauthor}% - \special{PDF: Producer \@pdfproducer}% + \ifx\@pdfproducer\relax + \else + \special{PDF: Producer \@pdfproducer}% + \fi \special{PDF: Subject \@pdfsubject}% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@disableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -269,12 +332,16 @@ }% \endgroup } +\newif\ifHy@pdfmarkerror \def\pdfmark{\@ifnextchar[{\pdfmark@}{\pdfmark@[]}} \def\pdfmark@[#1]#2{% - \edef\@processme{\noexpand\pdf@toks={\the\pdf@defaulttoks}}% - \@processme - \let\pdf@type\relax - \setkeys{PDF}{#2}% + \Hy@pdfmarkerrorfalse + \edef\@processme{\noexpand\pdf@toks={\the\pdf@defaulttoks}}% + \@processme + \let\pdf@type\relax + \setkeys{PDF}{#2}% + \ifHy@pdfmarkerror + \else \ifx\pdf@type\relax \Hy@WarningNoLine{no pdfmark type specified in #2!!}% \ifx\\#1\\\relax\else\pdf@rect{#1}\fi @@ -282,27 +349,41 @@ \ifx\\#1\\\relax \literalps@out{[\the\pdf@toks\space\pdf@type\space pdfmark}% \else - \Hy@colorlink{\@ifundefined{@\pdf@linktype color}% - {\@linkcolor}% - {\csname @\pdf@linktype color\endcsname}}% + \@ifundefined{@\pdf@linktype color}{% + \Hy@colorlink\@linkcolor + }{% + \expandafter\Hy@colorlink + \csname @\pdf@linktype color\endcsname + }% \pdf@rect{#1}% \literalps@out{[\the\pdf@toks\space\pdf@type\space pdfmark}% \Hy@endcolorlink \fi \fi + \fi } \newsavebox{\pdf@box} +\providecommand{\Hy@setouterhbox}{\sbox} +\providecommand{\Hy@breaklinksunhbox}{\unhbox} \def\pdf@rect#1{% \leavevmode - \sbox\pdf@box{#1}% + \ifHy@breaklinks + \Hy@setouterhbox\pdf@box{#1}% + \else + \sbox\pdf@box{#1}% + \fi \dimen@\ht\pdf@box - \leavevmode \ifdim\dp\pdf@box=\z@ \literalps@out{H.S}% \else \lower\dp\pdf@box\hbox{\literalps@out{H.S}}% \fi - \ifHy@breaklinks\unhbox\else\box\fi\pdf@box + \ifHy@breaklinks + \expandafter\Hy@breaklinksunhbox + \else + \expandafter\box + \fi + \pdf@box \ifdim\dimen@=\z@ \literalps@out{H.R}% \else @@ -329,7 +410,20 @@ \def\pdf@linktype{link} \define@key{PDF}{Raw}{\pdf@addtoksx{#1}} \define@key{PDF}{Action}{\pdf@addtoks{#1}{Action}} -\define@key{PDF}{Border}{\pdf@addtoks{[#1]}{Border}} +\define@key{PDF}{Border}{% + \edef\Hy@temp{#1}% + \ifx\Hy@temp\@empty + \else + \pdf@addtoks{[#1]}{Border}% + \fi +} +\define@key{PDF}{BorderStyle}{% + \edef\Hy@temp{#1}% + \ifx\Hy@temp\@empty + \else + \pdf@addtoks{<<#1>>}{BS}% + \fi +} \define@key{PDF}{Color}{\pdf@addtoks{[#1]}{Color}} \define@key{PDF}{Contents}{\pdf@addtoks{(#1)}{Contents}} \define@key{PDF}{Count}{\pdf@addtoks{#1}{Count}} @@ -337,16 +431,22 @@ \define@key{PDF}{DOSFile}{\pdf@addtoks{(#1)}{DOSFile}} \define@key{PDF}{DataSource}{\pdf@addtoks{(#1)}{DataSource}} \define@key{PDF}{Dest}{% - \begingroup - \edef\x{#1}% - \expandafter\endgroup - \ifx\x\@empty\else\pdf@addtoks{(#1) cvn}{Dest}\fi + \Hy@pstringdef\Hy@pstringDest{#1}% + \ifx\Hy@pstringDest\@empty + \Hy@pdfmarkerrortrue + \Hy@Warning{Destination with empty name ignored}% + \else + \pdf@addtoks{(\Hy@pstringDest) cvn}{Dest}% + \fi } \define@key{PDF}{DestAnchor}{% - \begingroup - \edef\x{#1}% - \expandafter\endgroup - \ifx\x\@empty\else\pdf@addtoks{(#1) cvn}{Dest}\fi + \Hy@pstringdef\Hy@pstringDest{#1}% + \ifx\Hy@pstringDest\@empty + \Hy@pdfmarkerrortrue + \Hy@Warning{Destination with empty name ignored}% + \else + \pdf@addtoks{(\Hy@pstringDest) cvn}{Dest}% + \fi } \define@key{PDF}{Dir}{\pdf@addtoks{(#1)}{Dir}} \define@key{PDF}{File}{\pdf@addtoks{(#1)}{File}} @@ -369,8 +469,9 @@ \define@key{PDF}{View}{\pdf@addtoks{[#1]}{View}} \define@key{PDF}{WinFile}{\pdf@addtoks{(#1)}{WinFile}} \define@key{PDF}{Author}{\pdf@addtoks{(#1)}{Author}} -\define@key{PDF}{CreationDate}{\pdf@addtoks{(#1)}{CreationDate}} \define@key{PDF}{Creator}{\pdf@addtoks{(#1)}{Creator}} +\define@key{PDF}{CreationDate}{\pdf@addtoks{(#1)}{CreationDate}} +\define@key{PDF}{ModDate}{\pdf@addtoks{(#1)}{ModDate}} \define@key{PDF}{Producer}{\pdf@addtoks{(#1)}{Producer}} \define@key{PDF}{Subject}{\pdf@addtoks{(#1)}{Subject}} \define@key{PDF}{Keywords}{\pdf@addtoks{(#1)}{Keywords}} diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index 22f7c945945..54c3a9b005d 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `pdftex,pdfform,outlines') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hpdftex.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for pdfTeX] \let\Hy@PutCatalog\pdfcatalog \ifHy@pagelabels @@ -36,6 +35,55 @@ } \AtEndDocument{\clearpage\HyPL@SetPageLabels} \fi +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \begingroup + \catcode`\|=0 % + \@makeother\\% + |@firstofone{|endgroup + |def|Hy@pstringdef#1#2{% + |edef#1{#2}% + |@onelevel@sanitize#1% + |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}% + |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}% + |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}% + }% + |def|Hy@ExchangeBackslash#1\#2|@nil{% + #1% + |ifx|\#2|\% + |else + \\% + |Hy@ReturnAfterFi{% + |Hy@ExchangeBackslash#2|@nil + }% + |fi + }% + } + \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar(% + \Hy@ReturnAfterFi{% + \Hy@ExchangeLeftParenthesis#2\@nil + }% + \fi + } + \def\Hy@ExchangeRightParenthesis#1)#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar)% + \Hy@ReturnAfterFi{% + \Hy@ExchangeRightParenthesis#2\@nil + }% + \fi + } +\else + \def\Hy@pstringdef#1#2{% + \edef#1{\pdfescapestring{#2}}% + }% +\fi \def\setpdflinkmargin#1{\pdflinkmargin#1} \ifx\pdfstartlink\@undefined% less than version 14 \let\pdfstartlink\pdfannotlink @@ -52,26 +100,34 @@ \typeout{pdftex: define anchor at line \the\inputlineno: #1}% \fi \Hy@SaveLastskip - \pdfdest name {#1}\@pdfview + \Hy@pstringdef\Hy@pstringDest{#1}% + \Hy@DestName\Hy@pstringDest\@pdfview \Hy@RestoreLastskip } \let\pdf@endanchor\@empty +\def\Hy@DestName#1#2{% + \pdfdest name{#1}#2\relax +} \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \def\Hy@undefinedname{UNDEFINED} \def\find@pdflink#1#2{% \leavevmode \protected@edef\Hy@testname{#2}% \ifx\Hy@testname\@empty \let\Hy@testname\Hy@undefinedname + \else + \Hy@pstringdef\Hy@testname\Hy@testname \fi - \pdfstartlink - attr{% - /Border[\@pdfborder]% - /H\@pdfhighlight - /C[\CurrentBorderColor]% - }% - goto name {\Hy@testname}% - \Hy@colorlink{\csname @#1color\endcsname}% + \Hy@StartlinkName{% + \Hy@setpdfborder + /H\@pdfhighlight + /C[\CurrentBorderColor]% + }\Hy@testname + \expandafter\Hy@colorlink\csname @#1color\endcsname +} +\def\Hy@StartlinkName#1#2{% + \pdfstartlink attr{#1}goto name{#2}\relax } \def\close@pdflink{\Hy@endcolorlink\pdfendlink} \def\hyper@anchor#1{\new@pdflink{#1}\anchor@spot\pdf@endanchor} @@ -87,12 +143,13 @@ } \def\CurrentBorderColor{\@linkbordercolor} \def\hyper@linkurl#1#2{% - \bgroup + \begingroup + \Hy@pstringdef\Hy@pstringURI{#2}% \hyper@chars \leavevmode \pdfstartlink attr{% - /Border[\@pdfborder]% + \Hy@setpdfborder /H\@pdfhighlight /C[\@urlbordercolor]% }% @@ -101,88 +158,106 @@ /A<<% /Type/Action% /S/URI% - /URI(#2)% + /URI(\Hy@pstringURI)% >>% }% - \Hy@colorlink{\@urlcolor}#1% + \relax + \Hy@colorlink\@urlcolor#1% \close@pdflink - \egroup + \endgroup } \def\hyper@linkfile#1#2#3{% anchor text, filename, linkname - \bgroup + \begingroup + \Hy@pstringdef\Hy@pstringF{#2}% + \Hy@pstringdef\Hy@pstringD{#3}% \leavevmode \pdfstartlink attr{% - /Border[\@pdfborder]% + \Hy@setpdfborder /H\@pdfhighlight /C[\@filebordercolor]% }% user {% /Subtype/Link% /A<<% - /F(#2)% + /F(\Hy@pstringF)% /S/GoToR% - \ifHy@newwindow /NewWindow true \fi + \ifHy@newwindow /NewWindow true\fi \ifx\\#3\\% /D[0 \@pdfstartview]% \else - /D(#3)% + /D(\Hy@pstringD)% \fi >>% }% - \Hy@colorlink{\@filecolor}#1% + \relax + \Hy@colorlink\@filecolor#1% \close@pdflink - \egroup + \endgroup } \def\@hyper@launch run:#1\\#2#3{% filename, anchor text linkname - \bgroup + \begingroup + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \leavevmode \pdfstartlink attr{% - /Border[\@pdfborder]% + \Hy@setpdfborder /H\@pdfhighlight /C[\@runbordercolor]% }% user {% /Subtype/Link% /A<<% - /F(#1)% + /F(\Hy@pstringF)% /S/Launch% - \ifHy@newwindow /NewWindow true \fi + \ifHy@newwindow /NewWindow true\fi \ifx\\#3\\% \else - /Win<</P(#3)/F(#1)>>% + /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% \fi >>% }% - \Hy@colorlink{\@filecolor}#2% + \relax + \Hy@colorlink\@filecolor#2% \close@pdflink - \egroup + \endgroup } -\def\@pdfproducer{pdfTeX} -\ifx\eTeXversion\@undefined -\else - \ifx\eTeXversion\relax +\ifx\@pdfproducer\relax + \def\@pdfproducer{pdfTeX} + \ifx\eTeXversion\@undefined \else - \ifnum\eTeXversion>0 % - \def\@pdfproducer{pdfeTeX} + \ifx\eTeXversion\relax + \else + \ifnum\eTeXversion>0 % + \def\@pdfproducer{pdfeTeX} + \fi \fi \fi -\fi -\ifx\pdftexversion\@undefined -\else - \ifnum\pdftexversion<100 % - \edef\@pdfproducer{% - \@pdfproducer - \the\pdftexversion.\pdftexrevision - } + \ifx\pdftexversion\@undefined \else - \edef\@pdfproducer{% - \@pdfproducer-% - \expandafter\@car\the\pdftexversion\@empty\@nil.% - \expandafter\@cdr\the\pdftexversion\@empty\@nil - \pdftexrevision - } + \ifnum\pdftexversion<100 % + \edef\@pdfproducer{% + \@pdfproducer + \the\pdftexversion.\pdftexrevision + } + \else + \ifnum\pdftexversion<130 % + \edef\@pdfproducer{% + \@pdfproducer-% + \expandafter\@car\the\pdftexversion\@empty\@nil.% + \expandafter\@cdr\the\pdftexversion\@empty\@nil + \pdftexrevision + } + \else + \edef\@pdfproducer{% + \@pdfproducer-% + \expandafter\@car\the\pdftexversion\@empty\@nil.% + \expandafter\@cdr\the\pdftexversion\@empty\@nil.% + \pdftexrevision + }% + \fi + \fi \fi \fi \def\PDF@SetupDoc{% @@ -199,11 +274,12 @@ }% \process@me \fi + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \pdfcatalog{% - /PageMode \@pdfpagemode + /PageMode\@pdfpagemode \ifx\@baseurl\@empty \else - /URI<</Base(\@baseurl)>> + /URI<</Base(\Hy@pstringB)>>% \fi }% \ifx\@pdfstartview\@empty @@ -229,7 +305,7 @@ \fi \ifx\pdf@pagelayout\@empty \else - /PageLayout/\pdf@pagelayout\space + /PageLayout/\pdf@pagelayout \fi }% } @@ -240,13 +316,26 @@ /Title(\@pdftitle)% /Subject(\@pdfsubject)% /Creator(\@pdfcreator)% - /Producer(\@pdfproducer)% + \ifx\@pdfcreationdate\@empty + \else + /CreationDate(\@pdfcreationdate)% + \fi + \ifx\@pdfmoddate\@empty + \else + /ModDate(\@pdfmoddate)% + \fi + \ifx\@pdfproducer\relax + \else + /Producer(\@pdfproducer)% + \fi /Keywords(\@pdfkeywords)% }% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -376,22 +465,22 @@ \leavevmode \pdfstartlink attr{% - /Border [\@pdfborder] - /H \@pdfhighlight\space - /C [\@menubordercolor]% + \Hy@setpdfborder + /H \@pdfhighlight + /C[\@menubordercolor]% }% user{ /Subtype /Link - /A << - /S /Named /N /#1 - >> + /A<<% + /S/Named/N/#1% + >>% }% - \Hy@colorlink{\@menucolor}#2\close@pdflink + \relax + \Hy@colorlink\@menucolor#2\close@pdflink } \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum \typeout{Sorry, pdftex does not support FORM gauges}% } -\RequirePackage{pifont}% \def\MakeFieldObject#1#2{\sbox0{#1}% \immediate\pdfxform0 % \expandafter\edef\csname #2Object\endcsname{% @@ -408,7 +497,16 @@ \pdfrefobj\OBJ@acroform \fi \pdfcatalog{/AcroForm \OBJ@acroform\space 0 R}% - \MakeFieldObject{\ding{123}}{Ding}% + \MakeFieldObject{% + \begingroup + \fontfamily{pzd}% + \fontencoding{U}% + \fontseries{m}% + \fontshape{n}% + \selectfont + \char123 % + \endgroup + }{Ding}% \MakeFieldObject{\fbox{\textcolor{yellow}{\textsf{Submit}}}}{Submit}% \MakeFieldObject{\fbox{\textcolor{yellow}{\textsf{SubmitP}}}}{SubmitP}% } @@ -434,8 +532,10 @@ \ifFld@hidden\def\Fld@width{1sp}\fi \ifx\Fld@value\@empty\def\Fld@value{\Fld@default}\fi \LayoutTextField{#2}{% - \pdfstartlink user {\PDFForm@Text}% - \MakeTextField{\Fld@width}{\Fld@height}\pdfendlink}% + \Hy@escapeform\PDFForm@Text + \pdfstartlink user {\PDFForm@Text}\relax + \MakeTextField{\Fld@width}{\Fld@height}\pdfendlink + }% \egroup } \def\@ChoiceMenu[#1]#2#3{% parameters, label, choices @@ -487,6 +587,7 @@ \Hy@StepCount\Fld@listcount \@currDisplay\space \leavevmode + \Hy@escapeform\PDFForm@Radio \pdfstartlink user {% \PDFForm@Radio /AP << @@ -495,6 +596,7 @@ >> >> }% + \relax \MakeRadioField{\Fld@width}{\Fld@height}\pdfendlink \space% deliberate space between radio buttons }% @@ -511,7 +613,8 @@ }\@processme }% \leavevmode - \pdfstartlink user {\PDFForm@List}% + \Hy@escapeform\PDFForm@List + \pdfstartlink user {\PDFForm@List}\relax \MakeChoiceField{\Fld@width}{\Fld@height}% \pdfendlink } @@ -523,7 +626,8 @@ \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutPushButtonField{% \leavevmode - \pdfstartlink user {\PDFForm@Push}% + \Hy@escapeform\PDFForm@Push + \pdfstartlink user {\PDFForm@Push}\relax \MakeButtonField{#2}% \pdfendlink }% @@ -538,10 +642,12 @@ \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \leavevmode + \Hy@escapeform\PDFForm@Submit \pdfstartlink user {% \PDFForm@Submit /AP << /N \SubmitObject\space /D \SubmitPObject >> }% + \relax \MakeButtonField{#2}% \pdfendlink \egroup @@ -555,7 +661,8 @@ \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \leavevmode - \pdfstartlink user {\PDFForm@Reset}% + \Hy@escapeform\PDFForm@Reset + \pdfstartlink user {\PDFForm@Reset}\relax \MakeButtonField{#2}% \pdfendlink \egroup @@ -570,7 +677,8 @@ \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutCheckField{#2}{% - \pdfstartlink user {\PDFForm@Check}% + \Hy@escapeform\PDFForm@Check + \pdfstartlink user {\PDFForm@Check}\relax \MakeCheckField{\Fld@width}{\Fld@height}% \pdfendlink }% @@ -627,10 +735,51 @@ >> } \edef\OBJ@acroform{\the\pdflastobj} +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \let\Hy@escapestring\@firstofone + \def\Hy@escapeform#1{% + \ifHy@escapeform + \def\Hy@escapestring##1{% + \noexpand\Hy@escapestring{\noexpand##1}% + }% + \edef\Hy@temp{#1}% + \expandafter\Hy@@escapeform\Hy@temp\Hy@escapestring{}\@nil + \def\Hy@escapestring##1{% + \@ifundefined{Hy@esc@\string##1}{% + ##1% + \ThisShouldNotHappen + }{% + \csname Hy@esc@\string##1\endcsname + }% + }% + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \def\Hy@@escapeform#1\Hy@escapestring#2#3\@nil{% + \ifx\\#3\\% + \else + \expandafter\Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}% + \Hy@ReturnAfterFi{% + \Hy@@escapeform#3\@nil + }% + \fi + }% +\else + \def\Hy@escapeform#1{% + \ifHy@escapeform + \let\Hy@escapestring\pdfescapestring + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \Hy@escapeform{}% +\fi \def\PDFForm@Check{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /MK << @@ -639,7 +788,7 @@ \else /BG [\Fld@bcolor] \fi - /CA (\Fld@cbsymbol) + /CA (\Hy@escapestring{\Fld@cbsymbol}) >> /DA (/ZaDb \strip@pt\Fld@charsize\space Tf \Fld@color\space rg) /FT /Btn @@ -649,7 +798,7 @@ \def\PDFForm@Push{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -657,56 +806,56 @@ /MK << /BC [\Fld@bordercolor] >> - /A << /S /JavaScript /JS (\Fld@onclick;) >> + /A << /S /JavaScript /JS (\Hy@escapestring{\Fld@onclick}) >> } \def\Fld@additionalactions{% /AA << \ifx\Fld@keystroke@code\@empty \else - /K << /S /JavaScript /JS (\Fld@keystroke@code) >> + /K << /S /JavaScript /JS (\Hy@escapestring{\Fld@keystroke@code}) >> \fi \ifx\Fld@format@code\@empty \else - /F << /S /JavaScript /JS (\Fld@format@code) >> + /F << /S /JavaScript /JS (\Hy@escapestring{\Fld@format@code}) >> \fi \ifx\Fld@validate@code\@empty \else - /V << /S /JavaScript /JS (\Fld@validate@code) >> + /V << /S /JavaScript /JS (\Hy@escapestring{\Fld@validate@code}) >> \fi \ifx\Fld@calculate@code\@empty \else - /C << /S /JavaScript /JS (\Fld@calculate@code) >> + /C << /S /JavaScript /JS (\Hy@escapestring{\Fld@calculate@code}) >> \fi \ifx\Fld@onfocus@code\@empty \else - /Fo << /S /JavaScript /JS (\Fld@onfocus@code) >> + /Fo << /S /JavaScript /JS (\Hy@escapestring{\Fld@onfocus@code}) >> \fi \ifx\Fld@onblur@code\@empty \else - /Bl << /S /JavaScript /JS (\Fld@onblur@code) >> + /Bl << /S /JavaScript /JS (\Hy@escapestring{\Fld@onblur@code}) >> \fi \ifx\Fld@onmousedown@code\@empty \else - /D << /S /JavaScript /JS (\Fld@onmousedown@code) >> + /D << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmousedown@code}) >> \fi \ifx\Fld@onmouseup@code\@empty \else - /U << /S /JavaScript /JS (\Fld@onmouseup@code) >> + /U << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmouseup@code}) >> \fi \ifx\Fld@onenter@code\@empty \else - /E << /S /JavaScript /JS (\Fld@onenter@code) >> + /E << /S /JavaScript /JS (\Hy@escapestring{\Fld@onenter@code}) >> \fi \ifx\Fld@onexit@code\@empty \else - /X << /S /JavaScript /JS (\Fld@onexit@code) >> + /X << /S /JavaScript /JS (\Hy@escapestring{\Fld@onexit@code}) >> \fi >> } \def\PDFForm@List{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Ch /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -719,14 +868,14 @@ >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) /Opt [\the\Choice@toks] - /DV (\Fld@default) + /DV (\Hy@escapestring{\Fld@default}) \Fld@additionalactions \Fld@flags } \def\PDFForm@Radio{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 49152 /H /P @@ -750,7 +899,7 @@ \def\PDFForm@Text{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /FT /Tx /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -762,8 +911,8 @@ \fi >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) - /DV (\Fld@default) - /V (\Fld@value) + /DV (\Hy@escapestring{\Fld@default}) + /V (\Hy@escapestring{\Fld@value}) \Fld@additionalactions \ifFld@multiline \ifFld@readonly /Ff 4097 \else /Ff 4096 \fi @@ -779,7 +928,7 @@ \def\PDFForm@Submit{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -791,7 +940,7 @@ /S /SubmitForm /F << /FS /URL - /F (\Form@action) + /F (\Hy@escapestring{\Form@action}) >> \ifForm@html /Flags 4 \fi >> @@ -799,7 +948,7 @@ \def\PDFForm@Reset{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /H /P /DA (/Helv \strip@pt\Fld@charsize\space Tf 0 0 1 rg) @@ -810,11 +959,10 @@ /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /A << /S /ResetForm >> } -\newwrite\@outlinefile \def\Hy@writebookmark#1#2#3#4#5{% section number, text, label, level, file \ifx\WriteBookmarks\relax% \else - \ifnum#4>\c@tocdepth + \ifnum#4>\Hy@bookmarksdepth\relax \else \@@writetorep{#1}{#2}{#3}{#4}{#5}% \fi @@ -862,11 +1010,13 @@ \let\numberline\@gobble \fi \pdfstringdef\Hy@tempa{#2}% - \protected@write\@outlinefile{}{% - \protect\BOOKMARK - [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% - {\Hy@tempa}{\Hy@tempb}% - }% + \if@filesw + \protected@write\@outlinefile{}{% + \protect\BOOKMARK + [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% + {\Hy@tempa}{\Hy@tempb}% + }% + \fi \fi \endgroup } @@ -902,26 +1052,33 @@ \fi \def\@@BOOKMARK[##1][##2]##3##4##5{% \def\Hy@temp{##4}% - \pdfoutline goto - name{##3}% - count ##2\check@bm@number{##3}{% - \expandafter\strip@prefix\meaning\Hy@temp - }% + \Hy@pstringdef\Hy@pstringName{##3}% + \Hy@OutlineName{}\Hy@pstringName{% + ##2\check@bm@number{##3}% + }{% + \expandafter\strip@prefix\meaning\Hy@temp + }% }% {% \def\WriteBookmarks{0}% \InputIfFileExists{\jobname.out}{}{}% }% %{\escapechar\m@ne\InputIfFileExists{\jobname.out}{}{}}% - \ifx\WriteBookmarks\relax\else - \if@filesw\immediate\openout\@outlinefile=\jobname.out - \ifHy@typexml - \immediate\write\@outlinefile{<relaxxml>\relax}% - \fi + \ifx\WriteBookmarks\relax + \else + \if@filesw + \newwrite\@outlinefile + \immediate\openout\@outlinefile=\jobname.out + \ifHy@typexml + \immediate\write\@outlinefile{<relaxxml>\relax}% + \fi \fi \fi \endgroup } +\def\Hy@OutlineName#1#2#3#4{% + \pdfoutline goto name{#2}count#3{#4}% +} \def\check@bm@number#1{% \expandafter\ifx\csname B_#1\endcsname\relax 0% @@ -976,6 +1133,19 @@ \Hy@org@chapter }% } +\let\H@old@part\@part +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \let\Hy@secnum@part\z@ +\else + \let\Hy@secnum@part\m@ne +\fi +\def\@part{% + \ifnum\Hy@secnum@part>\c@secnumdepth + \phantomsection + \fi + \H@old@part +} \let\H@old@spart\@spart \def\@spart#1{% \H@old@spart{#1}% diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg index 2fc266382cc..979cd7d4737 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `tex4htcfg') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.cfg} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref configuration file for TeX4ht] \IfFileExists{\jobname.cfg}{\endinput}{} \Preamble{html} diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def index d838a7f0f9f..fb0eea222ce 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `tex4ht') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for TeX4ht] \@ifpackageloaded{tex4ht} {\typeout{hyperref tex4ht: tex4ht already loaded}}% @@ -42,7 +41,7 @@ \special{t4ht=<a name=\hyper@quote #1\hyper@quote>}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \special{t4ht=</a>}% \Hy@activeanchorfalse \Hy@RestoreLastskip @@ -61,7 +60,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% @@ -86,7 +85,7 @@ \hyper@chars\special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% \endgroup }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{t4ht=</a>}}% @@ -94,7 +93,7 @@ \begingroup \hyper@chars \special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \special{t4ht=</a>}% \endgroup \fi diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def index 06fe4e35a63..c26cceca047 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htexture.def +++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `textures') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htexture.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for Textures] \begingroup \obeylines % @@ -55,11 +54,21 @@ end }def\Hy@ps@CR __pdfmark__ not{/pdfmark /betterpdfmark load def}if + systemdict /pdfmark known + { + userdict /?pdfmark systemdict /load get put + }{ + userdict /?pdfmark systemdict /pop get put + } + ifelse }% end of \headerps@out }% end of \AtBeginDvi \input{pdfmark.def}% -\def\@pdfproducer{Textures + Distiller}% +\ifx\@pdfproducer\relax + \def\@pdfproducer{Textures + Distiller}% +\fi \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \providecommand\@pdfview{XYZ} \providecommand\@pdfviewparams{ H.V} \headerps@out{% @@ -118,7 +127,7 @@ \special{html:<a name=\hyper@quote #1\hyper@quote>}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \special{html:</a>}% \Hy@activeanchorfalse \Hy@RestoreLastskip @@ -138,7 +147,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{html:<a href=\hyper@quote#2\hyper@quote>}% @@ -165,7 +174,7 @@ \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{html:</a>}}% @@ -174,7 +183,7 @@ \begingroup \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \special{html:</a>}% \Hy@endcolorlink \endgroup diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def index 9cb65ed6973..9f010ac5318 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `vtex,outlines') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtex.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for VTeX in PDF/PS mode] \edef\Hy@VTeXversion{% \ifx\VTeXversion\@undefined @@ -65,6 +64,55 @@ } \AtEndDocument{\clearpage\HyPL@SetPageLabels} \fi +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \begingroup + \catcode`\|=0 % + \@makeother\\% + |@firstofone{|endgroup + |def|Hy@pstringdef#1#2{% + |edef#1{#2}% + |@onelevel@sanitize#1% + |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}% + |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}% + |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}% + }% + |def|Hy@ExchangeBackslash#1\#2|@nil{% + #1% + |ifx|\#2|\% + |else + \\% + |Hy@ReturnAfterFi{% + |Hy@ExchangeBackslash#2|@nil + }% + |fi + }% + } + \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar(% + \Hy@ReturnAfterFi{% + \Hy@ExchangeLeftParenthesis#2\@nil + }% + \fi + } + \def\Hy@ExchangeRightParenthesis#1)#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar)% + \Hy@ReturnAfterFi{% + \Hy@ExchangeRightParenthesis#2\@nil + }% + \fi + } +\else + \def\Hy@pstringdef#1#2{% + \edef#1{\pdfescapestring{#2}}% + }% +\fi \ifx\mediaheight\@undefined \else \ifx\mediaheight\relax @@ -93,7 +141,8 @@ \fi \fi \providecommand\@pdfview{xyz} -\providecommand\@pdfborder{0 0 1}% +\providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \def\CurrentBorderColor{\@linkbordercolor} \def\hyper@anchor#1{% \Hy@SaveLastskip @@ -103,7 +152,7 @@ \special{!aname #1;\@pdfview}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \Hy@activeanchorfalse \Hy@RestoreLastskip } @@ -122,13 +171,14 @@ \def\@urltype{url} \def\Hy@undefinedname{UNDEFINED} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \Hy@pstringdef\Hy@pstringURI{#2}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \edef\CurrentBorderColor{\csname @#1bordercolor\endcsname}% \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{!% - aref <u=/Type /Action /S /URI /URI (#2)>;% - a=</Border [\@pdfborder] /C [\CurrentBorderColor]>% + aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + a=<\Hy@setpdfborder /C [\CurrentBorderColor]>% }% \else \protected@edef\Hy@testname{#2}% @@ -137,7 +187,7 @@ \fi \special{!% aref \Hy@testname;% - a=</Border [\@pdfborder] /C [\CurrentBorderColor]>% + a=<\Hy@setpdfborder /C [\CurrentBorderColor]>% }% \fi } @@ -151,20 +201,21 @@ aref <% \ifnum\Hy@VTeXversion>753 \ifHy@newwindow n\fi\fi f=#2>#3;% - a=</Border [\@pdfborder] /C [\@filebordercolor]>% + a=<\Hy@setpdfborder /C [\@filebordercolor]>% }% - \Hy@colorlink{\@filecolor}#1\Hy@endcolorlink + \Hy@colorlink\@filecolor#1\Hy@endcolorlink \special{!endaref}% } \def\hyper@linkurl#1#2{% \begingroup + \Hy@pstringdef\Hy@pstringURI{#2}% \hyper@chars \leavevmode \special{!% - aref <u=/Type /Action /S /URI /URI (#2)>;% - a=</Border [\@pdfborder] /C [\@urlbordercolor]>% + aref <u=/Type /Action /S /URI /URI (\Hy@pstringURI)>;% + a=<\Hy@setpdfborder /C [\@urlbordercolor]>% }% - \Hy@colorlink{\@urlcolor}#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor#1\Hy@endcolorlink \special{!endaref}% \endgroup } @@ -177,36 +228,38 @@ \fi \special{!% aref \Hy@testname;% - a=</Border [\@pdfborder] /C [\CurrentBorderColor]>% + a=<\Hy@setpdfborder /C [\CurrentBorderColor]>% }% - \Hy@colorlink{\csname @#1color\endcsname}#3\Hy@endcolorlink + \expandafter\Hy@colorlink\csname @#1color\endcsname#3\Hy@endcolorlink \special{!endaref}% } \def\hyper@image#1#2{% \hyper@linkurl{#2}{#1}% } \def\@hyper@launch run:#1\\#2#3{% + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \leavevmode \special{!aref <u=% /Type /Action /S /Launch - /F (#1) + /F (\Hy@pstringF) \ifHy@newwindow /NewWindow true \fi - \ifx\\#3\\\else /Win << /F (#1) /P (#3) >> \fi% + \ifx\\#3\\\else /Win << /F (\Hy@pstringF) /P (\Hy@pstringP) >> \fi% >;% - a=</Border [\@pdfborder] /C [\@runbordercolor]>% + a=<\Hy@setpdfborder /C [\@runbordercolor]>% }% - \Hy@colorlink{\@filecolor}#2\Hy@endcolorlink + \Hy@colorlink\@filecolor#2\Hy@endcolorlink \special{!endaref}% } \def\Acrobatmenu#1#2{% \leavevmode \special{!% aref <u=/S /Named /N /#1>;% - a=</Border [\@pdfborder] /C [\@menubordercolor]>% + a=<\Hy@setpdfborder /C [\@menubordercolor]>% }% - \Hy@colorlink{\@menucolor}#2\Hy@endcolorlink + \Hy@colorlink\@menucolor#2\Hy@endcolorlink \special{!endaref}% } \ifnum\Hy@VTeXversion<702 % @@ -326,34 +379,36 @@ \fi } \fi -\def\@pdfproducer{VTeX} -\ifnum\Hy@VTeXversion>\z@ - \count@\VTeXversion - \divide\count@ 100 - \edef\@pdfproducer{\@pdfproducer\space v\the\count@} - \multiply\count@ -100 - \advance\count@\VTeXversion - \edef\@pdfproducer{% - \@pdfproducer - .\ifnum\count@<10 0\fi\the\count@ - \ifx\VTeXOS\@undefined\else - \ifnum\VTeXOS>0 % - \ifnum\VTeXOS<6 % - \space(% - \ifcase\VTeXOS - \or Windows\or Linux\or OS/2\or MacOS\or MacOS/X% +\ifx\@pdfproducer\relax + \def\@pdfproducer{VTeX} + \ifnum\Hy@VTeXversion>\z@ + \count@\VTeXversion + \divide\count@ 100 + \edef\@pdfproducer{\@pdfproducer\space v\the\count@} + \multiply\count@ -100 + \advance\count@\VTeXversion + \edef\@pdfproducer{% + \@pdfproducer + .\ifnum\count@<10 0\fi\the\count@ + \ifx\VTeXOS\@undefined\else + \ifnum\VTeXOS>0 % + \ifnum\VTeXOS<6 % + \space(% + \ifcase\VTeXOS + \or Windows\or Linux\or OS/2\or MacOS\or MacOS/X% + \fi + )% \fi - )% \fi \fi - \fi - ,\space - \ifnum\OpMode=\@ne PDF\else PS\fi - \space backend% - \ifx\gexmode\@undefined\else - \ifnum\gexmode>\z@\space with GeX\fi - \fi - } + ,\space + \ifnum\OpMode=\@ne PDF\else PS\fi + \space backend% + \ifx\gexmode\@undefined\else + \ifnum\gexmode>\z@\space with GeX\fi + \fi + } + \fi \fi \def\PDF@SetupDoc{% \ifx\@pdfpagescrop\@empty @@ -389,20 +444,24 @@ \special{!pdfinfo t=<\@pdftitle>}% \special{!pdfinfo s=<\@pdfsubject>}% \special{!pdfinfo c=<\@pdfcreator>}% - \special{!pdfinfo r=<\@pdfproducer>}% + \ifx\@pdfproducer\relax + \else + \special{!pdfinfo r=<\@pdfproducer>}% + \fi \special{!pdfinfo k=<\@pdfkeywords>}% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } -\newwrite\@outlinefile \def\Hy@writebookmark#1#2#3#4#5{% section number, text, label, level, file \ifx\WriteBookmarks\relax% \else - \ifnum#4>\c@tocdepth + \ifnum#4>\Hy@bookmarksdepth\relax \else \@@writetorep{#1}{#2}{#3}{#4}{#5}% \fi @@ -450,11 +509,13 @@ \let\numberline\@gobble \fi \pdfstringdef\Hy@tempa{#2}% - \protected@write\@outlinefile{}{% - \protect\BOOKMARK - [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% - {\Hy@tempa}{\Hy@tempb}% - }% + \if@filesw + \protected@write\@outlinefile{}{% + \protect\BOOKMARK + [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% + {\Hy@tempa}{\Hy@tempb}% + }% + \fi \fi \endgroup } @@ -558,6 +619,7 @@ o\fi,t=#4}% \ifx\WriteBookmarks\relax \else \if@filesw + \newwrite\@outlinefile \immediate\openout\@outlinefile=\jobname.out \ifHy@typexml \immediate\write\@outlinefile{<relaxxml>\relax}% @@ -607,6 +669,19 @@ o\fi,t=#4}% \Hy@org@chapter }% } +\let\H@old@part\@part +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \let\Hy@secnum@part\z@ +\else + \let\Hy@secnum@part\m@ne +\fi +\def\@part{% + \ifnum\Hy@secnum@part>\c@secnumdepth + \phantomsection + \fi + \H@old@part +} \let\H@old@spart\@spart \def\@spart#1{% \H@old@spart{#1}% diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index 81e7733982c..6e147b64a4a 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `vtexhtml') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for VTeX in HTML mode] \RequirePackage{vtexhtml} \newif\if@Localurl diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def index 8b040e1fefd..9774056375e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `vtexpdfmark') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,17 +22,20 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexmrk.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)] \input{pdfmark.def}% -\ifnum\OpMode=\@ne - \def\@pdfproducer{VTeX} -\else - \def\@pdfproducer{VTeX + Distiller} +\ifx\@pdfproducer\relax + \ifnum\OpMode=\@ne + \def\@pdfproducer{VTeX} + \else + \def\@pdfproducer{VTeX + Distiller} + \fi \fi \def\literalps@out#1{\special{pS:#1}}% \def\headerps@out#1{\immediate\special{pS:#1}}% \providecommand\@pdfborder{0 0 1} +\providecommand*\@pdfborderstyle{} \providecommand\@pdfview{XYZ} \providecommand\@pdfviewparams{ H.V} \AtBeginDvi{% @@ -75,6 +77,14 @@ currentpoint exch pop vsize 72 sub add /pdf@voff exch def } def + systemdict /pdfmark known + { + userdict /?pdfmark systemdict /exec get put + }{ + userdict /?pdfmark systemdict /pop get put + userdict /pdfmark systemdict /cleartomark get put + } + ifelse }% } \endinput diff --git a/Master/texmf-dist/doc/latex/hyperref/hylatex.ltx b/Master/texmf-dist/tex/latex/hyperref/hylatex.ltx index 7eb223db30d..7eb223db30d 100644 --- a/Master/texmf-dist/doc/latex/hyperref/hylatex.ltx +++ b/Master/texmf-dist/tex/latex/hyperref/hylatex.ltx diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index a257cd26536..688bfa117cd 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `package') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -24,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hyperref} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -111,6 +110,9 @@ \newif\ifHy@CJKbookmarks \newif\ifHy@colorlinks \newif\ifHy@draft +\let\Hy@finaltrue\Hy@draftfalse +\let\Hy@finalfalse\Hy@drafttrue +\newif\ifHy@escapeform \newif\ifHy@figures \newif\ifHy@fitwindow \newif\ifHy@frenchlinks @@ -146,6 +148,7 @@ \Hy@breaklinksfalse \Hy@centerwindowfalse \Hy@CJKbookmarksfalse +\Hy@escapeformfalse \Hy@figuresfalse \Hy@fitwindowfalse \Hy@hyperfootnotestrue @@ -158,10 +161,10 @@ \Hy@nestingfalse \Hy@newwindowfalse \Hy@pageanchortrue -\Hy@pagelabelsfalse +\Hy@pagelabelstrue \Hy@pdfpagehiddenfalse \Hy@pdfstringfalse -\Hy@plainpagestrue +\Hy@plainpagesfalse \Hy@raiselinksfalse \Hy@setpagesizetrue \Hy@texhtfalse @@ -235,6 +238,7 @@ \edef\8{\string\8}% \edef\9{\string\9}% \fontencoding{PU}% + \HyPsd@UTFviii \else \fontencoding{PD1}% \fi @@ -296,6 +300,7 @@ \let\@safe@activestrue\relax \let\@safe@activesfalse\relax \let\cyr\relax + \let\es@roman\@Roman \let\glqq\textglqq \let\grqq\textgrqq \let\glq\textglq @@ -304,6 +309,7 @@ \let\frqq\textfrqq \let\flq\textflq \let\frq\textfrq + \let\if@mid@expandable\@firstoftwo \HyPSD@AMSclassfix \let\hspace\HyPsd@hspace \let\label\@gobble @@ -333,6 +339,7 @@ \fi }% \let\leavevmode\@empty + \let\mbox\@empty \def\halign{\pdfstringdefWarn\halign\@gobble}% \ifHy@CJKbookmarks \HyPsd@CJKhook @@ -353,6 +360,7 @@ \let\egroup\/% \let\discretionary\@gobbletwo \let\@ifnextchar\HyPsd@ifnextchar + \let\@ifnextchar\HyPsd@new@ifnextchar \let\@protected@testopt\HyPsd@protected@testopt \begingroup \let\GenericError\@gobblefour @@ -761,18 +769,40 @@ \@gobble }% \let#2\let - \def\HyPsd@LetCommand##1{% - #2% - \expandafter\noexpand - \csname\expandafter\@gobble\string##1\@empty\endcsname + \def\HyPsd@@LetCommand##1{% + \expandafter\ifx\csname##1\expandafter\endcsname + \csname iftrue\endcsname + \pdfstringdefWarn\let + \expandafter\@gobble + \else + \expandafter\ifx\csname##1\expandafter\endcsname + \csname iffalse\endcsname + \pdfstringdefWarn\let + \expandafter\expandafter\expandafter\@gobble + \else + #2% + \expandafter\noexpand + \csname##1\expandafter\expandafter\expandafter\endcsname + \fi + \fi }% }% \expandafter\x\csname <def>-command\expandafter\endcsname \csname <let>-command\endcsname +\def\HyPsd@LetCommand#1{% + \expandafter\expandafter\expandafter\HyPsd@@LetCommand + \expandafter\expandafter\expandafter{% + \expandafter\@gobble\string#1\@empty + }% +} \def\HyPsd@ifnextchar{% \pdfstringdefWarn\@ifnextchar \expandafter\@gobbletwo\@gobble } +\def\HyPsd@new@ifnextchar{% + \pdfstringdefWarn\new@ifnextchar + \expandafter\@gobbletwo\@gobble +} \def\HyPsd@protected@testopt#1{% \pdfstringdefWarn#1% \@gobbletwo @@ -1051,9 +1081,15 @@ \catcode`\\=12 |gdef|HyPsd@ConvertToUnicode#1{% |xdef#1{% - \376\377% |expandafter|HyPsd@DoConvert#1|@empty|@empty|@empty }% + |xdef#1{% + |ifx#1|@empty + |else + \376\377% + #1% + |fi + }% } |gdef|HyPsd@DoConvert#1{% |ifx#1|@empty @@ -1097,6 +1133,96 @@ \xdef#4{#4#1#2}% \HyPsd@@ConvertToUnicode#3\END#4% } +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname numexpr\endcsname\relax + \let\HyPsd@UTFviii\relax +\else + \def\HyPsd@UTFviii{% + \let\UTFviii@two@octets\HyPsd@UTFviii@two + \let\UTFviii@three@octets\HyPsd@UTFviii@three + \let\unichar\HyPsd@unichar + }% + \def\HyPsd@UTFviii@two#1#2{% + \expandafter\HyPsd@UTFviii@@two + \number\dimexpr.25\dimexpr`#1sp\expandafter\relax\expandafter|% + \number`#1\expandafter|% + \number\dimexpr.125\dimexpr`#2sp\expandafter\relax\expandafter|% + \number`#2 \@nil + }% + \def\HyPsd@UTFviii@@two#1|#2|#3|#4\@nil{% + \expandafter\8% + \number\numexpr #1-48\expandafter\relax + \csname\number\numexpr #2-4*#1\relax\expandafter\endcsname + \number\numexpr #3-8*% + \number\dimexpr.125\dimexpr#3sp\relax\relax\expandafter\relax + \number\numexpr #4-8*#3\relax + }% + \def\HyPsd@UTFviii@three#1#2#3{% + \expandafter\HyPsd@UTFviii@@three + \number\dimexpr.25\dimexpr`#1sp\expandafter\relax\expandafter|% + \number`#1\expandafter|% + \number\ifnum\numexpr`#2-128\relax <32 0\else 1\fi\expandafter|% + \number\dimexpr.25\dimexpr`#2sp\expandafter\relax\expandafter|% + \number`#2\expandafter|% + \number\dimexpr.125\dimexpr`#3sp\expandafter\relax\expandafter|% + \number`#3 \@nil + }% + \def\HyPsd@UTFviii@@three#1|#2|#3|#4|#5|#6|#7\@nil{% + \expandafter\9% + \number\numexpr #1-56\expandafter\relax + \number\numexpr 2*(#2-4*#1)+#3\expandafter\relax + \number\numexpr #4 - 32 -\ifcase#3 0\else 8\fi\expandafter\relax + \csname\number\numexpr #5-4*#4\relax\expandafter\endcsname + \number\numexpr #6-16\expandafter\relax + \number\numexpr #7-8*#6\relax + }% + \def\HyPsd@UTFviii@four#1{% + \expandafter\HyPsd@UTFviii@@four\number`#1|% + }% + \def\HyPsd@UTFviii@@four#1|#2#3#4{% + \expandafter\HyPsd@UTFviii@@@four\number#1\expandafter|% + \number`#2\expandafter| + \number\dimexpr.03125\dimexpr`#2sp\expandafter|% + \number`#3\expandafter|% + \number\dimexpr.03125\dimexpr`#3sp\expandafter|% + \number`#4\expandafter|% + \number\dimexpr.125\dimexpr`#4|% + }% + \def\HyPsd@UTFviii@@@four#1|#2|#3|#4|#5|#6|#7|{% + \931% + \number\numexpr\dimexpr.5\dimexpr#1sp\relax\relax -120\relax + \csname\number\numexpr\ifodd#1 2\else 0\fi +#3-4\relax\endcsname + \number\dimexpr.25\dimexpr #2sp - 32\dimexpr#3sp\relax\relax\relax + % ... + }% + \def\HyPsd@unichar#1{% + \expandafter\HyPsd@@unichar\string#1\@empty\@empty\@empty\@nil + }% + \def\HyPsd@@unichar #1-#2-#3#4#5#6\@nil{% + \ifnum#2>191 % + \ifnum#2<224 % + \expandafter\HyPsd@UTFviii@@two + \number\dimexpr.25\dimexpr#2sp\expandafter\relax\expandafter|% + \number#2\expandafter|% + \number\dimexpr.125\dimexpr`#3sp\expandafter\relax\expandafter|% + \number`#3 \@nil + \else + \ifnum#2<240 % + \expandafter\HyPsd@UTFviii@@three + \number\dimexpr.25\dimexpr#2sp\expandafter\relax\expandafter|% + \number#2\expandafter|% + \number\ifnum\numexpr`#3-128\relax <32 0\else 1\fi\expandafter|% + \number\dimexpr.25\dimexpr`#3sp\expandafter\relax\expandafter|% + \number`#3\expandafter|% + \number\dimexpr.125\dimexpr`#4sp\expandafter\relax\expandafter|% + \number`#4 \@nil + \else + ?% unsupported + \fi + \fi + \fi + }% +\fi \@ifpackageloaded{subfigure}{% \@ifundefined{sub@label}{% \Hy@hypertexnamesfalse @@ -1104,20 +1230,22 @@ \renewcommand*{\sub@label}[1]{% \@bsphack \subfig@oldlabel{#1}% - \begingroup - \edef\@currentlabstr{% - \expandafter\strip@prefix\meaning\@currentlabelname - }% - \protected@write\@auxout{}{% - \string\newlabel{sub@#1}{% - {\@nameuse{@@thesub\@captype}}% - {\thepage}% - {\expandafter\strip@period\@currentlabstr\relax.\relax\@@@}% - {\@currentHref}% - {}% + \if@filesw + \begingroup + \edef\@currentlabstr{% + \expandafter\strip@prefix\meaning\@currentlabelname }% - }% - \endgroup + \protected@write\@auxout{}{% + \string\newlabel{sub@#1}{% + {\@nameuse{@@thesub\@captype}}% + {\thepage}% + {\expandafter\strip@period\@currentlabstr\relax.\relax\@@@}% + {\@currentHref}% + {}% + }% + }% + \endgroup + \fi \@esphack }% \@ifpackagelater{subfigure}{2002/03/26}{}{% @@ -1152,6 +1280,7 @@ \ifvmode #1% \else + \penalty\@M \smash{\raise\HyperRaiseLinkLength\hbox{#1}}% \fi } @@ -1245,12 +1374,7 @@ \Hy@boolkey{draft}{#1}% } \define@key{Hyp}{final}[true]{% - \Hy@boolkey{draft}{#1}% - \ifHy@draft - \Hy@draftfalse - \else - \Hy@drafttrue - \fi + \Hy@boolkey{final}{#1}% } \let\KV@Hyp@nolinks\KV@Hyp@draft \define@key{Hyp}{a4paper}[true]{% @@ -1340,6 +1464,10 @@ \Hy@breaklinkstrue } \define@key{Hyp}{dvipdf}[true]{% + \Hy@WarningNoLine{% + Option `dvipdf' is deprecated.\MessageBreak + See the user manual for available driver options% + }% } \define@key{Hyp}{nativepdf}[true]{% \def\Hy@driver{hdvips}% @@ -1578,6 +1706,40 @@ \def\FancyVerbLineautorefname{Lyn}% \def\theoremautorefname{Teorema}% } +\def\HyLang@french{% + \def\equationautorefname{\'Equation}% + \def\footnoteautorefname{note}% + \def\itemautorefname{item}% + \def\figureautorefname{Figure}% + \def\tableautorefname{Tableau}% + \def\partautorefname{Partie}% + \def\appendixautorefname{Appendice}% + \def\chapterautorefname{chapitre}% + \def\sectionautorefname{section}% + \def\subsectionautorefname{sous-section}% + \def\subsubsectionautorefname{sous-sous-section}% + \def\paragraphautorefname{paragraphe}% + \def\subparagraphautorefname{sous-paragraphe}% + \def\FancyVerbLineautorefname{ligne}% + \def\theoremautorefname{Th\'eor\`eme}% +} +\def\HyLang@vietnamese{% + \def\equationautorefname{Ph\uhorn{}\ohorn{}ng tr\`inh}% + \def\footnoteautorefname{Ch\'u th\'ich}% + \def\itemautorefname{m\d{u}c}% + \def\figureautorefname{H\`inh}% + \def\tableautorefname{B\h{a}ng}% + \def\partautorefname{Ph\`\acircumflex{}n}% + \def\appendixautorefname{Ph\d{u} l\d{u}c}% + \def\chapterautorefname{ch\uhorn{}\ohorn{}ng}% + \def\sectionautorefname{m\d{u}c}% + \def\subsectionautorefname{m\d{u}c}% + \def\subsubsectionautorefname{m\d{u}c}% + \def\paragraphautorefname{\dj{}o\d{a}n}% + \def\subparagraphautorefname{\dj{}o\d{a}n}% + \def\FancyVerbLineautorefname{d\`ong}% + \def\theoremautorefname{\DJ{}\d{i}nh l\'y}% +} \def\HyLang@addto#1#2{% #2% \@temptokena{#2}% @@ -1604,7 +1766,7 @@ }% }% \expandafter\x\csname extras#1\expandafter\endcsname - \csname HyLang@#2\expandafter\endcsname + \csname HyLang@#2\endcsname } \HyLang@DeclareLang{english}{english} \HyLang@DeclareLang{UKenglish}{english} @@ -1620,6 +1782,27 @@ \HyLang@DeclareLang{portuguese}{portuges} \HyLang@DeclareLang{spanish}{spanish} \HyLang@DeclareLang{afrikaans}{afrikaans} +\HyLang@DeclareLang{french}{french} +\HyLang@DeclareLang{frenchb}{french} +\HyLang@DeclareLang{francais}{french} +\HyLang@DeclareLang{acadian}{french} +\HyLang@DeclareLang{canadien}{french} +\define@key{Hyp}{vietnamese}[]{% + \HyLang@addto\extrasvietnamese\HyLang@vietnamese + \AtEndOfPackage{% + \@ifundefined{T@PU}{}{% + \input{puvnenc.def}% + }% + }% +} +\define@key{Hyp}{vietnam}[]{% + \HyLang@addto\extrasvietnam\HyLang@vietnamese + \AtEndOfPackage{% + \@ifundefined{T@PU}{}{% + \input{puvnenc.def}% + }% + }% +} \define@key{Hyp}{colorlinks}[true]{% \Hy@boolkey{colorlinks}{#1}% \ifHy@colorlinks @@ -1635,6 +1818,35 @@ \define@key{Hyp}{bookmarksopen}[true]{% \Hy@boolkey{bookmarksopen}{#1}% } +\let\Hy@bookmarksdepth\c@tocdepth +\define@key{Hyp}{bookmarksdepth}[]{% + \begingroup + \edef\x{#1}% + \ifx\x\empty + \global\let\Hy@bookmarksdepth\c@tocdepth + \else + \@ifundefined{toclevel@\x}{% + \@onelevel@sanitize\x + \edef\y{\expandafter\@car\x\@nil}% + \ifcase 0\expandafter\ifx\y-1\fi + \expandafter\ifnum\expandafter`\y>47 % + \expandafter\ifnum\expandafter`\y<58 1\fi\fi\relax + \Hy@Warning{Unknown document division name (\x)}% + \else + \setbox\z@=\hbox{% + \count@=\x + \xdef\Hy@bookmarksdepth{\the\count@}% + }% + \fi + }{% + \setbox\z@=\hbox{% + \count@=\csname toclevel@\x\endcsname + \xdef\Hy@bookmarksdepth{\the\count@}% + }% + }% + \fi + \endgroup +} \define@key{Hyp}{bookmarksopenlevel}{% \def\@bookmarksopenlevel{#1}% } @@ -1681,15 +1893,52 @@ \global\Hy@useHidKeytrue \fi } -\define@key{Hyp}{linkbordercolor}{\def\@linkbordercolor{#1}} -\define@key{Hyp}{urlbordercolor}{\def\@urlbordercolor{#1}} -\define@key{Hyp}{menubordercolor}{\def\@menubordercolor{#1}} -\define@key{Hyp}{filebordercolor}{\def\@filebordercolor{#1}} -\define@key{Hyp}{runbordercolor}{\def\@runbordercolor{#1}} -\define@key{Hyp}{citebordercolor}{\def\@citebordercolor{#1}} -\define@key{Hyp}{pagebordercolor}{\def\@pagebordercolor{#1}} +\def\Hy@ColorList{cite,file,link,menu,page,run,url} +\@for\Hy@temp:=\Hy@ColorList\do{% + \edef\Hy@temp{% + \noexpand\define@key{Hyp}{\Hy@temp bordercolor}{% + \noexpand\Hy@bordercolor{\Hy@temp}{##1}{ }% + }% + }% + \Hy@temp +} +\def\Hy@bordercolor#1#2#3{% + \begingroup + \csname @safe@activestrue\endcsname + \@ifundefined{XC@edef}{\edef}{\XC@edef}\x{#2}% + \expandafter\Hy@CheckColorSpec\x#3#3\@nil{#1}{#2}% +} +\def\Hy@CheckColorSpec#1 #2 #3\@nil#4#5{% + \ifx\\#3\\% + \@ifundefined{XC@bordercolor}{% + \Hy@Warning{% + Unsupported color specification (#4bordercolor).\MessageBreak + Load package `xcolor' (version >= 1.11) first.\MessageBreak + Ignoring color specification% + }% + \endgroup + }{% + \endgroup + \XC@bordercolor{#4}{#5}% + }% + \else + \endgroup + \@namedef{@#4bordercolor}{#5}% + \fi +} \define@key{Hyp}{pdfhighlight}{\def\@pdfhighlight{#1}} \define@key{Hyp}{pdfborder}{\def\@pdfborder{#1}} +\define@key{Hyp}{pdfborderstyle}{\def\@pdfborderstyle{#1}} +\def\Hy@setpdfborder{% + \ifx\@pdfborder\@empty + \else + /Border[\@pdfborder]% + \fi + \ifx\@pdfborderstyle\@empty + \else + /BS<<\@pdfborderstyle>>% + \fi +} \define@key{Hyp}{pdfpagemode}{% \def\Hy@tempa{#1}% \ifx\Hy@tempa\@empty @@ -1713,6 +1962,8 @@ \define@key{Hyp}{pdfauthor}{\pdfstringdef\@pdfauthor{#1}} \define@key{Hyp}{pdfproducer}{\pdfstringdef\@pdfproducer{#1}} \define@key{Hyp}{pdfcreator}{\pdfstringdef\@pdfcreator{#1}} +\define@key{Hyp}{pdfcreationdate}{\pdfstringdef\@pdfcreationdate{#1}} +\define@key{Hyp}{pdfmoddate}{\pdfstringdef\@pdfmoddate{#1}} \define@key{Hyp}{pdfsubject}{\pdfstringdef\@pdfsubject{#1}} \define@key{Hyp}{pdfkeywords}{\pdfstringdef\@pdfkeywords{#1}} \define@key{Hyp}{pdfview}{\calculate@pdfview#1 \\} @@ -1761,6 +2012,9 @@ \define@key{Hyp}{pdfpagelabels}[true]{% \Hy@boolkey[pdfpagelabels]{pagelabels}{#1}% } +\define@key{Hyp}{pdfescapeform}[true]{% + \Hy@boolkey[pdfescapeform]{escapeform}{#1}% +} \def\@linkbordercolor{1 0 0} \def\@urlbordercolor{0 1 1} \def\@menubordercolor{1 0 0} @@ -1773,8 +2027,10 @@ \def\@pdfnonfullscreenpagemode{} \def\@pdftitle{} \def\@pdfauthor{} -\def\@pdfproducer{} +\let\@pdfproducer\relax \def\@pdfcreator{LaTeX with hyperref package} +\def\@pdfcreationdate{} +\def\@pdfmoddate{} \def\@pdfsubject{} \def\@pdfkeywords{} \def\@pdfpagescrop{} @@ -1802,32 +2058,14 @@ \Hy@SetCatcodes \let\ExecuteOptions\hyper@normalise \Hy@MaybeStopNow -\def\ProcessOptionsWithKV#1{% - \let\@tempc\relax - \let\Hy@tempa\@empty - \@for\CurrentOption:=\@classoptionslist\do{% - \@ifundefined{KV@#1@\CurrentOption}% - {}% - {% - \edef\Hy@tempa{\Hy@tempa,\CurrentOption,}% - \@expandtwoargs\@removeelement\CurrentOption - \@unusedoptionlist\@unusedoptionlist - }% - }% - \edef\Hy@tempa{% - \noexpand\setkeys{#1}{% - \Hy@tempa\@ptionlist{\@currname.\@currext}% - }% - }% - \Hy@tempa -} +\RequirePackage{kvoptions} \@ifpackageloaded{tex4ht}{% \@ifpackagewith{hyperref}{tex4ht}{}{% \PassOptionsToPackage{tex4ht}{hyperref}% }% }{} \let\ReadBookmarks\relax -\ProcessOptionsWithKV{Hyp} +\ProcessKeyvalOptions{Hyp} \AtBeginDocument{% \ifHy@draft \let\hyper@@anchor\@gobble @@ -1956,7 +2194,7 @@ \fi \fi \else - \ifcase\pdfoutput + \ifnum\pdfoutput<1 % \let\Hy@driver\Hy@defaultdriver \else \def\Hy@driver{hpdftex}% @@ -1965,6 +2203,32 @@ \Hy@breaklinkstrue \fi \fi + \ifx\Hy@driver\Hy@defaultdriver + \def\Hy@temp{hdvips}% + \ifx\Hy@temp\Hy@driver + \def\Hy@raisedlink{}% + \def\XR@ext{pdf}% + \fi + \def\Hy@temp{hdvipdfm}% + \ifx\Hy@temp\Hy@driver + \def\XR@ext{pdf}% + \Hy@breaklinkstrue + \fi + \def\Hy@temp{hdviwind}% + \ifx\Hy@temp\Hy@driver + \setkeys{Hyp}{colorlinks}% + \PassOptionsToPackage{dviwindo}{color}% + \fi + \def\Hy@temp{hdvipson}% + \ifx\Hy@temp\Hy@driver + \def\XR@ext{pdf}% + \def\Hy@raisedlink{}% + \fi + \def\Hy@temp{textures}% + \ifx\Hy@temp\Hy@driver + \def\XR@ext{pdf}% + \fi + \fi \typeout{*hyperref using default driver \Hy@driver*}% \else \typeout{*hyperref using driver \Hy@driver*}% @@ -2020,7 +2284,19 @@ \AtBeginDocument{% \ifHy@colorlinks \ifHy@typexml\else\RequirePackage{color}\fi - \def\Hy@colorlink#1{\begingroup\color{#1}}% + \def\Hy@colorlink#1{% + \begingroup + \expandafter\Hy@colorscan\expandafter#1#1\@nil% + }% + \def\Hy@colorscan#1{% + \@ifnextchar[% ] + {% + \Hy@@colorscan + }{% + \expandafter\color\expandafter#1\@car{}% + }% + }% + \def\Hy@@colorscan#1\@nil{\color#1}% \def\Hy@endcolorlink{\endgroup}% \Hy@Info{Link coloring ON}% \else @@ -2082,6 +2358,7 @@ \catcode`\%\active \catcode`\#\active \catcode`\_\active + \catcode`\$\active \gdef\hyper@normalise{ \begingroup \catcode`\^^M\active @@ -2092,6 +2369,7 @@ \catcode`\#\active \def#{\hyper@hash} \def\#{\hyper@hash} + \@makeother\& \edef\textunderscore{\string_} \let\_\textunderscore \catcode`\_\active @@ -2099,6 +2377,8 @@ \let~\hyper@tilde \let\~\hyper@tilde \let\textasciitilde\hyper@tilde + \let\\\@backslashchar + \edef${\string$} \ifx\@safe@activestrue\@undefined\else\@safe@activestrue\fi \hyper@n@rmalise } @@ -2197,8 +2477,10 @@ \def\label@hyperdef[#1]#2#3#4{% label name, category, name, % anchor text \@bsphack - \protected@write\@auxout{}% - {\string\newlabel{#1}{{}{}{}\##2.#3}}% + \if@filesw + \protected@write\@auxout{}% + {\string\newlabel{#1}{{}{}{}\##2.#3}}% + \fi \@esphack \ifHy@nesting \hyper@@anchor{#2.#3}{#4}% @@ -2244,14 +2526,14 @@ \ifx\@pdftempa\@pdftempwordrun \expandafter\@hyper@launch#7\\{#3}{#2}% \else - \hyper@linkurl{#3}{#7\ifx\\#2\\\else\##2\fi}% + \hyper@linkurl{#3}{#7\ifx\\#2\\\else\hyper@hash#2\fi}% \fi \fi \fi \fi } \def\@hyper@launch run:#1\\#2#3{% filename, anchor text, linkname - \hyper@linkurl{#2}{\Hy@linkfileprefix#1\ifx\\#3\\\else\##3\fi}% + \hyper@linkurl{#2}{\Hy@linkfileprefix#1\ifx\\#3\\\else\hyper@hash#3\fi}% } \def\@hyper@linkfile file:#1\\#2#3{% %file url,link string, name @@ -2265,10 +2547,10 @@ \else \ifx\@baseurl\@empty \hyper@linkurl{#2}{% - \Hy@linkfileprefix\use@file\ifx\\#3\\\else\##3\fi + \Hy@linkfileprefix\use@file\ifx\\#3\\\else\hyper@hash#3\fi }% \else - \hyper@linkurl{#2}{\use@file\ifx\\#3\\\else\##3\fi}% + \hyper@linkurl{#2}{\use@file\ifx\\#3\\\else\hyper@hash#3\fi}% \fi \fi } @@ -2357,8 +2639,9 @@ \csname Form@#2\ifx\relax#1\relax true\else#1\fi\endcsname } \define@key{Form}{action}{% - \def\Form@action{#1}% + \hyper@normalise\Hy@DefFormAction{#1}% } +\def\Hy@DefFormAction{\def\Form@action} \def\enc@@html{html} \define@key{Form}{encoding}{% \def\Hy@tempa{#1}% @@ -2692,12 +2975,12 @@ } \AfterBeginDocument{% \if@filesw - \ifHy@typexml - \immediate\closeout\@mainaux - \immediate\openout\@mainaux\jobname.aux - \immediate\write\@auxout{<relaxxml>\relax}% - \fi - \immediate\write\@auxout{% + \ifHy@typexml + \immediate\closeout\@mainaux + \immediate\openout\@mainaux\jobname.aux + \immediate\write\@auxout{<relaxxml>\relax}% + \fi + \immediate\write\@auxout{% \string\ifx\string\hyper@anchor\string\@undefined^^J% \global\let\string\oldcontentsline\string\contentsline^^J% \gdef\string\contentsline% @@ -2925,7 +3208,9 @@ } \providecommand*{\HyPL@StorePageLabel}[1]{} \def\HyPL@Useless{0 << /S /D >> }% + \@onelevel@sanitize\HyPL@Useless \def\HyPL@SetPageLabels{% + \@onelevel@sanitize\HyPL@Labels \ifx\HyPL@Labels\@empty \else \ifx\HyPL@Labels\HyPL@Useless @@ -3073,8 +3358,7 @@ \ifHy@plainpages \def\Hy@temp{\arabic{page}}% \else - \let\textlatin\@firstofone - \edef\Hy@temp{\thepage}% + \pdfstringdef\Hy@temp{\thepage}% \fi \else \def\Hy@temp{\the\Hy@pagecounter}% @@ -3091,49 +3375,8 @@ }% }{}% } -\newcommand*{\hypergetpageref}[1]{% - \expandafter\Hy@getpageref\csname r@#1\endcsname{#1}% -} -\def\Hy@getpageref#1#2{% - \ifx#1\relax - 0% - \protect\G@refundefinedtrue - \@latex@warning{Reference `#2' on page \thepage\space - undefined% - }% - \else - \expandafter\Hy@GetSecondArg#1\@nil - \fi -} -\long\def\Hy@GetSecondArg#1#2#3\@nil{#2} -\newcommand*{\hypergetref}[1]{% - \expandafter\Hy@getref\csname r@#1\endcsname{#1}% -} -\def\Hy@getref#1#2{% - \ifx#1\relax - ??% - \protect\G@refundefinedtrue - \@latex@warning{Reference `#2' on page \thepage\space - undefined% - }% - \else - \expandafter\@car#1\@nil - \fi -} -\@ifpackageloaded{ifthen}{% - \let\HyOrg@ifthenelse\ifthenelse - \def\ifthenelse{% - \let\begingroup\Hy@TE@begingroup - \HyOrg@ifthenelse - }% - \let\HyOrg@begingroup\begingroup - \def\Hy@TE@begingroup{% - \let\begingroup\HyOrg@begingroup - \begingroup - \let\ref\hypergetref - \let\pageref\hypergetpageref - }% -}{} +\def\hypergetref#1{\getrefbykeydefault{#1}{}{??}} +\def\hypergetpageref#1{\getrefbykeydefault{#1}{page}{0}} \@ifpackageloaded{titlesec}{% \def\ttl@Hy@steplink#1{% \Hy@GlobalStepCount\Hy@linkcounter @@ -3152,12 +3395,13 @@ \@ifpackageloaded{titletoc}{% \def\ttl@gobblecontents#1#2#3#4{\ignorespaces}% }{} +\def\Hy@varioref@undefined{{???}{??}{}{}{}} \@ifpackageloaded{varioref}{% \def\vref@pagenum#1#2{% \@ifundefined{r@#2}{% - \@namedef{r@#2}{{??}{??}{}{}{}}% + \expandafter\let\csname r@#2\endcsname\Hy@varioref@undefined }{}% - \edef#1{\hypergetpageref{#2}}% + \edef#1{\getpagerefnumber{#2}}% }% }{} \@ifpackageloaded{longtable}{% @@ -3442,6 +3686,7 @@ } \long\def\@caption#1[#2]#3{% \hyper@makecurrent{\@captype}% + \def\@currentlabelname{#2}% \par\addcontentsline{\csname ext@#1\endcsname}{#1}{% \protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}% }% @@ -3472,7 +3717,10 @@ \renewcommand{\float@makebox}[1]{% \HyOrg@float@makebox{% #1\relax - \hyper@@anchor{\@currentHref}{\relax}% + \begingroup + \hyper@makecurrent{\@captype}% + \hyper@@anchor{\@currentHref}{\relax}% + \endgroup }% }% }{} @@ -3617,13 +3865,15 @@ \ifx\@empty\@currentlabel \else \@bsphack - \protected@write\@auxout{}{% - \string\@writefile{brf}{% - \string\backcite{#1}{% - {\thepage}{\@currentlabel}{\@currentHref}% + \if@filesw + \protected@write\@auxout{}{% + \string\@writefile{brf}{% + \string\backcite{#1}{% + {\thepage}{\@currentlabel}{\@currentHref}% + }% }% }% - }% + \fi \@esphack \fi \fi @@ -3706,9 +3956,7 @@ \global\let\@begindvi\Hy@begindvi } \def\Hy@begindvi{% - \ifHy@pageanchor - \@hyperfixhead - \fi + \@hyperfixhead \HyPL@EveryPage } \def\pagenumbering#1{% @@ -3721,20 +3969,23 @@ \providecommand\hyper@pagehidden{} \def\@hyperfixhead{% \Hy@DistillerDestFix - \ifHy@hypertexnames - \ifHy@plainpages - \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\c@page}}% + \ifHy@pageanchor + \ifHy@hypertexnames + \ifHy@plainpages + \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\c@page}}% + \else + \begingroup + \let\@number\@firstofone + \pdfstringdef\@the@H@page{\thepage}% + \endgroup + \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\@the@H@page}}% + \fi \else - \begingroup - \let\@number\@firstofone - \let\textlatin\@firstofone - \xdef\@the@H@page{\thepage}% - \endgroup - \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\@the@H@page}}% + \Hy@GlobalStepCount\Hy@pagecounter + \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\Hy@pagecounter}}% \fi \else - \Hy@GlobalStepCount\Hy@pagecounter - \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\the\Hy@pagecounter}}% + \let\Hy@TempPageAnchor\@empty \fi \let\H@old@thehead\@thehead \if^\@thehead^% @@ -3818,9 +4069,11 @@ {\Hy@toclevel}% {#1}% \ifHy@verbose + \def\Hy@tempa{#3}% + \@onelevel@sanitize\Hy@tempa \typeout{pdftex: bookmark at \the\inputlineno: {\csname the#2\endcsname} - {#3} + {\Hy@tempa} {\@currentHref}% {\Hy@toclevel}% {#1}% @@ -3950,22 +4203,24 @@ \else \def\@wrindex#1{\@@wrindex#1||\\} \def\@@wrindex#1|#2|#3\\{% - \ifx\\#2\\% - \protected@write\@indexfile{}{% - \string\indexentry{#1|hyperpage}{\thepage}% - }% - \else - \def\Hy@temp@A{#2}% - \ifcase0\ifx\Hy@temp@A\HyInd@ParenLeft 1\fi - \ifx\Hy@temp@A\HyInd@ParenRight 1\fi - \relax + \if@filesw + \ifx\\#2\\% \protected@write\@indexfile{}{% - \string\indexentry{#1|#2}{\thepage}% + \string\indexentry{#1|hyperpage}{\thepage}% }% \else - \protected@write\@indexfile{}{% - \string\indexentry{#1|#2hyperpage}{\thepage}% - }% + \def\Hy@temp@A{#2}% + \ifcase0\ifx\Hy@temp@A\HyInd@ParenLeft 1\fi + \ifx\Hy@temp@A\HyInd@ParenRight 1\fi + \relax + \protected@write\@indexfile{}{% + \string\indexentry{#1|#2}{\thepage}% + }% + \else + \protected@write\@indexfile{}{% + \string\indexentry{#1|#2hyperpage}{\thepage}% + }% + \fi \fi \fi \endgroup @@ -4259,19 +4514,19 @@ \@safe@activesfalse } \def\auto@setref#1#2#3{% csname, extract group, refname - \ifx#1\relax - \protect\G@refundefinedtrue - \nfss@text{\reset@font\bfseries ??}% - \@latex@warning{% - Reference `#3' on page \thepage \space undefined% - }% - \else + \ifcase 0\ifx#1\relax 1\fi\ifx#1\Hy@varioref@undefined 1\fi\relax \edef\@thisref{\expandafter\@fourthoffive#1\@empty\@empty}% \expandafter\test@reftype\@thisref\\% \hyper@@link {\expandafter\@fifthoffive#1}% {\expandafter\@fourthoffive#1\@empty\@empty}% {\@currentHtag\expandafter#2#1\@empty\@empty\null}% + \else + \protect\G@refundefinedtrue + \nfss@text{\reset@font\bfseries ??}% + \@latex@warning{% + Reference `#3' on page \thepage \space undefined% + }% \fi } \def\test@reftype#1.#2\\{% @@ -4308,9 +4563,9 @@ \providecommand\theoremautorefname{Theorem} \providecommand*{\Hy@DistillerDestFix}{} \def\phantomsection{% - \Hy@GlobalStepCount\Hy@linkcounter - \xdef\@currentHref{section*.\the\Hy@linkcounter}% - \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% + \Hy@GlobalStepCount\Hy@linkcounter + \xdef\@currentHref{section*.\the\Hy@linkcounter}% + \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% } \endinput %% diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index ed3d90bf7cd..9415e410618 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `hypertex') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hypertex.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref driver for HyperTeX specials] \def\PDF@FinishDoc{} \def\PDF@SetupDoc{% @@ -40,7 +39,7 @@ \special{html:<a name=\hyper@quote #1\hyper@quote>}% \endgroup \Hy@activeanchortrue - \Hy@colorlink{\@anchorcolor}\anchor@spot\Hy@endcolorlink + \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink \special{html:</a>}% \Hy@activeanchorfalse \Hy@RestoreLastskip @@ -60,7 +59,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype \special{html:<a href=\hyper@quote#2\hyper@quote>}% @@ -87,7 +86,7 @@ \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% }% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \@linkdim\ht\@tempboxa \advance\@linkdim by -6.5\p@ \raise\@linkdim\hbox{\special{html:</a>}}% @@ -96,7 +95,7 @@ \begingroup \hyper@chars \special{html:<a href=\hyper@quote#2\hyper@quote>}% - \Hy@colorlink{\@urlcolor}#1% + \Hy@colorlink\@urlcolor#1% \special{html:</a>}% \Hy@endcolorlink \endgroup @@ -163,6 +162,19 @@ \Hy@org@chapter }% } +\let\H@old@part\@part +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \let\Hy@secnum@part\z@ +\else + \let\Hy@secnum@part\m@ne +\fi +\def\@part{% + \ifnum\Hy@secnum@part>\c@secnumdepth + \phantomsection + \fi + \H@old@part +} \let\H@old@spart\@spart \def\@spart#1{% \H@old@spart{#1}% diff --git a/Master/texmf-dist/tex/latex/hyperref/nameref.sty b/Master/texmf-dist/tex/latex/hyperref/nameref.sty index 4cde86550c5..55270920da3 100644 --- a/Master/texmf-dist/tex/latex/hyperref/nameref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/nameref.sty @@ -6,8 +6,6 @@ %% %% nameref.dtx (with options: `package') %% -\def\filedate{2003/12/03} -\def\fileversion{2.21} %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- %% @@ -20,8 +18,10 @@ %% %% The list of all files belonging to the `Hyperref Bundle' is %% given in the file `manifest.txt'. -\ProvidesPackage{nameref}[\filedate\space v\fileversion - \space Cross-referencing by name of section] +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{nameref} + [2006/08/15 v2.26 Cross-referencing by name of section] +\RequirePackage{refcount}[2006/02/12] \def\strip@period#1.\relax#2\@@@{#1} \newif\ifNR@showkeys \NR@showkeysfalse @@ -143,6 +143,11 @@ \def\@currentlabelname{#1}% \NR@schapter{#1}% } +\let\NR@@caption\@caption +\long\def\@caption#1[#2]{% + \def\@currentlabelname{#2}% + \NR@@caption{#1}[{#2}]% +} \AtBeginDocument{% \@ifpackageloaded{titlesec}{% \let\NRorg@ttl@sect@i\ttl@sect@i @@ -161,15 +166,24 @@ \long\def\@fifthoffive#1#2#3#4#5{#5} \providecommand*\@safe@activestrue{}% \providecommand*\@safe@activesfalse{}% +\def\NR@setref#1{% + \begingroup + \@safe@activestrue + \expandafter + \endgroup + \expandafter\NR@@setref\csname r@#1\endcsname +} +\def\NR@@setref#1{% + \ifx\@undefined#1% + \let#1\relax + \fi + \@setref#1% +} \def\T@ref#1{% - \@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}% - \@safe@activesfalse + \NR@setref{#1}\@firstoffive{#1}% }% \def\T@pageref#1{% - \@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}% - \@safe@activesfalse + \NR@setref{#1}\@secondoffive{#1}% }% \ifNR@showkeys \ifx\SK@ref\@empty @@ -177,14 +191,14 @@ \def\T@ref#1{% \@safe@activestrue \SK@\SK@@ref{#1}% - \expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}% \@safe@activesfalse + \NR@setref{#1}\@firstoffive{#1}% }% \def\T@pageref#1{% \@safe@activestrue \SK@\SK@@ref{#1}% - \expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}% \@safe@activesfalse + \NR@setref{#1}\@secondoffive{#1}% }% \fi \fi @@ -194,9 +208,7 @@ \DeclareRobustCommand{\pageref}{\T@pageref}% } \def\T@nameref#1{% - \@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@thirdoffive{#1}% - \@safe@activesfalse + \NR@setref{#1}\@thirdoffive{#1}% }% \ifNR@showkeys \ifx\SK@ref\@empty @@ -204,14 +216,28 @@ \def\T@nameref#1{% \@safe@activestrue \SK@\SK@@ref{#1}% - \expandafter\@setref\csname r@#1\endcsname\@thirdoffive{#1}% \@safe@activesfalse + \NR@setref{#1}\@thirdoffive{#1}% }% \fi \fi \def\nameref{\protect\T@nameref} \def\Nameref#1{`\nameref{#1}' on page~\pageref{#1}} \providecommand\Sectionformat[2]{#1} +\@ifpackageloaded{ifthen}{% + \let\NROrg@ifthenelse\ifthenelse + \def\ifthenelse{% + \let\begingroup\NR@TE@begingroup + \NROrg@ifthenelse + }% + \let\NROrg@begingroup\begingroup + \def\NR@TE@begingroup{% + \let\begingroup\NROrg@begingroup + \begingroup + \def\ref##1{\getrefbykeydefault{##1}{}{??}}% + \def\pageref##1{\getrefbykeydefault{##1}{page}{0}}% + }% +}{} \ifx\csname @@vpageref\endcsname\relax \else \def\@@vpageref#1[#2]#3{% diff --git a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty index e1b9f29fc52..45b93ba3169 100644 --- a/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `nohyperref') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -24,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{nohyperref} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Dummy hyperref (SR)] \let\hyper@@anchor\@gobble \def\hyper@link#1#2#3{#3}% diff --git a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def index 5960f7d4a05..ae50e8dabbe 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pd1enc.def +++ b/Master/texmf-dist/tex/latex/hyperref/pd1enc.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `pd1enc') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pd1enc.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref: PDFDocEncoding definition (HO)] \DeclareFontEncoding{PD1}{}{} \DeclareTextCommand{\textLF}{PD1}{\012} % line feed @@ -49,6 +48,7 @@ \DeclareTextCompositeCommand{\v}{PD1}{\@empty}{\textcaron} \DeclareTextCompositeCommand{\.}{PD1}{\@empty}{\textdotaccent} \DeclareTextCompositeCommand{\c}{PD1}{\@empty}{\textcedilla} +\DeclareTextCommand{\k}{PD1}[1]{\TextSymbolUnavailable{\k{#1}}#1} \DeclareTextCommand{\textbreve}{PD1}{\030} % breve \DeclareTextCommand{\textcaron}{PD1}{\031} % caron \DeclareTextCommand{\textcircumflex}{PD1}{\032} % circumflex diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def index 1f4d65eefec..8050bf2e0f6 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def +++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `pdfmark,pdfmarkbase,pdfform,outlines') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pdfmark.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref definitions for pdfmark specials] \def\Hy@PutCatalog#1{% \pdfmark{pdfmark=/PUT,Raw={\string{Catalog\string} << #1 >>}}% @@ -59,6 +58,55 @@ }% } \fi +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \begingroup + \catcode`\|=0 % + \@makeother\\% + |@firstofone{|endgroup + |def|Hy@pstringdef#1#2{% + |edef#1{#2}% + |@onelevel@sanitize#1% + |edef#1{|expandafter|Hy@ExchangeBackslash#1\|@nil}% + |edef#1{|expandafter|Hy@ExchangeLeftParenthesis#1(|@nil}% + |edef#1{|expandafter|Hy@ExchangeRightParenthesis#1)|@nil}% + }% + |def|Hy@ExchangeBackslash#1\#2|@nil{% + #1% + |ifx|\#2|\% + |else + \\% + |Hy@ReturnAfterFi{% + |Hy@ExchangeBackslash#2|@nil + }% + |fi + }% + } + \def\Hy@ExchangeLeftParenthesis#1(#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar(% + \Hy@ReturnAfterFi{% + \Hy@ExchangeLeftParenthesis#2\@nil + }% + \fi + } + \def\Hy@ExchangeRightParenthesis#1)#2\@nil{% + #1% + \ifx\\#2\\% + \else + \@backslashchar)% + \Hy@ReturnAfterFi{% + \Hy@ExchangeRightParenthesis#2\@nil + }% + \fi + } +\else + \def\Hy@pstringdef#1#2{% + \edef#1{\pdfescapestring{#2}}% + }% +\fi \def\Hy@DistillerDestFix{% \begingroup \let\x\literalps@out @@ -126,7 +174,7 @@ \else \leavevmode\hbox\bgroup \fi - \Hy@colorlink{\csname @#1color\endcsname}% + \expandafter\Hy@colorlink\csname @#1color\endcsname \literalps@out{H.S}% \xdef\hyper@currentanchor{#2}% \gdef\hyper@currentlinktype{#1}% @@ -141,6 +189,7 @@ Dest=\hyper@currentanchor,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\Hy@temp,% Raw=H.B% }% @@ -217,6 +266,7 @@ linktype={#1},% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% pdfmark=/ANN,% Subtype=/Link,% Dest=\Hy@testname @@ -226,19 +276,41 @@ \newtoks\pdf@docset \def\PDF@FinishDoc{% \Hy@UseMaketitleInfos - \pdfmark{% + \let\Hy@temp\@empty + \ifx\@pdfcreationdate\@empty + \else + \def\Hy@temp{CreationDate=\@pdfcreationdate,}% + \fi + \ifx\@pdfmoddate\@empty + \else + \expandafter\def\expandafter\Hy@temp\expandafter{% + \Hy@temp + ModDate=\@pdfmoddate,% + }% + \fi + \ifx\@pdfproducer\relax + \else + \expandafter\def\expandafter\Hy@temp\expandafter{% + \Hy@temp + Producer=\@pdfproducer,% + }% + \fi + \expandafter + \pdfmark\expandafter{% + \Hy@temp pdfmark=/DOCINFO,% Title=\@pdftitle,% Subject=\@pdfsubject,% Creator=\@pdfcreator,% Author=\@pdfauthor,% - Producer=\@pdfproducer,% Keywords=\@pdfkeywords }% \Hy@DisableOption{pdfauthor}% \Hy@DisableOption{pdftitle}% \Hy@DisableOption{pdfsubject}% \Hy@DisableOption{pdfcreator}% + \Hy@DisableOption{pdfcreationdate}% + \Hy@DisableOption{pdfmoddate}% \Hy@DisableOption{pdfproducer}% \Hy@DisableOption{pdfkeywords}% } @@ -265,6 +337,7 @@ /NonFullScreenPageMode\@pdfnonfullscreenpagemode \fi }% + \Hy@pstringdef\Hy@pstringB{\@baseurl}% \pdfmark{% pdfmark=/PUT,% Raw={% @@ -279,18 +352,22 @@ \fi \ifx\@baseurl\@empty \else - /URI << /Base (\@baseurl) >>% + /URI << /Base (\Hy@pstringB) >>% \fi >>% }% }% } +\newif\ifHy@pdfmarkerror \def\pdfmark{\@ifnextchar[{\pdfmark@}{\pdfmark@[]}} \def\pdfmark@[#1]#2{% - \edef\@processme{\noexpand\pdf@toks={\the\pdf@defaulttoks}}% - \@processme - \let\pdf@type\relax - \setkeys{PDF}{#2}% + \Hy@pdfmarkerrorfalse + \edef\@processme{\noexpand\pdf@toks={\the\pdf@defaulttoks}}% + \@processme + \let\pdf@type\relax + \setkeys{PDF}{#2}% + \ifHy@pdfmarkerror + \else \ifx\pdf@type\relax \Hy@WarningNoLine{no pdfmark type specified in #2!!}% \ifx\\#1\\\relax\else\pdf@rect{#1}\fi @@ -298,27 +375,41 @@ \ifx\\#1\\\relax \literalps@out{[\the\pdf@toks\space\pdf@type\space pdfmark}% \else - \Hy@colorlink{\@ifundefined{@\pdf@linktype color}% - {\@linkcolor}% - {\csname @\pdf@linktype color\endcsname}}% + \@ifundefined{@\pdf@linktype color}{% + \Hy@colorlink\@linkcolor + }{% + \expandafter\Hy@colorlink + \csname @\pdf@linktype color\endcsname + }% \pdf@rect{#1}% \literalps@out{[\the\pdf@toks\space\pdf@type\space pdfmark}% \Hy@endcolorlink \fi \fi + \fi } \newsavebox{\pdf@box} +\providecommand{\Hy@setouterhbox}{\sbox} +\providecommand{\Hy@breaklinksunhbox}{\unhbox} \def\pdf@rect#1{% \leavevmode - \sbox\pdf@box{#1}% + \ifHy@breaklinks + \Hy@setouterhbox\pdf@box{#1}% + \else + \sbox\pdf@box{#1}% + \fi \dimen@\ht\pdf@box - \leavevmode \ifdim\dp\pdf@box=\z@ \literalps@out{H.S}% \else \lower\dp\pdf@box\hbox{\literalps@out{H.S}}% \fi - \ifHy@breaklinks\unhbox\else\box\fi\pdf@box + \ifHy@breaklinks + \expandafter\Hy@breaklinksunhbox + \else + \expandafter\box + \fi + \pdf@box \ifdim\dimen@=\z@ \literalps@out{H.R}% \else @@ -345,7 +436,20 @@ \def\pdf@linktype{link} \define@key{PDF}{Raw}{\pdf@addtoksx{#1}} \define@key{PDF}{Action}{\pdf@addtoks{#1}{Action}} -\define@key{PDF}{Border}{\pdf@addtoks{[#1]}{Border}} +\define@key{PDF}{Border}{% + \edef\Hy@temp{#1}% + \ifx\Hy@temp\@empty + \else + \pdf@addtoks{[#1]}{Border}% + \fi +} +\define@key{PDF}{BorderStyle}{% + \edef\Hy@temp{#1}% + \ifx\Hy@temp\@empty + \else + \pdf@addtoks{<<#1>>}{BS}% + \fi +} \define@key{PDF}{Color}{\pdf@addtoks{[#1]}{Color}} \define@key{PDF}{Contents}{\pdf@addtoks{(#1)}{Contents}} \define@key{PDF}{Count}{\pdf@addtoks{#1}{Count}} @@ -353,16 +457,22 @@ \define@key{PDF}{DOSFile}{\pdf@addtoks{(#1)}{DOSFile}} \define@key{PDF}{DataSource}{\pdf@addtoks{(#1)}{DataSource}} \define@key{PDF}{Dest}{% - \begingroup - \edef\x{#1}% - \expandafter\endgroup - \ifx\x\@empty\else\pdf@addtoks{(#1) cvn}{Dest}\fi + \Hy@pstringdef\Hy@pstringDest{#1}% + \ifx\Hy@pstringDest\@empty + \Hy@pdfmarkerrortrue + \Hy@Warning{Destination with empty name ignored}% + \else + \pdf@addtoks{(\Hy@pstringDest) cvn}{Dest}% + \fi } \define@key{PDF}{DestAnchor}{% - \begingroup - \edef\x{#1}% - \expandafter\endgroup - \ifx\x\@empty\else\pdf@addtoks{(#1) cvn}{Dest}\fi + \Hy@pstringdef\Hy@pstringDest{#1}% + \ifx\Hy@pstringDest\@empty + \Hy@pdfmarkerrortrue + \Hy@Warning{Destination with empty name ignored}% + \else + \pdf@addtoks{(\Hy@pstringDest) cvn}{Dest}% + \fi } \define@key{PDF}{Dir}{\pdf@addtoks{(#1)}{Dir}} \define@key{PDF}{File}{\pdf@addtoks{(#1)}{File}} @@ -385,8 +495,9 @@ \define@key{PDF}{View}{\pdf@addtoks{[#1]}{View}} \define@key{PDF}{WinFile}{\pdf@addtoks{(#1)}{WinFile}} \define@key{PDF}{Author}{\pdf@addtoks{(#1)}{Author}} -\define@key{PDF}{CreationDate}{\pdf@addtoks{(#1)}{CreationDate}} \define@key{PDF}{Creator}{\pdf@addtoks{(#1)}{Creator}} +\define@key{PDF}{CreationDate}{\pdf@addtoks{(#1)}{CreationDate}} +\define@key{PDF}{ModDate}{\pdf@addtoks{(#1)}{ModDate}} \define@key{PDF}{Producer}{\pdf@addtoks{(#1)}{Producer}} \define@key{PDF}{Subject}{\pdf@addtoks{(#1)}{Subject}} \define@key{PDF}{Keywords}{\pdf@addtoks{(#1)}{Keywords}} @@ -399,20 +510,37 @@ pdfmark=/ANN,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Action={<< /Subtype /Named /N /#1 >>},% Subtype=/Link% }% } \def\PDFNextPage{\@ifnextchar[{\PDFNextPage@}{\PDFNextPage@[]}} \def\PDFNextPage@[#1]#2{% - \pdfmark[{#2}]{#1,Border=\@pdfborder,Color=.2 .1 .5, - pdfmark=/ANN,Subtype=/Link,Page=/Next}} + \pdfmark[{#2}]{% + #1,% + Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% + Color=.2 .1 .5, + pdfmark=/ANN,% + Subtype=/Link,% + Page=/Next% + }% +} \def\PDFPreviousPage{% \@ifnextchar[{\PDFPreviousPage@}{\PDFPreviousPage@[]}% } \def\PDFPreviousPage@[#1]#2{% - \pdfmark[{#2}]{#1,Border=\@pdfborder,Color=.4 .4 .1, - pdfmark=/ANN,Subtype=/Link,Page=/Prev}} + \pdfmark[{#2}]{% + #1,% + Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% + Color=.4 .4 .1,% + pdfmark=/ANN,% + Subtype=/Link,% + Page=/Prev% + }% +} \def\PDFOpen#1{% \pdfmark{#1,pdfmark=/DOCVIEW}% } @@ -424,6 +552,7 @@ Page={#2},% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@pagebordercolor,% pdfmark=/ANN,% Subtype=/Link% @@ -438,6 +567,7 @@ \fi} \def\hyper@linkurl#1#2{% \begingroup + \Hy@pstringdef\Hy@pstringURI{#2}% \hyper@chars \leavevmode \pdfmark[{#1}]{% @@ -445,46 +575,56 @@ linktype=url,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% Color=\@urlbordercolor,% - Action={<< /Subtype /URI /URI (#2) >>},% + Action={<< /Subtype /URI /URI (\Hy@pstringURI) >>},% Subtype=/Link% }% \endgroup } \def\hyper@linkfile#1#2#3{% \begingroup + \Hy@pstringdef\Hy@pstringF{#2}% + \Hy@pstringdef\Hy@pstringD{#3}% \leavevmode \pdfmark[{#1}]{% pdfmark=/ANN,% Subtype=/Link, AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% linktype=file,% Color=\@filebordercolor,% Action={<< /S /GoToR \ifHy@newwindow /NewWindow true \fi - /F (#2) - /D \ifx\\#3\\[0 \@pdfstartview]\else(#3) cvn\fi + /F (\Hy@pstringF) + /D \ifx\\#3\\[0 \@pdfstartview]\else(\Hy@pstringD) cvn\fi >>}% }% \endgroup } \def\@hyper@launch run:#1\\#2#3{% \begingroup + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% \leavevmode \pdfmark[{#2}]{% pdfmark=/ANN,% Subtype=/Link,% AcroHighlight=\@pdfhighlight,% Border=\@pdfborder,% + BorderStyle=\@pdfborderstyle,% linktype=file,% Color=\@filebordercolor,% Action={<< /S /Launch \ifHy@newwindow /NewWindow true \fi - /F (#1) - \ifx\\#3\\\else /Win << /P (#3) /F (#1) >> \fi + /F (\Hy@pstringF) + \ifx\\#3\\% + \else + /Win << /P (\Hy@pstringP) /F (\Hy@pstringF) >> + \fi >>}% }% \endgroup @@ -548,24 +688,26 @@ [ /_objdef {afields} /type /array /OBJ pdfmark -[/BBox [0 0 100 100] /_objdef {Check} /BP pdfmark -1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (4) show -[/EP pdfmark -[/BBox [0 0 100 100] /_objdef {Cross} /BP pdfmark -1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (8) show -[/EP pdfmark -[/BBox [0 0 250 100] /_objdef {Submit} /BP pdfmark 0.6 setgray 0 0 250 -100 rectfill 1 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 96 -lineto 4 96 lineto 4 4 lineto fill 0.34 setgray 248 98 moveto 248 2 -lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill -/Helvetica 76 selectfont 0 setgray 8 22.5 moveto (Submit) show -[/EP pdfmark -[/BBox [0 0 250 100] /_objdef {SubmitP} /BP pdfmark 0.6 setgray 0 0 -250 100 rectfill 0.34 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 -96 lineto 4 96 lineto 4 4 lineto fill 1 setgray 248 98 moveto 248 2 -lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill -/Helvetica 76 selectfont 0 setgray 10 20.5 moveto (Submit) show -[/EP pdfmark +{ + [/BBox [0 0 100 100] /_objdef {Check} /BP pdfmark + 1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (4) show + [/EP pdfmark + [/BBox [0 0 100 100] /_objdef {Cross} /BP pdfmark + 1 0 0 setrgbcolor /ZapfDingbats 80 selectfont 20 20 moveto (8) show + [/EP pdfmark + [/BBox [0 0 250 100] /_objdef {Submit} /BP pdfmark 0.6 setgray 0 0 250 + 100 rectfill 1 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 96 + lineto 4 96 lineto 4 4 lineto fill 0.34 setgray 248 98 moveto 248 2 + lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill + /Helvetica 76 selectfont 0 setgray 8 22.5 moveto (Submit) show + [/EP pdfmark + [/BBox [0 0 250 100] /_objdef {SubmitP} /BP pdfmark 0.6 setgray 0 0 + 250 100 rectfill 0.34 setgray 2 2 moveto 2 98 lineto 248 98 lineto 246 + 96 lineto 4 96 lineto 4 4 lineto fill 1 setgray 248 98 moveto 248 2 + lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill + /Helvetica 76 selectfont 0 setgray 10 20.5 moveto (Submit) show + [/EP pdfmark +} ?pdfmark [ {aform} << /Fields {afields} @@ -609,6 +751,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \ifFld@hidden\def\Fld@width{1sp}\fi \ifx\Fld@value\@empty\def\Fld@value{\Fld@default}\fi \LayoutTextField{#2}{% + \Hy@escapeform\PDFForm@Text \pdfmark[\MakeTextField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,Raw={\PDFForm@Text}% }% @@ -663,6 +806,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \expandafter\Fld@checkequals\@curropt==\\% \Hy@StepCount\Fld@listcount \@currDisplay\space + \Hy@escapeform\PDFForm@Radio \pdfmark[\MakeRadioField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,% Raw={\PDFForm@Radio /AP <</N <</\@currValue\space {Check}>> >>}% @@ -680,6 +824,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \Choice@toks{\the\Choice@toks [(\@currValue) (\@currDisplay)]}% }\@processme }% + \Hy@escapeform\PDFForm@List \pdfmark[\MakeChoiceField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,Raw={\PDFForm@List}% }% @@ -691,6 +836,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutPushButtonField{% + \Hy@escapeform\PDFForm@Push \pdfmark[\MakeButtonField{#2}]{% pdfmark=/ANN,Raw={\PDFForm@Push}% }% @@ -705,6 +851,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\Fld@name{Submit}% \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi + \Hy@escapeform\PDFForm@Submit \pdfmark[\MakeButtonField{#2}]{% pdfmark=/ANN,% Raw={\PDFForm@Submit /AP << /N {Submit} /D {SubmitP} >>}% @@ -719,6 +866,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\Fld@name{Reset}% \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi + \Hy@escapeform\PDFForm@Reset \pdfmark[\MakeButtonField{#2}]{% pdfmark=/ANN,Raw={\PDFForm@Reset}% }% @@ -734,16 +882,58 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \setkeys{Field}{#1}% \ifFld@hidden\def\Fld@width{1sp}\fi \LayoutCheckField{#2}{% + \Hy@escapeform\PDFForm@Check \pdfmark[\MakeCheckField{\Fld@width}{\Fld@height}]{% pdfmark=/ANN,Raw={\PDFForm@Check}% }% }% \egroup } +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname pdfescapestring\endcsname\relax + \let\Hy@escapestring\@firstofone + \def\Hy@escapeform#1{% + \ifHy@escapeform + \def\Hy@escapestring##1{% + \noexpand\Hy@escapestring{\noexpand##1}% + }% + \edef\Hy@temp{#1}% + \expandafter\Hy@@escapeform\Hy@temp\Hy@escapestring{}\@nil + \def\Hy@escapestring##1{% + \@ifundefined{Hy@esc@\string##1}{% + ##1% + \ThisShouldNotHappen + }{% + \csname Hy@esc@\string##1\endcsname + }% + }% + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \def\Hy@@escapeform#1\Hy@escapestring#2#3\@nil{% + \ifx\\#3\\% + \else + \expandafter\Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}% + \Hy@ReturnAfterFi{% + \Hy@@escapeform#3\@nil + }% + \fi + }% +\else + \def\Hy@escapeform#1{% + \ifHy@escapeform + \let\Hy@escapestring\pdfescapestring + \else + \let\Hy@escapestring\@firstofone + \fi + }% + \Hy@escapeform{}% +\fi \def\PDFForm@Check{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /MK << @@ -752,7 +942,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \else /BG [\Fld@bcolor] \fi - /CA (\Fld@cbsymbol) + /CA (\Hy@escapestring{\Fld@cbsymbol}) >> /DA (/ZaDb \strip@pt\Fld@charsize\space Tf \Fld@color\space rg) /FT /Btn @@ -762,7 +952,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Push{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -770,56 +960,56 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill /MK << /BC [\Fld@bordercolor] >> - /A << /S /JavaScript /JS (\Fld@onclick;) >> + /A << /S /JavaScript /JS (\Hy@escapestring{\Fld@onclick}) >> } \def\Fld@additionalactions{% /AA << \ifx\Fld@keystroke@code\@empty \else - /K << /S /JavaScript /JS (\Fld@keystroke@code) >> + /K << /S /JavaScript /JS (\Hy@escapestring{\Fld@keystroke@code}) >> \fi \ifx\Fld@format@code\@empty \else - /F << /S /JavaScript /JS (\Fld@format@code) >> + /F << /S /JavaScript /JS (\Hy@escapestring{\Fld@format@code}) >> \fi \ifx\Fld@validate@code\@empty \else - /V << /S /JavaScript /JS (\Fld@validate@code) >> + /V << /S /JavaScript /JS (\Hy@escapestring{\Fld@validate@code}) >> \fi \ifx\Fld@calculate@code\@empty \else - /C << /S /JavaScript /JS (\Fld@calculate@code) >> + /C << /S /JavaScript /JS (\Hy@escapestring{\Fld@calculate@code}) >> \fi \ifx\Fld@onfocus@code\@empty \else - /Fo << /S /JavaScript /JS (\Fld@onfocus@code) >> + /Fo << /S /JavaScript /JS (\Hy@escapestring{\Fld@onfocus@code}) >> \fi \ifx\Fld@onblur@code\@empty \else - /Bl << /S /JavaScript /JS (\Fld@onblur@code) >> + /Bl << /S /JavaScript /JS (\Hy@escapestring{\Fld@onblur@code}) >> \fi \ifx\Fld@onmousedown@code\@empty \else - /D << /S /JavaScript /JS (\Fld@onmousedown@code) >> + /D << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmousedown@code}) >> \fi \ifx\Fld@onmouseup@code\@empty \else - /U << /S /JavaScript /JS (\Fld@onmouseup@code) >> + /U << /S /JavaScript /JS (\Hy@escapestring{\Fld@onmouseup@code}) >> \fi \ifx\Fld@onenter@code\@empty \else - /E << /S /JavaScript /JS (\Fld@onenter@code) >> + /E << /S /JavaScript /JS (\Hy@escapestring{\Fld@onenter@code}) >> \fi \ifx\Fld@onexit@code\@empty \else - /X << /S /JavaScript /JS (\Fld@onexit@code) >> + /X << /S /JavaScript /JS (\Hy@escapestring{\Fld@onexit@code}) >> \fi >> } \def\PDFForm@List{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Ch /Q \Fld@align\space /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -832,14 +1022,14 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) /Opt [\the\Choice@toks] - /DV (\Fld@default) + /DV (\Hy@escapestring{\Fld@default}) \Fld@additionalactions \Fld@flags } \def\PDFForm@Radio{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 49152 /H /P @@ -863,7 +1053,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Text{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /Q \Fld@align\space /FT /Tx /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> @@ -875,8 +1065,8 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \fi >> /DA (/Helv \strip@pt\Fld@charsize\space Tf \Fld@color\space rg ) - /DV (\Fld@default) - /V (\Fld@value) + /DV (\Hy@escapestring{\Fld@default}) + /V (\Hy@escapestring{\Fld@value}) \Fld@additionalactions \ifFld@multiline \ifFld@readonly /Ff 4097 \else /Ff 4096 \fi @@ -892,7 +1082,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Submit{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /Ff 65540 /H /P @@ -904,7 +1094,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill /S /SubmitForm /F << /FS /URL - /F (\Form@action) + /F (\Hy@escapestring{\Form@action}) >> \ifForm@html /Flags 4 \fi >> @@ -912,7 +1102,7 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \def\PDFForm@Reset{% /Subtype /Widget \ifFld@hidden /F 6 \else /F 4 \fi - /T (\Fld@name) + /T (\Hy@escapestring{\Fld@name}) /FT /Btn /H /P /DA (/Helv \strip@pt\Fld@charsize\space Tf 0 0 1 rg) @@ -923,11 +1113,10 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill /BS << /W \Fld@borderwidth\space /S /\Fld@borderstyle\space >> /A << /S /ResetForm >> } -\newwrite\@outlinefile \def\Hy@writebookmark#1#2#3#4#5{% section number, text, label, level, file \ifx\WriteBookmarks\relax% \else - \ifnum#4>\c@tocdepth + \ifnum#4>\Hy@bookmarksdepth\relax \else \@@writetorep{#1}{#2}{#3}{#4}{#5}% \fi @@ -975,11 +1164,13 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \let\numberline\@gobble \fi \pdfstringdef\Hy@tempa{#2}% - \protected@write\@outlinefile{}{% - \protect\BOOKMARK - [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% - {\Hy@tempa}{\Hy@tempb}% - }% + \if@filesw + \protected@write\@outlinefile{}{% + \protect\BOOKMARK + [\Hy@level][\@bookmarkopenstatus{\Hy@level}]{#3}% + {\Hy@tempa}{\Hy@tempb}% + }% + \fi \fi \endgroup } @@ -1015,10 +1206,11 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \fi \def\@@BOOKMARK[##1][##2]##3##4##5{% \def\Hy@temp{##4}% + \Hy@pstringdef\Hy@pstringName{##3}% \pdfmark{% pdfmark=/OUT,% Count={##2\check@bm@number{##3}},% - Dest={##3},% + Dest={\Hy@pstringName},% Title=\expandafter\strip@prefix\meaning\Hy@temp }% }% @@ -1027,11 +1219,14 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \InputIfFileExists{\jobname.out}{}{}% }% %{\escapechar\m@ne\InputIfFileExists{\jobname.out}{}{}}% - \ifx\WriteBookmarks\relax\else - \if@filesw\immediate\openout\@outlinefile=\jobname.out - \ifHy@typexml - \immediate\write\@outlinefile{<relaxxml>\relax}% - \fi + \ifx\WriteBookmarks\relax + \else + \if@filesw + \newwrite\@outlinefile + \immediate\openout\@outlinefile=\jobname.out + \ifHy@typexml + \immediate\write\@outlinefile{<relaxxml>\relax}% + \fi \fi \fi \endgroup @@ -1090,6 +1285,19 @@ lineto 2 2 lineto 4 4 lineto 246 4 lineto 246 96 lineto fill \Hy@org@chapter }% } +\let\H@old@part\@part +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname chapter\endcsname\relax + \let\Hy@secnum@part\z@ +\else + \let\Hy@secnum@part\m@ne +\fi +\def\@part{% + \ifnum\Hy@secnum@part>\c@secnumdepth + \phantomsection + \fi + \H@old@part +} \let\H@old@spart\@spart \def\@spart#1{% \H@old@spart{#1}% diff --git a/Master/texmf-dist/tex/latex/hyperref/puenc.def b/Master/texmf-dist/tex/latex/hyperref/puenc.def index de9f7ebbdac..61edb3754f7 100644 --- a/Master/texmf-dist/tex/latex/hyperref/puenc.def +++ b/Master/texmf-dist/tex/latex/hyperref/puenc.def @@ -7,7 +7,6 @@ %% hyperref.dtx (with options: `puenc') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -%% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $ %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -23,7 +22,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{puenc.def} - [2003/11/30 v6.74m + [2006/08/16 v6.75c Hyperref: PDF Unicode definition (HO)] \DeclareFontEncoding{PU}{}{} \DeclareTextCommand{\textLF}{PU}{\80\012} % line feed @@ -53,6 +52,10 @@ \DeclareTextCompositeCommand{\c}{PU}{\@empty}{\textcedilla} \DeclareTextCompositeCommand{\U}{PU}{\@empty}{\textbreve} \DeclareTextCompositeCommand{\C}{PU}{\@empty}{\textdoublegrave} +\DeclareTextCommand{\=}{PU}[1]{\TextSymbolUnavailable{\={#1}}#1} +\DeclareTextCommand{\H}{PU}[1]{\TextSymbolUnavailable{\H{#1}}#1} +\DeclareTextCommand{\k}{PU}[1]{\TextSymbolUnavailable{\k{#1}}#1} +\DeclareTextCommand{\u}{PU}[1]{\TextSymbolUnavailable{\u{#1}}#1} \DeclareTextCommand{\textbreve}{PU}{\80\030} % breve \DeclareTextCommand{\textcaron}{PU}{\80\031} % caron \DeclareTextCommand{\textcircumflex}{PU}{\80\032} % circumflex @@ -81,29 +84,9 @@ \DeclareTextCommand{\textbar}{PU}{|} % bar \DeclareTextCommand{\textbraceright}{PU}{\80\175} % braceright \DeclareTextCommand{\textasciitilde}{PU}{\80\176} % asciitilde -\DeclareTextCommand{\textbullet}{PU}{\80\200} % bullet -\DeclareTextCommand{\textdagger}{PU}{\80\201} % dagger -\DeclareTextCommand{\textdaggerdbl}{PU}{\80\202} % daggerdbl -\DeclareTextCommand{\textellipsis}{PU}{\80\203} % ellipsis -\DeclareTextCommand{\textemdash}{PU}{\80\204} % emdash -\DeclareTextCommand{\textendash}{PU}{\80\205} % endash -\DeclareTextCommand{\textflorin}{PU}{\80\206} % florin -\DeclareTextCommand{\textfractionmark}{PU}{/} % fraction, \80\207 -\DeclareTextCommand{\guilsinglleft}{PU}{\80\210} % guilsinglleft -\DeclareTextCommand{\guilsinglright}{PU}{\80\211} % guilsinglright \DeclareTextCommand{\textminus}{PU}{-} % minus, \80\212 -\DeclareTextCommand{\textperthousand}{PU}{\80\213} % perthousand -\DeclareTextCommand{\quotedblbase}{PU}{\80\214} % quotedblbase -\DeclareTextCommand{\textquotedblleft}{PU}{\80\215} % quotedblleft -\DeclareTextCommand{\textquotedblright}{PU}{\80\216} % quotedblright -\DeclareTextCommand{\textquoteleft}{PU}{\80\217} % quoteleft -\DeclareTextCommand{\textquoteright}{PU}{\80\220} % quoteright -\DeclareTextCommand{\quotesinglbase}{PU}{\80\221} % quotesinglbase -\DeclareTextCommand{\texttrademark}{PU}{\80\222} % trademark \DeclareTextCommand{\textfi}{PU}{fi} % fi ?? \80\223 \DeclareTextCommand{\textfl}{PU}{fl} % fl ?? \80\224 -\DeclareTextCommand{\OE}{PU}{\80\226} % OE -\DeclareTextCommand{\oe}{PU}{\80\234} % oe \DeclareTextCommand{\textexclamdown}{PU}{\80\241} % exclamdown \DeclareTextCommand{\textcent}{PU}{\80\242} % cent \DeclareTextCommand{\textsterling}{PU}{\80\243} % sterling @@ -204,7 +187,6 @@ \DeclareTextCompositeCommand{\"}{PU}{y}{\80\377} % ydieresis \DeclareTextCommand{\ij}{PU}{\80\377} \DeclareTextCommand{\SS}{PU}{SS} -\DeclareTextCommand{\textcelsius}{PU}{\textdegree C} \DeclareTextCommand{\textglqq}{PU}{\quotedblbase} \DeclareTextCommand{\textgrqq}{PU}{\textquotedblleft} \DeclareTextCommand{\textglq}{PU}{\quotesinglbase} @@ -218,7 +200,6 @@ \DeclareTextCommand{\textdiv}{PU}{\textdivide} \DeclareTextCommand{\textpm}{PU}{\textplusminus} \DeclareTextCommand{\textcdot}{PU}{\textperiodcentered} -\DeclareTextCommand{\textbeta}{PU}{\ss} \DeclareTextCompositeCommand{\=}{PU}{A}{\81\000}% Amacron \DeclareTextCompositeCommand{\=}{PU}{a}{\81\001}% amacron \DeclareTextCompositeCommand{\u}{PU}{A}{\81\002}% Abreve @@ -292,14 +273,16 @@ \DeclareTextCompositeCommand{\c}{PU}{n}{\81\106} % ncedilla \DeclareTextCompositeCommand{\v}{PU}{N}{\81\107} % Ncaron \DeclareTextCompositeCommand{\v}{PU}{n}{\81\110} % ncaron -\DeclareTextCommand{\NG}{PU}{NG} % \81\112 -\DeclareTextCommand{\ng}{PU}{ng} % \81\113 +\DeclareTextCommand{\NG}{PU}{\81\112} % NG +\DeclareTextCommand{\ng}{PU}{\81\113} % ng \DeclareTextCompositeCommand{\=}{PU}{O}{\81\114} % Omacron \DeclareTextCompositeCommand{\=}{PU}{o}{\81\115} % omacron \DeclareTextCompositeCommand{\u}{PU}{O}{\81\116} % Obreve \DeclareTextCompositeCommand{\u}{PU}{o}{\81\117} % obreve \DeclareTextCompositeCommand{\H}{PU}{O}{\81\120} % Odoubleacute \DeclareTextCompositeCommand{\H}{PU}{o}{\81\121} % odoubleacute +\DeclareTextCommand{\OE}{PU}{\81\122} % OE +\DeclareTextCommand{\oe}{PU}{\81\123} % oe \DeclareTextCompositeCommand{\'}{PU}{R}{\81\124} % Racute \DeclareTextCompositeCommand{\'}{PU}{r}{\81\125} % racute \DeclareTextCompositeCommand{\c}{PU}{R}{\81\126} % Rcedilla @@ -344,6 +327,7 @@ \DeclareTextCompositeCommand{\.}{PU}{z}{\81\174} % zdot \DeclareTextCompositeCommand{\v}{PU}{Z}{\81\175} % Zcaron \DeclareTextCompositeCommand{\v}{PU}{z}{\81\176} % zcaron +\DeclareTextCommand{\textflorin}{PU}{\81\222} % florin \DeclareTextCompositeCommand{\v}{PU}{A}{\81\315} % Acaron \DeclareTextCompositeCommand{\v}{PU}{a}{\81\316} % acaron \DeclareTextCompositeCommand{\v}{PU}{I}{\81\317} % Icaron @@ -658,8 +642,27 @@ \DeclareTextCompositeCommand{\"}{PU}{\cyrch}{\84\365}% che diaeresis \DeclareTextCompositeCommand{\"}{PU}{\CYRERY}{\84\370}% YERU diaeresis \DeclareTextCompositeCommand{\"}{PU}{\cyrery}{\84\371}% yeru diaeresis +\DeclareTextCommand{\textendash}{PU}{\9040\023} % endash +\DeclareTextCommand{\textemdash}{PU}{\9040\024} % emdash +\DeclareTextCommand{\textquoteleft}{PU}{\9040\030} % quoteleft +\DeclareTextCommand{\textquoteright}{PU}{\9040\031} % quoteright +\DeclareTextCommand{\quotesinglbase}{PU}{\9040\032} % quotesinglbase +\DeclareTextCommand{\textquotedblleft}{PU}{\9040\034} % quotedblleft +\DeclareTextCommand{\textquotedblright}{PU}{\9040\035} % quotedblright +\DeclareTextCommand{\quotedblbase}{PU}{\9040\036} % quotedblbase +\DeclareTextCommand{\textdagger}{PU}{\9040\040} % dagger +\DeclareTextCommand{\textdaggerdbl}{PU}{\9040\041} % daggerdbl +\DeclareTextCommand{\textbullet}{PU}{\9040\042} % bullet +\DeclareTextCommand{\textellipsis}{PU}{\9040\046} % ellipsis +\DeclareTextCommand{\textperthousand}{PU}{\9040\060} % perthousand +\DeclareTextCommand{\textpertenthousand}{PU}{\9040\061} % pertenthousand +\DeclareTextCommand{\guilsinglleft}{PU}{\9040\071} % guilsinglleft +\DeclareTextCommand{\guilsinglright}{PU}{\9040\072} % guilsinglright +\DeclareTextCommand{\textfractionmark}{PU}{\9040\104} % fraction slash \DeclareTextCommand{\texteuro}{PU}{\9040\254} % Euro +\DeclareTextCommand{\textcelsius}{PU}{\9041\003} \DeclareTextCommand{\textnumero}{PU}{\9041\026} +\DeclareTextCommand{\texttrademark}{PU}{\9041\042} % trademark \endinput %% %% End of file `puenc.def'. diff --git a/Master/texmf-dist/tex/latex/hyperref/puvnenc.def b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def new file mode 100644 index 00000000000..53ee5ad0886 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hyperref/puvnenc.def @@ -0,0 +1,163 @@ +%% +%% This is file `puvnenc.def', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% hyperref.dtx (with options: `puvnenc') +%% +%% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, +%% +%% This file is part of the `Hyperref Bundle'. +%% ------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% The list of all files belonging to the `Hyperref Bundle' is +%% given in the file `manifest.txt'. +%% +\ProvidesFile{puvnenc.def} + [2006/08/16 v6.75c + Hyperref: Additions to puenc.def for VnTeX] +\DeclareTextCommand{\abreve}{PU}{\81\003} +\DeclareTextCommand{\acircumflex}{PU}{\80\342} +\DeclareTextCommand{\dj}{PU}{\81\021} +\DeclareTextCommand{\ecircumflex}{PU}{\80\352} +\DeclareTextCommand{\ocircumflex}{PU}{\80\364} +\DeclareTextCommand{\ohorn}{PU}{\81\241} +\DeclareTextCommand{\uhorn}{PU}{\81\260} +\DeclareTextCommand{\ABREVE}{PU}{\81\002} +\DeclareTextCommand{\ACIRCUMFLEX}{PU}{\80\302} +\DeclareTextCommand{\DJ}{PU}{\81\020} +\DeclareTextCommand{\ECIRCUMFLEX}{PU}{\80\312} +\DeclareTextCommand{\OCIRCUMFLEX}{PU}{\80\324} +\DeclareTextCommand{\OHORN}{PU}{\81\240} +\DeclareTextCommand{\UHORN}{PU}{\81\257} +\DeclareTextCompositeCommand{\'}{PU}{a}{\80\341} +\DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241} +\DeclareTextCompositeCommand{\`}{PU}{a}{\80\340} +\DeclareTextCompositeCommand{\h}{PU}{a}{\9036\243} +\DeclareTextCompositeCommand{\~}{PU}{a}{\80\343} +\DeclareTextCompositeCommand{\'}{PU}{\abreve}{\9036\257} +\DeclareTextCompositeCommand{\d}{PU}{\abreve}{\9036\267} +\DeclareTextCompositeCommand{\`}{PU}{\abreve}{\9036\261} +\DeclareTextCompositeCommand{\h}{PU}{\abreve}{\9036\263} +\DeclareTextCompositeCommand{\~}{PU}{\abreve}{\9036\265} +\DeclareTextCompositeCommand{\'}{PU}{\acircumflex}{\9036\245} +\DeclareTextCompositeCommand{\d}{PU}{\acircumflex}{\9036\255} +\DeclareTextCompositeCommand{\`}{PU}{\acircumflex}{\9036\247} +\DeclareTextCompositeCommand{\h}{PU}{\acircumflex}{\9036\251} +\DeclareTextCompositeCommand{\~}{PU}{\acircumflex}{\9036\253} +\DeclareTextCompositeCommand{\'}{PU}{e}{\80\351} +\DeclareTextCompositeCommand{\d}{PU}{e}{\9036\271} +\DeclareTextCompositeCommand{\`}{PU}{e}{\80\350} +\DeclareTextCompositeCommand{\h}{PU}{e}{\9036\273} +\DeclareTextCompositeCommand{\~}{PU}{e}{\9036\275} +\DeclareTextCompositeCommand{\'}{PU}{\ecircumflex}{\9036\277} +\DeclareTextCompositeCommand{\d}{PU}{\ecircumflex}{\9036\307} +\DeclareTextCompositeCommand{\`}{PU}{\ecircumflex}{\9036\301} +\DeclareTextCompositeCommand{\h}{PU}{\ecircumflex}{\9036\303} +\DeclareTextCompositeCommand{\~}{PU}{\ecircumflex}{\9036\305} +\DeclareTextCompositeCommand{\'}{PU}{i}{\80\355} +\DeclareTextCompositeCommand{\d}{PU}{i}{\9036\313} +\DeclareTextCompositeCommand{\`}{PU}{i}{\80\354} +\DeclareTextCompositeCommand{\h}{PU}{i}{\9036\311} +\DeclareTextCompositeCommand{\~}{PU}{i}{\81\051} +\DeclareTextCompositeCommand{\'}{PU}{o}{\80\363} +\DeclareTextCompositeCommand{\d}{PU}{o}{\9036\315} +\DeclareTextCompositeCommand{\`}{PU}{o}{\80\362} +\DeclareTextCompositeCommand{\h}{PU}{o}{\9036\317} +\DeclareTextCompositeCommand{\~}{PU}{o}{\80\365} +\DeclareTextCompositeCommand{\'}{PU}{\ocircumflex}{\9036\321} +\DeclareTextCompositeCommand{\d}{PU}{\ocircumflex}{\9036\331} +\DeclareTextCompositeCommand{\`}{PU}{\ocircumflex}{\9036\323} +\DeclareTextCompositeCommand{\h}{PU}{\ocircumflex}{\9036\325} +\DeclareTextCompositeCommand{\~}{PU}{\ocircumflex}{\9036\327} +\DeclareTextCompositeCommand{\'}{PU}{\ohorn}{\9036\333} +\DeclareTextCompositeCommand{\d}{PU}{\ohorn}{\9036\343} +\DeclareTextCompositeCommand{\`}{PU}{\ohorn}{\9036\335} +\DeclareTextCompositeCommand{\h}{PU}{\ohorn}{\9036\337} +\DeclareTextCompositeCommand{\~}{PU}{\ohorn}{\9036\341} +\DeclareTextCompositeCommand{\'}{PU}{u}{\80\372} +\DeclareTextCompositeCommand{\d}{PU}{u}{\9036\345} +\DeclareTextCompositeCommand{\`}{PU}{u}{\80\371} +\DeclareTextCompositeCommand{\h}{PU}{u}{\9036\347} +\DeclareTextCompositeCommand{\~}{PU}{u}{\81\151} +\DeclareTextCompositeCommand{\'}{PU}{\uhorn}{\9036\351} +\DeclareTextCompositeCommand{\d}{PU}{\uhorn}{\9036\361} +\DeclareTextCompositeCommand{\`}{PU}{\uhorn}{\9036\353} +\DeclareTextCompositeCommand{\h}{PU}{\uhorn}{\9036\355} +\DeclareTextCompositeCommand{\~}{PU}{\uhorn}{\9036\357} +\DeclareTextCompositeCommand{\'}{PU}{y}{\80\375} +\DeclareTextCompositeCommand{\d}{PU}{y}{\9036\365} +\DeclareTextCompositeCommand{\`}{PU}{y}{\9036\363} +\DeclareTextCompositeCommand{\h}{PU}{y}{\9036\367} +\DeclareTextCompositeCommand{\~}{PU}{y}{\9036\371} +\DeclareTextCompositeCommand{\'}{PU}{A}{\80\301} +\DeclareTextCompositeCommand{\d}{PU}{A}{\9036\240} +\DeclareTextCompositeCommand{\`}{PU}{A}{\80\300} +\DeclareTextCompositeCommand{\h}{PU}{A}{\9036\242} +\DeclareTextCompositeCommand{\~}{PU}{A}{\80\303} +\DeclareTextCompositeCommand{\'}{PU}{\ABREVE}{\9036\256} +\DeclareTextCompositeCommand{\d}{PU}{\ABREVE}{\9036\266} +\DeclareTextCompositeCommand{\`}{PU}{\ABREVE}{\9036\260} +\DeclareTextCompositeCommand{\h}{PU}{\ABREVE}{\9036\262} +\DeclareTextCompositeCommand{\~}{PU}{\ABREVE}{\9036\264} +\DeclareTextCompositeCommand{\'}{PU}{\ACIRCUMFLEX}{\9036\244} +\DeclareTextCompositeCommand{\d}{PU}{\ACIRCUMFLEX}{\9036\254} +\DeclareTextCompositeCommand{\`}{PU}{\ACIRCUMFLEX}{\9036\246} +\DeclareTextCompositeCommand{\h}{PU}{\ACIRCUMFLEX}{\9036\250} +\DeclareTextCompositeCommand{\~}{PU}{\ACIRCUMFLEX}{\9036\252} +\DeclareTextCompositeCommand{\'}{PU}{E}{\80\311} +\DeclareTextCompositeCommand{\d}{PU}{E}{\9036\270} +\DeclareTextCompositeCommand{\`}{PU}{E}{\80\310} +\DeclareTextCompositeCommand{\h}{PU}{E}{\9036\272} +\DeclareTextCompositeCommand{\~}{PU}{E}{\9036\274} +\DeclareTextCompositeCommand{\'}{PU}{\ECIRCUMFLEX}{\9036\276} +\DeclareTextCompositeCommand{\d}{PU}{\ECIRCUMFLEX}{\9036\306} +\DeclareTextCompositeCommand{\`}{PU}{\ECIRCUMFLEX}{\9036\300} +\DeclareTextCompositeCommand{\h}{PU}{\ECIRCUMFLEX}{\9036\302} +\DeclareTextCompositeCommand{\~}{PU}{\ECIRCUMFLEX}{\9036\304} +\DeclareTextCompositeCommand{\'}{PU}{I}{\80\315} +\DeclareTextCompositeCommand{\d}{PU}{I}{\9036\312} +\DeclareTextCompositeCommand{\`}{PU}{I}{\80\314} +\DeclareTextCompositeCommand{\h}{PU}{I}{\9036\310} +\DeclareTextCompositeCommand{\~}{PU}{I}{\81\050} +\DeclareTextCompositeCommand{\'}{PU}{O}{\80\323} +\DeclareTextCompositeCommand{\d}{PU}{O}{\9036\314} +\DeclareTextCompositeCommand{\`}{PU}{O}{\80\322} +\DeclareTextCompositeCommand{\h}{PU}{O}{\9036\316} +\DeclareTextCompositeCommand{\~}{PU}{O}{\80\325} +\DeclareTextCompositeCommand{\'}{PU}{\OCIRCUMFLEX}{\9036\320} +\DeclareTextCompositeCommand{\d}{PU}{\OCIRCUMFLEX}{\9036\330} +\DeclareTextCompositeCommand{\`}{PU}{\OCIRCUMFLEX}{\9036\322} +\DeclareTextCompositeCommand{\h}{PU}{\OCIRCUMFLEX}{\9036\324} +\DeclareTextCompositeCommand{\~}{PU}{\OCIRCUMFLEX}{\9036\326} +\DeclareTextCompositeCommand{\'}{PU}{\OHORN}{\9036\332} +\DeclareTextCompositeCommand{\d}{PU}{\OHORN}{\9036\342} +\DeclareTextCompositeCommand{\`}{PU}{\OHORN}{\9036\334} +\DeclareTextCompositeCommand{\h}{PU}{\OHORN}{\9036\336} +\DeclareTextCompositeCommand{\~}{PU}{\OHORN}{\9036\340} +\DeclareTextCompositeCommand{\'}{PU}{U}{\80\332} +\DeclareTextCompositeCommand{\d}{PU}{U}{\9036\344} +\DeclareTextCompositeCommand{\`}{PU}{U}{\80\331} +\DeclareTextCompositeCommand{\h}{PU}{U}{\9036\346} +\DeclareTextCompositeCommand{\~}{PU}{U}{\81\150} +\DeclareTextCompositeCommand{\'}{PU}{\UHORN}{\9036\350} +\DeclareTextCompositeCommand{\d}{PU}{\UHORN}{\9036\360} +\DeclareTextCompositeCommand{\`}{PU}{\UHORN}{\9036\352} +\DeclareTextCompositeCommand{\h}{PU}{\UHORN}{\9036\354} +\DeclareTextCompositeCommand{\~}{PU}{\UHORN}{\9036\356} +\DeclareTextCompositeCommand{\'}{PU}{Y}{\80\335} +\DeclareTextCompositeCommand{\d}{PU}{Y}{\9036\364} +\DeclareTextCompositeCommand{\`}{PU}{Y}{\9036\362} +\DeclareTextCompositeCommand{\h}{PU}{Y}{\9036\366} +\DeclareTextCompositeCommand{\~}{PU}{Y}{\9036\370} +\endinput +%% +%% End of file `puvnenc.def'. diff --git a/Master/texmf-dist/tpm/hyperref.tpm b/Master/texmf-dist/tpm/hyperref.tpm index 59d3fa99752..535822345c9 100644 --- a/Master/texmf-dist/tpm/hyperref.tpm +++ b/Master/texmf-dist/tpm/hyperref.tpm @@ -3,8 +3,8 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/hyperref.zip"> <TPM:Name>hyperref</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/01/11 23:54:03</TPM:Date> - <TPM:Version>6.73n</TPM:Version> + <TPM:Date>2006/08/16 06:28:16</TPM:Date> + <TPM:Version></TPM:Version> <TPM:Creator>rahtz</TPM:Creator> <TPM:Title>Extensive support for hypertext in LaTeX.</TPM:Title> <TPM:Description> @@ -23,7 +23,7 @@ backends. <TPM:Author>Sebastian Rahtz</TPM:Author> <TPM:Size>2382207</TPM:Size> <TPM:Build/> - <TPM:RunFiles size="450468"> + <TPM:RunFiles size="487984"> texmf-dist/tex/latex/hyperref/backref.sty texmf-dist/tex/latex/hyperref/hdvipdfm.def texmf-dist/tex/latex/hyperref/hdvips.def @@ -36,6 +36,7 @@ texmf-dist/tex/latex/hyperref/htexture.def texmf-dist/tex/latex/hyperref/hvtex.def texmf-dist/tex/latex/hyperref/hvtexhtm.def texmf-dist/tex/latex/hyperref/hvtexmrk.def +texmf-dist/tex/latex/hyperref/hylatex.ltx texmf-dist/tex/latex/hyperref/hyperref.sty texmf-dist/tex/latex/hyperref/hypertex.def texmf-dist/tex/latex/hyperref/minitoc-hyper.sty @@ -45,74 +46,75 @@ texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty texmf-dist/tex/latex/hyperref/pd1enc.def texmf-dist/tex/latex/hyperref/pdfmark.def texmf-dist/tex/latex/hyperref/puenc.def +texmf-dist/tex/latex/hyperref/puvnenc.def texmf-dist/tex/latex/hyperref/xr-hyper.sty texmf-dist/tpm/hyperref.tpm </TPM:RunFiles> - <TPM:DocFiles size="1484382"> + <TPM:DocFiles size="4436814"> texmf-dist/doc/latex/hyperref/ChangeLog +texmf-dist/doc/latex/hyperref/ChangeLog.pdf texmf-dist/doc/latex/hyperref/README +texmf-dist/doc/latex/hyperref/README.pdf texmf-dist/doc/latex/hyperref/cmmi10-22.gif texmf-dist/doc/latex/hyperref/cmsy10-21.gif -texmf-dist/doc/latex/hyperref/fdl.tex -texmf-dist/doc/latex/hyperref/hycheck.tex -texmf-dist/doc/latex/hyperref/hylatex.ltx -texmf-dist/doc/latex/hyperref/manifest.txt +texmf-dist/doc/latex/hyperref/hyperref.pdf +texmf-dist/doc/latex/hyperref/manual.css texmf-dist/doc/latex/hyperref/manual.html texmf-dist/doc/latex/hyperref/manual.pdf -texmf-dist/doc/latex/hyperref/manual.tex texmf-dist/doc/latex/hyperref/manual2.html texmf-dist/doc/latex/hyperref/manual3.html -texmf-dist/doc/latex/hyperref/options.tex +texmf-dist/doc/latex/hyperref/options.pdf texmf-dist/doc/latex/hyperref/paper.pdf texmf-dist/doc/latex/hyperref/slides.pdf -texmf-dist/doc/latex/hyperref/test/Makefile -texmf-dist/doc/latex/hyperref/test/bit.tex -texmf-dist/doc/latex/hyperref/test/bml.png -texmf-dist/doc/latex/hyperref/test/bmoe.png -texmf-dist/doc/latex/hyperref/test/bmsc.png -texmf-dist/doc/latex/hyperref/test/bmyi.png -texmf-dist/doc/latex/hyperref/test/bmzc.png -texmf-dist/doc/latex/hyperref/test/hog.eps -texmf-dist/doc/latex/hyperref/test/hog.pdf -texmf-dist/doc/latex/hyperref/test/phys1.jpg -texmf-dist/doc/latex/hyperref/test/phys2.jpg -texmf-dist/doc/latex/hyperref/test/picture.eps -texmf-dist/doc/latex/hyperref/test/picture.pdf -texmf-dist/doc/latex/hyperref/test/picture.png -texmf-dist/doc/latex/hyperref/test/test0.tex -texmf-dist/doc/latex/hyperref/test/test1.tex -texmf-dist/doc/latex/hyperref/test/test2.tex -texmf-dist/doc/latex/hyperref/test/test3.tex -texmf-dist/doc/latex/hyperref/test/test4.tex -texmf-dist/doc/latex/hyperref/test/test6.tex -texmf-dist/doc/latex/hyperref/test/test7.pdf -texmf-dist/doc/latex/hyperref/test/test7.tex -texmf-dist/doc/latex/hyperref/test/test8.tex -texmf-dist/doc/latex/hyperref/test/testams.tex -texmf-dist/doc/latex/hyperref/test/testbib.bbl -texmf-dist/doc/latex/hyperref/test/testbib.bib -texmf-dist/doc/latex/hyperref/test/testbib.tex -texmf-dist/doc/latex/hyperref/test/testbma.tex -texmf-dist/doc/latex/hyperref/test/testbmgl.tex -texmf-dist/doc/latex/hyperref/test/testbmu.tex -texmf-dist/doc/latex/hyperref/test/testbookmark.tex -texmf-dist/doc/latex/hyperref/test/testfor2.tex -texmf-dist/doc/latex/hyperref/test/testform.tex -texmf-dist/doc/latex/hyperref/test/testnb.tex -texmf-dist/doc/latex/hyperref/test/testoz.tex -texmf-dist/doc/latex/hyperref/test/testslide.tex -texmf-dist/doc/latex/hyperref/test/testurl.bbl -texmf-dist/doc/latex/hyperref/test/testurl.bib -texmf-dist/doc/latex/hyperref/test/testurl.tex </TPM:DocFiles> - <TPM:SourceFiles size="447357"> -texmf-dist/source/latex/hyperref/Makefile + <TPM:SourceFiles size="793353"> texmf-dist/source/latex/hyperref/backref.dtx -texmf-dist/source/latex/hyperref/hyperref.drv +texmf-dist/source/latex/hyperref/bmhydoc.sty +texmf-dist/source/latex/hyperref/doc/fdl.tex +texmf-dist/source/latex/hyperref/doc/manual.tex +texmf-dist/source/latex/hyperref/doc/options.tex texmf-dist/source/latex/hyperref/hyperref.dtx texmf-dist/source/latex/hyperref/hyperref.ins -texmf-dist/source/latex/hyperref/manual.css texmf-dist/source/latex/hyperref/nameref.dtx +texmf-dist/source/latex/hyperref/test/Makefile +texmf-dist/source/latex/hyperref/test/bit.tex +texmf-dist/source/latex/hyperref/test/bml.png +texmf-dist/source/latex/hyperref/test/bmoe.png +texmf-dist/source/latex/hyperref/test/bmsc.png +texmf-dist/source/latex/hyperref/test/bmyi.png +texmf-dist/source/latex/hyperref/test/bmzc.png +texmf-dist/source/latex/hyperref/test/hog.eps +texmf-dist/source/latex/hyperref/test/hog.pdf +texmf-dist/source/latex/hyperref/test/phys1.jpg +texmf-dist/source/latex/hyperref/test/phys2.jpg +texmf-dist/source/latex/hyperref/test/picture.eps +texmf-dist/source/latex/hyperref/test/picture.pdf +texmf-dist/source/latex/hyperref/test/picture.png +texmf-dist/source/latex/hyperref/test/test0.tex +texmf-dist/source/latex/hyperref/test/test1.tex +texmf-dist/source/latex/hyperref/test/test2.tex +texmf-dist/source/latex/hyperref/test/test3.tex +texmf-dist/source/latex/hyperref/test/test4.tex +texmf-dist/source/latex/hyperref/test/test6.tex +texmf-dist/source/latex/hyperref/test/test7.pdf +texmf-dist/source/latex/hyperref/test/test7.tex +texmf-dist/source/latex/hyperref/test/test8.tex +texmf-dist/source/latex/hyperref/test/testams.tex +texmf-dist/source/latex/hyperref/test/testbib.bbl +texmf-dist/source/latex/hyperref/test/testbib.bib +texmf-dist/source/latex/hyperref/test/testbib.tex +texmf-dist/source/latex/hyperref/test/testbma.tex +texmf-dist/source/latex/hyperref/test/testbmgl.tex +texmf-dist/source/latex/hyperref/test/testbmu.tex +texmf-dist/source/latex/hyperref/test/testbookmark.tex +texmf-dist/source/latex/hyperref/test/testfor2.tex +texmf-dist/source/latex/hyperref/test/testform.tex +texmf-dist/source/latex/hyperref/test/testnb.tex +texmf-dist/source/latex/hyperref/test/testoz.tex +texmf-dist/source/latex/hyperref/test/testslide.tex +texmf-dist/source/latex/hyperref/test/testurl.bbl +texmf-dist/source/latex/hyperref/test/testurl.bib +texmf-dist/source/latex/hyperref/test/testurl.tex </TPM:SourceFiles> <TPM:Provides>Package/hyperref</TPM:Provides> </rdf:Description> diff --git a/Master/texmf/lists/hyperref b/Master/texmf/lists/hyperref index f83c5a8c904..e9e53be83f2 100644 --- a/Master/texmf/lists/hyperref +++ b/Master/texmf/lists/hyperref @@ -1,65 +1,65 @@ texmf-dist/doc/latex/hyperref/ChangeLog +texmf-dist/doc/latex/hyperref/ChangeLog.pdf texmf-dist/doc/latex/hyperref/README +texmf-dist/doc/latex/hyperref/README.pdf texmf-dist/doc/latex/hyperref/cmmi10-22.gif texmf-dist/doc/latex/hyperref/cmsy10-21.gif -texmf-dist/doc/latex/hyperref/fdl.tex -texmf-dist/doc/latex/hyperref/hycheck.tex -texmf-dist/doc/latex/hyperref/hylatex.ltx -texmf-dist/doc/latex/hyperref/manifest.txt +texmf-dist/doc/latex/hyperref/hyperref.pdf +texmf-dist/doc/latex/hyperref/manual.css texmf-dist/doc/latex/hyperref/manual.html texmf-dist/doc/latex/hyperref/manual.pdf -texmf-dist/doc/latex/hyperref/manual.tex texmf-dist/doc/latex/hyperref/manual2.html texmf-dist/doc/latex/hyperref/manual3.html -texmf-dist/doc/latex/hyperref/options.tex +texmf-dist/doc/latex/hyperref/options.pdf texmf-dist/doc/latex/hyperref/paper.pdf texmf-dist/doc/latex/hyperref/slides.pdf -texmf-dist/doc/latex/hyperref/test/Makefile -texmf-dist/doc/latex/hyperref/test/bit.tex -texmf-dist/doc/latex/hyperref/test/bml.png -texmf-dist/doc/latex/hyperref/test/bmoe.png -texmf-dist/doc/latex/hyperref/test/bmsc.png -texmf-dist/doc/latex/hyperref/test/bmyi.png -texmf-dist/doc/latex/hyperref/test/bmzc.png -texmf-dist/doc/latex/hyperref/test/hog.eps -texmf-dist/doc/latex/hyperref/test/hog.pdf -texmf-dist/doc/latex/hyperref/test/phys1.jpg -texmf-dist/doc/latex/hyperref/test/phys2.jpg -texmf-dist/doc/latex/hyperref/test/picture.eps -texmf-dist/doc/latex/hyperref/test/picture.pdf -texmf-dist/doc/latex/hyperref/test/picture.png -texmf-dist/doc/latex/hyperref/test/test0.tex -texmf-dist/doc/latex/hyperref/test/test1.tex -texmf-dist/doc/latex/hyperref/test/test2.tex -texmf-dist/doc/latex/hyperref/test/test3.tex -texmf-dist/doc/latex/hyperref/test/test4.tex -texmf-dist/doc/latex/hyperref/test/test6.tex -texmf-dist/doc/latex/hyperref/test/test7.pdf -texmf-dist/doc/latex/hyperref/test/test7.tex -texmf-dist/doc/latex/hyperref/test/test8.tex -texmf-dist/doc/latex/hyperref/test/testams.tex -texmf-dist/doc/latex/hyperref/test/testbib.bbl -texmf-dist/doc/latex/hyperref/test/testbib.bib -texmf-dist/doc/latex/hyperref/test/testbib.tex -texmf-dist/doc/latex/hyperref/test/testbma.tex -texmf-dist/doc/latex/hyperref/test/testbmgl.tex -texmf-dist/doc/latex/hyperref/test/testbmu.tex -texmf-dist/doc/latex/hyperref/test/testbookmark.tex -texmf-dist/doc/latex/hyperref/test/testfor2.tex -texmf-dist/doc/latex/hyperref/test/testform.tex -texmf-dist/doc/latex/hyperref/test/testnb.tex -texmf-dist/doc/latex/hyperref/test/testoz.tex -texmf-dist/doc/latex/hyperref/test/testslide.tex -texmf-dist/doc/latex/hyperref/test/testurl.bbl -texmf-dist/doc/latex/hyperref/test/testurl.bib -texmf-dist/doc/latex/hyperref/test/testurl.tex -texmf-dist/source/latex/hyperref/Makefile texmf-dist/source/latex/hyperref/backref.dtx -texmf-dist/source/latex/hyperref/hyperref.drv +texmf-dist/source/latex/hyperref/bmhydoc.sty +texmf-dist/source/latex/hyperref/doc/fdl.tex +texmf-dist/source/latex/hyperref/doc/manual.tex +texmf-dist/source/latex/hyperref/doc/options.tex texmf-dist/source/latex/hyperref/hyperref.dtx texmf-dist/source/latex/hyperref/hyperref.ins -texmf-dist/source/latex/hyperref/manual.css texmf-dist/source/latex/hyperref/nameref.dtx +texmf-dist/source/latex/hyperref/test/Makefile +texmf-dist/source/latex/hyperref/test/bit.tex +texmf-dist/source/latex/hyperref/test/bml.png +texmf-dist/source/latex/hyperref/test/bmoe.png +texmf-dist/source/latex/hyperref/test/bmsc.png +texmf-dist/source/latex/hyperref/test/bmyi.png +texmf-dist/source/latex/hyperref/test/bmzc.png +texmf-dist/source/latex/hyperref/test/hog.eps +texmf-dist/source/latex/hyperref/test/hog.pdf +texmf-dist/source/latex/hyperref/test/phys1.jpg +texmf-dist/source/latex/hyperref/test/phys2.jpg +texmf-dist/source/latex/hyperref/test/picture.eps +texmf-dist/source/latex/hyperref/test/picture.pdf +texmf-dist/source/latex/hyperref/test/picture.png +texmf-dist/source/latex/hyperref/test/test0.tex +texmf-dist/source/latex/hyperref/test/test1.tex +texmf-dist/source/latex/hyperref/test/test2.tex +texmf-dist/source/latex/hyperref/test/test3.tex +texmf-dist/source/latex/hyperref/test/test4.tex +texmf-dist/source/latex/hyperref/test/test6.tex +texmf-dist/source/latex/hyperref/test/test7.pdf +texmf-dist/source/latex/hyperref/test/test7.tex +texmf-dist/source/latex/hyperref/test/test8.tex +texmf-dist/source/latex/hyperref/test/testams.tex +texmf-dist/source/latex/hyperref/test/testbib.bbl +texmf-dist/source/latex/hyperref/test/testbib.bib +texmf-dist/source/latex/hyperref/test/testbib.tex +texmf-dist/source/latex/hyperref/test/testbma.tex +texmf-dist/source/latex/hyperref/test/testbmgl.tex +texmf-dist/source/latex/hyperref/test/testbmu.tex +texmf-dist/source/latex/hyperref/test/testbookmark.tex +texmf-dist/source/latex/hyperref/test/testfor2.tex +texmf-dist/source/latex/hyperref/test/testform.tex +texmf-dist/source/latex/hyperref/test/testnb.tex +texmf-dist/source/latex/hyperref/test/testoz.tex +texmf-dist/source/latex/hyperref/test/testslide.tex +texmf-dist/source/latex/hyperref/test/testurl.bbl +texmf-dist/source/latex/hyperref/test/testurl.bib +texmf-dist/source/latex/hyperref/test/testurl.tex texmf-dist/tex/latex/hyperref/backref.sty texmf-dist/tex/latex/hyperref/hdvipdfm.def texmf-dist/tex/latex/hyperref/hdvips.def @@ -72,6 +72,7 @@ texmf-dist/tex/latex/hyperref/htexture.def texmf-dist/tex/latex/hyperref/hvtex.def texmf-dist/tex/latex/hyperref/hvtexhtm.def texmf-dist/tex/latex/hyperref/hvtexmrk.def +texmf-dist/tex/latex/hyperref/hylatex.ltx texmf-dist/tex/latex/hyperref/hyperref.sty texmf-dist/tex/latex/hyperref/hypertex.def texmf-dist/tex/latex/hyperref/minitoc-hyper.sty @@ -81,6 +82,7 @@ texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty texmf-dist/tex/latex/hyperref/pd1enc.def texmf-dist/tex/latex/hyperref/pdfmark.def texmf-dist/tex/latex/hyperref/puenc.def +texmf-dist/tex/latex/hyperref/puvnenc.def texmf-dist/tex/latex/hyperref/xr-hyper.sty texmf-dist/tpm/hyperref.tpm |