Advertisement
kalakay

Barcode

Mar 3rd, 2015
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{auto-pst-pdf}
  3. \ifpdf
  4. \usepackage{tikz}
  5. \else
  6. \usepackage{pst-barcode}
  7. \fi
  8. \begin{document}
  9. foo
  10. %
  11. \begin{pspicture}(0,-5mm)(2.5in,0.4in)
  12. \psbarcode{AB123456}{includetext height=0.375}{code39}
  13. \end{pspicture}
  14.  
  15. \begin{pspicture}(-0.4in,0)(5mm,2.5in)
  16. \psbarcode{978-80-87106-00-6}{height=0.375}{isbn}
  17. \end{pspicture}
  18.  
  19. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement