wikipaom2015:formule
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
| Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
| wikipaom2015:formule [2015/02/24 11:41] – [Examples/Usage] ebertocchi | wikipaom2015:formule [2017/05/04 08:32] (versione attuale) – [Editor interattivi online] ebertocchi | ||
|---|---|---|---|
| Linea 1: | Linea 1: | ||
| + | ===== Editor interattivi online ===== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Editor interattivi offline ===== | ||
| + | |||
| + | [[http:// | ||
| + | ===== Esempi/ | ||
| + | //[da documentazione plugin dokuwiki/ | ||
| + | |||
| + | NOTA: la configurazione di default utilizza \$ (simbolo del dollaro US) per delimitare formule matematiche in sintassi TeX (interprete [[http:// | ||
| + | Ciò può causare problemi nel caso si voglia utilizzare il carattere \$ nelle pagine del wiki. | ||
| + | La configurazione di default permette di " | ||
| + | |||
| + | Note sull' | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | |||
| + | |||
| + | Once the plugin is installed, you can write TeX formulas in your wiki with the following syntax (by default --- all delimiters are configurable): | ||
| + | ====Inline Math==== | ||
| + | |||
| + | Use dollar signs: | ||
| + | |||
| + | $a^2 + b^2 = c^2$ | ||
| + | |||
| + | or escaped parentheses: | ||
| + | |||
| + | \(1+2+\dots+n=\frac{n(n+1)}{2}\) | ||
| + | |||
| + | |||
| + | ====Display Math==== | ||
| + | |||
| + | To display math on its own line, use double dollar signs: | ||
| + | |||
| + | $$ \frac{d}{dx}\left( \int_{0}^{x} f(u)\, | ||
| + | |||
| + | or escaped square brackets: | ||
| + | |||
| + | \[ \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] \] | ||
| + | |||
| + | A wide range of math environments((Accepted math environments (specified [[https:// | ||
| + | |||
| + | \begin{align*} | ||
| + | e^x & = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots \\ | ||
| + | & = \sum_{n\geq 0} \frac{x^n}{n!} | ||
| + | \end{align*} | ||
| + | |||
| + | Note that the math environments //should not// be inside the dollar sign delimiters; the environments should stand on their own with just the '' | ||
