osmosis / branches / master / config / latex.php

history
<?php

$config['Latex'] = array(
	'renderPath' => IMAGES,
	'renderTempDir' => TMP . 'latex',
	'latexPath' => '/usr/texbin/latex',
	'dvipsPath' => '/usr/texbin/dvips',
	'convertPath' => '/usr/local/bin/convert',
	'identifyPath' => '/usr/local/bin/identify'
	);