(name, typ, page, text)
| 14 | _LABELTYPES = ['heading', 'data', 'fig', 'eqn', 'analysis'] |
| 15 | |
| 16 | def _Label(name, typ, page, text): |
| 17 | return [typ, page, '"' + text + '"'] |
| 18 | |
| 19 | def _addLabel(label, fileName='', caption='', labelType=''): |
| 20 | if label != '': |