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