From 8420c890ee0d7a57eee4ce832a338643747ba676 Mon Sep 17 00:00:00 2001 From: tyuuni Date: Mon, 27 Apr 2015 14:30:20 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3d64c..a2784bc 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,11 @@ 遗留问题 ========= -* texi2pdf不支持包含中文的texi文件,因此暂无法生成中文pdf,测试发现生成pdf中,中文全部消失不见。 \ No newline at end of file +* texi2pdf不支持包含中文的texi文件,因此暂无法生成中文pdf,测试发现生成pdf中,中文全部消失不见。 + +新的开始 +========= + +emacs-lisp-cn 的翻译将使用 org-mode ,并用 org-mode 转化为 texinfo 格式, +另外 org-mode 还有 org-info.js 功能,可以生成和 info 一样操作 的 info 网页版。 + From 6290b73d92ea3b57db6d43c37f550b092ffb9be7 Mon Sep 17 00:00:00 2001 From: tyuuni Date: Mon, 27 Apr 2015 14:32:26 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2784bc..cadad39 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ 新的开始 ========= -emacs-lisp-cn 的翻译将使用 org-mode ,并用 org-mode 转化为 texinfo 格式, -另外 org-mode 还有 org-info.js 功能,可以生成和 info 一样操作 的 info 网页版。 +* emacs-lisp-cn 的翻译将使用 org-mode ,并用 org-mode 转化为 texinfo 格式。 +* (Why org-mode ? )org-mode 还有 org-info.js 功能,可以生成和具有和 info 一样操作的 info 网页版。 From aeb01c61495215e15fe9ba9edb4241c697b8ebb9 Mon Sep 17 00:00:00 2001 From: tyuuni Date: Mon, 27 Apr 2015 14:35:07 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cadad39..e53fecd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ 新的开始 ========= -* emacs-lisp-cn 的翻译将使用 org-mode ,并用 org-mode 转化为 texinfo 格式。 -* (Why org-mode ? )org-mode 还有 org-info.js 功能,可以生成和具有和 info 一样操作的 info 网页版。 +* emacs-lisp-cn 的翻译将使用 org-mode ,并用 org-mode 导出为 texinfo 格式。 +* (Why org-mode ? ) org-mode 可以正常导出为 pdf 、 html 以及 markdown 等等。 +* org-mode 还有 org-info.js 功能,可以生成和具有和 info 一样操作的 info 网页版。 From 22bbfd70085c769eafa17c539282327fb3f06c93 Mon Sep 17 00:00:00 2001 From: tyuuni Date: Mon, 27 Apr 2015 14:45:48 +0800 Subject: [PATCH 4/4] Delete TODO --- TODO | 1 - 1 file changed, 1 deletion(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 85c1f9e..0000000 --- a/TODO +++ /dev/null @@ -1 +0,0 @@ -* 最新的makeinfo工具已经支持转为Docbook,计划将最终文档转为Docbook格式 \ No newline at end of file