Latex (50107)
Lascio come annuncio questo thread per avere sottomano anche nella sezione di fisica una mini-guida per questo linguaggio.
Partiamo subito.
—————————————————————————
Frazioni:
Codice:
————————————————————————
Esponenti:
————————————————————————
Sistemi:
Codice:
————————————————————————
Radici:
Codice:
Se si omettono le parentesi quadre compare solo:
————————————————————————
Derivate parziali:
Codice:
————————————————————————
Vettori:
Codice:
————————————————————————
Accenti, e segni sopra le lettere 1:
Codice:
————————————————————————
Accenti, e segni sopra le lettere 2:
Codice:
————————————————————————
Sottolineature e segni sotto le lettere:
Codice:
————————————————————————
Integrali vari:
Codice:
————————————————————————
Operatori 1:
Codice:
————————————————————————
Operatori 2:
Codice:
————————————————————————
Operatori 3:
Codice:
————————————————————————
Limiti:
Codice:
————————————————————————
Frecce:
Codice:
————————————————————————
Alfabeto greco:
Codice:
————————————————————————
Sommatoria:
Codice:
————————————————————————
Parentesi per farle adatte al testo:
Codice:
————————————————————————
Infinito:
Codice:
————————————————————————
Matrici:
Codice:
Si può scrivere tutto attaccato. Scriverlo così aiuta solo a capire.
————————————————————————
Tabelle:
Codice:
Partiamo subito.
—————————————————————————
Frazioni:
[math]\frac{a}{b}[/math]
Codice:
[math]\frac{a}{b}[/math]
————————————————————————
Esponenti:
[math]a^{b+1}[/math]
[math]a^{b+1}[/math]
————————————————————————
Sistemi:
[math]\begin{case}
equazione\; 1 \\
equazione\; 2 \\
\end{case}[/math]
equazione\; 1 \\
equazione\; 2 \\
\end{case}[/math]
Codice:
[math]\begin{case} equazione\; 1 \\ equazione\; 2 \\ \end{case}[/math]
————————————————————————
Radici:
[math]\sqrt[3]{a+b}[/math]
Codice:
[math]\sqrt[3]{a+b}[/math]
Se si omettono le parentesi quadre compare solo:
[math]\sqrt{a+b}[/math]
————————————————————————
Derivate parziali:
[math]\partial x[/math]
Codice:
[math]\partial x[/math]
————————————————————————
Vettori:
[math]\vec{v} + \vec{w}[/math]
Codice:
[math]\vec{v} + \vec{w}[/math]
————————————————————————
Accenti, e segni sopra le lettere 1:
[math]\bar{x} \; \hat{x} \; \grave{x} \; \dot{x} \; \ddot{x} \; [/math]
Codice:
[math]\bar{x} \; \hat{x}\; \grave{x} \; \dot{x} \; \ddot{x} \; [/math]
————————————————————————
Accenti, e segni sopra le lettere 2:
[math]\tilde{x}\; \widetilde{x}\; \widehat{x}\; \breve{x}\; \overbrace{abc}\;[/math]
Codice:
[math]\tilde{x}\; \widetilde{x}\; \widehat{x}\; \breve{x}\; \overbrace{abc}\; [/math]
————————————————————————
Sottolineature e segni sotto le lettere:
[math]\underline{x}\; \underbrace{x}\; [/math]
Codice:
[math]\underline{x}\; \underbrace{x}\; [/math]
————————————————————————
Integrali vari:
[math]\int dx \; \oint dx\; \int_{0}^{n} dx\; \iiint dx\:dy \; [/math]
Codice:
[math]\int dx \; \oint dx\; \int_{0}^{n} dx\; \iiint dx\:dy\:dz \; [/math]
————————————————————————
Operatori 1:
[math]< \; >\; \geq \; \leq \; \neq \; \simeq\; \equiv[/math]
Codice:
[math]< \; >\; \geq \; \leq \; \neq \; \simeq\; \equiv[/math]
————————————————————————
Operatori 2:
[math]\cdot\; \times \; \div \; \cup\; \cap\;\in\;[/math]
Codice:
[math]\cdot\; \times \; \div \; \cup\; \cap\;\in\;[/math]
————————————————————————
Operatori 3:
[math]\pm\; \mp\; \nabla\; \wedge\; \vee\; \odot\; \otimes[/math]
Codice:
[math]\pm\; \mp\; \nabla\; \wedge\; \vee\; \odot\; \otimes[/math]
————————————————————————
Limiti:
[math]\lim_{x\right +\infty}\ x[/math]
Codice:
[math]\lim_{x\right +\infty}\ x[/math]
————————————————————————
Frecce:
[math]\rightarrow \; \leftarrow \; \Longleftrightarrow \; \Rightarrow\; \Leftarrow[/math]
Codice:
[math]\rightarrow \; \leftarrow \; \Longleftrightarrow \; \Rightarrow\; \Leftarrow[/math]
————————————————————————
Alfabeto greco:
[math]\alpha\; \beta\; \gamma\; \epsilon\; \eta\; \chi\; ...[/math]
Codice:
[math]\alpha\; \beta\; \gamma\; \epsilon\; \eta\; \chi\;...[/math]
————————————————————————
Sommatoria:
[math]\sum_{i=1}^{n}x_{i}[/math]
Codice:
[math]\sum_{i=1}^{n}x_{i}[/math]
————————————————————————
Parentesi per farle adatte al testo:
[math]\{\[\( \frac{2}{3}\)\]\}[/math]
Codice:
[math]\{\[\( \frac{2}{3}\)\]\}[/math]
————————————————————————
Infinito:
[math]\infty[/math]
Codice:
[math]\infty[/math]
————————————————————————
Matrici:
[math]\left(\begin{array}{cccc}
a & b & c & d\\
e & f & g & h\\
i & l & m & n
\end{array}\right)[/math]
a & b & c & d\\
e & f & g & h\\
i & l & m & n
\end{array}\right)[/math]
Codice:
[math]\left(\begin{array}{cccc} a & b & c & d\\ e & f & g & h\\ i & l & m & n \end{array}\right)[/math]
Si può scrivere tutto attaccato. Scriverlo così aiuta solo a capire.
————————————————————————
Tabelle:
[math]\begin{array}{lr}\hline
PESO & 70 kg \\
\hline
SESSO & maschio \\
\hline
\end{array}[/math]
PESO & 70 kg \\
\hline
SESSO & maschio \\
\hline
\end{array}[/math]
Codice:
[math]\begin{array}{lr}\hline PESO & 70 kg \\ \hline SESSO & maschio \\ \hline \end{array}[/math]
Questa discussione è stata chiusa