This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % latex barcode.tex; dvips barcode.dvi; ps2pdf barcode.ps; pdfcrop barcode.pdf barcode.pdf | |
| % https://ja.wikipedia.org/wiki/%E6%97%A5%E6%9C%AC%E5%9B%B3%E6%9B%B8%E3%82%B3%E3%83%BC%E3%83%89 | |
| % チェックディジット = 10 - (((左から奇数桁の合計) + (3 * 偶数桁の合計)) % 10) | |
| \documentclass[nomag]{minimal} | |
| \usepackage{pst-barcode} | |
| \usepackage[ocr-b]{ocr} | |
| \usepackage{tracking} % https://ctan.org/pkg/tracking | |
| \newcommand{\printJANCode}[1]{% | |
| {\centering% |