Mercurial > clickerconvert
view src/replacements.ini @ 76:1e6e7699f0b8
Add replacements.ini to configure text replacements
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 05 Oct 2016 14:23:23 +0200 |
parents | |
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=