~ubuntu-branches/ubuntu/oneiric/muse-el/oneiric

« back to all changes in this revision

Viewing changes to examples/QuickStart.muse

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109155146-0wwzermvvzs9rqzo
Tags: 3.11-3ubuntu1
* Merge with with Debian unstable (LP: #137284). Remaining Ubuntu changes:
  - Keep manual.
  - Set Ubuntu MOTU to be Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
Here is an example of a captioned image:
373
373
 
374
374
<example>
375
 
[[emacs-muse.png][Muse, the publishing choice of Great Thinkers]]
 
375
[[emacs-muse.png][Muse, the publishing choice of (a subset of) Great Thinkers]]
376
376
</example>
377
377
 
378
378
This publishes as:
437
437
</example>
438
438
 
439
439
Here is the colorized output.  This may look different if you have
440
 
customized some faces.
 
440
customized some faces.  Also, it may look different depending on
 
441
whether you are publishing from Emacs on the console, or Emacs on X --
 
442
what you see when viewing (in this case) a C file is what you get.
441
443
 
442
444
<src lang="c">
443
445
#include <stdlib.h>
444
446
 
445
447
char *unused;
446
448
 
447
 
int main (int argc, char *argv[3])
 
449
int main (int argc, char *argv[])
448
450
{
449
451
    puts("Hello, world!\n");
450
452
}
556
558
 
557
559
This QuickStart document may be redistributed and/or modified under
558
560
the terms of the GNU General Public License as published by the Free
559
 
Software Foundation; either version 2, or (at your option) any later
 
561
Software Foundation; either version 3, or (at your option) any later
560
562
version.
561
563
 
562
564