lagt til en texfil med strekkoder
This commit is contained in:
17
special_barcodes/barcode.tex
Normal file
17
special_barcodes/barcode.tex
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
\documentclass[a4paper]{article}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage{pstricks}
|
||||||
|
\usepackage{pst-barcode}
|
||||||
|
|
||||||
|
\title{Dibbler Special Barcodes}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
PVV-skjorte
|
||||||
|
\newline
|
||||||
|
\begin{pspicture}(3,1.2in)
|
||||||
|
\psbarcode[scalex=0.8,scaley=0.8]{4242424242420}{includetext guardwhitespace}{ean13}
|
||||||
|
\end{pspicture}
|
||||||
|
\end{document}
|
Reference in New Issue
Block a user