andre@76: ; Replacements for EduExportConvert andre@76: ; andre@76: ; This file describes replacements done by EduExportConvert andre@76: ; andre@76: ; The Syntax is: andre@76: ; andre@76: ; = andre@76: ; andre@76: ; Any input that matches the Expression will be replaced andre@76: ; by the right hand side of the equation. andre@76: ; andre@76: ; The Regular Expression syntax is perl compatible. andre@76: ; Please refer to: andre@76: ; http://perldoc.perl.org/perlretut.html andre@76: ; For documentation about the syntax. andre@76: ; andre@76: ; Groups can be referenced through \1 \2 etc. see examples below. andre@76: ; andre@76: ; Lines starting with ; are ignored andre@76: ; andre@76: ; This file should be UTF-8 encoded. andre@76: andre@76: ; Excel artifiacts ? andre@76: #NAME\?= andre@76: ; Remove latex escape characters. andre@76: \$\$(.*?)\$\$=" \1 " andre@76: ; Remove image escape characters. andre@76: ##(.*?)##=" \1 " andre@76: ; Image qualifiers andre@76: \\hfill= andre@76: \\filbreak=