Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update path information for OSX. | Robert Managan | 2011-09-06 | 1 | -4/+1 |
| | | | | | | If one of the tools that use TeX applications is generated add the paths in /etc/paths and /etc/paths.d version 10.5 (Leopard) | ||||
* | Add check that latex is installed and findable. | Robert Managan | 2011-05-30 | 1 | -0/+4 |
| | | | | If not skip the test. | ||||
* | Since latex will add valid etension when it looks for files we | Robert Managan | 2011-05-18 | 1 | -0/+77 |
need to change os.path.exists() to os.path.isfile() to handle the case where we have a directory named foo and a file foo.tex. Then an \input{foo} will not find the directory instead of the file |