summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex55
1 files changed, 47 insertions, 8 deletions
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}}