linlu11 的博客

05 2010 档案

[原创]终于搞定中文docbook转换成PDF
摘要:1、下载libxslt工具 链接:在 Windows上使用DocBook写帮助文档 解压到:D:\GnuWin32\docbook\libxslt 2、下载fop 0.95 链接:http://apache.freelamp.com/xmlgraphics/fop/binaries/fop-0.95-bin.tar.gz解压到:D:\GnuWin32\docbook\fop-0.95 3、下载... 阅读全文

posted @ 2010-05-23 21:30 linlu11 阅读(1492) 评论(0) 推荐(0)

[收藏]使用Apache FOP将Docbook转换成PDF文档
摘要:http://blog.chinaunix.net/u/1096/showart_1808039.html 使用Apache FOP将Docbook转换成PDF文档在翻译的 Spring Live 的时候,我就选择了使用 DocBook 来组织文档。但是当我试图使用 Apache FO 把它转换成 PDF 时,问题就出现了。实际上,到现在为止,我都没有用FOP来真正的转换我的 DocBook 源... 阅读全文

posted @ 2010-05-21 00:34 linlu11 阅读(1090) 评论(0) 推荐(0)

[收藏]使用 FOP将中文DocBook xml转换成pdf的实现记录
摘要:http://blog.donews.com/limodou/archive/2004/04/01/9917.aspx 中文的确是一个很头痛的问题。在顺利将XML 写成的DocBook文档转换成HTML之后,我面临的下一个挑战就是如何将其转换为PDF。如果是英文的文档,一切都很OK。将xsl改为 fop/docbook.xsl,然后执行fop -fo your.fo -pdf your.pdf即... 阅读全文

posted @ 2010-05-21 00:11 linlu11 阅读(2343) 评论(0) 推荐(0)

Working with Docbook on Windows(在Windows下使用Docbook)
摘要:http://www.napcsweb.com/blog/2008/03/03/working-with-docbook-on-windows/Posted by Brian in Howto, snacks, tips (March 3rd, 2008) Setting up a toolchain for working with Docbook on Windows often requi... 阅读全文

posted @ 2010-05-20 22:39 linlu11 阅读(623) 评论(0) 推荐(0)

在Windows上使用DocBook写帮助文档
摘要:原文链接:http://flyingskyfu.spaces.live.com/blog/cns!177C77405DD0ABCA!936.entry?wa=wsignin1.0&sa=545002127 最近用DocBook写dbk文档,写好后编译为chm,然后集成到项目。特总结了这篇文章 (大部分为抄写自 http://www.yeeyan.com/articles/view/391... 阅读全文

posted @ 2010-05-20 22:38 linlu11 阅读(1624) 评论(0) 推荐(0)

XMLmind XML Editor - User's Guide(Being productive with XXE:XMLmind使用技巧)
摘要:内容提要: Insert:快速从加粗或斜体文本类型切回普通文本 Shift + Insert Ctrl + Insert:快速添加相同类型元素 Ctrl + Shift + Insert Ctrl + click:新建单击的元素类型相同的元素 Shift + click Ctrl + Enter:增加一个段落/列表项 Ctrl + Shift + Enter Esc + Down Arrow:选... 阅读全文

posted @ 2010-05-20 22:20 linlu11 阅读(615) 评论(0) 推荐(0)

使用gnucash理财 的十大理由
摘要:文章分类:IT生活 我们已经讨论了一些一般性的优势,利用gnucash 。这里有一些具体特点可能不存在于其他软件。 1.简单的用户界面gnucash是使用起来更简单,作为一个支票簿登记。它的简单得多了一份文件登记的,因为自动完成和其他入境简捷的途径,不仅为您工作,但同时降低了数据录入错误。 2.容易填加数据gnucash允许你输入数据,从上线的银行对账单和软件包使用qif (加快?交换格式) , ... 阅读全文

posted @ 2010-05-19 19:33 linlu11 阅读(1618) 评论(0) 推荐(1)

[转]XMLMind XML Editor - 可视化XML编辑器简介绍
摘要:XMLMind XML Editor 是一个免费的XML编辑器。这篇关于免费软件的文章就是用它编写的。这个编辑器可以用来编写DocBook和XML Schema. 不过我只用过他的DocBook功能,因为我实在没有找到比它更好的写DocBook的工具。准确地说,它是唯一一个提供可视化界面的Docbook编辑器。我这里介绍的,也是它的Docbook编辑功能。至于XML schema 有很多更好的工具... 阅读全文

posted @ 2010-05-19 19:20 linlu11 阅读(6025) 评论(0) 推荐(1)

【经典书籍及评论】老外的推荐列表:计算机科学技术(软件篇)
摘要:转自:http://blog.csdn.net/newdetang/archive/2009/05/25/4215706.aspx,记下了自己备查 第一部分 Beginning C++❑ Harvey M. Deitel and Paul J. Deitel, C++ How to Program (Fourth Edition), Prentice Hall,2002, ISBN: 0-130... 阅读全文

posted @ 2010-05-18 22:55 linlu11 阅读(969) 评论(0) 推荐(1)

Compile workrave under windows – My exprience 在Windows上编译Workrave
摘要:这是我第一次在Windows上编译*nix程序,下载工具时,最开始按Windows的习惯分别安装到不同文件夹,后来发现那样很麻烦。因为每个Unix库的文件组织方式就已经包含了bin, include, lib, share, doc等文件夹,并且上述文件夹中还有库的子目录。 所以大家一定要接收教训,把gtkmm, gettext, intltool之类的全部安装到一个文件夹,例如:D:/GnuWi... 阅读全文

posted @ 2010-05-18 00:32 linlu11 阅读(646) 评论(0) 推荐(0)

MSYS中文乱码解决
摘要:Minimal GNU(POSIX)system on Windows,是一个小型的GNU环境,包括基本的bash ,make等等。Windows下最优秀的GNU环境。具体文件可以在官方网站下载:http://sourceforge.net/projects/mingw/files/--------------------中文乱码解决方案--------------------#ls显示中文不正常... 阅读全文

posted @ 2010-05-16 12:24 linlu11 阅读(963) 评论(0) 推荐(0)

Installing MSYS-MinGW (安装MSYS和MinGW开发环境)
摘要:http://www.cccp-project.net/wiki/index.php?title=Installing_MSYS-MinGW From CCCP Jump to: navigation, search Instructions for setting up Minimalist GNU for Windows along with Minimal SYStem. Content... 阅读全文

posted @ 2010-05-16 12:02 linlu11 阅读(2806) 评论(0) 推荐(0)

导航

统计

点击右上角即可分享
微信分享提示