]> git.lyx.org Git - features.git/blob - lib/examples/multicol.lyx
- Customization.lyx: some more preamble code can go
[features.git] / lib / examples / multicol.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass article
6 \begin_preamble
7 \usepackage{multicol}
8 \end_preamble
9 \use_default_options false
10 \maintain_unincluded_children false
11 \language english
12 \language_package default
13 \inputencoding default
14 \fontencoding global
15 \font_roman default
16 \font_sans default
17 \font_typewriter default
18 \font_default_family default
19 \use_non_tex_fonts false
20 \font_sc false
21 \font_osf false
22 \font_sf_scale 100
23 \font_tt_scale 100
24
25 \graphics default
26 \default_output_format default
27 \output_sync 0
28 \bibtex_command default
29 \index_command default
30 \paperfontsize default
31 \spacing single
32 \use_hyperref false
33 \papersize default
34 \use_geometry false
35 \use_amsmath 0
36 \use_esint 0
37 \use_mhchem 1
38 \use_mathdots 1
39 \cite_engine basic
40 \use_bibtopic false
41 \use_indices false
42 \paperorientation portrait
43 \suppress_date false
44 \use_refstyle 0
45 \index Index
46 \shortcut idx
47 \color #008000
48 \end_index
49 \secnumdepth 3
50 \tocdepth 3
51 \paragraph_separation indent
52 \paragraph_indentation default
53 \quotes_language english
54 \papercolumns 1
55 \papersides 1
56 \paperpagestyle default
57 \tracking_changes false
58 \output_changes false
59 \html_math_output 0
60 \html_css_as_file 0
61 \html_be_strict false
62 \end_header
63
64 \begin_body
65
66 \begin_layout Title
67 Multiple Columns
68 \end_layout
69
70 \begin_layout Author
71 by 
72 \noun on
73 Lars Gullik Bjønnes
74 \end_layout
75
76 \begin_layout Section
77 Purpose
78 \end_layout
79
80 \begin_layout Standard
81 The aim for this chapter is to show how the LaTeX package 
82 \family typewriter
83 multicol
84 \family default
85  can be used in a LyX document.
86  As LyX doesn't support the 
87 \family typewriter
88 multicol
89 \family default
90  package natively yet, we have to use some small hacks.
91  By reading this section it should be obvious how to do this.
92 \end_layout
93
94 \begin_layout Subsection
95 Limitations 
96 \end_layout
97
98 \begin_layout Standard
99 The 
100 \family typewriter
101 multicol
102 \family default
103  package allows switching between one and multicolumn format on the same
104  page.
105  Footnotes are handled correctly (for the most part), but will be placed
106  at the bottom of the page and not under each column.
107  LaTeX's float mechanism, however, is partly disabled in the current implementat
108 ion.
109  At the moment only page-wide floats can be used within the scope of the
110  environment.
111 \end_layout
112
113 \begin_layout Subsection
114 Examples
115 \end_layout
116
117 \begin_layout Subsubsection
118 Two columns
119 \end_layout
120
121 \begin_layout Standard
122 If you want to have two columns in your text, you have use LaTeX mode to
123  insert 
124 \family typewriter
125
126 \backslash
127 begin{multicols}{2}
128 \family default
129  at the point where you want the two column layout to start, and then 
130 \family typewriter
131
132 \backslash
133 end{multicols}
134 \family default
135  where you want it to end.
136  Like this:
137 \end_layout
138
139 \begin_layout Standard
140 \begin_inset VSpace -2ex
141 \end_inset
142
143
144 \end_layout
145
146 \begin_layout Standard
147 \begin_inset ERT
148 status collapsed
149
150 \begin_layout Plain Layout
151
152
153 \backslash
154 begin{multicols}{2}
155 \end_layout
156
157 \end_inset
158
159
160 \end_layout
161
162 \begin_layout Standard
163 \noindent
164
165 \series bold
166 \size small
167 The Adventure of the Empty House
168 \series default
169
170 \begin_inset Newline newline
171 \end_inset
172
173 by 
174 \noun on
175 Sir Arthur Conan Doyle
176 \end_layout
177
178 \begin_layout Standard
179
180 \size small
181 It was in the spring of the year 1894 that all London was interested, and
182  the fashionable world dismayed, by the murder of the Honourable Ronald
183  Adair under most unusual and inexplicable circumstances.
184  The public has already learned those particulars of the crime which came
185  out in the police investigation, but a good deal was suppressed upon that
186  occasion, since the case for the prosecution was so overwhelmingly strong
187  that it was not necessary to bring forward all the facts.
188  Only now, at the end of nearly ten years, am I allowed to supply those
189  missing links which make up the whole of that remarkable chain.
190  The crime was of interest in itself, but that interest was as nothing to
191  me compared to the inconceivable sequel, which afforded me the greatest
192  shock and surprise of any event in my adventurous life.
193  Even now, after this long interval, I find myself thrilling as I think
194  of it, and feeling once more that sudden flood of joy, amazement, and increduli
195 ty which utterly submerged my mind.
196  Let me say to that public, which has shown some interest in those glimpses
197  which I have occasionally given them of the thoughts and actions of a very
198  remarkable man, that they are not to blame me if I have not shared my knowledge
199  with them, for I should have considered it my first duty to do so, had
200  I not been barred by a positive prohibition from his own lips, which was
201  only withdrawn upon the third of last month.
202 \end_layout
203
204 \begin_layout Standard
205 \begin_inset ERT
206 status collapsed
207
208 \begin_layout Plain Layout
209
210
211 \backslash
212 end{multicols}
213 \end_layout
214
215 \end_inset
216
217
218 \end_layout
219
220 \begin_layout Subsubsection
221 Multiple columns
222 \end_layout
223
224 \begin_layout Standard
225 The same pattern is used when you want more than two columns.
226  (You can have more than 3 columns if you want , but that might not be very
227  pleasant for the eye.)
228 \end_layout
229
230 \begin_layout Standard
231 \begin_inset VSpace -2ex
232 \end_inset
233
234
235 \end_layout
236
237 \begin_layout Standard
238 \begin_inset ERT
239 status collapsed
240
241 \begin_layout Plain Layout
242
243
244 \backslash
245 begin{multicols}{3}
246 \end_layout
247
248 \end_inset
249
250
251 \end_layout
252
253 \begin_layout Standard
254
255 \size footnotesize
256 It can be imagined that my close intimacy with Sherlock Holmes had interested
257  me deeply in crime, and that after his disappearance I never failed to
258  read with care the various problems which came before the public.
259  And I even attempted, more than once, for my own private satisfaction,
260  to employ his methods in their solution, though with indifferent success.
261  There was none, however, which appealed to me like this tragedy of Ronald
262  Adair.
263  As I read the evidence at the inquest, which led up to a verdict of willful
264  murder against some person or persons unknown, I realized more clearly
265  than I had ever done the loss which the community had sustained by the
266  death of Sherlock Holmes.
267  There were points about this strange business which would, I was sure,
268  have specially appealed to him, and the efforts of the police would have
269  been supplemented, or more probably anticipated, by the trained observation
270  and the alert mind of the first criminal agent in Europe.
271  All day, as I drove upon my round, I turned over the case in my mind and
272  found no explanation which appeared to me to be adequate.
273  At the risk of telling a twice-told tale, I will recapitulate the facts
274  as they were known to the public at the conclusion of the inquest.
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset ERT
279 status collapsed
280
281 \begin_layout Plain Layout
282
283
284 \backslash
285 end{multicols}
286 \end_layout
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Subsubsection
294 Columns inside columns
295 \end_layout
296
297 \begin_layout Standard
298 You can even have columns inside columns:
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset VSpace -2ex
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset ERT
310 status collapsed
311
312 \begin_layout Plain Layout
313
314
315 \backslash
316 begin{multicols}{2}
317 \end_layout
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Standard
325
326 \size footnotesize
327 The Honourable Ronald Adair was the second son of the Earl of Maynooth,
328  at that time governor of one of the Australian colonies.
329  Adair's mother had returned from Australia to undergo the operation for
330  cataract, and she, her son Ronald, and her daughter Hilda were living together
331  at 427 Park Lane.
332 \end_layout
333
334 \begin_layout Standard
335 \begin_inset VSpace -2ex
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Standard
342 \begin_inset ERT
343 status collapsed
344
345 \begin_layout Plain Layout
346
347
348 \backslash
349 begin{multicols}{2}
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358
359 \size footnotesize
360 The youth moved in the best society--had, so far as was known, no enemies
361  and no particular vices.
362  He had been engaged to Miss Edith Woodley, of Carstairs, but the engagement
363  had been broken off by mutual consent some months before, and there was
364  no sign that it had left any very profound feeling behind it.
365  For the rest {sic} the man's life moved in a narrow and conventional circle,
366  for his habits were quiet and his nature unemotional.
367  Yet it was upon this easy-going young aristocrat that death came, in most
368  strange and unexpected form, between the hours of ten and eleven-twenty
369  on the night of March 30, 1894.
370 \end_layout
371
372 \begin_layout Standard
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378
379 \backslash
380 end{multicols}
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Standard
389
390 \size footnotesize
391 Ronald Adair was fond of cards--playing continually, but never for such
392  stakes as would hurt him.
393  He was a member of the Baldwin, the Cavendish, and the Bagatelle card clubs.
394  It was shown that, after dinner on the day of his death, he had played
395  a rubber of whist at the latter club.
396  He had also played there in the afternoon.
397
398 \size default
399  
400 \size footnotesize
401 The evidence of those who had played with him-- Mr.
402  Murray, Sir John Hardy, and Colonel Moran--showed that the game was whist,
403  and that there was a fairly equal fall of the cards.
404  Adair might have lost five pounds, but not more.
405  His fortune was a considerable one, and such a loss could not in any way
406  affect him.
407  He had played nearly every day at one club or other, but he was a cautious
408  player, and usually rose a winner.
409  It came out in evidence that, in partnership with Colonel Moran, he had
410  actually won as much as four hundred and twenty pounds in a sitting, some
411  weeks before, from Godfrey Milner and Lord Balmoral.
412  So much for his recent history as it came out at the inquest.
413 \end_layout
414
415 \begin_layout Standard
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Plain Layout
420
421
422 \backslash
423 end{multicols}
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Subsection
432 Advanced Examples
433 \end_layout
434
435 \begin_layout Standard
436 As you probably know 
437 \family typewriter
438 multicol
439 \family default
440  has several customizing variables.
441  The following examples shows how these can be used from LyX.
442 \end_layout
443
444 \begin_layout Subsubsection
445 Preface and Skip
446 \end_layout
447
448 \begin_layout Standard
449 If there is less than 5cm left on the page, a page break will be inserted
450  before this bit, which has a preface text above the two columns: 
451 \end_layout
452
453 \begin_layout Standard
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 begin{multicols}{2}[
462 \end_layout
463
464 \end_inset
465
466 And the story continues and continues and continues and continues\SpecialChar \ldots{}
467
468 \begin_inset ERT
469 status collapsed
470
471 \begin_layout Plain Layout
472
473 ][5cm]
474 \end_layout
475
476 \end_inset
477
478
479 \end_layout
480
481 \begin_layout Standard
482
483 \size small
484 On the evening of the crime, he returned from the club exactly at ten.
485  His mother and sister were out spending the evening with a relation.
486  The servant deposed that she heard him enter the front room on the second
487  floor, generally used as his sitting-room.
488  She had lit a fire there, and as it smoked she had opened the window.
489  No sound was heard from the room until eleven-twenty, the hour of the return
490  of Lady Maynooth and her daughter.
491  Desiring to say good-night, she attempted to enter her son's room.
492  The door was locked on the inside, and no answer could be got to their
493  cries and knocking.
494  Help was obtained, and the door forced.
495  The unfortunate young man was found lying near the table.
496  His head had been horribly mutilated by an expanding revolver bullet, but
497  no weapon of any sort was to be found in the room.
498  On the table lay two bank notes for ten pounds each and seventeen pounds
499  ten in silver and gold, the money arranged in little piles of varying amount.
500  There were some figures also upon a sheet of paper, with the names of some
501  club friends opposite to them, from which it was conjectured that before
502  his death he was endeavouring to make out his losses or winnings at cards.
503 \end_layout
504
505 \begin_layout Standard
506 \begin_inset ERT
507 status collapsed
508
509 \begin_layout Plain Layout
510
511
512 \backslash
513 end{multicols}
514 \end_layout
515
516 \end_inset
517
518
519 \end_layout
520
521 \begin_layout Subsubsection
522 Preface and sections
523 \end_layout
524
525 \begin_layout Standard
526 What if you want the preface to be a sectioning command? That can be done,
527  but only through LaTeX commands inside the parameters for the 
528 \family typewriter
529 multicols
530 \family default
531  command.
532  Because of this, the section command cannot be provided by LyX:
533 \end_layout
534
535 \begin_layout Standard
536 \begin_inset ERT
537 status collapsed
538
539 \begin_layout Plain Layout
540
541
542 \backslash
543 begin{multicols}{2}[
544 \backslash
545 subsubsection{
546 \end_layout
547
548 \end_inset
549
550 This is the sectioning command as a preface
551 \begin_inset ERT
552 status collapsed
553
554 \begin_layout Plain Layout
555
556 }][5cm]
557 \end_layout
558
559 \end_inset
560
561
562 \end_layout
563
564 \begin_layout Standard
565
566 \size small
567 A minute examination of the circumstances served only to make the case more
568  complex.
569  In the first place, no reason could be given why the young man should have
570  fastened the door upon the inside.
571  There was the possibility that the murderer had done this, and had afterwards
572  escaped by the window.
573  The drop was at least twenty feet, however, and a bed of crocuses in full
574  bloom lay beneath.
575  Neither the flowers nor the earth showed any sign of having been disturbed,
576  nor were there any marks upon the narrow strip of grass which separated
577  the house from the road.
578  Apparently, therefore, it was the young man himself who had fastened the
579  door.
580  But how did he come by his death? No one could have climbed up to the window
581  without leaving traces.
582  Suppose a man had fired through the window, he would indeed be a remarkable
583  shot who could with a revolver inflict so deadly a wound.
584  Again, Park Lane is a frequented thoroughfare; there is a cab stand within
585  a hundred yards of the house.
586  No one had heard a shot.
587  And yet there was the dead man and there the revolver bullet, which had
588  mushroomed out, as soft-nosed bullets will, and so inflicted a wound which
589  must have caused instantaneous death.
590  Such were the circumstances of the Park Lane Mystery, which were further
591  complicated by entire absence of motive, since, as I have said, young Adair
592  was not known to have any enemy, and no attempt had been made to remove
593  the money or valuables in the room.
594 \end_layout
595
596 \begin_layout Standard
597 \begin_inset ERT
598 status collapsed
599
600 \begin_layout Plain Layout
601
602
603 \backslash
604 end{multicols}
605 \end_layout
606
607 \end_inset
608
609
610 \end_layout
611
612 \begin_layout Subsubsection
613 Free Space
614 \end_layout
615
616 \begin_layout Standard
617 The 
618 \family typewriter
619 multicol
620 \family default
621  package demands that a certain amount of space is available before and
622  after a multicolumn section.
623  In addition 
624 \family typewriter
625 multicol
626 \family default
627  inserts a given space in front of and after the multicol section.
628  The commands to change the default settings for this must be given just
629  before the 
630 \family typewriter
631
632 \backslash
633 begin{multicols}
634 \family default
635 .
636  This example puts a space of 3 cm in front of and after the multicolumn
637  text:
638 \end_layout
639
640 \begin_layout Standard
641 \begin_inset ERT
642 status collapsed
643
644 \begin_layout Plain Layout
645
646
647 \backslash
648 setlength{
649 \backslash
650 multicolsep}{3cm}
651 \backslash
652 begin{multicols}{2}
653 \end_layout
654
655 \end_inset
656
657
658 \end_layout
659
660 \begin_layout Standard
661
662 \size small
663 All day I turned these facts over in my mind, endeavouring to hit upon some
664  theory which could reconcile them all, and to find that line of least resistanc
665 e which my poor friend had declared to be the starting-point of every investigat
666 ion.
667  I confess that I made little progress.
668  In the evening I strolled across the Park, and found myself about six o'clock
669  at the Oxford Street end of Park Lane.
670  A group of loafers upon the pavements, all staring up at a particular window,
671  directed me to the house which I had come to see.
672  A tall, thin man with coloured glasses, whom I strongly suspected of being
673  a plain-clothes detective, was pointing out some theory of his own, while
674  the others crowded round to listen to what he said.
675  I got as near him as I could, but his observations seemed to me to be absurd,
676  so I withdrew again in some disgust.
677  As I did so I struck against an elderly, deformed man, who had been behind
678  me, and I knocked down several books which he was carrying.
679  I remember that as I picked them up, I observed the title of one of them,
680  THE ORIGIN OF TREE WORSHIP, and it struck me that the fellow must be some
681  poor bibliophile, who, either as a trade or as a hobby, was a collector
682  of obscure volumes.
683  I endeavoured to apologize for the accident, but it was evident that these
684  books which I had so unfortunately maltreated were very precious objects
685  in the eyes of their owner.
686  With a snarl of contempt he turned upon his heel, and I saw his curved
687  back and white side-whiskers disappear among the throng.
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset ERT
692 status collapsed
693
694 \begin_layout Plain Layout
695
696
697 \backslash
698 end{multicols}
699 \end_layout
700
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Paragraph
707 Note:
708 \end_layout
709
710 \begin_layout Standard
711 The values you set with 
712 \family typewriter
713
714 \backslash
715 setlength
716 \family default
717  must be reset to default after use, or you will get the modified value
718  in the rest of your document.
719 \end_layout
720
721 \begin_layout Standard
722 \begin_inset ERT
723 status collapsed
724
725 \begin_layout Plain Layout
726
727
728 \backslash
729 setlength{
730 \backslash
731 multicolsep}{13pt}
732 \end_layout
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Subsubsection
740 Column Width and Separation
741 \end_layout
742
743 \begin_layout Standard
744 The width of the columns inside the 
745 \family sans
746 multicols
747 \family default
748  environment is automatically calculated, but you can modify the space between
749  two columns explicitly.
750  The space between the following two columns is 3 cm wide:
751 \end_layout
752
753 \begin_layout Standard
754 \begin_inset ERT
755 status collapsed
756
757 \begin_layout Plain Layout
758
759
760 \backslash
761 setlength{
762 \backslash
763 columnsep}{3cm}
764 \backslash
765 begin{multicols}{2}
766 \end_layout
767
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Standard
774
775 \size small
776 My observations of No.
777  427 Park Lane did little to clear up the problem in which I was interested.
778  The house was separated from the street by a low wall and railing, the
779  whole not more than five feet high.
780  It was perfectly easy, therefore, for anyone to get into the garden, but
781  the window was entirely inaccessible, since there was no water pipe or
782  anything which could help the most active man to climb it.
783  More puzzled than ever, I retraced my steps to Kensington.
784  I had not been in my study five minutes when the maid entered to say that
785  a person desired to see me.
786  To my astonishment it was none other than my strange old book collector,
787  his sharp, wizened face peering out from a frame of white hair, and his
788  precious volumes, a dozen of them at least, wedged under his right arm.
789 \end_layout
790
791 \begin_layout Standard
792 \begin_inset ERT
793 status collapsed
794
795 \begin_layout Plain Layout
796
797
798 \backslash
799 end{multicols}
800 \end_layout
801
802 \end_inset
803
804
805 \end_layout
806
807 \begin_layout Standard
808 Once again, we have to reset the value after use to avoid using it in the
809  rest of the document.
810 \end_layout
811
812 \begin_layout Standard
813 \begin_inset ERT
814 status collapsed
815
816 \begin_layout Plain Layout
817
818
819 \backslash
820 setlength{
821 \backslash
822 columnsep}{10pt}
823 \end_layout
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Subsubsection
831 Vertical Lines
832 \end_layout
833
834 \begin_layout Standard
835 Between every two columns, a rule of width 
836 \family typewriter
837
838 \backslash
839 columnseprule
840 \family default
841  is placed.
842  If this rule is set to 0 pt, the rule is suppressed.
843  In the following example, the line separating the two columns is 2 pt wide.
844 \end_layout
845
846 \begin_layout Standard
847 \begin_inset ERT
848 status collapsed
849
850 \begin_layout Plain Layout
851
852
853 \backslash
854 setlength{
855 \backslash
856 columnseprule}{2pt}
857 \backslash
858 begin{multicols}{2}
859 \end_layout
860
861 \end_inset
862
863
864 \end_layout
865
866 \begin_layout Standard
867
868 \size small
869 \begin_inset Quotes eld
870 \end_inset
871
872 You're surprised to see me, sir,
873 \begin_inset Quotes erd
874 \end_inset
875
876  said he, in a strange, croaking voice.
877 \end_layout
878
879 \begin_layout Standard
880
881 \size small
882 I acknowledged that I was.
883 \end_layout
884
885 \begin_layout Standard
886
887 \size small
888 \begin_inset Quotes eld
889 \end_inset
890
891 Well, I've a conscience, sir, and when I chanced to see you go into this
892  house, as I came hobbling after you, I thought to myself, I'll just step
893  in and see that kind gentleman, and tell him that if I was a bit gruff
894  in my manner there was not any harm meant, and that I am much obliged to
895  him for picking up my books.
896 \begin_inset Quotes erd
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Standard
903
904 \size small
905 \begin_inset Quotes eld
906 \end_inset
907
908 You make too much of a trifle,
909 \begin_inset Quotes erd
910 \end_inset
911
912  said I.
913  
914 \begin_inset Quotes eld
915 \end_inset
916
917 May I ask how you knew who I was?
918 \begin_inset Quotes erd
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Standard
925
926 \size small
927 \begin_inset Quotes eld
928 \end_inset
929
930 Well, sir, if it isn't too great a liberty, I am a neighbour of yours, for
931  you'll find my little bookshop at the corner of Church Street, and very
932  happy to see you, I am sure.
933  Maybe you collect yourself, sir.
934  Here's 
935 \noun on
936 British
937 \begin_inset space ~
938 \end_inset
939
940 Birds
941 \noun default
942 , and 
943 \noun on
944 Catullus
945 \noun default
946 , and 
947 \noun on
948 The Holy War
949 \noun default
950 --a bargain, every one of them.
951  With five volumes you could just fill that gap on that second shelf.
952  It looks untidy, does it not, sir?
953 \begin_inset Quotes erd
954 \end_inset
955
956
957 \end_layout
958
959 \begin_layout Standard
960 \begin_inset ERT
961 status collapsed
962
963 \begin_layout Plain Layout
964
965
966 \backslash
967 end{multicols}
968 \end_layout
969
970 \end_inset
971
972
973 \end_layout
974
975 \begin_layout Standard
976 As usual, we reset the value after use.
977 \end_layout
978
979 \begin_layout Standard
980 \begin_inset ERT
981 status collapsed
982
983 \begin_layout Plain Layout
984
985
986 \backslash
987 setlength{
988 \backslash
989 columnseprule}{0pt}
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \begin_layout Standard
998 You'll have to go to the library to read the rest of the story.
999 \begin_inset Foot
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \SpecialChar \ldots{}
1004 or cheat like we did and find it at the Gutenberg project somewhere on the
1005  Web.
1006 \end_layout
1007
1008 \end_inset
1009
1010  Believe it or not, but it's actually a bit of a cliff-hanger at this point
1011  in the story\SpecialChar \ldots{}
1012
1013 \end_layout
1014
1015 \end_body
1016 \end_document