73cc6eb34d
It is specifically targeted at producing technical documentation in the field of computer science. Documents are written in an XML-based markup language and translated to different formats with XSL-transformations. At this time, eCromedos supports the target formats XHTML and LATEX. Where LATEX output can be further processed into high-quality printable formats by use of the TEX typesetting system (http://www.ctan.org). Author: Tobias Koch <tkoch@ecromedos.net> WWW: http://www.ecromedos.net/ PR: ports/98895 Submitted by: Nicola Vitale <nivit at email.it>
38 lines
806 B
Text
38 lines
806 B
Text
--- etc/ecmds.conf Mon Apr 24 22:39:42 2006
|
|
+++ etc/ecmds.conf.port Tue Apr 25 23:30:03 2006
|
|
@@ -7,7 +7,7 @@
|
|
#
|
|
# Base installation directory
|
|
#
|
|
-base_dir = /opt/ecromedos-1.0.1/
|
|
+base_dir = %%DATADIR%%
|
|
|
|
#
|
|
# Library directory
|
|
@@ -37,22 +37,22 @@
|
|
#
|
|
# Path to 'latex' executable
|
|
#
|
|
-latex_bin = /usr/bin/latex
|
|
+latex_bin = %%LOCALBASE%%/bin/latex
|
|
|
|
#
|
|
# Path to GNU 'dvipng' executable
|
|
#
|
|
-dvipng_bin = /usr/bin/dvipng
|
|
+dvipng_bin = %%LOCALBASE%%/bin/dvipng
|
|
|
|
#
|
|
# Path to ImageMagick's 'convert' executable
|
|
#
|
|
-convert_bin = /usr/bin/convert
|
|
+convert_bin = %%LOCALBASE%%/bin/convert
|
|
|
|
#
|
|
# Path to ImageMagick's 'identify' executable
|
|
#
|
|
-identify_bin = /usr/bin/identify
|
|
+identify_bin = %%LOCALBASE%%/bin/identify
|
|
|
|
#
|
|
# Density of dots/inch to use when converting vector formats to raster images
|