Za neuobičajene znakove (grčka slova, < >, & …) koji su dio teksta, nisu dio jednadžbe i ne zapisuju se unutar <display-formula> ili <inline-formula> može se koristiti numerical HTML endocing of the Unicode character: http://www.utf8mb4-chartable.de/unicode-utf8mb4-table.pl

Na stranici postoji padajući izbornik go to the other block gdje se mogu pretražiti znakovi po grupama (najčešće su potrebni Greek and coptic, Mathematical operators, Arrows...)

Primjer:

We consider D ∈ Decl as a sequence of declarations

<p>We consider D &#8712; Decl as a sequence of declarations</p>


Za jednadžbe i formule koje se zapisuju unutar <display-formula> ili <inline-formula> može se koristiti LaTeX u obliku:
<display-formula><tex-math notation="LaTeX">
   <![CDATA[ 

   \[ Ovdje se upisuje kod LaTeX-a \]

   ]]>
</tex-math></display-formula>

 

Primjer:

<disp-formula><tex-math notation="LaTeX">   
<![CDATA[   

\[ \begin{cases} \frac{X'(t)=aX(t) - \alpha X(t)Y(t)}{Y'(t)=-bY(t) + \beta X(t)Y(t)} \end{cases} \] 

]]>
</tex-math></disp-formula>


Prikazuje se:

Pomoć za izradu LaTeX kodova:

https://www.latex4technics.com/ - potrebna registracija (besplatno)

https://www.codecogs.com/latex/eqneditor.php - dodatna pomoć

  • No labels