<?php
/**
 * Options for the latexit plugin
 *
 * @author  Michael Große <grosse@cosmocode.de>
 */
$meta['sort'] = array('multichoice',
                      '_choices' =>
                      array('ascii',
                            'natural'
                      ));