mathtype-extension icon indicating copy to clipboard operation
mathtype-extension copied to clipboard

Cannot run the command

Open NDNM1408 opened this issue 6 months ago • 0 comments

minh@minh:~/MyProject/mathtype-extension$ java -cp $MATHTYPE_CP com.xmlcalabash.drivers.Main -c transpect-config.xml mathtype-example.xpl file=file:///home/minh/MyProject/docx2tex/test.docx.tmp/word/embeddings/oleObject1.bin

XML Calabash version 1.4.1, an XProc processor. Running on Saxon version 10.7, HE edition. Copyright (c) 2007-2019 Norman Walsh See docs/notices/NOTICES in the distribution for licensing See also http://xmlcalabash.com/ for more information

Usage: com.xmlcalabash.drivers.Main [switches/options] [pipeline.xpl] [options] or: com.xmlcalabash.drivers.Main [switches/options] { [inputs/parameters] step [options] }+

Where switches are: -a, --schema-aware Turn on schema-aware processing, this also sets saxon-processor to 'ee' implicitly -b, --binding prefix=uri Specify namespace binding -c, --config configfile Specify a particular configuration file -d, --data-input [contentType@][port=]uri Bind the specified input port to data, if no port is specified, the first unbound input port is used -D, --debug Turn on debugging -E, --entity-resolver className Specify a resolver class for entity resolution -G, --log-style logstyle Specify the default style for p:log output; Must be 'off', 'plain', 'wrapped' (default), or 'directory' -i, --input [port=]uri Bind the specified input port, if no port is specified, the first unbound input port is used -l, --library library.xpl Load the specified library -o, --output [port=]uri Bind the specified output port, if no port is specified, the first unbound output port is used -p, --with-param [port@]param=value Specify a parameter --profile file Specify a file, or '-' for console output, where to write profiling information of the pipeline that was run -P, --saxon-processor edition Request a specific edition of Saxon; Must be 'he' (default), 'pe' or 'ee' -s, --step stepname Run the step named 'stepname' instead of a pipeline -S, --safe-mode Request 'safe' execution -U, --uri-resolver className Specify a resolver class for URI resolution -v, --version Show XML Calabash version -X, --extension extname Enable the 'extname' extension; valid extname values are 'general-values', 'xpointer-on-text', 'transparent-json', 'json-flavor=' and 'use-xslt-10' --saxon-configuration file Load the specified Saxon configuration

For more information, consult http://xmlcalabash.com/docs/reference/ or the documentation that came with the distribution.

I run this command but it not return the result but return the usage What is the right command to run

NDNM1408 avatar Aug 06 '25 18:08 NDNM1408