summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvqrurl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-01 21:36:28 +0000
committerKarl Berry <karl@freefriends.org>2019-12-01 21:36:28 +0000
commitddd103d4f8b7d833d4c2a76a29b3f327d00f5258 (patch)
tree2358ad854c42a6ca8966bbbc5fa460376c85d1f7 /Master/texmf-dist/doc/latex/hvqrurl
parent1b8ffb778f92fd425f31f02b8443ac0edcb9c143 (diff)
hvqrurl (1dec19)
git-svn-id: svn://tug.org/texlive/trunk@52993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvqrurl')
-rw-r--r--Master/texmf-dist/doc/latex/hvqrurl/Changes3
-rw-r--r--Master/texmf-dist/doc/latex/hvqrurl/README6
-rw-r--r--Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.pdfbin95763 -> 96082 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.tex20
4 files changed, 18 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/hvqrurl/Changes b/Master/texmf-dist/doc/latex/hvqrurl/Changes
index dbf1c990f2b..85dfdd189e9 100644
--- a/Master/texmf-dist/doc/latex/hvqrurl/Changes
+++ b/Master/texmf-dist/doc/latex/hvqrurl/Changes
@@ -1,2 +1,3 @@
hvqrurl.sty:
-0.01 2019-11-27 - first CTAN version
+0.01a 2019-12-01 - fixes to the documentation
+0.01 2019-11-27 - first CTAN version
diff --git a/Master/texmf-dist/doc/latex/hvqrurl/README b/Master/texmf-dist/doc/latex/hvqrurl/README
index 12b48923cb0..8de40ba3795 100644
--- a/Master/texmf-dist/doc/latex/hvqrurl/README
+++ b/Master/texmf-dist/doc/latex/hvqrurl/README
@@ -3,8 +3,8 @@ Placing an URL as a QR code into the margin of the text.
The package loads by default url, qrcode, marginnote,
xcolor, and xkeyval
-%% This program can be redistributed and/or modified under the terms
-%% of the LaTeX Project Public License Distributed from CTAN archives
-%% in directory macros/latex/base/lppl.txt.
+This file is distributed under the terms of the LaTeX Project Public
+License from CTAN archives in directory macros/latex/base/lppl.txt.
+Either version 1.3 or, at your option, any later version.
hvoss@tug.org \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.pdf b/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.pdf
index f1e8eb176ca..7a0aa0aa494 100644
--- a/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.pdf
+++ b/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.tex b/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.tex
index 23196651ec4..7125c0d7232 100644
--- a/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.tex
+++ b/Master/texmf-dist/doc/latex/hvqrurl/hvqrurl.tex
@@ -1,4 +1,4 @@
-%% $Id: hvqrurl.tex 1118 2019-11-29 07:56:18Z herbert $
+%% $Id: hvqrurl.tex 1119 2019-11-30 17:36:28Z herbert $
\listfiles
\errorcontextlines=100
\documentclass[twoside,usegeometry]{scrartcl}
@@ -37,7 +37,7 @@
\hypersetup{urlcolor=blue, linktocpage, colorlinks=true}%
\begin{document}
-\title{Package \texttt{hvqrurl}\\Creating a QR-code of an URL in the margin \\ver 0.01}
+\title{Package \texttt{hvqrurl}\\Creating a QR-code of an URL in the margin \\\small ver 0.01a}
\author{Herbert Voß\thanks{\protect\url{hvoss@tug.org}}}
\date{\today}
\maketitle
@@ -52,13 +52,13 @@ and
\end{abstract}
-\section{The macro}
+\section{The macros}
\begin{BDef}
-\Lcs{hvqrset}\Largb{key=value list}\\
-\Lcs{hvqrurl}\Largb{key=value list}\Largb{URL}\\
-\Lcs{hvqrurl*}\Largb{key=value list}\Largb{URL}
+\Lcs{hvqrset}\Largb{key=value, \ldots}\\
+\Lcs{hvqrurl}\OptArg{key=value, \ldots}\Largb{URL}\\
+\Lcs{hvqrurl*}\OptArg{key=value, \ldots}\Largb{URL}
\end{BDef}
With the default macro \Lcs{hvqrurl} the URL is printed as as QR code into the margin and
@@ -66,6 +66,13 @@ in the the text as usual with the macro \Lcs{url}, for example \hvqrurl{https://
With \LPack{hyperref} you'll get the the same color for the QR code as for the URL link and, of course,
is also a link. This example shows the default setting for a QR code.
+With \Lcs{hvqrset} one can set the optional arguments globally. For example if one do not want all
+QR codes not as a link when using \LPack{hyperref}:
+
+\begin{lstlisting}
+\hvqrset{qrlink=nolink}
+\end{lstlisting}
+
\section{Optional arguments}
@@ -75,7 +82,6 @@ is also a link. This example shows the default setting for a QR code.
With \Lkeyset{qrlink=nolink} the QR code is no link: \hvqrurl[qrlink=nolink]{https://mirror.ctan.org/pkg/hvqrurl}.
The default setting is \Lkeyset{qrlink=link}.
\end{lstlisting}
-
With \Lkeyset{qrlink=nolink} the QR code is no link: \hvqrurl[qrlink=nolink]{https://mirror.ctan.org/pkg/hvqrurl}.
The default setting is \Lkeyset{qrlink=link}. Without using \LPack{hyperref} this optional argument
has no meaning.