09 2012 档案

摘要:Lyx插入图形使用了graphicx包,在lyx中是自动的。但是,如果在“文档/首选项/文档类/图形驱动程序”中选择了“xetex”引擎而不是“默认”,那么【报错讯息】latex的(见这里 )与Lyz的还略有不同,lyx中graphics有了[xetex]之类的选项之后,它和许多包都冲突了。LaTeX Error: Option clash for package graphicx.【详情描述】 引入xltxtra宏包 (并加载fontspec, xunicode 并定义了 \xetex 短命令) 同时又加载了 graphicx宏包. 但没有有指定任何参数, 一旦你随后指定了一些参数就会产生冲 阅读全文
posted @ 2012-09-15 19:11 Z.X.L 阅读(1030) 评论(0) 推荐(0) 编辑
摘要:一、下载blogilo二、设置->配置->博客->添加:填写博客/主页url。url看最后边或者直接参见这里ID和密码“高级” 中的ID。必须再填写,这个不填不能点“确定”。我居然在在这里卡住了。离线编辑就是爽,尤其是有大量插图和其它稍复杂一点的编辑和修改代码就方便多了。不过有时候人品不好会提交日志失败。毕竟这个软件还不是非常的成熟。在此以新浪博客为例:在博客主页中填入http://upload.move.blog.sina.com.cn/blog_rebuild/blog/xmlrpc.php用户名和密码高级-API 选择MetaWeblog API, 点击获取ID,然后 阅读全文
posted @ 2012-09-14 22:21 Z.X.L 阅读(432) 评论(0) 推荐(0) 编辑
摘要:参考了在博客园利用 MathJax 建支持 LaTeX 的博客 和 MathJax让你爱上数学公式 搞定了cnblogs博客的latex支持。小小的测试一把The Fundamental Theorem of Calculus states: If a function f is continuous on the interval [a, b ] and if F is a function whose derivative is f on the interval (a, b ), then$a^2+b^2=c^2$$\int_{a}^{b} f(x)\,dx = F(b) - F(a). 阅读全文
posted @ 2012-09-12 21:04 Z.X.L 阅读(436) 评论(0) 推荐(0) 编辑
摘要:ubuntu 12.04上使用latexby ZXL2012年09月11日摘要tex和latex就不多说了,一言以蔽之:装X利器。其实现在好用实用的文档编辑海了去了,latex除了公式定理交叉引用这一块其它没什么大的优点了。那这么那麻烦的工具还用得着费事去学去用吗?见仁见智了,这个不多费口舌。如今latex也可以像word那样所见即所得(wyswyg)的编辑文档了。keywords:ubuntu linux latex 所见即所得1linux环境安装latex和lyx这里只提到ubuntu 12.04其它的类unix发行版和windows都类似。测试环境:ubuntu 12.04 i3861. 阅读全文
posted @ 2012-09-12 20:37 Z.X.L 阅读(2095) 评论(0) 推荐(0) 编辑
摘要:Note For Study LyXNote For Study LyXZXL2012年09月09日Table of ContentsSection: 0 EnvironmentSection 1: When try without configuration except unicode (xetex) (utf8)除了使用utf8外无设置Section 2: Try preamble configuration导言区设置Subsection 2.1: Use CJKutf8 package and pdflatex使用CJKutf8和pdflatexSubsection 2.2: Use 阅读全文
posted @ 2012-09-09 17:15 Z.X.L 阅读(512) 评论(0) 推荐(0) 编辑
摘要:This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 China Mainland License.下面是 the little schemer 中的 简单interpreter实现以及在DrRacket中的一步步的调试观察。这里注意运行下面的代码需要设置一下另外,使用DrRacket的调试来step by step 观察 Scheme 程序运行非常不错。;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 阅读全文
posted @ 2012-09-03 21:20 Z.X.L 阅读(1316) 评论(0) 推荐(0) 编辑
摘要:第十章 What Is the Value of All of This?entry条目 是由list表组成的 pair 对,pair 对的第一个list表是集合 set。另外,两个list表的长度必须是相同的。举出几个 entry条目 的例子。例如((appetizer entree beverage) (pate boeuf vin)和((appetizer entree beverage) (beer beer beer))还有((beverage dessert) ((food is) (number on with us)))我们如何用一个集合的名字和一个列表的值构建一个 entry 阅读全文
posted @ 2012-09-03 00:18 Z.X.L 阅读(835) 评论(0) 推荐(0) 编辑