Templat:LaTeX/Usage
Templat ini dibuat untuk merender penggunaan kode LaTeX secara konsisten.
Penggunaan: {{LaTeX/Usage|code=latex code}} menghasilkan tabel dengan kode LaTeX dalam kotak penanda, yang tampak seperti ini:
\[
x^2+y^2=z^2|_{x=<0,1>}
\]
|
The parameter must be filed.
The parameter is passed to {{#tag}}
construct so |
pipe) characters have to be escaped using the {{!}}
template. This makes the example to be written as such:
{{LaTeX/Example|code=\[ x^2+y^2=z^2{{!}}_{x=<0,1>} \]}}
Don't try using {{#!:}}
construct as it will be passed along (don't know why though).