% - Tex-Befehl
%.
NAME
% - zeigt Kommentare in der Quelle an.
ZUSAMMENFASSUNG
{ \def<definition>#1 }
BESCHREIBUNG
% zeigt Kommentare im Quellcode an. Wird in der endgültigen Ausgabe nicht gerendert.
BEISPIELE
% Hinweis: (x + 1) ^ 2 ist NICHT x ^ 2 + 1 wird nicht gedruckt
% Note: (x+1)^2 is NOT x^2 + 1 (x+1)^2 % original expression = (x+1)(x+1) % definition of exponent = x^2 + 2x + 1 % FOIL, combine like terms
$% Hinweis: (x + 1) ^ 2 ist NICHT x ^ 2 + 1 (x + 1) ^ 2% ursprünglicher Ausdruck = (x + 1) (x + 1)% Definition des Exponenten = x ^ 2 + 2x + 1% FOIL, kombiniere wie Begriffe $