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

#rst2hooktail_source
 ============================================================
 タイトル
 ============================================================
 
 reStructuredText命令テスト用のページ。
 
 
 admonition
 ===========
 
 物理のかぎプロジェクトカスタムadmontion命令一覧。
 
 .. admonition:: answer
 
    定理
    解答
 
 .. admonition:: theorem
 
    定理
 
 
 .. admonition:: proof
 
    複数行の
 
    証明
 
 
 .. admonition:: definition
 
    定義
 
 
 .. admonition:: axiom
 
    公理
 
 
 .. admonition:: lemma
 
    補題
 
 
 .. admonition:: proposition
 
    命題
 
 
 .. admonition:: hypothesis
 
    仮定
 
 
 .. admonition:: corollary
 
    系
 
 
 見出しに数式を含む表が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}}$" 
 
 とするとエラー回避できる。
 
 
 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.
 
 
 @@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.007 sec.