From 32ac2083ec2bd39c9b1c4f3b5047dfb1b2b81e8d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 31 Mar 2008 17:35:56 +0200 Subject: doc: Fix "Hello World" examples. * doc/user/start.skb, doc/user/src/start?.skb: Fix inconsistencies. Reported by R. Clayton . --- doc/user/start.skb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/user/start.skb') diff --git a/doc/user/start.skb b/doc/user/start.skb index cea5417..addb51c 100644 --- a/doc/user/start.skb +++ b/doc/user/start.skb @@ -1,6 +1,6 @@ ;;; start.skb -- Getting started with Skribilo ;;; -;;; Copyright 2007 Ludovic Courtès +;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -47,7 +47,7 @@ The HTML source file for such a page should look like: -Hello world Example +Hello World Example

Hello World!

@@ -76,7 +76,7 @@ The HTML source file for such a document should look like: -Hello world Example +Hello World Example

Hello World!

@@ -172,7 +172,8 @@ can be used to ease the construction of such documents as illustrated below. This text has been generated with the following piece of code ,(prgm :language skribe [ (itemize - (map (lambda (x) (item \[The square of \,(bold x) is \,(bold (* x x))\])) + (map (lambda (x) + (item \[The square of \,(bold x) is \,(bold (* x x))\])) '(1 2 3 4 5 6 7 8 9))) ])])) -- cgit v1.2.3