Advertisement
Guest User

egreg_v3d.tex

a guest
May 10th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.45 KB | None | 0 0
  1. \documentclass[border=4]{standalone}
  2. \usepackage{pst-barcode}
  3. \usepackage{auto-pst-pdf} % pdflatex require -shell-escape option!!!
  4. \begin{document}
  5. \begin{pspicture}
  6. \psbarcode{\NO}{height=0.33 width=1.6 includecheck includetext}{code128}
  7. \end{pspicture}
  8. \end{document}
  9. % compiled using: $ pdflatex -shell-escape '\def\NO{NODATA}\input{egreg_v3d.tex}' && convert -density 300x300 -flatten egreg_v3d.{pdf,png}
  10. % resulted in : http://imgur.com/425mXGg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement