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 Mon Mar 23 12:09:54 -0700 2009 -now using Intel C++ to build mimetex -modifie... [cuda]
file COPYING Wed Nov 12 10:52:29 -0800 2008 initial commit - working proof of concept. [cuda]
file readme.txt Mon Mar 23 12:20:08 -0700 2009 correct location of where to place the build co... [cuda]
directory source/ Tue Mar 24 13:01:04 -0700 2009 corrected config file [cuda]
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.