t.redo = function (t, doc)
doc[t.pno]:replace(t.primary, t.final)
end
+ model:runLatex() -- Necessary to re-set the resources!
model:register(t)
else
+ model:runLatex() -- Necessary to re-set the resources!
model:creation("create boxed text", obj)
- -- model.doc:runLatex() -- may crash the thing
end
end
t.redo = function (t, doc)
doc[t.pno]:replace(t.primary, t.final)
end
+ model:runLatex() -- Necessary to re-set the resources!
model:register(t)
else
+ model:runLatex() -- Necessary to re-set the resources!
model:creation("create tabbed text", obj)
-- model.doc:runLatex() -- may crash the thing
end
local prim = p:primarySelection()
if not prim then
self:presentation_backup_action_edit()
- return
+ return
end
local obj = p[prim]
if obj:type() == "group" then
elseif model.attributes.fill then
d:set("fill", indexOf(model.attributes.fill,colors) )
end
-
+
if indexOf("boxborder",pens) then
d:set("pen", indexOf("boxborder",pens))
elseif model.attributes.pen then
{ label = "Tabbed/Boxed Text", run=tabbedboxed},
{ label = "Deselect All", run=deselectAll},
}
-