Difference between revisions of "MWE"

From Wiki
Jump to navigation Jump to search
(added Hans' entry)
(added Hans' correction to my MWE)
Line 22: Line 22:
  
 
* \startMPpage draworigin;\stopMPpage
 
* \startMPpage draworigin;\stopMPpage
 +
 +
* \startMPpage draworigin\stopMPpage
  
 
* \startMPpage draw(0,0)\stopMPpage
 
* \startMPpage draw(0,0)\stopMPpage

Revision as of 14:26, 5 November 2014

< Main Page | Humour >

Minimum WORKING Examples

Here we launch a contest for the creation of the most minimal working examples. There shall be different categories:

  • shortest code
  • fastest execution
  • shortest code + fastest execution

Rules: the example MUST compile and create a pdf!

ConTeXt

  • \starttext a\stoptext
  • \startTEXpage !\stopTEXpage

MetaPost

  • \startMPpage draworigin;\stopMPpage
  • \startMPpage draworigin\stopMPpage
  • \startMPpage draw(0,0)\stopMPpage