diff options
author | Ludovic Courtès | 2009-01-12 13:58:40 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-01-12 13:58:40 +0100 |
commit | 12bd0d39463041d86109416a2499f4cb6fbf7f63 (patch) | |
tree | 425829c5a1201f93a3667b2e4a46477b0738fd9d /doc | |
parent | 8b3e1a2498399b22b5582cac9993cc2400f2435b (diff) | |
download | skribilo-12bd0d39463041d86109416a2499f4cb6fbf7f63.tar.gz skribilo-12bd0d39463041d86109416a2499f4cb6fbf7f63.tar.lz skribilo-12bd0d39463041d86109416a2499f4cb6fbf7f63.zip |
doc: Minor Info documentation improvements.
* doc/user/infoe.skb: Minor improvements.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/infoe.skb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/infoe.skb b/doc/user/infoe.skb index 85fbb0f..b22614a 100644 --- a/doc/user/infoe.skb +++ b/doc/user/infoe.skb @@ -23,7 +23,7 @@ (index "Info" :note "Engine") (p [The ,(tt [info]) engine produces GNU,(~)Info files for on-line -browsing with GNU,(~)Emacs of with the stand-alone Info reader of ,(ref +browsing with GNU,(~)Emacs or with the stand-alone Info reader of ,(ref :text [GNU,(~)Texinfo] :url "http://www.gnu.org/software/texinfo/").]) (p [For each ,(markup-ref "chapter"), ,(markup-ref "section"), etc., @@ -39,7 +39,9 @@ conflicts, using the ,(param :info-node) option of ,(markup-ref "chapter"), etc.])) Most markups shown in ,(numref :text [Chapter] :ident "std-markups") are -meaningfully rendered in Info, including tables.])) +meaningfully rendered in Info, including tables. However, since Info is +a text-only format, markups such as ,(markup-ref "image") do not yield a +graphical output as with other engines.])) ;;; Local Variables: ;;; coding: latin-1 |