Click or drag to resize

LatexConfigDlg Constructor (String)

Initializes a new instance of the LatexConfigDlg class by parsing the configuration XML.

Namespace:  Novacta.Documentation.ShfbTools
Assembly:  Novacta.Documentation.ShfbLatexComponent (in Novacta.Documentation.ShfbLatexComponent.dll) Version: 2021.4.9.0
Remarks

An XML default configuration is expected as follows:

Default Configuration
<?xml version="1.0" encoding="utf-8"?>
<component id="Latex Component">
   <documentClass value="article" />
   <imageFileFormat value="SVG" />
   <additionalPreambleCommands>
      <line>% Add here additional preamble commands</line>
   </additionalPreambleCommands>
   <latexDefaultMode value="display"/>
   <redirectFileProcessors value="false" />
   <imageDepthCorrection value="0" />
   <imageScalePercentage value="100" />
   <latexBinPath value="C:\Program Files\MiKTeX 2.9\miktex\bin\x64" />
   <dvisvgmBinPath value="C:\Program Files\MiKTeX 2.9\miktex\bin\x64" />
   <helpType value="{@HelpFileFormat}" />
   <basePath value="{@WorkingFolder}" />
   <languagefilter value="true" />
</component>

See Also