]> git.lyx.org Git - features.git/blob - lib/examples/ja/multicol.lyx
example files, template files, layout files: port my latest changes to trunk
[features.git] / lib / examples / ja / 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 japanese
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 索引
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 多段組について
68 \end_layout
69
70 \begin_layout Author
71
72 \noun on
73 Lars Gullik Bjønnes著
74 \end_layout
75
76 \begin_layout Section
77 目的
78 \end_layout
79
80 \begin_layout Standard
81 本章のねらいは、LaTeXパッケージ
82 \family typewriter
83 multicol
84 \family default
85 をLyX文書中でどのように使ったらよいかを示すことです。LyXは、まだ
86 \family typewriter
87 multicol
88 \family default
89 をネイティブにはサポートしていないので、ちょっとしたハックを用いなくてはなりません。この節を読めば、その方法がよくわかることでしょう。
90 \end_layout
91
92 \begin_layout Subsection
93 制限
94 \end_layout
95
96 \begin_layout Standard
97
98 \family typewriter
99 multicol
100 \family default
101 パッケージを使うと、同一ページ上で一段組書式と多段組書式を切り替えることができます。脚注は(ほとんどの場合)正しく取り扱われますが、各段の下ではなくページ全体の
102 下の置かれます。ただし、現在の実装では、LaTeXのフロート機構は部分的に無効にされており、現在のところ、
103 \family typewriter
104 multicol
105 \family default
106 環境内では、ページ幅のフロートのみを使用することができるようになっています。
107 \end_layout
108
109 \begin_layout Subsection
110 用例
111 \end_layout
112
113 \begin_layout Subsubsection
114 二段組
115 \end_layout
116
117 \begin_layout Standard
118 文章中で二段組を行いたい場合には、以下のように、二段組レイアウトを開始したい場所に、LaTeXモードで
119 \family typewriter
120
121 \backslash
122 begin{multicols}{2}
123 \family default
124 と入れ、二段組を終了する場所に
125 \family typewriter
126
127 \backslash
128 end{multicols}
129 \family default
130 と入れます。
131 \end_layout
132
133 \begin_layout Standard
134 \begin_inset VSpace -2ex
135 \end_inset
136
137
138 \end_layout
139
140 \begin_layout Standard
141 \begin_inset ERT
142 status collapsed
143
144 \begin_layout Plain Layout
145
146
147 \backslash
148 begin{multicols}{2}
149 \end_layout
150
151 \end_inset
152
153
154 \end_layout
155
156 \begin_layout Standard
157 \noindent
158
159 \series bold
160 \size small
161 The Adventure of the Empty House
162 \series default
163
164 \begin_inset Newline newline
165 \end_inset
166
167 by 
168 \noun on
169 Sir Arthur Conan Doyle
170 \end_layout
171
172 \begin_layout Standard
173
174 \size small
175 It was in the spring of the year 1894 that all London was interested, and
176  the fashionable world dismayed, by the murder of the Honourable Ronald
177  Adair under most unusual and inexplicable circumstances.
178  The public has already learned those particulars of the crime which came
179  out in the police investigation, but a good deal was suppressed upon that
180  occasion, since the case for the prosecution was so overwhelmingly strong
181  that it was not necessary to bring forward all the facts.
182  Only now, at the end of nearly ten years, am I allowed to supply those
183  missing links which make up the whole of that remarkable chain.
184  The crime was of interest in itself, but that interest was as nothing to
185  me compared to the inconceivable sequel, which afforded me the greatest
186  shock and surprise of any event in my adventurous life.
187  Even now, after this long interval, I find myself thrilling as I think
188  of it, and feeling once more that sudden flood of joy, amazement, and increduli
189 ty which utterly submerged my mind.
190  Let me say to that public, which has shown some interest in those glimpses
191  which I have occasionally given them of the thoughts and actions of a very
192  remarkable man, that they are not to blame me if I have not shared my knowledge
193  with them, for I should have considered it my first duty to do so, had
194  I not been barred by a positive prohibition from his own lips, which was
195  only withdrawn upon the third of last month.
196 \end_layout
197
198 \begin_layout Standard
199 \begin_inset ERT
200 status collapsed
201
202 \begin_layout Plain Layout
203
204
205 \backslash
206 end{multicols}
207 \end_layout
208
209 \end_inset
210
211
212 \end_layout
213
214 \begin_layout Subsubsection
215 多段組
216 \end_layout
217
218 \begin_layout Standard
219 三段以上が欲しい場合にも、同じ方法を使います(欲すれば四段以上も組めますが、見かけ上快適ではないかもしれません)。
220 \end_layout
221
222 \begin_layout Standard
223 \begin_inset VSpace -2ex
224 \end_inset
225
226
227 \end_layout
228
229 \begin_layout Standard
230 \begin_inset ERT
231 status collapsed
232
233 \begin_layout Plain Layout
234
235
236 \backslash
237 begin{multicols}{3}
238 \end_layout
239
240 \end_inset
241
242
243 \end_layout
244
245 \begin_layout Standard
246
247 \size footnotesize
248 It can be imagined that my close intimacy with Sherlock Holmes had interested
249  me deeply in crime, and that after his disappearance I never failed to
250  read with care the various problems which came before the public.
251  And I even attempted, more than once, for my own private satisfaction,
252  to employ his methods in their solution, though with indifferent success.
253  There was none, however, which appealed to me like this tragedy of Ronald
254  Adair.
255  As I read the evidence at the inquest, which led up to a verdict of willful
256  murder against some person or persons unknown, I realized more clearly
257  than I had ever done the loss which the community had sustained by the
258  death of Sherlock Holmes.
259  There were points about this strange business which would, I was sure,
260  have specially appealed to him, and the efforts of the police would have
261  been supplemented, or more probably anticipated, by the trained observation
262  and the alert mind of the first criminal agent in Europe.
263  All day, as I drove upon my round, I turned over the case in my mind and
264  found no explanation which appeared to me to be adequate.
265  At the risk of telling a twice-told tale, I will recapitulate the facts
266  as they were known to the public at the conclusion of the inquest.
267 \end_layout
268
269 \begin_layout Standard
270 \begin_inset ERT
271 status collapsed
272
273 \begin_layout Plain Layout
274
275
276 \backslash
277 end{multicols}
278 \end_layout
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Subsubsection
286 段中の段
287 \end_layout
288
289 \begin_layout Standard
290 以下のように、段の中に段を入れることもできます。
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset VSpace -2ex
295 \end_inset
296
297
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset ERT
302 status collapsed
303
304 \begin_layout Plain Layout
305
306
307 \backslash
308 begin{multicols}{2}
309 \end_layout
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Standard
317
318 \size footnotesize
319 The Honourable Ronald Adair was the second son of the Earl of Maynooth,
320  at that time governor of one of the Australian colonies.
321  Adair's mother had returned from Australia to undergo the operation for
322  cataract, and she, her son Ronald, and her daughter Hilda were living together
323  at 427 Park Lane.
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset VSpace -2ex
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Standard
334 \begin_inset ERT
335 status collapsed
336
337 \begin_layout Plain Layout
338
339
340 \backslash
341 begin{multicols}{2}
342 \end_layout
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Standard
350
351 \size footnotesize
352 The youth moved in the best society--had, so far as was known, no enemies
353  and no particular vices.
354  He had been engaged to Miss Edith Woodley, of Carstairs, but the engagement
355  had been broken off by mutual consent some months before, and there was
356  no sign that it had left any very profound feeling behind it.
357  For the rest {sic} the man's life moved in a narrow and conventional circle,
358  for his habits were quiet and his nature unemotional.
359  Yet it was upon this easy-going young aristocrat that death came, in most
360  strange and unexpected form, between the hours of ten and eleven-twenty
361  on the night of March 30, 1894.
362 \end_layout
363
364 \begin_layout Standard
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370
371 \backslash
372 end{multicols}
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381
382 \size footnotesize
383 Ronald Adair was fond of cards--playing continually, but never for such
384  stakes as would hurt him.
385  He was a member of the Baldwin, the Cavendish, and the Bagatelle card clubs.
386  It was shown that, after dinner on the day of his death, he had played
387  a rubber of whist at the latter club.
388  He had also played there in the afternoon.
389
390 \size default
391  
392 \size footnotesize
393 The evidence of those who had played with him-- Mr.
394  Murray, Sir John Hardy, and Colonel Moran--showed that the game was whist,
395  and that there was a fairly equal fall of the cards.
396  Adair might have lost five pounds, but not more.
397  His fortune was a considerable one, and such a loss could not in any way
398  affect him.
399  He had played nearly every day at one club or other, but he was a cautious
400  player, and usually rose a winner.
401  It came out in evidence that, in partnership with Colonel Moran, he had
402  actually won as much as four hundred and twenty pounds in a sitting, some
403  weeks before, from Godfrey Milner and Lord Balmoral.
404  So much for his recent history as it came out at the inquest.
405 \end_layout
406
407 \begin_layout Standard
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413
414 \backslash
415 end{multicols}
416 \end_layout
417
418 \end_inset
419
420
421 \end_layout
422
423 \begin_layout Subsection
424 応用例
425 \end_layout
426
427 \begin_layout Standard
428 ご存じかもしれませんが、
429 \family typewriter
430 multicol
431 \family default
432 にはカスタマイズ用の変数がいくつかあります。以下の各例は、これをLyXからどのように使ったらよいかを示すものです。
433 \end_layout
434
435 \begin_layout Subsubsection
436 導入文に垂直スキップ
437 \end_layout
438
439 \begin_layout Standard
440 以下は二段組の上に導入文の付いた例で、ページに残り5センチ以下しかない場合には、その前に改頁を挿入するものです。
441 \begin_inset VSpace bigskip
442 \end_inset
443
444
445 \end_layout
446
447 \begin_layout Standard
448 \begin_inset ERT
449 status collapsed
450
451 \begin_layout Plain Layout
452
453
454 \backslash
455 begin{multicols}{2}[
456 \end_layout
457
458 \end_inset
459
460 そして、おはなしはつづく、つづく、つづく、つづく、つづく、つづく\SpecialChar \ldots{}
461
462 \begin_inset ERT
463 status collapsed
464
465 \begin_layout Plain Layout
466
467 ][5cm]
468 \end_layout
469
470 \end_inset
471
472
473 \end_layout
474
475 \begin_layout Standard
476
477 \size small
478 On the evening of the crime, he returned from the club exactly at ten.
479  His mother and sister were out spending the evening with a relation.
480  The servant deposed that she heard him enter the front room on the second
481  floor, generally used as his sitting-room.
482  She had lit a fire there, and as it smoked she had opened the window.
483  No sound was heard from the room until eleven-twenty, the hour of the return
484  of Lady Maynooth and her daughter.
485  Desiring to say good-night, she attempted to enter her son's room.
486  The door was locked on the inside, and no answer could be got to their
487  cries and knocking.
488  Help was obtained, and the door forced.
489  The unfortunate young man was found lying near the table.
490  His head had been horribly mutilated by an expanding revolver bullet, but
491  no weapon of any sort was to be found in the room.
492  On the table lay two bank notes for ten pounds each and seventeen pounds
493  ten in silver and gold, the money arranged in little piles of varying amount.
494  There were some figures also upon a sheet of paper, with the names of some
495  club friends opposite to them, from which it was conjectured that before
496  his death he was endeavouring to make out his losses or winnings at cards.
497 \end_layout
498
499 \begin_layout Standard
500 \begin_inset ERT
501 status collapsed
502
503 \begin_layout Plain Layout
504
505
506 \backslash
507 end{multicols}
508 \end_layout
509
510 \end_inset
511
512
513 \end_layout
514
515 \begin_layout Subsubsection
516 導入文に節
517 \end_layout
518
519 \begin_layout Standard
520 導入文を節分けコマンドにしたい場合はどうすればよいのでしょう。これは可能ですが、
521 \family typewriter
522 multicols
523 \family default
524 コマンドのパラメータ内部にLaTeXコマンドを使わなくてはなりません。このため、節分けコマンドは、LyXの側から指定することはできません。
525 \end_layout
526
527 \begin_layout Standard
528 \begin_inset ERT
529 status collapsed
530
531 \begin_layout Plain Layout
532
533
534 \backslash
535 begin{multicols}{2}[
536 \backslash
537 subsubsection{
538 \end_layout
539
540 \end_inset
541
542 これは導入文に入れた節分けコマンドです
543 \begin_inset ERT
544 status collapsed
545
546 \begin_layout Plain Layout
547
548 }][5cm]
549 \end_layout
550
551 \end_inset
552
553
554 \end_layout
555
556 \begin_layout Standard
557
558 \size small
559 A minute examination of the circumstances served only to make the case more
560  complex.
561  In the first place, no reason could be given why the young man should have
562  fastened the door upon the inside.
563  There was the possibility that the murderer had done this, and had afterwards
564  escaped by the window.
565  The drop was at least twenty feet, however, and a bed of crocuses in full
566  bloom lay beneath.
567  Neither the flowers nor the earth showed any sign of having been disturbed,
568  nor were there any marks upon the narrow strip of grass which separated
569  the house from the road.
570  Apparently, therefore, it was the young man himself who had fastened the
571  door.
572  But how did he come by his death? No one could have climbed up to the window
573  without leaving traces.
574  Suppose a man had fired through the window, he would indeed be a remarkable
575  shot who could with a revolver inflict so deadly a wound.
576  Again, Park Lane is a frequented thoroughfare; there is a cab stand within
577  a hundred yards of the house.
578  No one had heard a shot.
579  And yet there was the dead man and there the revolver bullet, which had
580  mushroomed out, as soft-nosed bullets will, and so inflicted a wound which
581  must have caused instantaneous death.
582  Such were the circumstances of the Park Lane Mystery, which were further
583  complicated by entire absence of motive, since, as I have said, young Adair
584  was not known to have any enemy, and no attempt had been made to remove
585  the money or valuables in the room.
586 \end_layout
587
588 \begin_layout Standard
589 \begin_inset ERT
590 status collapsed
591
592 \begin_layout Plain Layout
593
594
595 \backslash
596 end{multicols}
597 \end_layout
598
599 \end_inset
600
601
602 \end_layout
603
604 \begin_layout Subsubsection
605 可変余白
606 \end_layout
607
608 \begin_layout Standard
609
610 \family typewriter
611 multicol
612 \family default
613 パッケージには、多段組部の前後にある程度の余白を入れることができることが必要です。それだけでなく、
614 \family typewriter
615 multicol
616 \family default
617 は、多段部の前後に一定の余白を挿入します。この既定設定値を変更するコマンドは、
618 \family typewriter
619
620 \backslash
621 begin{multicols}
622 \family default
623 の直前に入れなくてはなりません。以下の例は、多段文の前後に3センチの余白を入れています。
624 \end_layout
625
626 \begin_layout Standard
627 \begin_inset ERT
628 status collapsed
629
630 \begin_layout Plain Layout
631
632
633 \backslash
634 setlength{
635 \backslash
636 multicolsep}{3cm}
637 \backslash
638 begin{multicols}{2}
639 \end_layout
640
641 \end_inset
642
643
644 \end_layout
645
646 \begin_layout Standard
647
648 \size small
649 All day I turned these facts over in my mind, endeavouring to hit upon some
650  theory which could reconcile them all, and to find that line of least resistanc
651 e which my poor friend had declared to be the starting-point of every investigat
652 ion.
653  I confess that I made little progress.
654  In the evening I strolled across the Park, and found myself about six o'clock
655  at the Oxford Street end of Park Lane.
656  A group of loafers upon the pavements, all staring up at a particular window,
657  directed me to the house which I had come to see.
658  A tall, thin man with coloured glasses, whom I strongly suspected of being
659  a plain-clothes detective, was pointing out some theory of his own, while
660  the others crowded round to listen to what he said.
661  I got as near him as I could, but his observations seemed to me to be absurd,
662  so I withdrew again in some disgust.
663  As I did so I struck against an elderly, deformed man, who had been behind
664  me, and I knocked down several books which he was carrying.
665  I remember that as I picked them up, I observed the title of one of them,
666  THE ORIGIN OF TREE WORSHIP, and it struck me that the fellow must be some
667  poor bibliophile, who, either as a trade or as a hobby, was a collector
668  of obscure volumes.
669  I endeavoured to apologize for the accident, but it was evident that these
670  books which I had so unfortunately maltreated were very precious objects
671  in the eyes of their owner.
672  With a snarl of contempt he turned upon his heel, and I saw his curved
673  back and white side-whiskers disappear among the throng.
674 \end_layout
675
676 \begin_layout Standard
677 \begin_inset ERT
678 status collapsed
679
680 \begin_layout Plain Layout
681
682
683 \backslash
684 end{multicols}
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Paragraph
693 註:
694 \end_layout
695
696 \begin_layout Standard
697
698 \family typewriter
699
700 \backslash
701 setlength
702 \family default
703 で設定した値は、使用後は既定値にリセットしなくてはなりません。これをしないと、使用中の文書の残りでは修正した値が使われ続けます。
704 \end_layout
705
706 \begin_layout Standard
707 \begin_inset ERT
708 status collapsed
709
710 \begin_layout Plain Layout
711
712
713 \backslash
714 setlength{
715 \backslash
716 multicolsep}{13pt}
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Subsubsection
725 段幅と分離幅
726 \end_layout
727
728 \begin_layout Standard
729
730 \family sans
731 multicols
732 \family default
733 環境内の段幅は自動的に計算されますが、段の間の余白は明示的に変えることができます。以下の2段の間の余白は3センチです。
734 \end_layout
735
736 \begin_layout Standard
737 \begin_inset ERT
738 status collapsed
739
740 \begin_layout Plain Layout
741
742
743 \backslash
744 setlength{
745 \backslash
746 columnsep}{3cm}
747 \backslash
748 begin{multicols}{2}
749 \end_layout
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757
758 \size small
759 My observations of No.
760  427 Park Lane did little to clear up the problem in which I was interested.
761  The house was separated from the street by a low wall and railing, the
762  whole not more than five feet high.
763  It was perfectly easy, therefore, for anyone to get into the garden, but
764  the window was entirely inaccessible, since there was no water pipe or
765  anything which could help the most active man to climb it.
766  More puzzled than ever, I retraced my steps to Kensington.
767  I had not been in my study five minutes when the maid entered to say that
768  a person desired to see me.
769  To my astonishment it was none other than my strange old book collector,
770  his sharp, wizened face peering out from a frame of white hair, and his
771  precious volumes, a dozen of them at least, wedged under his right arm.
772 \end_layout
773
774 \begin_layout Standard
775 \begin_inset ERT
776 status collapsed
777
778 \begin_layout Plain Layout
779
780
781 \backslash
782 end{multicols}
783 \end_layout
784
785 \end_inset
786
787
788 \end_layout
789
790 \begin_layout Standard
791 Once again, we have to reset the value after use to avoid using it in the
792  rest of the document.
793 \end_layout
794
795 \begin_layout Standard
796 \begin_inset ERT
797 status collapsed
798
799 \begin_layout Plain Layout
800
801
802 \backslash
803 setlength{
804 \backslash
805 columnsep}{10pt}
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Subsubsection
814 垂直線
815 \end_layout
816
817 \begin_layout Standard
818 各段の間には、
819 \family typewriter
820
821 \backslash
822 columnseprule
823 \family default
824 幅の罫線を置くことができます。この罫線を0 ptに設定すると、罫線は出力されません。以下の例は、2段を分ける線2 ptにしたものです。
825 \end_layout
826
827 \begin_layout Standard
828 \begin_inset ERT
829 status collapsed
830
831 \begin_layout Plain Layout
832
833
834 \backslash
835 setlength{
836 \backslash
837 columnseprule}{2pt}
838 \backslash
839 begin{multicols}{2}
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Standard
848
849 \size small
850 \begin_inset Quotes eld
851 \end_inset
852
853 You're surprised to see me, sir,
854 \begin_inset Quotes erd
855 \end_inset
856
857  said he, in a strange, croaking voice.
858 \end_layout
859
860 \begin_layout Standard
861
862 \size small
863 I acknowledged that I was.
864 \end_layout
865
866 \begin_layout Standard
867
868 \size small
869 \begin_inset Quotes eld
870 \end_inset
871
872 Well, I've a conscience, sir, and when I chanced to see you go into this
873  house, as I came hobbling after you, I thought to myself, I'll just step
874  in and see that kind gentleman, and tell him that if I was a bit gruff
875  in my manner there was not any harm meant, and that I am much obliged to
876  him for picking up my books.
877 \begin_inset Quotes erd
878 \end_inset
879
880
881 \end_layout
882
883 \begin_layout Standard
884
885 \size small
886 \begin_inset Quotes eld
887 \end_inset
888
889 You make too much of a trifle,
890 \begin_inset Quotes erd
891 \end_inset
892
893  said I.
894  
895 \begin_inset Quotes eld
896 \end_inset
897
898 May I ask how you knew who I was?
899 \begin_inset Quotes erd
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Standard
906
907 \size small
908 \begin_inset Quotes eld
909 \end_inset
910
911 Well, sir, if it isn't too great a liberty, I am a neighbour of yours, for
912  you'll find my little bookshop at the corner of Church Street, and very
913  happy to see you, I am sure.
914  Maybe you collect yourself, sir.
915  Here's 
916 \noun on
917 British
918 \begin_inset space ~
919 \end_inset
920
921 Birds
922 \noun default
923 , and 
924 \noun on
925 Catullus
926 \noun default
927 , and 
928 \noun on
929 The Holy War
930 \noun default
931 --a bargain, every one of them.
932  With five volumes you could just fill that gap on that second shelf.
933  It looks untidy, does it not, sir?
934 \begin_inset Quotes erd
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset ERT
942 status collapsed
943
944 \begin_layout Plain Layout
945
946
947 \backslash
948 end{multicols}
949 \end_layout
950
951 \end_inset
952
953
954 \end_layout
955
956 \begin_layout Standard
957 いつも通り、使った後は値を元に戻します。
958 \end_layout
959
960 \begin_layout Standard
961 \begin_inset ERT
962 status collapsed
963
964 \begin_layout Plain Layout
965
966
967 \backslash
968 setlength{
969 \backslash
970 columnseprule}{0pt}
971 \end_layout
972
973 \end_inset
974
975
976 \end_layout
977
978 \begin_layout Standard
979 この物語の続きを読むには、図書館に行かなくてはいけません
980 \begin_inset Foot
981 status collapsed
982
983 \begin_layout Plain Layout
984 \SpecialChar \ldots{}
985 あるいは、私たちがしたように楽をするには、インターネット上のどこかにあるGutenbergプロジェクトで見つけてください。
986 \end_layout
987
988 \end_inset
989
990 。嘘だと思われるかもしれませんが、実のところ、この物語は、ちょっといいところなのです\SpecialChar \ldots{}
991
992 \end_layout
993
994 \end_body
995 \end_document