|
Defining Formula Fonts in NeoOffice
From NeoWiki
Revision as of 09:09, 3 February 2007 (edit) Jgd (Talk | contribs) (translation of the French page (needs polish Jgd)) ← Previous diff |
Current revision (13:05, 3 April 2007) (edit) (undo) RoyFocker (Talk | contribs) m (link to spanish version) |
||
(3 intermediate revisions not shown.) | |||
Line 2: | Line 2: | ||
===Modification of fonts in formulas=== | ===Modification of fonts in formulas=== | ||
Fonts can be easily defined and changed. In order to do that you have to: | Fonts can be easily defined and changed. In order to do that you have to: | ||
- | * | + | * Go to the {{menu|Insert}} menu and choose {{menu|Object}} and then {{menu|Formula}}. A command window appears in the bottom of your document. |
- | ** Click on the {{menu|Format | + | ** Click on the {{menu|Format}} and then {{menu|fonts…}} |
** Click on the {{button|Modify}} button to make the pop-up menu appear. Choose the items whose font you want to modify. | ** Click on the {{button|Modify}} button to make the pop-up menu appear. Choose the items whose font you want to modify. | ||
*** If you want to modify the font for all the new formulas, click on the {{button|Default}} button, then on the {{button|OK}} button. Otherwise, click just on the {{button|OK}} button and only the formula you are writing will be concerned by the modification. | *** If you want to modify the font for all the new formulas, click on the {{button|Default}} button, then on the {{button|OK}} button. Otherwise, click just on the {{button|OK}} button and only the formula you are writing will be concerned by the modification. | ||
- | * You can change the | + | * You can change the font size in the same manner by choosing {{menu|Format}} and then {{menu|Font Size…}}. |
===Using different fonts in the same formula=== | ===Using different fonts in the same formula=== | ||
If you need to use different fonts inside a same formula, you can use three commands : <tt> font sans font serif font fixed </tt>. Default fonts are respectively ''Arial'', ''Times New Roman'' and ''Courrier New''. You can modifying them following the method given above.<br /> | If you need to use different fonts inside a same formula, you can use three commands : <tt> font sans font serif font fixed </tt>. Default fonts are respectively ''Arial'', ''Times New Roman'' and ''Courrier New''. You can modifying them following the method given above.<br /> | ||
- | Those commands have to come before the variable they apply to: e.g. type <tt> widevec font sans AB </tt> to get the vector in ''Arial'' if you have kept the default font or in the font | + | Those commands have to come before the variable they apply to: e.g. type <tt> widevec font sans AB </tt> to get the vector in ''Arial'' if you have kept the default font or in the font you chose. |
- | {{dashedbox| '''N.B : A "mixing" of fonts may be not very successful. You have to be careful and | + | {{dashedbox| '''N.B : A "mixing" of fonts may be not very successful. You have to be careful and remember that you have to observe the typographic rules '''}} |
===Using different font sizes in the same formula=== | ===Using different font sizes in the same formula=== | ||
Line 21: | Line 21: | ||
- | {{botlangbarEN|[[Fr:Définir_les_Polices_des_Formules_dans_NeoOffice_Math|Français]] | + | {{botlangbarEN|[[Fr:Définir_les_Polices_des_Formules_dans_NeoOffice_Math|Français]] [[It:Definire_i_Tipi_di_Carattere_nelle_Formule_di_NeoOffice_Math|Italiano]] [[Es:C%c3%b3mo_modificar_las_fuentes_en_las_f%c3%b3rmulas_de_NeoOffice_Math|Español]]}} |
- | + | ||
- | [[Category:Tips and Hints]][[Category: | + | [[Category:Tips and Hints]][[Category:NeoOffice]] |
Current revision
Contents |
Defining Formula Fonts in NeoOffice
Modification of fonts in formulas
Fonts can be easily defined and changed. In order to do that you have to:
- Go to the Insert menu and choose Object and then Formula. A command window appears in the bottom of your document.
- Click on the Format and then fonts…
- Click on the Modify button to make the pop-up menu appear. Choose the items whose font you want to modify.
- If you want to modify the font for all the new formulas, click on the Default button, then on the OK button. Otherwise, click just on the OK button and only the formula you are writing will be concerned by the modification.
- You can change the font size in the same manner by choosing Format and then Font Size….
Using different fonts in the same formula
If you need to use different fonts inside a same formula, you can use three commands : font sans font serif font fixed . Default fonts are respectively Arial, Times New Roman and Courrier New. You can modifying them following the method given above.
Those commands have to come before the variable they apply to: e.g. type widevec font sans AB to get the vector in Arial if you have kept the default font or in the font you chose.
Using different font sizes in the same formula
It is possible to change the characters size inside a same formula. In order to do that you have access to the command size x where x refers to the value of the size you want.
The command size changes the size of all the following characters. For example, type the following command:
a = {b times c} over size 8 {{d_0 cdot e} over {f}}
As you can see, all the characters in denominator are smaller, and the values in index (or in exponent) see their size automatically adapted.