diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-17 22:41:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-17 22:41:10 +0000 |
commit | 7bf720bd2b14ba547dbc0bfc46d4ef9b461cdfb5 (patch) | |
tree | 312ce0f38bab3c53b7b81bec6a66d512c31e528a /Master/texmf-dist/doc/generic/pst-barcode | |
parent | f23ce6030bb89269cd99115fff40b1779c77d586 (diff) |
pst-barcode (17jun15)
git-svn-id: svn://tug.org/texlive/trunk@37586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-barcode')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf | bin | 274754 -> 366512 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex | 55 |
2 files changed, 47 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf b/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf Binary files differindex 12e7e21ff11..e4b5344afec 100644 --- a/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex b/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex index edaf38f00ef..2e39eded8ca 100644 --- a/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex @@ -1,8 +1,8 @@ %% $Id: pst-bezier-doc.tex 104 2009-03-04 16:06:54Z herbert $ -\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings - headexclude,footexclude,oneside]{pst-doc} +\documentclass[11pt,english,BCOR10mm,DIV14,bibliography=totoc,parskip=false,smallheadings + headexclude,footexclude,twoside]{pst-doc} \usepackage[utf8]{inputenc} -\usepackage{pst-barcode} +\usepackage{pst-barcode,blindtext} \let\pstBarcodeFV\fileversion \lstset{preset=\centering,pos=l,wide=false,vsep=5mm,language=PSTricks,%width=0.5\linewidth, morekeywords={multidipole,parallel},basicstyle=\footnotesize\ttfamily} @@ -993,11 +993,12 @@ The encoding option is used to specify a desired encoding for the input data whi \end{pspicture} \end{LTXexample} -\begin{LTXexample}[width=1in,wide] -\begin{pspicture}(0.5in,0.5in) -\psbarcode{0010000000000110001010110011010100110111000010100111010100101}{format=micro raw}{qrcode} -\end{pspicture} -\end{LTXexample} +%\begin{LTXexample}[width=1in,wide] +%\begin{pspicture}(0.5in,0.5in) +%\psbarcode{0010000000000110001010110011010100110111000010100111010100101}{raw format=micro}{qrcode} +%\end{pspicture} +%\end{LTXexample} + @@ -1380,6 +1381,44 @@ serverdict begin 0 exitserver systemdict /quit get exec \end{lstlisting} +\section{QR code in the margin} +The marginnotes are placed with the help of the macro of the same name \Lcs{marginnote}, +which itself needs package \LPack{narginnote}. It is loaded by default if the macro +doesn't exists. + +\begin{lstlisting} +\QR[1]<barcode>{http://mirror.ctan.org/help/Catalogue/bytopic.html\#barcode} +\blindtext + +{\psset{fontstyle=\scriptsize\ttfamily}% + \QR[1]{http://mirror.ctan.org/help/Catalogue/bytopic.html\#barcode}% +} +\blindtext + +\QR{http://mirror.ctan.org/usergrps/dante/dtk/doc/beispiel.pdf} +\blindtext +\QR<Beispiel>{http://mirror.ctan.org/usergrps/dante/dtk/doc/beispiel.pdf} +\blindtext + +\QR{http://de.wikipedia.org/wiki/QR-Code} +\blindtext +\end{lstlisting} + +\QR[1]<barcode>{http://mirror.ctan.org/help/Catalogue/bytopic.html\#barcode} +\blindtext + +{\psset{fontstyle=\scriptsize\ttfamily}% + \QR[1]{http://mirror.ctan.org/help/Catalogue/bytopic.html\#barcode}% +} +\blindtext + +\QR{http://mirror.ctan.org/usergrps/dante/dtk/doc/beispiel.pdf} +\blindtext +\QR<Beispiel>{http://mirror.ctan.org/usergrps/dante/dtk/doc/beispiel.pdf} +\blindtext + +\QR{http://de.wikipedia.org/wiki/QR-Code} +\blindtext \section{List of all optional arguments for \texttt{pst-barcode}} |