2012年12月28日

(How to)Windows Live Writer插入Latex公式(补充)

摘要: 1、打开Visual Studio,创建一个“Class Library”类型的项目。 2、然后在项目中添加WindowsLive.Writer.Api.dll程序集的引用(一般位于C:\Program Files(x86)\Windows Live\Writer\) 3、右键单击Class Library项目,选择“Properties”。设置Build Events 的Post-build event commend line,让每次编译完成之后自动将该插件拷贝到Windows Live Writer的插件目录下:XCOPY /D /Y /R "$(TargetPath)&quo 阅读全文

posted @ 2012-12-28 18:08 chitti 阅读(441) 评论(0) 推荐(0) 编辑

(How to)Windows Live Writer插入Latex公式

摘要: 1、首先构建出如下窗体: private void InitializeComponent() { this.buttonOK = new System.Windows.Forms.Button(); this.textBoxLaTeX = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); ...}2、在buttonOK_Click事件中构造要插入的代码:public par... 阅读全文

posted @ 2012-12-28 16:15 chitti 阅读(322) 评论(0) 推荐(0) 编辑

导航