diff options
Diffstat (limited to 'Master/texmf-dist/doc/eplain/demo/xhyper.tex')
-rw-r--r-- | Master/texmf-dist/doc/eplain/demo/xhyper.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/eplain/demo/xhyper.tex b/Master/texmf-dist/doc/eplain/demo/xhyper.tex index 54742cb50b5..6527244fae5 100644 --- a/Master/texmf-dist/doc/eplain/demo/xhyper.tex +++ b/Master/texmf-dist/doc/eplain/demo/xhyper.tex @@ -1,3 +1,4 @@ +% $Id: xhyper.tex 60 2022-10-05 22:42:54Z karl $ % (This file is public domain.) % % This file demonstrates the following features of Eplain: @@ -10,7 +11,7 @@ % % The compiled demo can be downloaded from % -% http://tug.org/eplain/demo +% https://tug.org/eplain/demo % % In order to compile this file yourself, you will need the CTAN lion % drawing by Duane Bibby from @@ -170,7 +171,7 @@ Show me % |url.sty|. Remember that we have customized the color of |url| % hyperlinks, so this one will show up with a different color than the % default dark-red. -Take me to \url{http://tug.org/eplain}. +Take me to \url{https://tug.org/eplain}. % The second approach is to create an explicit URL link. We specify % yet another border highlighting mode, |P|, which means that the @@ -184,7 +185,7 @@ Take me to \url{http://tug.org/eplain}. \definecolor{mycolor}{rgb}{0.4,0.1,0.4} Take me to -\hlstart{url}{hlight=P,colormodel=,color=mycolor}{http://tug.org/eplain} +\hlstart{url}{hlight=P,colormodel=,color=mycolor}{https://tug.org/eplain} Eplain homepage\hlend. \bye |