| author | ekku |
| Sun, 07 Dec 2008 21:34:12 +0000 | |
| changeset 265 | d97bf6790c22 |
| parent 240 | e8ca212a2739 |
| child 310 | 7e0cfc5f0944 |
| permissions | -rwxr-xr-x |
|
240
e8ca212a2739
Little helper script to turn .tex doc to .pdf. Would be usefull to find time to make documentation to be generated by cmake.
saiam
parents:
diff
changeset
|
1 |
#!/bin/sh |
|
e8ca212a2739
Little helper script to turn .tex doc to .pdf. Would be usefull to find time to make documentation to be generated by cmake.
saiam
parents:
diff
changeset
|
2 |
latex kishna.tex |
|
e8ca212a2739
Little helper script to turn .tex doc to .pdf. Would be usefull to find time to make documentation to be generated by cmake.
saiam
parents:
diff
changeset
|
3 |
dvipdf kisgna.dvi |