Plugin |
| Nome do Programa | Descrição |
| FireMath | Plugin do Firefox |
Fonte Especial (Conjunto) |
| Download da Fonte | Descrição |
| conjunto.ttf | Insere no código fonte o conjunto (N, Z, Q, I, R, C) ou (n, z, q, i, r, c) |
| numeros_riscados.ttf | Risca os números: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
| n ⊂ z ⊂ q ⊂ i ⊂ r ⊂ c |
| Exemplo: |
| <style type="text/css"> @font-face { font-family: 'conjunto'; src: url(fonte_conjunto/conjunto.ttf); } #conjunto { font-family: 'conjunto' } </style> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext><span id="conjunto">n</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">z</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">q</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">i</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">r</span></mtext> <mo>⊂</mo> <mtext><span id='conjunto">c</span></mtext> </mrow> </math> |
| N ⊂ Z ⊂ Q ⊂ I ⊂ R ⊂ C |
| Exemplo: |
| <style type="text/css"> @font-face { font-family: 'conjunto'; src: url(fonte_conjunto/conjunto.ttf); } #conjunto { font-family: 'conjunto' } </style> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mtext><span id="conjunto">N</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">Z</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">Q</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">I</span></mtext> <mo>⊂</mo> <mtext><span id="conjunto">R</span></mtext> </mrow> <mo>⊂</mo> <mtext><span id="conjunto">C</span></mtext> </math> |