物理のかぎしっぽ :テスト/reST文法 のバックアップ(No.19)

:テスト/reST文法

これはrst2hooktailの記事ソース保存・変換用です(詳細).

コンバート

最近コンバートされた結果: HTMLPDFTeX

公開・更新メニュー ▼▲

記事ソースの内容

============================================================
タイトル
============================================================

Auto Enumerated Lists
======================

#. list
#. list
#. list

----

Doctree elements: enumerated_list, list_item.

Enumerated lists (a.k.a. "ordered" lists) are similar to bullet lists, but use enumerators instead of bullets. An enumerator consists of an enumeration sequence member and formatting, followed by whitespace. The following enumeration sequences are recognized:

   * arabic numerals: 1, 2, 3, ... (no upper limit).
   * uppercase alphabet characters: A, B, C, ..., Z.
   * lower-case alphabet characters: a, b, c, ..., z.
   * uppercase Roman numerals: I, II, III, IV, ..., MMMMCMXCIX (4999).
   * lowercase Roman numerals: i, ii, iii, iv, ..., mmmmcmxcix (4999).

In addition, the auto-enumerator, "#", may be used to automatically enumerate a list. Auto-enumerated lists may begin with explicit enumeration, which sets the sequence. Fully auto-enumerated lists use arabic numerals and begin with 1. (Auto-enumerated lists are new in Docutils 0.3.8.)


link
=====

`MyHtml <AnotherHtml.html>`_

`<AnotherHtml.html>`_

----

Omitting the scheme allows relative links, will work both locally and
over http and saves typing  :-) .  Just say::

   `MyHtml <AnotherHtml.html>`_

As a shortcut, if you omit the link text::

  `<AnotherHtml.html>`_

the target "AnotherHtml.html" will be used both as the text and the target.


admonition
===========

.. admontion:: theorem

  定理



見出しに数式を含む表がPDFで表示されない件
==========================================

.. csv-table:: 
  :widths: 5, 5, 5, 5, 5, 5
  :header: "", "$\bm{S_{0}}$", "$\bm{S_{1}}$","$\bm{S_{2}}$","$\bm{S_{3}}$", "$\bm{S_{4}}$"
  :stub-columns: 1
 
  "$\bm{S_{0}}$", "$S_{0}$", "$S_{1}$","$S_{2}$","$S_{3}$", "$S_{4}$"
  "$\bm{S_{1}}$", "$S_{1}$", "$S_{2}$","$S_{3}$","$S_{4}$", "$S_{0}$"

" と $ の間の空白処理が原因の模様。例えば::

  " $\bm{S_{0}}$ " 

を::

 "$\bm{S_{0}}$" 

とするとエラー回避できる。

.. 見出しに数式を含む表がPDFで表示されない件
.. ==========================================

.. .. csv-table:: 
..   :header: "", " $\bm{S_{0}}$ ", " $\bm{S_{1}}$ "," $\bm{S_{2}}$ "," $\bm{S_{3}}$ ", " $\bm{S_{4}}$ "
..   :stub-columns: 1
 
..   " $\bm{S_{0}}$ ", " $S_{0}$ ", " $S_{1}$ "," $S_{2}$ "," $S_{3}$ ", " $S_{4}$ "
..   " $\bm{S_{1}}$ ", " $S_{1}$ ", " $S_{2}$ "," $S_{3}$ "," $S_{4}$ ", " $S_{0}$ "
..   " $\bm{S_{2}}$ ", " $S_{2}$ ", " $S_{3}$ "," $S_{4}$ "," $S_{0}$ ", " $S_{1}$ "
..   " $\bm{S_{3}}$ ", " $S_{3}$ ", " $S_{4}$ "," $S_{0}$ "," $S_{1}$ ", " $S_{2}$ "
..   " $\bm{S_{4}}$ ", " $S_{4}$ ", " $S_{0}$ "," $S_{1}$ "," $S_{2}$ ", " $S_{3}$ "

@@author: 崎間@@
@@accept: none@@
@@category: none@@
@@id: none@@
トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Modified by 物理のかぎプロジェクト PukiWiki 1.4.6 Copyright © 2001-2005 PukiWiki Developers Team. License is GPL.
Based on "PukiWiki" 1.3 by yu-ji Powered by PHP 5.3.29 HTML convert time to 0.009 sec.