cuda / latex-sandcastle

LaTeX Build Component for Sandcastle

This URL has Read+Write access

cuda (author)
Tue Mar 24 13:01:04 -0700 2009
commit  6a28caa6d7351f410a23c9a544aed42c1870cf64
tree    5eab1a077134aea6871ca3909c80c6c872c0a95c
parent  5dd6708e1625e1dd0144d03f305cd673bf7a3704
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.