1<?php 2/** 3 * Options for the latexit plugin 4 * 5 * @author Michael Große <grosse@cosmocode.de> 6 */ 7$meta['sort'] = array('multichoice', 8 '_choices' => 9 array('ascii', 10 'natural' 11 ));