Kaydet (Commit) a57a00bd authored tarafından Caolán McNamara's avatar Caolán McNamara

default to just printing the formula itself in math, saves space

üst c9b72802
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
<desc>Specifies if the title (filename) is printed.</desc> <desc>Specifies if the title (filename) is printed.</desc>
<label>Title row</label> <label>Title row</label>
</info> </info>
<value>true</value> <value>false</value>
</prop> </prop>
<prop oor:name="FormulaText" oor:type="xs:boolean"> <prop oor:name="FormulaText" oor:type="xs:boolean">
<!-- OldPath: Math/Print --> <!-- OldPath: Math/Print -->
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
<desc>Specifies if the formula text is printed.</desc> <desc>Specifies if the formula text is printed.</desc>
<label>Formula text</label> <label>Formula text</label>
</info> </info>
<value>true</value> <value>false</value>
</prop> </prop>
<prop oor:name="Frame" oor:type="xs:boolean"> <prop oor:name="Frame" oor:type="xs:boolean">
<!-- OldPath: Math/Print --> <!-- OldPath: Math/Print -->
...@@ -259,10 +259,10 @@ ...@@ -259,10 +259,10 @@
<!-- UIHints: Tools - Options Formula Settings - [Section] Print options --> <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
<info> <info>
<author>TL</author> <author>TL</author>
<desc>Specifies if a border is drawn around the formula.</desc> <desc>Specifies if a border is drawn around the formula when printed.</desc>
<label>Border</label> <label>Border</label>
</info> </info>
<value>true</value> <value>false</value>
</prop> </prop>
<prop oor:name="Size" oor:type="xs:short"> <prop oor:name="Size" oor:type="xs:short">
<!-- OldPath: Math/Print --> <!-- OldPath: Math/Print -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment