Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mat Euler

Halaman: [1]
1
Pemrograman WEB / Menulis Rumus dengan Menggunakan LaTeX di HTML
« pada: Juni 03, 2018, 01:41:35 AM »
Kode: [Pilih]
<html>
<head>
<script type="text/javascript" src="http://latex.codecogs.com/latexit.js"></script>
<script type="text/javascript">
LatexIT.add('p',true);
</script>
</head>
<body>
<p>Dividing $x^2+1$ by $y^2$ gives \[\frac{x^2+1}{y^2}\]</p>
<p>The british pound is worth 1.5 US\$ or $1.1 \euro$</p>
</body>
</html>

Halaman: [1]