Difference between revisions of "Common errors"

From Wiki
Jump to navigation Jump to search
m (added a MP error)
Line 20: Line 20:
  
 
* i = i + 1 ;
 
* i = i + 1 ;
 +
 +
* z := (a, b) ;

Revision as of 09:13, 28 October 2014

< Main Page | Humour >

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]
  • 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) ;