| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mizar-insert-skeleton
You can use this feature to automatically create the basic skeleton proof steps for a proof of any formula.
mizar-insert-skeleton' are labeled.
The default value is nil.
mizar-skeleton-labels' is set.
The default value is "Z".
mizar-default-assume-items' for an example.
This function is called for creating assumptions in the function
`mizar-default-skeleton-items'.
The default value is mizar-default-assume-items.
mizar-default-skeleton-items' for an example.
This function is called in the interactive function
`mizar-insert-skeleton'.
The default value is mizar-default-skeleton-items.
mizar-skeleton-labels' is set, prompts additionaly for the
first starting label number labnr. The labels are then generated
using the `mizar-default-label-name' string.
The lisppars utility needs to be installed for this to work -
it is distributed with Mizar since version 6.4, and the
formula has to be accessible in the article to the Mizar parser -
e.g. not commented.
Calls `mizar-parse-region-fla' to parse the formula, Then creates the
skeleton using `mizar-skeleton-items-func', and pretty prints it using
`mizar-skeleton-string'.
| [ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |