"ഫലകം:LaTeX/Example" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
വഴികാട്ടികളിലേക്ക് പോവുക
തിരച്ചിലിലേക്ക് പോവുക
imported>Vasudevantv No edit summary |
(വ്യത്യാസം ഇല്ല)
|
06:24, 14 ഒക്ടോബർ 2015-നു നിലവിലുള്ള രൂപം
ഫലകം:BookCat This template is made to render examples of LaTeX usage in a consistent matter.
Usage: ഫലകം: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>}
\]
|
|
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).