wiki:Izrada QR kodova
close Warning: Can't synchronize with repository "(default)" ( does not appear to be a Git repository. See the log for more information.). Look in the Trac log for more information.

Version 3 (modified by Andrej Dundović, 11 years ago) (diff)

--

QR kodovi generirani su uz pomoć Python biblioteke PyQRNative koja koristi Python Imaging Library (PIL).

Za ispravno funkcioniranje gen_QR skripte potrebno je instalirati PIL (python-imaging), preuzeti PyQRNative i staviti ga u isti direktorij kao i gen_QR.

QR tools

Workaround za generiranje PDF-ova spremnih za tisak:

sed -i "s/
\usepackage\[cam/%
\usepackage\[cam/g" *.tex for FILE in $(ls *.tex); do pdflatex $FILE; done for FILE in $(ls *.tex); do pdflatex $FILE; done sed -i "s/%
\usepackage\[cam/
\usepackage\[cam/g" *.tex for FILE in $(ls *.tex); do pdflatex $FILE; done zip all.zip *-press.pdf

Attachments (1)

Download all attachments as: .zip