Difference between revisions of "Input and compilation/Common errors"
Jump to navigation
Jump to search
| Line 26: | Line 26: | ||
* <code>save p</code> | * <code>save p</code> | ||
| − | |||
* <code>local b = if a > 0 then 3 else 4 end</code> (from mp) | * <code>local b = if a > 0 then 3 else 4 end</code> (from mp) | ||
[[Category:Basics]] | [[Category:Basics]] | ||
[[Category:Programming and Databases]] | [[Category:Programming and Databases]] | ||
Latest revision as of 14:43, 18 January 2025
Common ConTeXt Errors
Here, we collect a list of your favorite, common ConTeXt coding errors. Look carefully to see what is wrong...
\startext\stopMPage\startchapter[title=Space, the final frontier]\somecommand[parameter,key=value]\somecommand[key1=value2,key2KO= value2KO,key3KO=value3KO , key4=value4,]\starttexdefinition ... \stoptextdefinition\śtart(try to guess how this comes about...)context text(after editing test.tex)
Creative users are invited to add some real puzzlers here!
Common MetaPost Errors
i = i + 1 ;z := (a, b) ;if foo then ... endif x > 10 and y < 20 :string s ; s := "here" .. "there"local p
Common Lua Errors
save plocal b = if a > 0 then 3 else 4 end(from mp)