diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-22 23:52:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-22 23:52:51 +0000 |
commit | e79afc82069a887edd12a510c61edea9fafe2dc6 (patch) | |
tree | 99b5df1425e8bf5b824aae8bc6e27ee61c8aa231 /Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex | |
parent | 47e87a4d20a2f93fd498121b8d4bd9c8662356c7 (diff) |
new context doc context-notes-zh-cn (6jul09)
git-svn-id: svn://tug.org/texlive/trunk@14390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex')
-rw-r--r-- | Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex b/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex new file mode 100644 index 00000000000..5ece42ad033 --- /dev/null +++ b/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex @@ -0,0 +1,23 @@ +\startcomponent presentation +\product ctxnotes + +\chapter{制作演示文档} + +似乎很久都没有继续写这份笔记,因为很忙。即使不忙,也总能找到很忙的借口消耗掉继续写下去的动力。现在,开始写有关 \CONTEXT\ 演示文档制作的内容,是因为真正地要用到它。最近,一群领导们来学校视察工作,据说要顺便关怀一下我们的项目,因此我要准备一份 3~5 分钟的项目汇报。感觉有点滑稽,做了快 2 年的项目,只需要不到 5 分钟的时间就能汇报完。且不发牢骚了,利用这个机会学用一下 \CONTEXT\ 演示文档制作。 + +\section{不用 \CONTEXT\ 的模板} +\bookmark{不用 ConTeXt 的模板} + +不为别的,因为太难看了,我不认为它们中的哪一个适合我这一次的项目报告。 + +\section{屏幕} + +演示文档的版面与用纸尺寸应当根据屏幕的宽高比例进行设置,通常是 4:3,具体情况可根据系统分辨率来确定。推荐的文档版面与用纸尺寸为 \CONTEXT\ 内建的用纸规格 S6,它的宽度接近 A4 纸宽,高度大约是 A4 纸高的一半。 + +\startniceTEX +\setuppapersize[S6][S6] +\stopniceTEX + + + +\stopcomponent
\ No newline at end of file |