summaryrefslogtreecommitdiff
path: root/support/nlatexdb/nlatexdb/app.config
blob: 3d60310e1ac0c94e553caa76147a44944a4401f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="NlatexdbSettings" type="nlatexdb.NlatexdbSettings,nlatexdb"/>   
  </configSections>

<NlatexdbSettings
CmdLineArgumentVarPrefix="??"
RegexSplitter="/"
VariableSplitter=","
>
<LatexCharReplace>
<add char="€" replace="\euro" />
</LatexCharReplace>
</NlatexdbSettings>
</configuration>