1<?php 2/** 3 * DokuWiki Plugin latexcaption Default Settings 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author Ben van Magill <ben.vanmagill16@gmail.com> 7 */ 8 9$conf['abbrev'] = 0; 10$conf['captiontag'] = 'caption'; 11