User:Jgd/Translations

From NeoWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:16, 2 February 2007 (edit)
Jgd (Talk | contribs)

← Previous diff
Revision as of 13:14, 4 February 2007 (edit) (undo)
Jgd (Talk | contribs)

Next diff →
Line 1: Line 1:
-==Defining Formula Fonts in NeoOffice==+{{fixme}}
-===Modification of fonts in formulas===+
-Fonts can be easily defined and changed. In order to do that you have to:+
-* Choose the {{menu|Insert/Object/Formula}} sub-menu. A command window appears in the bottom of your document.+
-** Click on the {{menu|Format/fonts…}} sub-menu+
-** 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.+
-* You can change the same way the fonts size choosing the {{menu|Format/Font Size…}} sub-menu.+
-===Using different fonts in the same formula===+===Using colors in formulas===
-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 />+You can use characters of different colors in a same formula.
-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 choosed.+* Go to the {{menu| Insert}} menu, choose the {{menu| Object}} sub-menu, then the {{menu| Formula}} item. The command window appears in the bottom of your document.
 +*You have five colors to choose from: <tt>blue, green, yellow, red, cyan, white</tt>. Those commands have to come just before the characters they apply to: e.g. to get a squared matrix of order two whose four elements are of different color, type<br/> <tt>M = left( matrix{color red a # color green b ## color blue c # color cyan d} right)</tt>
 +**The chosen color applies to all the linked characters that follow the command, and only to them: e.g. <tt>color red abc de</tt> displays ''abc'' in red followed by ''de'' in black. To get ''abc de'' in red, you have to type <tt> color red {abc de}</tt>.
- {{dashedbox| '''N.B : A "mixing" of fonts may be not very successful. You have to be careful and don't forget that you have to observe the typographic rules '''}}+===Highlighting of formulas===
 +To highlight a formula, you have two possibilities:
 +* Select the formula, then right click or Ctrl–Click. In the contextual menu which appears, choose {{prefName|Object}} then click the tab {{section|Highlighting}}. Choose the highlight color.<br/>
 +or
 +* Select the formula, then click the icon ''Frame Properties'' in the toolbar '''OLE-Object''' (that bar should display as soon as the formula has been selected, otherwise, choose in the {{menu| View}} menu the {{menu| Toolbars}} sub-menu, then the {{menu| OLE-Object}} item. Click the tab {{section|Background}}. Choose the highlight color.
-===Using different font sizes in the same formula===+===Bordering of formulas===
-It is possible to change the characters size inside a same formula. In order to do that you have access to the command <tt>size x</tt> where x refers to the value of the size you want.+To border a formula, you have two possibilities:
-The command <tt>size</tt> changes the size of all the following characters. For example, type the following command: <br>+* Select the formula, then right click or Ctrl–Click. In the contextual menu which appears, choose {{prefName|Object}} then click the tab {{section|Borders}}. Choose the arrangement, the syle of the lines, and the spacing to contents.<br/>
-<tt>a = {b times c} over size 8 {{d_0 cdot e} over {f}}</tt><br>+or
-As you can see, all the characters in denominator are smaller, and the values in index (or in exponent) see their size automatically adapted.+* Select the formula, then click the icon ''Borders'' in the toolbar '''OLE-Object''' (that bar should display as soon as the formula has been selected, otherwise, choose in the {{menu| View}} menu the {{menu| Toolbars}} sub-menu, then the {{menu| OLE-Object'}} item. Click the icon ''Borders'', choose the line arrangement, then click the icon ''Line Style'' and finally the icon ''Line color (of the border)''.
 +===Spacing between the formula and the border===
 +To set up the spacing between the formula and the border, you have to:
 +* Double-click the formula in order to open the command window. Then go to the {{menu|Format}} menu and choose the {{menu|Spacing…}} sub-menu
 +* In the dialog window that appears, click the {{button|Category}} button and select the {{section|Borders}}. Set up the spacing as you want. If you click the {{button|Default}} button, your changes will apply for all new formulas, otherwise only the formula you are writing will be concerned by the modification.
-<!--{{botlangbarFR|[[It:Definire_i_Tipi_di_Carattere_nelle_Formule_di_NeoOffice_Math|Italiano]]}} 
-[[Category:Tips and Hints]][[Category:NeoWikiFR]]-->+{{botlangbarEN|[[Fr:Définir_les_Polices_des_Formules_dans_NeoOffice_Math|Français]] [[It:Formattazione_delle_Formule_in_NeoOffice_Math|Italiano]]}}
 + 
 +[[Category:Tips and Hints]] [[Category:Fixme]]

Revision as of 13:14, 4 February 2007

This article is not up to date, or it needs structural or stylistic changes to conform with the rest of this wiki.


Contents

Using colors in formulas

You can use characters of different colors in a same formula.

  • Go to the Insert menu, choose the Object sub-menu, then the Formula item. The command window appears in the bottom of your document.
  • You have five colors to choose from: blue, green, yellow, red, cyan, white. Those commands have to come just before the characters they apply to: e.g. to get a squared matrix of order two whose four elements are of different color, type
    M = left( matrix{color red a # color green b ## color blue c # color cyan d} right)
    • The chosen color applies to all the linked characters that follow the command, and only to them: e.g. color red abc de displays abc in red followed by de in black. To get abc de in red, you have to type color red {abc de}.

Highlighting of formulas

To highlight a formula, you have two possibilities:

  • Select the formula, then right click or Ctrl–Click. In the contextual menu which appears, choose Object then click the tab Highlighting. Choose the highlight color.

or

  • Select the formula, then click the icon Frame Properties in the toolbar OLE-Object (that bar should display as soon as the formula has been selected, otherwise, choose in the View menu the Toolbars sub-menu, then the OLE-Object item. Click the tab Background. Choose the highlight color.

Bordering of formulas

To border a formula, you have two possibilities:

  • Select the formula, then right click or Ctrl–Click. In the contextual menu which appears, choose Object then click the tab Borders. Choose the arrangement, the syle of the lines, and the spacing to contents.

or

  • Select the formula, then click the icon Borders in the toolbar OLE-Object (that bar should display as soon as the formula has been selected, otherwise, choose in the View menu the Toolbars sub-menu, then the OLE-Object' item. Click the icon Borders, choose the line arrangement, then click the icon Line Style and finally the icon Line color (of the border).

Spacing between the formula and the border

To set up the spacing between the formula and the border, you have to:

  • Double-click the formula in order to open the command window. Then go to the Format menu and choose the Spacing… sub-menu
  • In the dialog window that appears, click the Category button and select the Borders. Set up the spacing as you want. If you click the Default button, your changes will apply for all new formulas, otherwise only the formula you are writing will be concerned by the modification.



This article in other languages: Français Italiano
Personal tools