You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
645 B
25 lines
645 B
|
9 years ago
|
\documentclass[12pt,a5paper,bokmal]{article}
|
||
|
|
\usepackage[utf8x]{inputenc}
|
||
|
|
\usepackage{pst-barcode}
|
||
|
|
\usepackage{amsmath}
|
||
|
|
\usepackage{amsfonts}
|
||
|
|
\usepackage{graphicx}
|
||
|
|
\usepackage{amssymb}
|
||
|
|
\usepackage{multicol}
|
||
|
|
\usepackage{makeidx}
|
||
|
|
\usepackage[margin=0.6in, a5paper]{geometry}
|
||
|
|
\addtolength{\voffset}{-15pt}
|
||
|
|
\title{BitCoin Wallet}
|
||
|
|
\begin{document}
|
||
|
|
\thispagestyle{empty}
|
||
|
|
|
||
|
|
\begin{pspicture}(1in,1in)
|
||
|
|
\psbarcode{1Fi3SuCVPfSk2zWwvdsySQqKVzaxP5bv5z}{includetext}{qrcode}
|
||
|
|
\end{pspicture}
|
||
|
|
1Fi3SuCVPfSk2zWwvdsySQqKVzaxP5bv5z
|
||
|
|
\begin{pspicture}(1in,1in)
|
||
|
|
\psbarcode{1Fi3SuCVPfSk2zWwvdsySQqKVzaxP5bv5z}{includetext}{qrcode}
|
||
|
|
\end{pspicture}
|
||
|
|
|
||
|
|
\end{document}
|