Changes between Version 2 and Version 4 of Ticket #68760
- Timestamp:
- Nov 28, 2023, 4:46:04 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68760
- Property Keywords export only active removed
-
Ticket #68760 – Description
v2 v4 6 6 7 7 Now a popup says: 8 Error message from spawned process: fig2dev: help for -D option: 9 -D +rangelist means keep only depths in rangelist. 10 -D -rangelist means keep all depths but those in rangelist. 11 Rangelist can be a list of numbers or ranges of numbers, e.g.: 12 10,40,55,60:70,99 8 {{{ 9 Error message from spawned process: fig2dev: help for -D option: 10 -D +rangelist means keep only depths in rangelist. 11 -D -rangelist means keep all depths but those in rangelist. 12 Rangelist can be a list of numbers or ranges of numbers, e.g.: 13 10,40,55,60:70,99 14 }}} 13 15 14 16 By intercepting the fig2dev command, I see that the arguments have an additional "-D": 15 -L eps -D -D -51 -F -n testing.fig 17 {{{ 18 -L eps -D -D -51 -F -n testing.fig 19 }}} 16 20 17 21 The following command works fine on the command line: 18 fig2dev -L eps -D -51 -F -n testing.fig testing.eps 22 {{{ 23 fig2dev -L eps -D -51 -F -n testing.fig testing.eps 24 }}} 19 25 20 26