summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-01-01 15:29:55 +1300
committerStuart Rackham <srackham@methods.co.nz>2009-01-01 15:29:55 +1300
commit8f12cd1baec22a762db3801d9d780548fe45f792 (patch)
tree7057d8f0bfc53c55873c7e85d56bd4fc0d2f541b
parentbeb7464dc271b6c757aa843d25d3480f39a3b566 (diff)
downloadasciidoc-py3-8.3.2.tar.gz
Documentation updates.8.3.2
-rw-r--r--doc/asciidoc.dict32
-rw-r--r--doc/asciidoc.txt22
-rw-r--r--doc/asciimathml.txt9
3 files changed, 31 insertions, 32 deletions
diff --git a/doc/asciidoc.dict b/doc/asciidoc.dict
index 7f53d59..d7a98f0 100644
--- a/doc/asciidoc.dict
+++ b/doc/asciidoc.dict
@@ -1,7 +1,7 @@
personal_ws-1.1 en 732
Sturmer
-Kleber
Kléber
+Kleber
quis
auctor
linkcss
@@ -12,8 +12,8 @@ BOLID
callouts
bulleted
starttags
-listingblock
ListingBlock
+listingblock
eval
ListLabel
asc
@@ -123,8 +123,8 @@ luptatum
TitleBlock
fmt
subscripted
-MiddleName
middlename
+MiddleName
subdirectories
footnoteref
passtext
@@ -145,8 +145,8 @@ entrytbl
Ghostscript
verear
Buenos
-linuxdoc
LinuxDoc
+linuxdoc
PostScript
hhp
Vijay
@@ -160,8 +160,8 @@ ListingBlocks
GPL
hsides
upperalpha
-Bolido
Bólido
+Bolido
footrow
misspelt
WINNT
@@ -173,8 +173,8 @@ bloggs
hoc
LiteralParagraphs
primis
-VerbatimBlock
verbatimblock
+VerbatimBlock
shiftwidth
misevaluations
asciidocEmphasized
@@ -453,8 +453,8 @@ arabic
fringilla
retab
BackendBlocks
-changelog
ChangeLog
+changelog
tis
Ubuntu
sectids
@@ -473,8 +473,8 @@ crlf
vel
Iisaka's
localtime
-blockmacro
BlockMacro
+blockmacro
Xandros
groff
POSIX
@@ -517,8 +517,8 @@ dbtimestamp
txt
BlockId
passthrough
-Berguvsvagen
Berguvsvägen
+Berguvsvagen
noincsearch
TableRow
inlinemediaobject
@@ -566,9 +566,9 @@ Redhat
cb
tuple
cd
-ASCIIMathML
-AsciiMathML
asciimathml
+AsciiMathML
+ASCIIMathML
arounds
filename
mansource
@@ -584,8 +584,8 @@ scaledwidth
cp
xsl
fb
-docbook
DocBook
+docbook
stylesheet
pagefile
superscripted
@@ -604,8 +604,8 @@ fprintf
colabswidth
tabsize
smallnew
-blocktitles
BlockTitles
+blocktitles
localdate
bodyrow
hs
@@ -655,8 +655,8 @@ permalink
td
py
AROUT
-LiteralBlock
literalblock
+LiteralBlock
sgml
biggy
softtabstop
@@ -672,8 +672,8 @@ tt
blandit
inline
Martín
-sectionbody
SectionBody
+sectionbody
VM
conformant
listchars
@@ -716,8 +716,8 @@ nbsp
qanda
noout
massa
-asciidoc
AsciiDoc
+asciidoc
manmanual
TableBody
realpath
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index fdc4a2b..9759d9f 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -1343,16 +1343,20 @@ There are two numbered list item syntaxes:
. List items beginning with a single period followed by a space. The
period can be preceded by an optional decimal number. By default
items are rendered with an arabic (decimal) numbered style, use the
- <<X74,numeration attribute>> to specify an alternative number style.
+ 'numeration' attribute to specify an alternative number style.
. List items beginning with two periods followed by a space. An alpha
character or a roman number (upper or lower case) can optionally be
used in place of the first period:
* An attempt is made to set the number style based on number style
of the first list item.
* The default style is lowercase alpha.
- * You can also use the <<X74,numeration2 attribute>> to specify an
+ * You can also use the 'numeration2' attribute to specify an
alternative number style.
+The numbered list 'numeration' and 'numeration2' attributes take the
+following values: 'arabic', 'loweralpha', 'upperalpha', 'lowerroman',
+'upperroman'.
+
Examples of numbered list items:
.....................................................................
@@ -4505,12 +4509,11 @@ highlight clear Search
" Don't move to matched text while search pattern is being entered.
set noincsearch
-" Q command to reformat paragraphs and list.
-nnoremap Q gq}
+" Reformat paragraphs and list.
+nnoremap R gq}
-" W command to delete trailing white space and Dos-returns and to expand tabs
-" to spaces.
-nnoremap W :%s/[\r \t]\+$//<CR>:set et<CR>:retab!<CR>
+" Delete trailing white space and Dos-returns and to expand tabs to spaces.
+nnoremap S :set et<CR>:retab!<CR>:%s/[\r \t]\+$//<CR>
autocmd BufRead,BufNewFile *.txt,README,TODO,CHANGELOG,NOTES
\ setlocal autoindent expandtab tabstop=8 softtabstop=2 shiftwidth=2 filetype=asciidoc
@@ -4950,11 +4953,6 @@ Here is the list of predefined <<X75,attribute list options>>:
|compact |docbook, xhtml11 |bulleted list, numbered list|
Minimizes vertical space in the list
-|enumeration, enumeration2 |docbook, xhtml11, html4 |numbered list|
-The following values can be used to set the numbering style of
-numbered list items: 'arabic', 'loweralpha', 'upperalpha',
-'lowerroman', 'upperroman'.
-
|strong |xhtml11,html4 |labeled lists|
Emboldens label text.
diff --git a/doc/asciimathml.txt b/doc/asciimathml.txt
index bb7997c..ca002dc 100644
--- a/doc/asciimathml.txt
+++ b/doc/asciimathml.txt
@@ -2,10 +2,11 @@ ASCIIMathML Formulae
====================
http://www1.chapman.edu/~jipsen/mathml/asciimath.html[ASCIIMathML] is
-a clever JavaScript written by Peter Jipsen that transforms
-mathematical formulae written in plain text to standard mathematical
-notation on an HTML page. See 'Appendix E' in the AsciiDoc User Guide
-for more details.
+a clever JavaScript written by Peter Jipsen that dynamically
+transforms mathematical formulae written in a wiki-like plain text
+markup to http://www.w3.org/Math/[MathML] markup which is displayed as
+standard mathematical notation by the Web Browser. See 'Appendix E'
+in the AsciiDoc User Guide for more details.
The AsciiDoc `xhtml11` backend supports ASCIIMathML -- it links the
ASCIIMathML script and escapes ASCIIMathML delimiters and special