Şablon:LaTeX/Örnek

testwiki sitesinden
07.55, 25 Kasım 2020 tarihinde imported>Vito Genovese tarafından oluşturulmuş 15 numaralı sürüm (HTML5)
(fark) ← Önceki sürüm | Güncel sürüm (fark) | Sonraki sürüm → (fark)
Gezinti kısmına atla Arama kısmına atla

Şablon:KitapKat Bu şablon tutarlı bir konuda LaTeX kullanım örnekleri vermek için yapılır.


Kullanım: Şablon:Nowrap produces a table with LaTeX code on the left and the supplied rendering (either as an image or <math></math> tag) on the right, that looks like this:

\[ x^2+y^2=z^2|_{x=<0,1>} \]

x2+y2=z2|x=<0,1>

Şablon:KitapKat

Both parameters should be filled.

The first parameter (code) 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>}
\]|render=<math>x^2+y^2=z^2|_{x=<0,1>}</math>}}

Don't try using {{#!:}} construct as it will be passed along (don't know why though).