Skip to content

Commit

Permalink
correct docu files
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Aug 13, 2024
1 parent cad6c10 commit dabc716
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 6 additions & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tdslocations = {
"doc/latex/hyperref/hyperref-doc.html",
"doc/latex/hyperref/hyperref-doc.pdf",
"doc/latex/hyperref/hyperref-linktarget.pdf",
"doc/latex/hyperref/hyperref-patches.pdf",
"doc/latex/hyperref/hyperref-doc2.html",
"doc/latex/hyperref/hyperref-doc3.html",
"doc/latex/hyperref/hyperref-doc4.html",
Expand All @@ -30,6 +31,8 @@ tdslocations = {
"source/latex/hyperref/bmhydoc.sty",
"source/latex/hyperref/hluatex.dtx",
"source/latex/hyperref/hyperref.dtx",
"source/latex/hyperref/hyperref-patches.dtx",
"source/latex/hyperref/hyperref-linktarget.dtx",

This comment has been minimized.

Copy link
@muzimuzhi

muzimuzhi Aug 14, 2024

Contributor

You may want to move hyperref-linktarget.dtx before hyperref-patches.dtx (l comes before h) to keep the surrounding items ordered.

"source/latex/hyperref/hyperref.ins",
"source/latex/hyperref/nameref.dtx",
"source/latex/hyperref/xr-hyper.dtx",
Expand Down Expand Up @@ -124,7 +127,9 @@ typesetfiles = {"hyperref-doc.tex",
"hyperref.dtx",
"nameref.dtx",
"xr-hyper.dtx",
"hyperref-linktarget.dtx"}
"hyperref-linktarget.dtx",
"hyperref-patches.dtx"
}

local function type_manual()
print("Special Typesetting hyperref-doc")
Expand Down
3 changes: 1 addition & 2 deletions hyperref-linktarget.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
% for those people who are interested.
%
%<*driver>
\RequirePackage{pdfmanagement-testphase}
\DocumentMetadata{pdfstandard=A-2b}
\documentclass[full]{l3doc}
\usepackage{array,booktabs,hyperxmp}
\usepackage{array,booktabs}
\hypersetup{pdfauthor=The LaTeX Project,
pdftitle=Make link targets (hyperref bundle)}
\usepackage[skins]{tcolorbox}
Expand Down
10 changes: 3 additions & 7 deletions hyperref-patches.dtx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
% \iffalse meta-comment
% \iffalse
%% File: hyperref-patches.dtx
%% Copyright
%% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek,
Expand Down Expand Up @@ -27,13 +26,9 @@
%% given in the file `manifest.txt'.
%
%<*driver>
\RequirePackage{pdfmanagement-testphase}
\DocumentMetadata{pdfstandard=A-2b}
\makeatletter
\declare@file@substitution{doc.sty}{doc-v3beta.sty}
\makeatother
\documentclass[full]{l3doc}
\usepackage{array,booktabs,hyperxmp}
\usepackage{array,booktabs}
\hypersetup{pdfauthor=The LaTeX Project,pdftitle=hyperref patches}
\usepackage{caption}
\begin{document}
Expand Down Expand Up @@ -79,7 +74,7 @@
% \texttt{nofoiltex}, \texttt{nolisting}, \texttt{nolistings}, \texttt{norevtex}.
%
% \end{documentation}

%
% \begin{implementation}
%
% \section{\pkg{hyperref-patches} documentation}
Expand Down Expand Up @@ -141,6 +136,7 @@
}{}
\fi
% \end{macrocode}
%
% \section{listings}
% --Moved 2021-06-30--
%
Expand Down

0 comments on commit dabc716

Please sign in to comment.