USAGE: formconv [-V ] ... [-x ] ... [-L ] [-l ] [-r] [-s ] [-p ] [-F ] [-H ] [-A ] ... [-f ] ... [-n] [-D] [-a] [-b] [-t ] [-d] [-O ] [-I ] [-o ] [-i ] [--] [-v] [-h] Where: -V , --variable (accepted multiple times) (value required) Sets a variable in a computing output. (Ex.: -V x=4) (Please do not use spaces in the expression.) -x , --changename (accepted multiple times) (value required) Changes the names of the variables/parameters to the given. (Ex.: -x x,x4 will change all x variable to x4) (Please use just one comma per rule.) -L , --outputlanguage (value required) Uses this language's specialties in the output. -l , --inputlanguage (value required) Uses this language's specialties in the input. -r, --forceFloatDiv Always selects the floating point division for the output of applicable. -s , --suffix (value required) Prints this text after each formula. -p , --prefix (value required) Prints this text before each formula. -F , --footer (value required) Prints this text after the output. -H , --header (value required) Prints this text before the output. -A , --allowedletters (accepted multiple times) (value required) Just these letters of accepted as variables or parameters in the input. -f , --functionnames (accepted multiple times) (value required) Use these names as user defined function names. (In input you are/will able to define functions whith other names.) -n, --nolongvars Forbids the use of variable/parameter names longer than 1 character. -D, --disallowcomputingfunctions Forbids the use of functions like sum, prod, int, diff... -a, --autosimplify Does not remove the unnecessary parentheses from the formulae. -b, --beautyparentheses Uses in presentation outputs (, ), [, ], {, } instead of just (, ). -t , --times (value required) Prints space in presentation outputs instead of *, or \cdot, depending on the value. -d, --dynamicparentheses Uses in LaTeX output \left(, and \right), ... -O , --ouputformat (value required) Specifies the format of the output. -I , --inputformat (value required) Specifies the format of the input. -o , --outputfile (value required) Specifies the output filename. (Default: standard output) -i , --inputfile (value required) Specifies the input filename. (Default: standard input) --, --ignore_rest Ignores the rest of the labeled arguments following this flag. -v, --version Displays version information and exits. -h, --help Displays usage information and exits. Formula Converter (formconv) Copyright (C) 2003-2008 Zoltan Kovacs Copyright (C) 2003-2008 Gabor Bakos This is free software with ABSOLUTELY NO WARRANTY.