Mercurial > clickerconvert
view src/replacements.ini @ 98:dd322a4b90d9 tip
Fix resource finding and installation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 07 Oct 2016 12:44:50 +0200 |
parents | 1e6e7699f0b8 |
children |
line wrap: on
line source
; Replacements for EduExportConvert ; ; This file describes replacements done by EduExportConvert ; ; The Syntax is: ; ; <Regular Expression>=<Replacement> ; ; Any input that matches the Expression will be replaced ; by the right hand side of the equation. ; ; The Regular Expression syntax is perl compatible. ; Please refer to: ; http://perldoc.perl.org/perlretut.html ; For documentation about the syntax. ; ; Groups can be referenced through \1 \2 etc. see examples below. ; ; Lines starting with ; are ignored ; ; This file should be UTF-8 encoded. ; Excel artifiacts ? #NAME\?= ; Remove latex escape characters. \$\$(.*?)\$\$=" \1 " ; Remove image escape characters. ##(.*?)##=" \1 " ; Image qualifiers \\hfill= \\filbreak=