summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/changes/examples.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-31 20:23:44 +0000
committerKarl Berry <karl@freefriends.org>2021-05-31 20:23:44 +0000
commit10d58b650d57a8ef1a125721339aaf4613fa5ea8 (patch)
tree878682c20d9e6badd70ee8109a5db40446d0dd16 /Master/texmf-dist/source/latex/changes/examples.dtx
parent0c05f92e8f24f248b3baaca36b5a36cd23bca931 (diff)
changes (31may21)
git-svn-id: svn://tug.org/texlive/trunk@59408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/changes/examples.dtx')
-rw-r--r--Master/texmf-dist/source/latex/changes/examples.dtx24
1 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/changes/examples.dtx b/Master/texmf-dist/source/latex/changes/examples.dtx
index 9dc8932bfaa..0f6f1cdea31 100644
--- a/Master/texmf-dist/source/latex/changes/examples.dtx
+++ b/Master/texmf-dist/source/latex/changes/examples.dtx
@@ -43,12 +43,16 @@
\usepackage{babel}
% \end{macrocode}
%
+%<*example:package.hyperref>
+\usepackage{hyperref}
+%</example:package.hyperref>
+%
% Different package options.
%
% \begin{macrocode}
-%<*example:simple|example:setsocextension|example:setaddedmarkup|example:setdeletedmarkup|example:setcommentmarkup|example:sethighlightmarkup|example:setauthormarkup|example:setauthormarkupposition|example:setauthormarkuptext|example:listofchanges:list|example:listofchanges:show|example:listofchanges:summary|example:listofchanges:compactsummary|example:listofchanges:all|example:listofchanges:title|example:listofchanges:wrong|example:settruncatewidth|example:setsummarywidth|example:setsummarytowidth>
+%<*example:simple|example:setsocextension|example:setlocextension|example:setaddedmarkup|example:setdeletedmarkup|example:setcommentmarkup|example:sethighlightmarkup|example:setauthormarkup|example:setauthormarkupposition|example:setauthormarkuptext|example:listofchanges:list|example:listofchanges:show|example:listofchanges:summary|example:listofchanges:compactsummary|example:listofchanges:all|example:listofchanges:title|example:listofchanges:wrong|example:settruncatewidth|example:setsummarywidth|example:setsummarytowidth|example:package.hyperref>
\usepackage{changes}
-%</example:simple|example:setsocextension|example:setaddedmarkup|example:setdeletedmarkup|example:setcommentmarkup|example:sethighlightmarkup|example:setauthormarkup|example:setauthormarkupposition|example:setauthormarkuptext|example:listofchanges:list|example:listofchanges:show|example:listofchanges:summary|example:listofchanges:compactsummary|example:listofchanges:all|example:listofchanges:title|example:listofchanges:wrong|example:settruncatewidth|example:setsummarywidth|example:setsummarytowidth>
+%</example:simple|example:setsocextension|example:setlocextension|example:setaddedmarkup|example:setdeletedmarkup|example:setcommentmarkup|example:sethighlightmarkup|example:setauthormarkup|example:setauthormarkupposition|example:setauthormarkuptext|example:listofchanges:list|example:listofchanges:show|example:listofchanges:summary|example:listofchanges:compactsummary|example:listofchanges:all|example:listofchanges:title|example:listofchanges:wrong|example:settruncatewidth|example:setsummarywidth|example:setsummarytowidth|example:package.hyperref>
%
%<*example:draft>
\usepackage[draft]{changes}
@@ -274,6 +278,11 @@
\setsummarytowidth{The longest text you can imagine for the summary.}
%</example:setsummarytowidth>
%
+%<*example:setlocextension>
+\setlocextension{changes}
+%</example:setlocextension>
+% \end{macrocode}
+%
%<*example:setsocextension>
\setsocextension{changes}
%</example:setsocextension>
@@ -303,24 +312,27 @@
%<example:setauthormarkupposition>\verb|\setauthormarkupposition{left}|
%<example:setauthormarkuptext>\verb|\setauthormarkuptext{name}|
%<example:settruncatewidth>\verb|\settruncatewidth{.3\textwidth}|
+%<example:setlocextension>\verb|\setlocextension{changes}|
+%<example:setsocextension>\verb|\setsocextension{changes}|
%<example:setsummarywidth>\verb|\setsummarywidth{3cm}|
%<example:setsummarytowidth>\verb|\setsummarytowidth{The longest text you can imagine for the summary.}|
+%<example:package.hyperref>\verb|\usepackage{hyperref}| for linked list of changes
-%<*example:listofchanges:list|example:settruncatewidth>
+%<*example:listofchanges:list|example:settruncatewidth|example:package.hyperref>
\listofchanges
-%</example:listofchanges:list|example:settruncatewidth>
+%</example:listofchanges:list|example:settruncatewidth|example:package.hyperref>
%<*example:listofchanges:summary|example:setsummarywidth|example:setsummarytowidth>
\listofchanges[style=summary]
%</example:listofchanges:summary|example:setsummarywidth|example:setsummarytowidth>
%<*example:listofchanges:compactsummary>
\listofchanges[style=compactsummary]
%</example:listofchanges:compactsummary>
-%<*example:listofchanges:all>
+%<*example:listofchanges:all|example:setlocextension|example:setsocextension>
\listofchanges
\listofchanges[style=summary]
\listofchanges[style=compactsummary]
-%</example:listofchanges:all>
+%</example:listofchanges:all|example:setlocextension|example:setsocextension>
%<*example:listofchanges:title>
\listofchanges[title={New title for loc}]
\listofchanges[style=summary, title={New title for summary}]