Changeset 2320 for trunk/vendor/Sensei
- Timestamp:
- 09/01/07 16:56:54 (16 months ago)
- Files:
-
- 1 modified
-
trunk/vendor/Sensei/Sensei/Doc/Renderer/Pdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/vendor/Sensei/Sensei/Doc/Renderer/Pdf.php
r2314 r2320 53 53 exec($this->_options['pdflatex_path'], $output); 54 54 55 if ( ! isset($output[0]) || ! preg_match('/^This is pdf TeXk/', $output[0])) {55 if ( ! isset($output[0]) || ! preg_match('/^This is pdfe?TeXk?/', $output[0])) { 56 56 $message = 'pdfLaTeX does not seem to be installed, or pdflatex_path' 57 57 . ' option does not point to pdfLaTeX executable.';