本文介绍了创建新的Sandcastle PresentationStyle的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过创建新的演示风格来获得Sandcastle的输出帮助/ CHM文件以匹配我们公司文档的样式。这就是我到目前为止所做的:

创建了一个新目录:


C:\Program Files\Sandcastle\Presentation\的我们公司面试


从\Presentation\vs2005
以\Presentation\的我们公司面试


启动Sandcastle帮助文件生成器GUI并更改:


项目属性>帮助文件>演示文稿样式为我们的公司


下一步是在styles\presentation.css中编辑font-family和font-size值

任何其他提示或建议使其快速正确地工作?

解决方案


I'm trying to get Sandcastle's output help/CHM file to match the style of our company’s documentation by creating a new presentation style. This is what I’ve done so far:

Created a the new directory: 

  C:\Program Files\Sandcastle\Presentation\OurCompany

Copied everything from \Presentation\vs2005

  to \Presentation\OurCompany

Started up the Sandcastle Help File Builder GUI and changed:

  Project Properties > Help File > Presentation Style to OurCompany

Next step is to edit the font-family and font-size value in styles\presentation.css

Any other tips or suggestions to get this to work quickly and correctly?

解决方案


这篇关于创建新的Sandcastle PresentationStyle的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 12:37