Modèle:LaTeX/LaTeX

De LaTeX
Révision de 14 avril 2011 à 12:23 par Nicolas Brouard (discuter | contributions) (Page créée avec « <includeonly>{{#if:{{{code|}}}|{{#tag:source|{{{code}}}|lang=latex|enclose=none}}|Code missing!}}</includeonly>{{BookCat}}<noinclude> This template is made to render usage of... »)

(diff) ← Version précédente | Voir la version courante (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

This template is made to render usage of LaTeX code in a consistent matter in running text.

Usage: {{LaTeX/LaTeX|code=latex code}} produces highlighted LaTeX code in the inside, that looks like this: \[ 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).