wikiprof.fr

Partage de cours maths, sciences, français...

Outils pour utilisateurs

Outils du site


cours_ecrire_une_formule

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
cours_ecrire_une_formule [2025/06/27 23:34] wikiprofcours_ecrire_une_formule [2025/09/20 19:58] (Version actuelle) prof67
Ligne 1: Ligne 1:
-====== mathpublish Plugin syntax ======+====== Ecrire une fomule avec mathpublish syntax ======
  
  
-Pour voir le code de la formule aller dans "Afficher le texte source"+==Pour voir le code de la formule aller dans "Afficher le texte source" ou "modifier cette page" si vous êtes conncté(e)==
  
 To toggle to the math mode, you must use the <nowiki><m>...</m></nowiki> tag. The math commands must be separated by a space character or surrounded by {}. To toggle to the math mode, you must use the <nowiki><m>...</m></nowiki> tag. The math commands must be separated by a space character or surrounded by {}.
Ligne 8: Ligne 8:
 <m>x in bbR \ { 1; 2 }</m> <m>x in bbR \ { 1; 2 }</m>
  
-Typical commands+===Typical commands===
   * x+y : <m>x+y</m>   * x+y : <m>x+y</m>
   * x-y : <m>x-y</m>   * x-y : <m>x-y</m>
Ligne 26: Ligne 26:
   * a~b : <m>a~b</m>   * a~b : <m>a~b</m>
  
-Greek:+===Greek:===
   * alpha : <m>alpha</m>   * alpha : <m>alpha</m>
   * beta : <m>beta</m>   * beta : <m>beta</m>
Ligne 68: Ligne 68:
   * Phi : <m>Phi</m>   * Phi : <m>Phi</m>
    
- Symbols:+ ===Symbols:===
   * infty : <m>infty</m>   * infty : <m>infty</m>
   * in : <m>in</m>   * in : <m>in</m>
Ligne 96: Ligne 96:
   * ddots : <m>ddots</m>   * ddots : <m>ddots</m>
  
-Arrows:+===Arrows:===
   * left : <m>left</m>   * left : <m>left</m>
   * right : <m>right</m>   * right : <m>right</m>
Ligne 106: Ligne 106:
   * searrow : <m>searrow</m>   * searrow : <m>searrow</m>
  
-Sets:+===Sets:===
   * bbR : <m>bbR</m>   * bbR : <m>bbR</m>
   * bbN : <m>bbN</m>   * bbN : <m>bbN</m>
Ligne 112: Ligne 112:
   * bbC : <m>bbC</m>   * bbC : <m>bbC</m>
    
-Roots and Limits:+===Roots and Limits:===
   * sqrt{a} : <m>sqrt{a}</m>   * sqrt{a} : <m>sqrt{a}</m>
   * root{n}{a} : <m>root{n}{a}</m>   * root{n}{a} : <m>root{n}{a}</m>
   * lim{a}{x} : <m>lim{a}{x}</m>   * lim{a}{x} : <m>lim{a}{x}</m>
  
-Big Operators:+===Big Operators:===
   * int{a}{b}{x} : <m>int{a}{b}{x}</m>   * int{a}{b}{x} : <m>int{a}{b}{x}</m>
   * doubleint{a}{b}{x} : <m>doubleint{a}{b}{x}</m>   * doubleint{a}{b}{x} : <m>doubleint{a}{b}{x}</m>
Ligne 127: Ligne 127:
   * bigcap{a}{b}{x} : <m>bigcap{a}{b}{x}</m>   * bigcap{a}{b}{x} : <m>bigcap{a}{b}{x}</m>
  
-Delimiters:+===Delimiters:===
   * delim{[}{x}{]} : <m>delim{[}{x}{]}</m>   * delim{[}{x}{]} : <m>delim{[}{x}{]}</m>
   * delim{]}{x}{]} : <m>delim{]}{x}{]}</m>   * delim{]}{x}{]} : <m>delim{]}{x}{]}</m>
Ligne 136: Ligne 136:
   * delim{vert}{x}{vert} : <m>delim{vert}{x}{vert}</m>   * delim{vert}{x}{vert} : <m>delim{vert}{x}{vert}</m>
    
-Matrix:+===Matrix:===
   * Syntax : matrix{num of lines}{num of columns}{first_element ... last_element}   * Syntax : matrix{num of lines}{num of columns}{first_element ... last_element}
   * matrix{2}{3}{a b c d e f g} : <m>matrix{2}{3}{a b c d e f g}</m>   * matrix{2}{3}{a b c d e f g} : <m>matrix{2}{3}{a b c d e f g}</m>
  
-Tabular:+===Tabular:===
   * Syntax : tabular{lines description}{columns description}{first_element ... last_element}   * Syntax : tabular{lines description}{columns description}{first_element ... last_element}
   * //lines// : sequence of 1 (draw the horizontal line) or 0 (don't draw the horizontal line) - the length of the sequence=num of lines+1   * //lines// : sequence of 1 (draw the horizontal line) or 0 (don't draw the horizontal line) - the length of the sequence=num of lines+1
Ligne 147: Ligne 147:
   * tabular{1001}{101}{1 2 3 4 5 6} : <m>tabular{1001}{101}{1 2 3 4 5 6}</m>   * tabular{1001}{101}{1 2 3 4 5 6} : <m>tabular{1001}{101}{1 2 3 4 5 6}</m>
      
-Constructions:+===Constructions:===
   * vec{express} : <m>vec{express}</m>   * vec{express} : <m>vec{express}</m>
   * {express}under{foo} : <m>{express}under{foo}</m>   * {express}under{foo} : <m>{express}under{foo}</m>
cours_ecrire_une_formule.1751060081.txt.gz · Dernière modification : de wikiprof