annotate doc/lispref/lay-flat.texi @ 101460:27ea311fecfa

2009-01-25 Carsten Dominik <dominik@science.uva.nl> * org.texi (References): Add information about remote references. (Built-in table editor): Document `C-c RET' in tables. (Math symbols, Quoting LaTeX code): Mention that simple LaTeX macros survive LaTeX export. (Images in LaTeX export): Show how to create a reference to a figure. (Sectioning structure): Document that the LaTeX class can be specified in a property. (Text areas in HTML export): New section. (External links): Add examples for text search and ID links. (Built-in table editor): Remove the descriptio of `C-c C-q', it not longer works. (Literal examples): Document that a space must follow the colon in short examples. (Relative timer): Document `org-timer-stop'. (Footnotes): New section. (Footnote markup): Shorten section and refer to new Footnote section. (Literal examples): Add documentation for line numbering in and references to code examples. (CSS support): Fix the description of default CSS styles. (Capturing column view): Document "file:path/to/file.org" as an allowed value for the ID property of a dynamic block copying column view.
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 25 Jan 2009 15:54:29 +0000
parents cb5d2387102c
children 1d1d5d9bd884
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
84079
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 \input texinfo @c -*-texinfo-*-
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 @c This is part of the GNU Emacs Lisp Reference Manual.
100974
cb5d2387102c Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 87649
diff changeset
3 @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
84079
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 @c Free Software Foundation, Inc.
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 @c See the file elisp.texi for copying conditions.
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 @c
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 @comment %**start of header
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 @setfilename inner-covers.info
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9 @settitle Inner Covers
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 @smallbook
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 @comment %**end of header
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 @headings off
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 @w{ }
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 @sp 4
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17 @tex
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
18 \center {\secfonts \rm Lay-Flat Binding}
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
19 @end tex
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
20 @sp 2
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
21
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
22 We have bound this manual using a new @dfn{lay-flat} binding
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
23 technology. This type of binding allows you to open a soft cover book
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
24 so that it ``lays flat'' on a table without creasing the binding.
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
25
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
26 In order to make the book lay flat properly, you need to ``crack'' the
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
27 binding. To do this, divide the book into two sections and bend it so
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
28 that the front and back covers meet. Do not worry; the pages are
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
29 sewn and glued to the binding, and will not fall out easily.
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
30 The outer cardboard binding itself is designed so that it will not
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
31 break or crease as an ordinary paperback binding will. Bend the book
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
32 several times in this manner, dividing it in a different place each
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
33 time and pressing the pages flat and open. With use, the binding will
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
34 become flexible and the pages will lay flat without needing to be
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
35 pushed or held down.
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
36
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
37 @page
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
38
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
39
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
40 @tex
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
41 \center {\secfonts \rm Notes}
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
42 @end tex
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
43
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
44 @bye
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
45
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
46 @ignore
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
47 arch-tag: 9e03a1c7-6f62-4346-85d9-ed5b79386e07
249785f6d816 Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
48 @end ignore