★★★★★ 龙门乱弹 ★★★★★

▓木浮于水,而皓月当空▓ 关注Java程序设计▓Linux系统▓人工智能(AI)进展▓数学▓

  BlogJava :: 首页 :: 新随笔 ::  :: 聚合  :: 管理 ::
  39 随笔 :: 2 文章 :: 170 评论 :: 0 Trackbacks

1.1.1 Q:viki 是什么?

viki是vim编辑器里面的wiki插件,其它中文帮助可以看edyfox安装、定制、使用Viki 以及Deplate

1.1.2 Q:viki 支持中文吗?

支持!在编译含有中文的viki文件时,加载中文支持包即可.

deplate -m zh-cn-autospace hello.viki

1.1.3 Q:如何忽略所有的 ViKi 语法,直接插入原样文本?

可以使用Verbatim宏

#Verbatim <<结束符
任意文本
结束符

结束符可以是文本中不出现的任意字符串,这儿用–-

1.1.4 Q:怎样自动生成当前文档的目录?(就像你现在看到的目录一样)

使用 LIST 命令 LIST [page!]: [contents|toc|minitoc|tables|figures|index] 如列出内容目录可以用

#LIST: contents

其它表格,索引,图表目录可以依此生成.

#TITLE: latex2html使用技巧
#MAKETITLE

可以生成标题.效果可以看这儿的标题

1.1.5 Q:viki 有那些快捷键可以使用?

1.2 Q:viki支持那些markup?

1.2.1 Q:如何注释掉一行?

和Latex中一样用%来注释一行,%必须是那一行的首字母才有效.

Line %1
%Comment
Line %2

Line %1 Line %2

1.2.2 Q:如何分段?

可以用空行或列表来分段,如下例:

第一段以空行结束.第一段以空行结束第一段以空行结束

第二段以无序列表结束.第二段以无序列表结束.第二段以无序列表结束.
    - Item 1
    - Item 2

第一段以空行结束.第一段以空行结束第一段以空行结束

第二段以无序列表结束.第二段以无序列表结束.第二段以无序列表结束.

  • Item 1
  • Item 2

1.2.3 Q:标题有那些选项?

#OPT: noList!

阻止标题在目录中出现.

1.2.4 Q:如何加一个注释?

可以用!!!来生成注释

Indented paragraphs that begin with a marker 
and a subsequent space start an annotation.
    !!! Something like this.

Indented paragraphs that begin with a marker and a subsequent space start an annotation.

Something like this.

1.2.5 Q:特殊符号有那些?

<-, ->, <=, =>, <~, ~>, <->, <=>, <~>, !=, ~~, ..., --, ==, ```, `'', ``, `'

←, →, ⇐, ⇒, <~, ~>, ↔, ⇔, <~>, ≠, ≈, …, –, ≡, “, ”, ‘, ’

1.2.6 Q:如何生成列表?

- Item
        * Item
            + Item
                1. Item 1
                    a. Item a
                    B. Item B
        * Item
            # Item 1
            # Item 2
                @ There is much to say about Item A, too much to be put 
                  in words or to be written down.

                  What else is there to say about Item A?

                @ Item B

- Item

  • Item
  • Item
    1. Item 1
      1. Item a
      2. Item B
  • Item
  1. Item 1
  2. Item 2
    1. There is much to say about Item A, too much to be put in words or to be written down.
      What else is there to say about Item A?
    2. Item B

1.2.7 Q:描述性列表?

Item :: Description
Item
Description

1.2.8 dd

posted on 2005-09-28 22:13 LoveBNU 小六 WangBNU 阅读(1146) 评论(0)  编辑  收藏 所属分类: GNU/Linux

只有注册用户登录后才能发表评论。


网站导航: