Template talk:Demo of attempt to use parameters within TeX
From Meta
{{Demo of attempt to use parameters within TeX|4||abc=def}} and {{Demo of attempt to use parameters within TeX|6||abc=def}}
give
1 + abc
CURRENTDAYCURRENTDAY
tctc


y = mx + c


Here, the LaTeX expression
is embedded within a line.
1 + abc
CURRENTDAYCURRENTDAY
tctc


y = mx + c


Here, the LaTeX expression
is embedded within a line.
Conclusion: parameters are not substituted, {{{1}}} is interpreted as 1, etc.

However, math tags inside a template parameter are allowed:
{{x2|<math>\frac{a}{b} = e^2</math>}} gives: 


