public
Description: LaTeX Build Component for Sandcastle
Homepage: http://wiki.github.com/cuda/latex-sandcastle
Clone URL: git://github.com/cuda/latex-sandcastle.git
name age message
file .gitignore Loading commit data...
file COPYING
file readme.txt
directory source/
readme.txt
Requirements:
 Sandcastle - May 2008 release (Version 2.4.10520)

Instructions:
1. Place the three files from the binary directory of the zip file into the Sandcastle Help File Builder (SHFB) 
BuildComponents directory.
   This directory differs depending on your OS.
   Vista: %ProgramData%\EWSoftware\Sandcastle Help File Builder\Build Components
   Windows XP: %ALLUSERSPROFILE%\Application Data\EWSoftware\Sandcastle Help File Builder\Build Components
2. In your SHFB configuration file add the "LaTeX Build Component" to the ComponentConfigurations property of the build 
section.
3. Add <latex> tags to your XML comments.  The <latex> tag must be placed inside regular XML comment tags.
   Example: ///<summary><latex>f(x)=x^2</latex></summary>
   For complex LaTeX code, it should be placed in in CDATA tag, i.e. <latex><!CDATA[f(x)=x^2]]></latex>
4. Run SHFB as usual.