{pst-barcode} concerns a pstricks package for generating barcodes and QR-codes
4
votes
2answers
55 views
How to embed verbatim in pspicture?
I'm trying to insert a QR code at the beginning of my thesis with the contents being the BibTeX entry for it.
Any way of embedding the raw text in \psbarcode?
\documentclass[a4paper,12pt]{minimal}
...
4
votes
2answers
93 views
size of barcode in pspicture
I´m on a way to create a barcode with pst-barcode. How can I get a suitable pspicture environment in a standalone class? In the following example the top and right borders are too big.
% run with ...
6
votes
2answers
274 views
Generating QR-code in header impossible?
I've got a strange issue with the packages pstricks/pst-barcode and fancyhdr.
Here is what I like to do: A custom header for every page, Name on the left, QR-code on the right.
Although the QR-code ...
6
votes
2answers
164 views
Get \psbarcode to accept custom variable
I'm trying to use \psbarcode in a manner that it will take a premade variable to render the barcode. MWE that fails is below,
\documentclass{minimal}
\usepackage{auto-pst-pdf}
...
2
votes
2answers
268 views
pst-barcode, textpos and XeLaTeX
Please consider the following MWE, which shall place a QR code (pst-barcode package) at a fixed position on the page using the textpos package:
\documentclass{article}
\usepackage{pst-barcode}
...
7
votes
1answer
688 views
How to produce Latex QR-Code (or in general 2d codes) as Vector graphic?
The pst-barcode package is great to produce bar-codes in all flavors.
And it does 1d bar-codes like a charm. Also it is capable of generating 2d bar-codes with a command like this for a qrcode:
...
3
votes
1answer
1k views
latex-dvips-ps2pdf
I use pdflatex, Windows7, and TeXnicCenter. I am interested in using \psbarcode in combination with \usepackage{auto-pst-pdf}. A possible solution is to use latex-dvips-ps2pdf. The question is how to ...
0
votes
1answer
556 views
`pdflatex -shell-escape <file>` and \psbarcode from pst-barcode
I use pdflatex and I am interested in using \psbarcode from \usepackage{pst-barcode}. I think I found the answer in the last post here but the explanation starts with run pdflatex -shell-escape ...
2
votes
1answer
247 views
Trying to use parentheses in a “psbarcode” adds a new line after the first right parenthesis + charset encoding error
I'm trying to use the pst-barcode package to create a vcard contained in a qrcode, and I was surprised to see that a vcard that was working with another programming language to generate my qrcode was ...