First posting to the board.... hope I get it right!
I used the following post (http://bramp.net/blog/latex-qr-based-business-card) to try to generate a QRCode under MiKTeX 2.7. I started with the code given on the page but couldn't get it to work so tried something minimalistic:
Code: Select all
\documentclass[11pt,a4paper]{memoir}
\pagestyle{empty}
\usepackage{pstricks}
\usepackage{auto-pst-pdf,pst-barcode}
\begin{document}
\begin{pspicture}(30mm,30mm)
\psbarcode{MECARD:N:Brampton,Andrew;EMAIL:a.bramptonATlancs.ac.uk;URL:http://bramp.net;;}{eclevel=L width=1.181 height=1.181}{qrcode}
\end{pspicture}
\end{document}
Package auto-pst-pdf Warning:
Creation of bramp-autopp.dvi failed.
This warning occured on input line 124.
Package auto-pst-pdf Warning:
Could not create bramp-pics.pdf. Auxiliary files not deleted.
This warning occured on input line 124.
Looks like it couldn't create the QRCode image for some reason.... I tried running it under LaTeX (and removing auto-pst-pdf) and then viewing the DVI file. This worked fine, as did the conversion to PS. So I guess something is going wrong with auto-pst-pdf.
Any ideas for the failure at all??
cheers
mike