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.
- Timestamp:
-
11/21/2012 02:46:16 AM (12 years ago)
- Author:
-
Andrej Dundović
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
2 | 2 | |
3 | 3 | Za 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 | |
| 7 | Workaround za generiranje PDF-ova spremnih za tisak: |
| 8 | |
| 9 | sed -i "s/\\\usepackage\[cam/%\\\usepackage\[cam/g" *.tex |
| 10 | for FILE in $(ls *.tex); do pdflatex $FILE; done |
| 11 | for FILE in $(ls *.tex); do pdflatex $FILE; done |
| 12 | sed -i "s/%\\\usepackage\[cam/\\\usepackage\[cam/g" *.tex |
| 13 | for FILE in $(ls *.tex); do pdflatex $FILE; done |
| 14 | zip all.zip *-press.pdf |