Jean-Pierre Chrétien wrote:
Hello,I guess that this field allows to insert manually a text to reference the label. It is inactivated (and seems undocumented). What should be done to activate it ? Load some package ?
bool GuiRef::nameAllowed() { KernelDocType const doc_type = docType(); return doc_type != LATEX && doc_type != LITERATE; } Looks documented to me. ;-) rh