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.

Changes between Version 2 and Version 3 of Izrada QR kodova


Ignore:
Timestamp:
11/21/2012 02:46:16 AM (11 years ago)
Author:
Andrej Dundović
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Izrada QR kodova

    v2 v3  
    22
    33Za ispravno funkcioniranje '''gen_QR''' skripte potrebno je instalirati PIL (''python-imaging''), preuzeti [https://code.google.com/p/pyqrnative/source/browse/ PyQRNative] i staviti ga u isti direktorij kao i '''gen_QR'''.
     4
     5== QR tools ==
     6
     7Workaround za generiranje PDF-ova spremnih za tisak:
     8
     9sed -i "s/\\\usepackage\[cam/%\\\usepackage\[cam/g" *.tex
     10for FILE in $(ls *.tex); do pdflatex $FILE; done
     11for FILE in $(ls *.tex); do pdflatex $FILE; done
     12sed -i "s/%\\\usepackage\[cam/\\\usepackage\[cam/g" *.tex
     13for FILE in $(ls *.tex); do pdflatex $FILE; done
     14zip all.zip *-press.pdf