]> git.lyx.org Git - lyx.git/blob - lib/examples/ja/beamer.lyx
RELEASE-NOTES: add a known issue regarding LuaTeX
[lyx.git] / lib / examples / ja / beamer.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/examples/ja/
7 \textclass beamer
8 \begin_preamble
9 % 3.45em幅のサイドバーを左に付けた「Berkeley」テーマを用います
10 \usetheme[left,width=3.45em]{Berkeley}
11
12 % 定理様式ブロックの見出しを日本語化します
13 \deftranslation[to=japanese]{Theorem}{定理}
14 \deftranslation[to=japanese]{Fact}{事実}
15 \deftranslation[to=japanese]{Example}{例}
16 \deftranslation[to=japanese]{Definition}{定義}
17 % 証明ブロックの見出しの翻訳の取り扱いは異なります
18 \renewcommand{\proofname}{証明}
19 \end_preamble
20 \options 10pt
21 \use_default_options true
22 \maintain_unincluded_children false
23 \language japanese
24 \language_package default
25 \inputencoding utf8-platex
26 \fontencoding global
27 \font_roman "default" "default"
28 \font_sans "default" "default"
29 \font_typewriter "default" "default"
30 \font_math "auto" "auto"
31 \font_default_family default
32 \use_non_tex_fonts false
33 \font_sc false
34 \font_osf false
35 \font_sf_scale 100 100
36 \font_tt_scale 100 100
37 \graphics default
38 \default_output_format pdf
39 \output_sync 0
40 \bibtex_command default
41 \index_command default
42 \paperfontsize default
43 \spacing single
44 \use_hyperref false
45 \papersize default
46 \use_geometry true
47 \use_package amsmath 1
48 \use_package amssymb 1
49 \use_package cancel 0
50 \use_package esint 1
51 \use_package mathdots 1
52 \use_package mathtools 1
53 \use_package mhchem 1
54 \use_package stackrel 0
55 \use_package stmaryrd 1
56 \use_package undertilde 1
57 \cite_engine basic
58 \cite_engine_type default
59 \biblio_style plain
60 \use_bibtopic false
61 \use_indices false
62 \paperorientation portrait
63 \suppress_date false
64 \justification true
65 \use_refstyle 1
66 \index Index
67 \shortcut idx
68 \color #008000
69 \end_index
70 \secnumdepth 3
71 \tocdepth 3
72 \paragraph_separation indent
73 \paragraph_indentation default
74 \quotes_language english
75 \papercolumns 1
76 \papersides 1
77 \paperpagestyle default
78 \tracking_changes false
79 \output_changes false
80 \html_math_output 0
81 \html_css_as_file 0
82 \html_be_strict false
83 \end_header
84
85 \begin_body
86
87 \begin_layout Title
88 Beamerと\SpecialChar LyX
89 を用いた発表
90 \end_layout
91
92 \begin_layout Subtitle
93 基本の紹介
94 \end_layout
95
96 \begin_layout Author
97 \SpecialChar LyX
98 プロジェクトチーム
99 \end_layout
100
101 \begin_layout Date
102 第2.1版
103 \end_layout
104
105 \begin_layout TitleGraphic
106 \begin_inset Graphics
107         filename ../../doc/clipart/mobius.eps
108         lyxscale 30
109         scale 10
110
111 \end_inset
112
113
114 \end_layout
115
116 \begin_layout Frame
117 \begin_inset Separator latexpar
118 \end_inset
119
120
121 \end_layout
122
123 \begin_deeper
124 \begin_layout FrameTitle
125 \begin_inset Argument 1
126 status open
127
128 \begin_layout Plain Layout
129 presentation
130 \end_layout
131
132 \end_inset
133
134 目次
135 \end_layout
136
137 \begin_layout Standard
138 \begin_inset CommandInset toc
139 LatexCommand tableofcontents
140
141 \end_inset
142
143
144 \end_layout
145
146 \end_deeper
147 \begin_layout Section
148 目的
149 \end_layout
150
151 \begin_layout Frame
152 \begin_inset Argument 2
153 status open
154
155 \begin_layout Plain Layout
156 +-
157 \end_layout
158
159 \end_inset
160
161
162 \begin_inset Argument 4
163 status open
164
165 \begin_layout Plain Layout
166 Beamerクラスの目的
167 \end_layout
168
169 \end_inset
170
171
172 \end_layout
173
174 \begin_layout Frame
175 \begin_inset Flex Structure
176 status open
177
178 \begin_layout Plain Layout
179 Beamer
180 \end_layout
181
182 \end_inset
183
184 クラスを用いると、発表スライドを生成することができます。これは
185 \begin_inset Separator latexpar
186 \end_inset
187
188
189 \end_layout
190
191 \begin_deeper
192 \begin_layout Itemize
193 視覚的に、高度にカスタマイズ可能であり
194 \end_layout
195
196 \begin_layout Itemize
197 非常に良く構造化されていて
198 \end_layout
199
200 \begin_layout Itemize
201 段階を追うように構築することができ(
202 \emph on
203 重ね合わせ
204 \emph default
205 概念)
206 \end_layout
207
208 \begin_layout Itemize
209 多様な進行ルートを入れ込むことが可能で(スライドには、あらゆるハイパーリンクを入れることができます)
210 \end_layout
211
212 \begin_layout Itemize
213 \SpecialChar LaTeX
214 の超高品質な出力を使用することができ
215 \end_layout
216
217 \begin_layout Itemize
218 マルチメディアのコンテンツ(オーディオやビデオ)を埋め込むことが可能で
219 \end_layout
220
221 \begin_layout Itemize
222 簡単に(article様の配布資料のような)附属資料に変換することができるなど
223 \end_layout
224
225 \begin_layout Itemize
226 他にも多くの特徴を持ちます。
227 \end_layout
228
229 \end_deeper
230 \begin_layout Standard
231 \begin_inset Separator parbreak
232 \end_inset
233
234
235 \end_layout
236
237 \begin_layout Frame
238 \begin_inset Argument 4
239 status open
240
241 \begin_layout Plain Layout
242 この発表の目的
243 \end_layout
244
245 \end_inset
246
247
248 \end_layout
249
250 \begin_layout Frame
251 この発表は、
252 \begin_inset Separator latexpar
253 \end_inset
254
255
256 \end_layout
257
258 \begin_deeper
259 \begin_layout Itemize
260 \begin_inset Flex Structure
261 status collapsed
262
263 \begin_layout Plain Layout
264 Beamer
265 \end_layout
266
267 \end_inset
268
269 の基本機能の一部を説明し
270 \end_layout
271
272 \begin_layout Itemize
273 とくに、これらを\SpecialChar LyX
274 中でどのように使うことができるか
275 \end_layout
276
277 \end_deeper
278 \begin_layout Frame
279 を説明します。
280 \begin_inset Flex Structure
281 status collapsed
282
283 \begin_layout Plain Layout
284 Beamer
285 \end_layout
286
287 \end_inset
288
289 自身についての、もっと一般的で包括的な情報は、当該クラスの浩瀚な取扱説明書
290 \begin_inset CommandInset citation
291 LatexCommand cite
292 key "beamer-ug"
293
294 \end_inset
295
296 を参照してください。
297 \end_layout
298
299 \begin_layout Section
300 発表の構成要素
301 \end_layout
302
303 \begin_layout Frame
304 \begin_inset Argument 4
305 status open
306
307 \begin_layout Plain Layout
308 全体の構造
309 \end_layout
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Frame
317 通常、発表には
318 \begin_inset Separator latexpar
319 \end_inset
320
321
322 \end_layout
323
324 \begin_deeper
325 \begin_layout Itemize
326 表題ページ
327 \end_layout
328
329 \begin_layout Itemize
330 場合により節や部にグループ化されたスライド
331 \end_layout
332
333 \begin_layout Itemize
334 書誌情報などの追加情報を含んだ付録
335 \end_layout
336
337 \end_deeper
338 \begin_layout Frame
339 などが含まれます。以下では、全体構造のうちの、これらの各部について説明します。
340 \end_layout
341
342 \begin_layout Standard
343 \begin_inset Separator parbreak
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Frame
350 \begin_inset Argument 4
351 status open
352
353 \begin_layout Plain Layout
354 表題ページ
355 \end_layout
356
357 \end_inset
358
359
360 \end_layout
361
362 \begin_layout Frame
363 \SpecialChar LyX
364 では、表題ページは、
365 \begin_inset Flex Structure
366 status collapsed
367
368 \begin_layout Plain Layout
369 表題
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Flex Structure
376 status collapsed
377
378 \begin_layout Plain Layout
379 副題
380 \end_layout
381
382 \end_inset
383
384
385 \begin_inset Flex Structure
386 status collapsed
387
388 \begin_layout Plain Layout
389 著者
390 \end_layout
391
392 \end_inset
393
394
395 \begin_inset Flex Structure
396 status collapsed
397
398 \begin_layout Plain Layout
399 所属機関
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset Flex Structure
406 status collapsed
407
408 \begin_layout Plain Layout
409 日付
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset Flex Structure
416 status collapsed
417
418 \begin_layout Plain Layout
419 表題グラフィック
420 \end_layout
421
422 \end_inset
423
424 の各レイアウトで構成されます。
425 \begin_inset Separator latexpar
426 \end_inset
427
428
429 \end_layout
430
431 \begin_deeper
432 \begin_layout Itemize
433 これらの要素は、各々はどれも必須ではありませんが、少なくともひとつは必要です。
434 \end_layout
435
436 \begin_layout Itemize
437 挿入順は関係ありません(実際の順序は
438 \begin_inset Flex Structure
439 status collapsed
440
441 \begin_layout Plain Layout
442 Beamer
443 \end_layout
444
445 \end_inset
446
447 のテーマで決められています)。
448 \end_layout
449
450 \begin_layout Itemize
451 \begin_inset Flex Structure
452 status collapsed
453
454 \begin_layout Plain Layout
455 表題
456 \end_layout
457
458 \end_inset
459
460
461 \begin_inset Flex Structure
462 status collapsed
463
464 \begin_layout Plain Layout
465 副題
466 \end_layout
467
468 \end_inset
469
470
471 \begin_inset Flex Structure
472 status collapsed
473
474 \begin_layout Plain Layout
475 著者
476 \end_layout
477
478 \end_inset
479
480
481 \begin_inset Flex Structure
482 status collapsed
483
484 \begin_layout Plain Layout
485 所属機関
486 \end_layout
487
488 \end_inset
489
490
491 \begin_inset Flex Structure
492 status collapsed
493
494 \begin_layout Plain Layout
495 日付
496 \end_layout
497
498 \end_inset
499
500 では、
501 \begin_inset Flex Alert
502 status collapsed
503
504 \begin_layout Plain Layout
505 挿入\SpecialChar menuseparator
506 見出し短縮形\SpecialChar breakableslash
507 日付短縮形\SpecialChar breakableslash
508 \SpecialChar ldots
509
510 \end_layout
511
512 \end_inset
513
514 で「短縮形」を定義することができます。これらは、サイドバーやヘディングで使用されます(ただし、サイドバーやヘディングがテーマで実際に提供されている場合のみ)。
515 \end_layout
516
517 \begin_layout Itemize
518 \begin_inset Flex Structure
519 status collapsed
520
521 \begin_layout Plain Layout
522 表題
523 \end_layout
524
525 \end_inset
526
527 の代わりに
528 \begin_inset Flex Structure
529 status collapsed
530
531 \begin_layout Plain Layout
532 表題(白紙フレーム)
533 \end_layout
534
535 \end_inset
536
537 を選ぶと、表題頁にはサイドバーやヘディングが現れません。
538 \end_layout
539
540 \end_deeper
541 \begin_layout Standard
542 \begin_inset Separator parbreak
543 \end_inset
544
545
546 \end_layout
547
548 \begin_layout Frame
549 \begin_inset Argument 4
550 status open
551
552 \begin_layout Plain Layout
553 スライド/フレーム
554 \end_layout
555
556 \end_inset
557
558
559 \end_layout
560
561 \begin_layout Frame
562 \begin_inset Flex Structure
563 status collapsed
564
565 \begin_layout Plain Layout
566 Beamer
567 \end_layout
568
569 \end_inset
570
571 では、スライドのことを「フレーム」と呼びます。フレーム内のものは全て、1つのスライドに収められます(スライドの中に副スライドを収めることもあります)。
572 \begin_inset Separator latexpar
573 \end_inset
574
575
576 \end_layout
577
578 \begin_deeper
579 \begin_layout Itemize
580 フレームの開始箇所で
581 \begin_inset Flex Structure
582 status collapsed
583
584 \begin_layout Plain Layout
585 フレーム
586 \end_layout
587
588 \end_inset
589
590 段落様式を選んでください。
591 \end_layout
592
593 \begin_layout Itemize
594 フレームの見出しは「フレーム見出し」差込枠に書き込まなくてはなりません。この差込枠は、新規フレームには自動的に用意されますが、 
595 \begin_inset Flex Alert
596 status collapsed
597
598 \begin_layout Plain Layout
599 挿入\SpecialChar menuseparator
600 フレーム見出し
601 \end_layout
602
603 \end_inset
604
605 で手動で挿入することもできます。
606 \end_layout
607
608 \begin_layout Itemize
609 あるいは、
610 \begin_inset Flex Structure
611 status collapsed
612
613 \begin_layout Plain Layout
614 フレーム見出し
615 \end_layout
616
617 \end_inset
618
619 レイアウトを使用することもできます。これを使うと、(あまり用いられませんが)フレーム見出し短縮形のオプションと、重ね合わせ指定のオプション(こちらの方が重要です
620 )が提供されます。
621 \end_layout
622
623 \begin_layout Itemize
624 副題を
625 \begin_inset Flex Structure
626 status collapsed
627
628 \begin_layout Plain Layout
629 フレーム小見出し
630 \end_layout
631
632 \end_inset
633
634 レイアウトで付けることができます。
635 \end_layout
636
637 \begin_layout Itemize
638 フレームオプションは
639 \begin_inset Flex Alert
640 status collapsed
641
642 \begin_layout Plain Layout
643 挿入\SpecialChar menuseparator
644 フレームオプション
645 \end_layout
646
647 \end_inset
648
649 で指定することができ(各種オプションについては
650 \begin_inset CommandInset citation
651 LatexCommand cite
652 key "beamer-ug"
653
654 \end_inset
655
656 参照)、
657 \begin_inset Flex Alert
658 status collapsed
659
660 \begin_layout Plain Layout
661 挿入\SpecialChar menuseparator
662 重ね合わせ指定
663 \end_layout
664
665 \end_inset
666
667 および
668 \begin_inset Flex Alert
669 status collapsed
670
671 \begin_layout Plain Layout
672 挿入\SpecialChar menuseparator
673 重ね合わせ指定の既定値
674 \end_layout
675
676 \end_inset
677
678 で重ね合わせオプションを指定することができます(これが何であるかについては後述します)。
679 \end_layout
680
681 \end_deeper
682 \begin_layout Standard
683 \begin_inset Separator parbreak
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Frame
690 \begin_inset Argument 1
691 status open
692
693 \begin_layout Plain Layout
694 1-2
695 \end_layout
696
697 \end_inset
698
699
700 \begin_inset Argument 3
701 status open
702
703 \begin_layout Plain Layout
704 label=myframe
705 \end_layout
706
707 \end_inset
708
709
710 \begin_inset Argument 4
711 status open
712
713 \begin_layout Plain Layout
714 フレームは再表示させることができます
715 \end_layout
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Frame
723 各フレームは、フレーム全体あるいは選択した副フレームだけを、発表の後の方で何度でも再表示させることができます。
724 \end_layout
725
726 \begin_layout Frame
727 それには、(このフレームで行なっているように)各フレームのフレームオプションに「label」を指定して、ラベル名を付けます。
728 \begin_inset Separator latexpar
729 \end_inset
730
731
732 \end_layout
733
734 \begin_deeper
735 \begin_layout Pause
736
737 \end_layout
738
739 \end_deeper
740 \begin_layout Frame
741 そうしておいて、発表の後の方で
742 \begin_inset Flex Structure
743 status collapsed
744
745 \begin_layout Plain Layout
746 再フレーム
747 \end_layout
748
749 \end_inset
750
751 レイアウトを使えば、このフレームを再表示させることができます。それには、ただ
752 \begin_inset Flex Structure
753 status collapsed
754
755 \begin_layout Plain Layout
756 再フレーム
757 \end_layout
758
759 \end_inset
760
761 レイアウトにラベル名を入力し、必要ならば、どの副スレイドを再表示させたいかを
762 \begin_inset Flex Alert
763 status collapsed
764
765 \begin_layout Plain Layout
766 挿入\SpecialChar menuseparator
767 重ね合わせ指定
768 \end_layout
769
770 \end_inset
771
772 で指定するだけです(再度「重ね合わせ」の概念については、下記参照)。
773 \begin_inset Separator latexpar
774 \end_inset
775
776
777 \end_layout
778
779 \begin_deeper
780 \begin_layout Proof
781 \begin_inset Argument 1
782 status open
783
784 \begin_layout Plain Layout
785 3
786 \end_layout
787
788 \end_inset
789
790
791 \begin_inset Flex Alert
792 status collapsed
793
794 \begin_layout Plain Layout
795 これが証明です!
796 \end_layout
797
798 \end_inset
799
800  (この文章は、副スライド3でのみ表示されます。副スライド3は、このフレームが後で再表示された時にのみ表示されます。)証明ブロックの見出しの日本語化には、プリア
801 ンブルで
802 \begin_inset Flex Bold
803 status open
804
805 \begin_layout Plain Layout
806
807 \backslash
808 renewcommand{
809 \backslash
810 proofname}{証明}
811 \end_layout
812
813 \end_inset
814
815 を用います(この発表の
816 \begin_inset Flex Alert
817 status collapsed
818
819 \begin_layout Plain Layout
820 文書\SpecialChar menuseparator
821 設定\SpecialChar menuseparator
822 \SpecialChar LaTeX
823 プリアンブル
824 \end_layout
825
826 \end_inset
827
828 を参照)。
829 \end_layout
830
831 \end_deeper
832 \begin_layout Standard
833 \begin_inset Separator parbreak
834 \end_inset
835
836
837 \end_layout
838
839 \begin_layout Frame
840 \begin_inset Argument 4
841 status open
842
843 \begin_layout Plain Layout
844 フレームを1枚に表示するために
845 \end_layout
846
847 \end_inset
848
849
850 \begin_inset Separator latexpar
851 \end_inset
852
853
854 \end_layout
855
856 \begin_deeper
857 \begin_layout FrameSubtitle
858 入れ子を使うこと!
859 \end_layout
860
861 \begin_layout Itemize
862 \begin_inset Flex Structure
863 status collapsed
864
865 \begin_layout Plain Layout
866 フレーム
867 \end_layout
868
869 \end_inset
870
871 様式以外のフレームの内容物は、すべて(
872 \begin_inset Flex Alert
873 status collapsed
874
875 \begin_layout Plain Layout
876 編集\SpecialChar menuseparator
877 リストの階層を下げる
878 \end_layout
879
880 \end_inset
881
882
883 \begin_inset Info
884 type  "shortcut"
885 arg   "depth-increment"
886 \end_inset
887
888 を使用して)フレーム環境に入れ子にしなくてはならないことに注意してください。
889 \end_layout
890
891 \begin_layout Itemize
892 内容物を入れ子にしたことは、\SpecialChar LyX
893 作業領域の余白に赤い傍線で表示されます。
894 \end_layout
895
896 \end_deeper
897 \begin_layout Itemize
898 (この行のように)入れ子にしない内容物も、発表に(別のスライドとして)表示されますが、綺麗に整えられないのです。
899 \end_layout
900
901 \begin_layout Itemize
902 ですから、これは避けてくださいね。
903 \end_layout
904
905 \begin_layout Standard
906 \begin_inset Separator parbreak
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Frame
913 \begin_inset Argument 4
914 status open
915
916 \begin_layout Plain Layout
917 フレームの分割
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \begin_layout Frame
926 \noindent
927 連続したフレームは、
928 \begin_inset Flex Structure
929 status collapsed
930
931 \begin_layout Plain Layout
932 \noindent
933 分離線
934 \end_layout
935
936 \end_inset
937
938 段落様式で分けることができます。
939 \begin_inset Separator latexpar
940 \end_inset
941
942
943 \end_layout
944
945 \begin_deeper
946 \begin_layout Itemize
947 \begin_inset Flex Structure
948 status collapsed
949
950 \begin_layout Plain Layout
951 \noindent
952 分離線
953 \end_layout
954
955 \end_inset
956
957 を挿入して新規フレームを自動で開始するのに最も便利な方法は、
958 \begin_inset Flex Structure
959 status collapsed
960
961 \begin_layout Plain Layout
962 フレーム
963 \end_layout
964
965 \end_inset
966
967 レイアウトの段落上で
968 \begin_inset Flex Alert
969 status collapsed
970
971 \begin_layout Plain Layout
972 編集\SpecialChar menuseparator
973 環境を分割
974 \end_layout
975
976 \end_inset
977
978 を選ぶことです。
979 \end_layout
980
981 \begin_layout Block
982 \begin_inset Argument 2
983 status open
984
985 \begin_layout Plain Layout
986 ヒント
987 \end_layout
988
989 \end_inset
990
991
992 \end_layout
993
994 \begin_layout Block
995 何のレイアウトであれ、入れ子になっている段落から、外の
996 \begin_inset Flex Structure
997 status collapsed
998
999 \begin_layout Plain Layout
1000 \noindent
1001 フレーム
1002 \end_layout
1003
1004 \end_inset
1005
1006 レイアウトに出るには、
1007 \begin_inset Info
1008 type  "shortcut"
1009 arg   "paragraph-break inverse"
1010 \end_inset
1011
1012 を打鍵してください!
1013 \end_layout
1014
1015 \end_deeper
1016 \begin_layout AgainFrame
1017 \begin_inset Argument 1
1018 status open
1019
1020 \begin_layout Plain Layout
1021 3
1022 \end_layout
1023
1024 \end_inset
1025
1026 myframe
1027 \end_layout
1028
1029 \begin_layout Standard
1030 \begin_inset Separator parbreak
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \begin_layout PlainFrame
1037 \begin_inset Argument 4
1038 status open
1039
1040 \begin_layout Plain Layout
1041 特殊なフレーム型
1042 \end_layout
1043
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \begin_layout PlainFrame
1050 \SpecialChar LyX
1051 は、以下の2つの特殊なフレーム型を提供しています。
1052 \begin_inset Separator latexpar
1053 \end_inset
1054
1055
1056 \end_layout
1057
1058 \begin_deeper
1059 \begin_layout Enumerate
1060 \begin_inset Flex Structure
1061 status collapsed
1062
1063 \begin_layout Plain Layout
1064 白紙フレーム
1065 \end_layout
1066
1067 \end_inset
1068
1069 は、(このフレームのように)サイドバーやヘッダがないフレームです。これは、内容が多かったり幅広な表があるスライドに便利です。
1070 \end_layout
1071
1072 \begin_layout Enumerate
1073 \begin_inset Flex Structure
1074 status collapsed
1075
1076 \begin_layout Plain Layout
1077 脆弱フレーム
1078 \end_layout
1079
1080 \end_inset
1081
1082 は、プログラムリストなど字句通り(verbatim)の内容が含まれている場合のように、フレームに「脆弱な」内容が含まれている時に使用します。
1083 \end_layout
1084
1085 \end_deeper
1086 \begin_layout PlainFrame
1087 白紙の脆弱フレームが欲しい場合には、脆弱フレームに「plain」オプションを渡すか、白紙フレームに「fragile」オプションを渡してください。
1088 \end_layout
1089
1090 \begin_layout Standard
1091 \begin_inset Separator parbreak
1092 \end_inset
1093
1094
1095 \end_layout
1096
1097 \begin_layout Frame
1098 \begin_inset Argument 4
1099 status open
1100
1101 \begin_layout Plain Layout
1102 発表を節分けする
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \begin_inset Separator latexpar
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_deeper
1115 \begin_layout Itemize
1116 フレームをグループ分けするには、(
1117 \begin_inset Flex Structure
1118 status collapsed
1119
1120 \begin_layout Plain Layout
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset Flex Structure
1128 status collapsed
1129
1130 \begin_layout Plain Layout
1131
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \begin_inset Flex Structure
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141 小節
1142 \end_layout
1143
1144 \end_inset
1145
1146 のような)通常の節分けコマンドを使用してください。
1147 \end_layout
1148
1149 \begin_layout Itemize
1150 これらは、目次や(テーマに依存して)サイドバー・ヘッダ、およびarticle出力に表示されます(「article」については、下記「モード」に関する節を参照)。
1151 \end_layout
1152
1153 \end_deeper
1154 \begin_layout Standard
1155 \begin_inset Separator parbreak
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Frame
1162 \begin_inset Argument 4
1163 status open
1164
1165 \begin_layout Plain Layout
1166 フレーム構成の再調整
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \begin_inset Separator latexpar
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_deeper
1179 \begin_layout Block
1180 \begin_inset Argument 2
1181 status open
1182
1183 \begin_layout Plain Layout
1184 ヒント
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Block
1193 全フレームを再調整したり移動したりするのに、文書構造面(
1194 \begin_inset Flex Alert
1195 status collapsed
1196
1197 \begin_layout Plain Layout
1198 表示\SpecialChar menuseparator
1199 文書構造面
1200 \end_layout
1201
1202 \end_inset
1203
1204 )を使えば簡単にできるということをご存知でしたか?
1205 \end_layout
1206
1207 \begin_layout Block
1208 また、特定のフレームに移動するには、
1209 \begin_inset Flex Alert
1210 status collapsed
1211
1212 \begin_layout Plain Layout
1213 移動
1214 \end_layout
1215
1216 \end_inset
1217
1218 メニューを使うことができます。
1219 \end_layout
1220
1221 \end_deeper
1222 \begin_layout Standard
1223 \begin_inset Separator parbreak
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Frame
1230 \begin_inset Argument 4
1231 status open
1232
1233 \begin_layout Plain Layout
1234 付録
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \begin_inset Separator latexpar
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_deeper
1247 \begin_layout Itemize
1248 付録は、追加の内容や留保しておいた内容を書くのに便利かもしれません。付録は発表の一部ですが、目次やサイドバー、ヘッダには表示されません。
1249 \end_layout
1250
1251 \begin_layout Itemize
1252 付録は、\SpecialChar LyX
1253 中では、以下のようにして通常通り入力することができます。
1254 \begin_inset Separator latexpar
1255 \end_inset
1256
1257
1258 \end_layout
1259
1260 \begin_deeper
1261 \begin_layout Itemize
1262 付録を開始するには、開始する箇所で
1263 \begin_inset Flex Alert
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267 文書\SpecialChar menuseparator
1268 ここから付録を開始
1269 \end_layout
1270
1271 \end_inset
1272
1273 を選択します。
1274 \end_layout
1275
1276 \end_deeper
1277 \begin_layout Itemize
1278 付録によく収録されるのは書誌情報です。
1279 \begin_inset Separator latexpar
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \begin_deeper
1286 \begin_layout Itemize
1287 他の全\SpecialChar LyX
1288 クラスで行われるように、
1289 \begin_inset Flex Structure
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293 書誌情報
1294 \end_layout
1295
1296 \end_inset
1297
1298 段落様式を用いて書き込みます(例としてこの発表の最後にある書誌情報を参照)。
1299 \end_layout
1300
1301 \begin_layout Itemize
1302 Bib\SpecialChar TeX
1303 スタイルのすべてが
1304 \begin_inset Flex Structure
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 Beamer
1309 \end_layout
1310
1311 \end_inset
1312
1313 と協働できる訳ではないですが、Bib\SpecialChar TeX
1314 を使うこともできます。
1315 \end_layout
1316
1317 \end_deeper
1318 \end_deeper
1319 \begin_layout Section
1320 重ね合わせの概念
1321 \end_layout
1322
1323 \begin_layout Frame
1324 \begin_inset Argument 4
1325 status open
1326
1327 \begin_layout Plain Layout
1328 重ね合わせとは
1329 \end_layout
1330
1331 \end_inset
1332
1333
1334 \end_layout
1335
1336 \begin_layout Frame
1337 基本的には、重ね合わせは、スライドの中身を動的に変更できるようにするものです。ものや文章を少しずつ開示したり、内容をフェイドアウトさせ、強調したり、文字や画像を
1338 取り替えたりといったことができます。
1339 \begin_inset Separator latexpar
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \begin_deeper
1346 \begin_layout Pause
1347
1348 \end_layout
1349
1350 \begin_layout Itemize
1351 \begin_inset Argument 1
1352 status open
1353
1354 \begin_layout Plain Layout
1355 +-
1356 \end_layout
1357
1358 \end_inset
1359
1360 重ね合わせは、喋る内容に合わせてスライドを作り上げていくのに便利です。
1361 \end_layout
1362
1363 \begin_layout Itemize
1364 これによって、聴衆の関心を特定のものに合わせていくことができます。
1365 \end_layout
1366
1367 \begin_layout Itemize
1368 そして、聴衆があなたの話に付いていく手助けとなります。
1369 \end_layout
1370
1371 \begin_layout Itemize
1372 ですから、重ね合わせを使いましょう! 
1373 \begin_inset Flex Alert
1374 status open
1375
1376 \begin_layout Plain Layout
1377 \begin_inset Argument 1
1378 status open
1379
1380 \begin_layout Plain Layout
1381 6
1382 \end_layout
1383
1384 \end_inset
1385
1386 ほんまに!
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_deeper
1395 \begin_layout Standard
1396 \begin_inset Separator parbreak
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Frame
1403 \begin_inset Argument 4
1404 status open
1405
1406 \begin_layout Plain Layout
1407 重ねあわせ型
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \begin_layout Frame
1416 \begin_inset Flex Structure
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 Beamer
1421 \end_layout
1422
1423 \end_inset
1424
1425 では、多くの重ね合わせ型が提供されています。中でも重要なものは
1426 \begin_inset Separator latexpar
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_deeper
1433 \begin_layout Description
1434 蔵匿型: ある点まで全く表示されないもの
1435 \end_layout
1436
1437 \begin_layout Description
1438 被覆型: 褪色表示にするもの(完全に見えないわけではない)
1439 \end_layout
1440
1441 \begin_layout Description
1442 強調型: ある点で何らかの方法で強調されるもの
1443 \end_layout
1444
1445 \end_deeper
1446 \begin_layout Frame
1447 これらの型の例は後に挙げますが、まずは重ね合わせの指定可能性についての一般的な注意から始めましょう。
1448 \end_layout
1449
1450 \begin_layout Standard
1451 \begin_inset Separator parbreak
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \begin_layout Frame
1458 \begin_inset Argument 4
1459 status open
1460
1461 \begin_layout Plain Layout
1462 重ね合わせと動作の指定可能性
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \begin_layout Frame
1471 多くの
1472 \begin_inset Flex Structure
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 Beamer
1477 \end_layout
1478
1479 \end_inset
1480
1481 構成要素は、重ね合わせの設定をすることができます。どの副スライドに特定の内容が表示されるかを指定したり(
1482 \begin_inset Quotes eld
1483 \end_inset
1484
1485 2
1486 \begin_inset Quotes erd
1487 \end_inset
1488
1489
1490 \begin_inset Quotes eld
1491 \end_inset
1492
1493 2-4
1494 \begin_inset Quotes erd
1495 \end_inset
1496
1497
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 3-
1502 \begin_inset Quotes erd
1503 \end_inset
1504
1505
1506 \begin_inset Quotes eld
1507 \end_inset
1508
1509 1,3
1510 \begin_inset Quotes erd
1511 \end_inset
1512
1513 など)、どの出力モードで表示するかを指定することができます(
1514 \begin_inset Quotes eld
1515 \end_inset
1516
1517 presentation
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521
1522 \begin_inset Quotes eld
1523 \end_inset
1524
1525 article
1526 \begin_inset Quotes erd
1527 \end_inset
1528
1529 など)。
1530 \begin_inset Separator latexpar
1531 \end_inset
1532
1533
1534 \end_layout
1535
1536 \begin_deeper
1537 \begin_layout Itemize
1538 \SpecialChar LyX
1539 では、これらの設定は、一般に
1540 \begin_inset Flex Alert
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 挿入\SpecialChar menuseparator
1545 重ね合わせ指定
1546 \end_layout
1547
1548 \end_inset
1549
1550 または
1551 \begin_inset Flex Alert
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555 挿入\SpecialChar menuseparator
1556 動作指定
1557 \end_layout
1558
1559 \end_inset
1560
1561 で指定することができます。
1562 \end_layout
1563
1564 \begin_layout Overprint
1565 \begin_inset Argument item:1
1566 status open
1567
1568 \begin_layout Plain Layout
1569 2
1570 \end_layout
1571
1572 \end_inset
1573
1574
1575 \begin_inset Separator latexpar
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_deeper
1582 \begin_layout Definition
1583 「動作」はより一般的な概念で、これまで「重ね合わせ」と呼んできたもの(この上に副スライドを表示したり隠したり強調したりするもの)を含むだけでなく、「この発表には
1584 表示するけれども配布資料には表示しない」とか「これは第2画面にのみ表示する」といった指定(いわゆる「モード」)を含みます。
1585 \end_layout
1586
1587 \begin_layout Definition
1588
1589 \size footnotesize
1590 定義を始めとする定理様式ブロックの見出しを日本語化するには、プリアンブルで
1591 \begin_inset Flex Bold
1592 status open
1593
1594 \begin_layout Plain Layout
1595
1596 \size footnotesize
1597
1598 \backslash
1599 deftranslation[to=japanese]{Definition}{定義}
1600 \end_layout
1601
1602 \end_inset
1603
1604 などとします(この発表の
1605 \begin_inset Flex Alert
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609
1610 \size footnotesize
1611 文書\SpecialChar menuseparator
1612 設定\SpecialChar menuseparator
1613 \SpecialChar LaTeX
1614 プリアンブル
1615 \end_layout
1616
1617 \end_inset
1618
1619 を参照)。
1620 \end_layout
1621
1622 \end_deeper
1623 \begin_layout Overprint
1624 \begin_inset Argument item:1
1625 status open
1626
1627 \begin_layout Plain Layout
1628 3
1629 \end_layout
1630
1631 \end_inset
1632
1633
1634 \begin_inset Separator latexpar
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_deeper
1641 \begin_layout AlertBlock
1642 \begin_inset Argument 2
1643 status open
1644
1645 \begin_layout Plain Layout
1646 \SpecialChar LaTeX
1647 愛の人たちへの註
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout AlertBlock
1656 上述の重ね合わせと動作の設定は、\SpecialChar LaTeX
1657 出力では
1658 \begin_inset Flex Alert
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 \begin_inset space \space{}
1663 \end_inset
1664
1665 <\SpecialChar ldots
1666 >
1667 \end_layout
1668
1669 \end_inset
1670
1671
1672 \begin_inset Flex Alert
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 [<\SpecialChar ldots
1677 >]
1678 \end_layout
1679
1680 \end_inset
1681
1682 で囲んだコマンドオプションや環境オプションに対応します。
1683 \end_layout
1684
1685 \begin_layout AlertBlock
1686 \SpecialChar LyX
1687 は、書き出し時に括弧を追加しますので、括弧は自分で入れてはなりません。つまり、重ね合わせ/動作差込枠には、「<1>」や「[<+->]」ではなく、「1」や「+-」
1688 と入力してください。
1689 \end_layout
1690
1691 \end_deeper
1692 \end_deeper
1693 \begin_layout Standard
1694 \begin_inset Separator parbreak
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \begin_layout Frame
1701 \begin_inset Argument 4
1702 status open
1703
1704 \begin_layout Plain Layout
1705 用例
1706 \end_layout
1707
1708 \end_inset
1709
1710
1711 \end_layout
1712
1713 \begin_layout Frame
1714 用例として引用を取り上げてみましょう。
1715 \begin_inset Flex Structure
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 引用(字下げなし)
1720 \end_layout
1721
1722 \end_inset
1723
1724 環境では、重ね合わせ設定は
1725 \begin_inset Flex Alert
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 挿入\SpecialChar menuseparator
1730 重ね合わせ指定
1731 \end_layout
1732
1733 \end_inset
1734
1735 で指定することができます。このようにして「2」を入力すれば、引用は第2(副)スライドにのみ表示されます。
1736 \begin_inset Separator latexpar
1737 \end_inset
1738
1739
1740 \end_layout
1741
1742 \begin_deeper
1743 \begin_layout Quote
1744 \begin_inset Argument 1
1745 status open
1746
1747 \begin_layout Plain Layout
1748 2
1749 \end_layout
1750
1751 \end_inset
1752
1753
1754 \lang ngerman
1755 Ich weiß nicht, was ich will
1756 \end_layout
1757
1758 \begin_layout Quote
1759
1760 \lang ngerman
1761 ich will nicht, was ich weiß
1762 \end_layout
1763
1764 \begin_layout Quote
1765
1766 \lang ngerman
1767 im Sommer ist mir kalt
1768 \end_layout
1769
1770 \begin_layout Quote
1771
1772 \lang ngerman
1773 im Winter ist mir heiß.
1774 \end_layout
1775
1776 \end_deeper
1777 \begin_layout Frame
1778 重ね合わせは、基本的にこのように動作します。
1779 \end_layout
1780
1781 \begin_layout Standard
1782 \begin_inset Separator parbreak
1783 \end_inset
1784
1785
1786 \end_layout
1787
1788 \begin_layout Frame
1789 \begin_inset Argument 4
1790 status open
1791
1792 \begin_layout Plain Layout
1793 被覆vs蔵匿
1794 \end_layout
1795
1796 \end_inset
1797
1798
1799 \end_layout
1800
1801 \begin_layout Frame
1802 「被覆(covering)」と「蔵匿(hiding)」の違いは、蔵匿対象がそこに無いかのごとく扱われるのに対し、被覆対象は覆われているだけである(スペースは確保
1803 されている)という点です。前スライドの引用を被覆する代わりに蔵匿したとすると、以下のように、スペースは表示される時だけ確保されます。
1804 \begin_inset Separator latexpar
1805 \end_inset
1806
1807
1808 \end_layout
1809
1810 \begin_deeper
1811 \begin_layout Quote
1812 \begin_inset Argument 1
1813 status open
1814
1815 \begin_layout Plain Layout
1816 only@2
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \lang ngerman
1823 Ich weiß nicht, was ich will
1824 \end_layout
1825
1826 \begin_layout Quote
1827
1828 \lang ngerman
1829 ich will nicht, was ich weiß
1830 \end_layout
1831
1832 \begin_layout Quote
1833
1834 \lang ngerman
1835 im Sommer ist mir kalt
1836 \end_layout
1837
1838 \begin_layout Quote
1839
1840 \lang ngerman
1841 im Winter ist mir heiß.
1842 \end_layout
1843
1844 \end_deeper
1845 \begin_layout Frame
1846 引用の蔵匿が解かれるとともに、この文が移動するのがわかるでしょう。
1847 \end_layout
1848
1849 \begin_layout Standard
1850 \begin_inset Separator parbreak
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Frame
1857 \begin_inset Argument 4
1858 status open
1859
1860 \begin_layout Plain Layout
1861 被覆濃度
1862 \end_layout
1863
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \begin_layout Frame
1870 \begin_inset ERT
1871 status open
1872
1873 \begin_layout Plain Layout
1874
1875
1876 \backslash
1877 setbeamercovered{transparent}
1878 \end_layout
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Frame
1886 \begin_inset Flex Structure
1887 status collapsed
1888
1889 \begin_layout Plain Layout
1890 Beamer
1891 \end_layout
1892
1893 \end_inset
1894
1895 には「被覆」の濃度があり、
1896 \begin_inset Flex Alert
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900
1901 \backslash
1902 setbeamercovered
1903 \end_layout
1904
1905 \end_inset
1906
1907 コマンドを使って、(発表全体にわたって)グローバルにも、(ここでのように1フレームのみなど)ローカルにも設定することができます。既定では、対象は完全に被覆されま
1908 す。「transparent(透過)」モードでは、被覆文は、以下のように淡色表示されているのがわかります。
1909 \begin_inset Separator latexpar
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \begin_deeper
1916 \begin_layout Quote
1917 \begin_inset Argument 1
1918 status open
1919
1920 \begin_layout Plain Layout
1921 2
1922 \end_layout
1923
1924 \end_inset
1925
1926
1927 \lang ngerman
1928 Ich weiß nicht, was ich will
1929 \end_layout
1930
1931 \begin_layout Quote
1932
1933 \lang ngerman
1934 ich will nicht, was ich weiß
1935 \end_layout
1936
1937 \begin_layout Quote
1938
1939 \lang ngerman
1940 im Sommer ist mir kalt
1941 \end_layout
1942
1943 \begin_layout Quote
1944
1945 \lang ngerman
1946 im Winter ist mir heiß.
1947 \end_layout
1948
1949 \end_deeper
1950 \begin_layout Frame
1951 他の選択肢については、
1952 \begin_inset Flex Structure
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956 Beamer
1957 \end_layout
1958
1959 \end_inset
1960
1961 取扱説明書を参照してください。
1962 \end_layout
1963
1964 \begin_layout Standard
1965 \begin_inset Separator parbreak
1966 \end_inset
1967
1968
1969 \end_layout
1970
1971 \begin_layout Frame
1972 \begin_inset Argument 4
1973 status open
1974
1975 \begin_layout Plain Layout
1976 既定の重ね合わせ/動作指定vs
1977 \begin_inset Newline newline
1978 \end_inset
1979
1980 (通常の)重ね合わせ/動作指定
1981 \end_layout
1982
1983 \end_inset
1984
1985
1986 \begin_inset Separator latexpar
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \begin_deeper
1993 \begin_layout Itemize
1994 環境によっては(箇条書きやフレームなど)、通常の重ね合わせ指定や動作指定に加えて(箇条書きの場合には、箇条書き全体に対しては「重ね合わせ指定」、項目単独に対して
1995 は「項目重ね合わせ指定」に加えて)「指定の既定値」を選ぶことができます。
1996 \end_layout
1997
1998 \begin_layout Itemize
1999 指定の既定値は、個別に新たに設定しない限りは、その環境の全内容に対して適用されます。
2000 \end_layout
2001
2002 \begin_layout Itemize
2003 通常の重ね合わせ/動作指定には、順序指定用文法を用います。例えば「+(1)-」とすると、以下のように、個別の項目指定がない限りは、箇条書き中の各項目を一つづつ(
2004 開始オフセット1で)開示します。
2005 \begin_inset Separator latexpar
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_deeper
2012 \begin_layout Itemize
2013 \begin_inset Argument 1
2014 status open
2015
2016 \begin_layout Plain Layout
2017 +(1)-
2018 \end_layout
2019
2020 \end_inset
2021
2022 ひとつ
2023 \end_layout
2024
2025 \begin_layout Itemize
2026 ふたつ
2027 \end_layout
2028
2029 \begin_layout Itemize
2030 みっつ
2031 \end_layout
2032
2033 \begin_layout Itemize
2034 \begin_inset Argument item:2
2035 status open
2036
2037 \begin_layout Plain Layout
2038 1-
2039 \end_layout
2040
2041 \end_inset
2042
2043 常在
2044 \end_layout
2045
2046 \end_deeper
2047 \end_deeper
2048 \begin_layout Frame
2049 この文法についての詳細は、
2050 \begin_inset Flex Structure
2051 status collapsed
2052
2053 \begin_layout Plain Layout
2054 Beamer
2055 \end_layout
2056
2057 \end_inset
2058
2059 取扱説明書を参照してください。
2060 \end_layout
2061
2062 \begin_layout Frame
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 \begin_inset Separator parbreak
2068 \end_inset
2069
2070
2071 \end_layout
2072
2073 \begin_layout Frame
2074 \begin_inset Argument 2
2075 status open
2076
2077 \begin_layout Plain Layout
2078 +-
2079 \end_layout
2080
2081 \end_inset
2082
2083
2084 \begin_inset Argument 4
2085 status open
2086
2087 \begin_layout Plain Layout
2088 既定の重ね合わせ/動作指定vs
2089 \begin_inset Newline newline
2090 \end_inset
2091
2092 (通常の)重ね合わせ/動作指定
2093 \end_layout
2094
2095 \end_inset
2096
2097
2098 \end_layout
2099
2100 \begin_layout Frame
2101 \noindent
2102 このフレームは、既定の重ね合わせ指定を使用しています。
2103 \end_layout
2104
2105 \begin_layout Frame
2106 これによって、重ね合わせ対応の段落や\SpecialChar ldots
2107
2108 \begin_inset Separator latexpar
2109 \end_inset
2110
2111
2112 \end_layout
2113
2114 \begin_deeper
2115 \begin_layout Itemize
2116 \SpecialChar ldots
2117 箇条書き項目は\SpecialChar ldots
2118
2119 \end_layout
2120
2121 \begin_layout Itemize
2122 \SpecialChar ldots
2123 副スライドに一つづつ\SpecialChar ldots
2124
2125 \end_layout
2126
2127 \begin_layout Itemize
2128 \SpecialChar ldots
2129 表示されます\SpecialChar ldots
2130
2131 \end_layout
2132
2133 \begin_layout Block
2134 \begin_inset Argument 2
2135 status open
2136
2137 \begin_layout Plain Layout
2138 ブロック
2139 \end_layout
2140
2141 \end_inset
2142
2143
2144 \end_layout
2145
2146 \begin_layout Block
2147 \SpecialChar ldots
2148 次から次へと
2149 \end_layout
2150
2151 \end_deeper
2152 \begin_layout Standard
2153 \begin_inset Separator parbreak
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Frame
2160 \begin_inset Argument 2
2161 status open
2162
2163 \begin_layout Plain Layout
2164 alert@+
2165 \end_layout
2166
2167 \end_inset
2168
2169
2170 \begin_inset Argument 4
2171 status open
2172
2173 \begin_layout Plain Layout
2174 既定の重ね合わせ/動作指定vs
2175 \begin_inset Newline newline
2176 \end_inset
2177
2178 (通常の)重ね合わせ/動作指定
2179 \end_layout
2180
2181 \end_inset
2182
2183
2184 \end_layout
2185
2186 \begin_layout Frame
2187 \noindent
2188 このフレームは、既定の重ね合わせ指定を使用しています\SpecialChar ldots
2189
2190 \begin_inset Separator latexpar
2191 \end_inset
2192
2193
2194 \end_layout
2195
2196 \begin_deeper
2197 \begin_layout Itemize
2198 \SpecialChar ldots
2199 これによって、重ね合わせ対応の箇条書き各項目は\SpecialChar ldots
2200
2201 \end_layout
2202
2203 \begin_layout Itemize
2204 \SpecialChar ldots
2205 それぞれの副スライド上で\SpecialChar ldots
2206
2207 \end_layout
2208
2209 \begin_layout Itemize
2210 \SpecialChar ldots
2211 強調されています
2212 \end_layout
2213
2214 \end_deeper
2215 \begin_layout Standard
2216 \begin_inset Separator parbreak
2217 \end_inset
2218
2219
2220 \end_layout
2221
2222 \begin_layout Frame
2223 \begin_inset Argument 4
2224 status open
2225
2226 \begin_layout Plain Layout
2227 一時停止
2228 \end_layout
2229
2230 \end_inset
2231
2232
2233 \end_layout
2234
2235 \begin_layout Frame
2236 \begin_inset Flex Structure
2237 status collapsed
2238
2239 \begin_layout Plain Layout
2240 一時停止
2241 \end_layout
2242
2243 \end_inset
2244
2245 レイアウトを用いると、以下のように、それ以降のすべての内容を被覆する点を指定できます(既定では、一時停止以前の内容が開示された後、1つのスライドの間のみ被覆しま
2246 す)。
2247 \begin_inset Separator latexpar
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_deeper
2254 \begin_layout Pause
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 一回目の一時停止の後です
2260 \end_layout
2261
2262 \begin_layout Pause
2263
2264 \end_layout
2265
2266 \begin_layout Standard
2267 二回目の一時停止の後です
2268 \end_layout
2269
2270 \begin_layout Pause
2271 \begin_inset Argument 1
2272 status open
2273
2274 \begin_layout Plain Layout
2275 2
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \end_layout
2282
2283 \end_deeper
2284 \begin_layout Frame
2285 既定では、一連の一時停止は一つづつ解除されます。
2286 \end_layout
2287
2288 \begin_layout Frame
2289 ただし
2290 \begin_inset Flex Alert
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 挿入\SpecialChar menuseparator
2295 一時停止回数
2296 \end_layout
2297
2298 \end_inset
2299
2300 を使えば、それ以前に挿入された一時停止の数に関わらず、一時停止を解除する副スライドを指定することができます。
2301 \end_layout
2302
2303 \begin_layout Standard
2304 \begin_inset Separator parbreak
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \begin_layout Frame
2311 \begin_inset Argument 4
2312 status open
2313
2314 \begin_layout Plain Layout
2315 段落単位での重ね合わせ
2316 \end_layout
2317
2318 \end_inset
2319
2320
2321 \end_layout
2322
2323 \begin_layout Frame
2324 \begin_inset Flex Structure
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Beamer
2329 \end_layout
2330
2331 \end_inset
2332
2333 および\SpecialChar LyX
2334 は、段落全体や複数の段落を、特定のスライドで表示させたり隠したりするための段落レイアウトを用意しています。
2335 \end_layout
2336
2337 \begin_layout Frame
2338 これらは具体的に
2339 \begin_inset Separator latexpar
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_deeper
2346 \begin_layout Uncover
2347 \begin_inset Argument 1
2348 status open
2349
2350 \begin_layout Plain Layout
2351 2-
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \begin_layout Uncover
2360 特定のスライドで全内容を開示する
2361 \begin_inset Flex Structure
2362 status collapsed
2363
2364 \begin_layout Plain Layout
2365 限定開示(uncover)
2366 \end_layout
2367
2368 \end_inset
2369
2370 レイアウト\SpecialChar ldots
2371
2372 \begin_inset Separator latexpar
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \begin_deeper
2379 \begin_layout Itemize
2380 \SpecialChar ldots
2381 これには入れ子になっている他のレイアウト段落も追従します。
2382 \end_layout
2383
2384 \end_deeper
2385 \begin_layout Only
2386 \begin_inset Argument 1
2387 status open
2388
2389 \begin_layout Plain Layout
2390 3-
2391 \end_layout
2392
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \begin_layout Only
2399 内容の蔵匿を解除する
2400 \begin_inset Flex Structure
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 限定挿入(only)
2405 \end_layout
2406
2407 \end_inset
2408
2409 レイアウト(前の例と同じように、これが表示されるようになった時に周りの文が「移動する」のがわかるでしょう)。
2410 \end_layout
2411
2412 \begin_layout Overprint
2413 \begin_inset Argument item:1
2414 status open
2415
2416 \begin_layout Plain Layout
2417 4
2418 \end_layout
2419
2420 \end_inset
2421
2422
2423 \begin_inset Separator latexpar
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \begin_deeper
2430 \begin_layout Standard
2431 特定のスライドで決められたスペースを占める文を入力することを許す \SpecialChar ldots
2432
2433 \end_layout
2434
2435 \end_deeper
2436 \begin_layout Overprint
2437 \begin_inset Argument item:1
2438 status open
2439
2440 \begin_layout Plain Layout
2441 5
2442 \end_layout
2443
2444 \end_inset
2445
2446
2447 \begin_inset Separator latexpar
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_deeper
2454 \begin_layout Standard
2455 \SpecialChar ldots
2456  
2457 \begin_inset Flex Structure
2458 status collapsed
2459
2460 \begin_layout Plain Layout
2461 重ね刷り
2462 \end_layout
2463
2464 \end_inset
2465
2466 環境。
2467 \end_layout
2468
2469 \end_deeper
2470 \end_deeper
2471 \begin_layout Frame
2472 ここに表示されています。
2473 \end_layout
2474
2475 \begin_layout Standard
2476 \begin_inset Separator parbreak
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \begin_layout Frame
2483 \begin_inset Argument 4
2484 status open
2485
2486 \begin_layout Plain Layout
2487 行内の重ね合わせ
2488 \end_layout
2489
2490 \end_inset
2491
2492
2493 \end_layout
2494
2495 \begin_layout Frame
2496 \begin_inset ERT
2497 status open
2498
2499 \begin_layout Plain Layout
2500
2501 %限定開示(uncover)と可視との違いを示すため
2502 \end_layout
2503
2504 \begin_layout Plain Layout
2505
2506
2507 \backslash
2508 setbeamercovered{transparent}
2509 \end_layout
2510
2511 \end_inset
2512
2513
2514 \end_layout
2515
2516 \begin_layout Frame
2517 \begin_inset Flex Structure
2518 status collapsed
2519
2520 \begin_layout Plain Layout
2521 Beamer
2522 \end_layout
2523
2524 \end_inset
2525
2526 は、文章の一部の行内での重ね合わせをサポートしており、\SpecialChar LyX
2527 中では、以下のように
2528 \begin_inset Flex Alert
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 編集\SpecialChar menuseparator
2533 文字様式
2534 \end_layout
2535
2536 \end_inset
2537
2538 で設定することができます。
2539 \end_layout
2540
2541 \begin_layout Frame
2542 \begin_inset Separator latexpar
2543 \end_inset
2544
2545
2546 \end_layout
2547
2548 \begin_deeper
2549 \begin_layout Itemize
2550 特定のスライドで
2551 \begin_inset Flex Uncover
2552 status open
2553
2554 \begin_layout Plain Layout
2555 \begin_inset Argument 1
2556 status open
2557
2558 \begin_layout Plain Layout
2559 2-
2560 \end_layout
2561
2562 \end_inset
2563
2564 文を
2565 \end_layout
2566
2567 \end_inset
2568
2569
2570 \begin_inset Flex Structure
2571 status collapsed
2572
2573 \begin_layout Plain Layout
2574 限定開示(uncover)
2575 \end_layout
2576
2577 \end_inset
2578
2579 することができます。
2580 \end_layout
2581
2582 \begin_layout Itemize
2583 \begin_inset Flex Visible
2584 status open
2585
2586 \begin_layout Plain Layout
2587 \begin_inset Argument 1
2588 status open
2589
2590 \begin_layout Plain Layout
2591 3-
2592 \end_layout
2593
2594 \end_inset
2595
2596 文を
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \begin_inset Flex Structure
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 可視
2607 \end_layout
2608
2609 \end_inset
2610
2611 にすることができます(このスライドでローカルに用いられているように「transparent」被覆設定が指定されたときのみ、「限定開示(uncover)」との違い
2612 が出てきます。
2613 \end_layout
2614
2615 \begin_layout Itemize
2616 \begin_inset Flex Only
2617 status open
2618
2619 \begin_layout Plain Layout
2620 \begin_inset Argument 1
2621 status open
2622
2623 \begin_layout Plain Layout
2624 4-
2625 \end_layout
2626
2627 \end_inset
2628
2629 文を
2630 \end_layout
2631
2632 \end_inset
2633
2634 特定のスライドでのみ
2635 \begin_inset Flex Structure
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 限定挿入(only)
2640 \end_layout
2641
2642 \end_inset
2643
2644 することができます。
2645 \end_layout
2646
2647 \begin_layout Itemize
2648 \begin_inset Flex Invisible
2649 status open
2650
2651 \begin_layout Plain Layout
2652 \begin_inset Argument 1
2653 status open
2654
2655 \begin_layout Plain Layout
2656 5-
2657 \end_layout
2658
2659 \end_inset
2660
2661 文を
2662 \end_layout
2663
2664 \end_inset
2665
2666  
2667 \begin_inset Flex Structure
2668 status collapsed
2669
2670 \begin_layout Plain Layout
2671 不可視
2672 \end_layout
2673
2674 \end_inset
2675
2676 にすることができます。
2677 \end_layout
2678
2679 \begin_layout Itemize
2680 \begin_inset Flex Alternative
2681 status open
2682
2683 \begin_layout Plain Layout
2684 \begin_inset Argument 1
2685 status open
2686
2687 \begin_layout Plain Layout
2688 6-
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \begin_inset Argument 2
2695 status open
2696
2697 \begin_layout Plain Layout
2698 違う
2699 \end_layout
2700
2701 \end_inset
2702
2703
2704 \begin_inset Flex Structure
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 書き換え
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \end_inset
2717
2718 文を表示することができます。
2719 \end_layout
2720
2721 \end_deeper
2722 \begin_layout Frame
2723 段落レイアウトと同様に、重ね合わせの設定は
2724 \begin_inset Flex Alert
2725 status collapsed
2726
2727 \begin_layout Plain Layout
2728 挿入
2729 \end_layout
2730
2731 \end_inset
2732
2733 メニューから行うことができます。
2734 \end_layout
2735
2736 \begin_layout Standard
2737 \begin_inset Separator parbreak
2738 \end_inset
2739
2740
2741 \end_layout
2742
2743 \begin_layout Frame
2744 \begin_inset Argument 4
2745 status open
2746
2747 \begin_layout Plain Layout
2748 重ね合わせ対応コマンド
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \begin_layout Frame
2757 多くの「行内」コマンド(
2758 \begin_inset Flex Alert
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 編集\SpecialChar menuseparator
2763 文字様式
2764 \end_layout
2765
2766 \end_inset
2767
2768 でも見つけられます)が重ねあわせを認識します。
2769 \begin_inset Separator latexpar
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \begin_deeper
2776 \begin_layout Itemize
2777 したがって、特定のスライドにある文を、例えば
2778 \begin_inset Flex Emphasize
2779 status open
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Argument 1
2783 status open
2784
2785 \begin_layout Plain Layout
2786 2
2787 \end_layout
2788
2789 \end_inset
2790
2791 強調したり
2792 \end_layout
2793
2794 \end_inset
2795
2796
2797 \begin_inset Flex Bold
2798 status open
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Argument 1
2802 status open
2803
2804 \begin_layout Plain Layout
2805 3
2806 \end_layout
2807
2808 \end_inset
2809
2810 ボールド体にしたり
2811 \end_layout
2812
2813 \end_inset
2814
2815
2816 \begin_inset Flex Alert
2817 status open
2818
2819 \begin_layout Plain Layout
2820 \begin_inset Argument 1
2821 status open
2822
2823 \begin_layout Plain Layout
2824 4
2825 \end_layout
2826
2827 \end_inset
2828
2829 注目色
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \begin_inset Flex Structure
2836 status open
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Argument 1
2840 status open
2841
2842 \begin_layout Plain Layout
2843 5
2844 \end_layout
2845
2846 \end_inset
2847
2848 構造色
2849 \end_layout
2850
2851 \end_inset
2852
2853 で表示したりすることができます。
2854 \end_layout
2855
2856 \begin_layout Block
2857 \begin_inset Argument 1
2858 status open
2859
2860 \begin_layout Plain Layout
2861 6
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \begin_inset Argument 2
2868 status open
2869
2870 \begin_layout Plain Layout
2871 ヒント
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Block
2880 (通常のフォント設定を通じてではなく)強調差込枠やボールド体差込枠を使用してください。単に重ね合わせ指定をしなくていいという他に、
2881 \begin_inset Flex Structure
2882 status collapsed
2883
2884 \begin_layout Plain Layout
2885 Beamer
2886 \end_layout
2887
2888 \end_inset
2889
2890 における強調やボールド体の定義のされ方のおかげで、通常の強調やボールド体の指定の仕方では、例えば節見出しで使用したりすると、\SpecialChar LaTeX
2891 エラーが発生することがあります。
2892 \end_layout
2893
2894 \end_deeper
2895 \begin_layout Section
2896 特定の環境
2897 \end_layout
2898
2899 \begin_layout Frame
2900 \begin_inset Argument 4
2901 status open
2902
2903 \begin_layout Plain Layout
2904 特定の環境
2905 \end_layout
2906
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \begin_layout Frame
2913 特に発表に適した環境に
2914 \begin_inset Separator latexpar
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \begin_deeper
2921 \begin_layout Itemize
2922 様々な「ブロック」
2923 \end_layout
2924
2925 \begin_layout Itemize
2926 定理様式環境
2927 \end_layout
2928
2929 \begin_layout Itemize
2930
2931 \end_layout
2932
2933 \end_deeper
2934 \begin_layout Frame
2935 があります。以下では、これらを簡単に説明します。
2936 \end_layout
2937
2938 \begin_layout Standard
2939 \begin_inset Separator parbreak
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \begin_layout Frame
2946 \begin_inset Argument 4
2947 status open
2948
2949 \begin_layout Plain Layout
2950 ブロック
2951 \end_layout
2952
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \begin_layout Frame
2959 ブロックには、あらゆる種類の情報を入れることができます。ここでは、これらを「ヒント」と「こつ」に使用しました。
2960 \begin_inset Flex Structure
2961 status collapsed
2962
2963 \begin_layout Plain Layout
2964 Beamer
2965 \end_layout
2966
2967 \end_inset
2968
2969 クラスは、外見の異なる、以下の3つの定義済ブロックを提供しています。
2970 \begin_inset Separator latexpar
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \begin_deeper
2977 \begin_layout Block
2978 \begin_inset Argument 1
2979 status open
2980
2981 \begin_layout Plain Layout
2982 2-
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \begin_inset Argument 2
2989 status open
2990
2991 \begin_layout Plain Layout
2992 ブロック
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \begin_layout Block
3001 一般的な用途のブロック
3002 \end_layout
3003
3004 \begin_layout ExampleBlock
3005 \begin_inset Argument 1
3006 status open
3007
3008 \begin_layout Plain Layout
3009 3-
3010 \end_layout
3011
3012 \end_inset
3013
3014
3015 \begin_inset Argument 2
3016 status open
3017
3018 \begin_layout Plain Layout
3019 用例ブロック
3020 \end_layout
3021
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \begin_layout ExampleBlock
3028 「用例」用のブロック
3029 \end_layout
3030
3031 \begin_layout AlertBlock
3032 \begin_inset Argument 1
3033 status open
3034
3035 \begin_layout Plain Layout
3036 4-
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \begin_inset Argument 2
3043 status open
3044
3045 \begin_layout Plain Layout
3046 注目ブロック
3047 \end_layout
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout AlertBlock
3055 重要な注意用の「注目」ブロック
3056 \end_layout
3057
3058 \end_deeper
3059 \begin_layout Standard
3060 \begin_inset Separator parbreak
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \begin_layout Frame
3067 \begin_inset Argument 4
3068 status open
3069
3070 \begin_layout Plain Layout
3071 ブロックの操作
3072 \end_layout
3073
3074 \end_inset
3075
3076
3077 \begin_inset Separator latexpar
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_deeper
3084 \begin_layout Itemize
3085 \SpecialChar LyX
3086 では、ブロックは、フレームに類似のインターフェースを持ちます。つまり
3087 \begin_inset Separator latexpar
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_deeper
3094 \begin_layout Itemize
3095 ブロックの内容は、(「ブロック」段落レイアウト自身を除き)入れ子にする必要があります。
3096 \end_layout
3097
3098 \begin_layout Itemize
3099 同種のブロックが続く際には、「分離線」段落様式で分離してやる必要があります。
3100 \end_layout
3101
3102 \end_deeper
3103 \begin_layout Itemize
3104 ブロックは重ね合わせに対応しています。
3105 \end_layout
3106
3107 \end_deeper
3108 \begin_layout Standard
3109 \begin_inset Separator parbreak
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \begin_layout Frame
3116 \begin_inset Argument 4
3117 status open
3118
3119 \begin_layout Plain Layout
3120 定理様式環境
3121 \end_layout
3122
3123 \end_inset
3124
3125
3126 \begin_inset Separator latexpar
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \begin_deeper
3133 \begin_layout FrameSubtitle
3134 (定理・系・定義・定義(複数)・用例・用例(複数)・事実・証明)
3135 \end_layout
3136
3137 \end_deeper
3138 \begin_layout Frame
3139 定理は、出力はブロックに類似していますが、(型に依存して)固定した見出しを持っています。
3140 \begin_inset Separator latexpar
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \begin_deeper
3147 \begin_layout Theorem
3148 これが定理だ!
3149 \end_layout
3150
3151 \begin_layout Theorem
3152
3153 \size footnotesize
3154 定理様式ブロックの見出しを日本語化するには、プリアンブルで
3155 \begin_inset Flex Bold
3156 status open
3157
3158 \begin_layout Plain Layout
3159
3160 \size footnotesize
3161
3162 \backslash
3163 deftranslation[to=japanese]{Theorem}{定理}
3164 \end_layout
3165
3166 \end_inset
3167
3168 などとします(この発表の
3169 \begin_inset Flex Alert
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173
3174 \size footnotesize
3175 文書\SpecialChar menuseparator
3176 設定\SpecialChar menuseparator
3177 \SpecialChar LaTeX
3178 プリアンブル
3179 \end_layout
3180
3181 \end_inset
3182
3183 を参照)。
3184 \end_layout
3185
3186 \begin_layout Fact
3187 これが事実だ!
3188 \end_layout
3189
3190 \begin_layout Pause
3191
3192 \end_layout
3193
3194 \end_deeper
3195 \begin_layout Frame
3196 \begin_inset Flex Alert
3197 status collapsed
3198
3199 \begin_layout Plain Layout
3200 挿入\SpecialChar menuseparator
3201 定理見出し文
3202 \end_layout
3203
3204 \end_inset
3205
3206 を使えば、この固定した見出しに文を追記することができます。
3207 \end_layout
3208
3209 \begin_layout Frame
3210 \begin_inset Separator latexpar
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \begin_deeper
3217 \begin_layout Example
3218 \begin_inset Argument 2
3219 status open
3220
3221 \begin_layout Plain Layout
3222 悪い例!
3223 \end_layout
3224
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \begin_layout Example
3231 見出し文を付けた用例(括弧は自動的に付けられます)
3232 \end_layout
3233
3234 \end_deeper
3235 \begin_layout Standard
3236 \begin_inset Separator parbreak
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \begin_layout Frame
3243 \begin_inset Argument 4
3244 status open
3245
3246 \begin_layout Plain Layout
3247 段組
3248 \end_layout
3249
3250 \end_inset
3251
3252
3253 \end_layout
3254
3255 \begin_layout Frame
3256 発表を段組にすると便利なことがあります。
3257 \begin_inset Separator latexpar
3258 \end_inset
3259
3260
3261 \end_layout
3262
3263 \begin_deeper
3264 \begin_layout ColumnsTopAligned
3265 \begin_inset Separator latexpar
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_deeper
3272 \begin_layout Column
3273 \begin_inset ERT
3274 status open
3275
3276 \begin_layout Plain Layout
3277
3278 .4
3279 \backslash
3280 textwidth
3281 \end_layout
3282
3283 \end_inset
3284
3285
3286 \end_layout
3287
3288 \begin_layout Standard
3289 そのためには、段組を開始するために、まず
3290 \begin_inset Flex Structure
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 段組
3295 \end_layout
3296
3297 \end_inset
3298
3299 (段ではない)を選択してください。
3300 \end_layout
3301
3302 \begin_layout Pause
3303
3304 \end_layout
3305
3306 \begin_layout Column
3307 \begin_inset ERT
3308 status open
3309
3310 \begin_layout Plain Layout
3311
3312 .4
3313 \backslash
3314 textwidth
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \end_layout
3321
3322 \begin_layout Standard
3323 それから、特定の段を開始するために、次の段落で
3324 \begin_inset Flex Structure
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332
3333 (段組ではない)を選択してください。
3334 \end_layout
3335
3336 \end_deeper
3337 \begin_layout Pause
3338
3339 \end_layout
3340
3341 \end_deeper
3342 \begin_layout Frame
3343 \begin_inset VSpace defskip
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \begin_layout Frame
3350 註:
3351 \begin_inset Separator latexpar
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \begin_deeper
3358 \begin_layout Itemize
3359 \begin_inset Flex Structure
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363
3364 \end_layout
3365
3366 \end_inset
3367
3368 環境では、\SpecialChar LaTeX
3369 文法を使って(とはいえ「3.5cm」のようなものも大丈夫です)幅を指定しなくてはなりません。
3370 \end_layout
3371
3372 \begin_layout Itemize
3373 \begin_inset Flex Structure
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377
3378 \end_layout
3379
3380 \end_inset
3381
3382 は必ず
3383 \begin_inset Flex Structure
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 段組
3388 \end_layout
3389
3390 \end_inset
3391
3392 の下に入れ子にしなくてはなりません。同様に、段の内容は
3393 \begin_inset Flex Structure
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397
3398 \end_layout
3399
3400 \end_inset
3401
3402 に入れ子にすれば、どのような段落様式でも構いません。
3403 \end_layout
3404
3405 \end_deeper
3406 \begin_layout Section
3407 モードについての簡単な注意
3408 \end_layout
3409
3410 \begin_layout Frame
3411 \begin_inset Argument 4
3412 status open
3413
3414 \begin_layout Plain Layout
3415 モード
3416 \end_layout
3417
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \begin_layout Frame
3424 \begin_inset Flex Structure
3425 status collapsed
3426
3427 \begin_layout Plain Layout
3428 Beamer
3429 \end_layout
3430
3431 \end_inset
3432
3433 用語では、「モード」は特定の出力経路を指します。各目的のためにモードがいくつか存在しますが、特に3つを取り上げてみたいと思います。
3434 \begin_inset Separator latexpar
3435 \end_inset
3436
3437
3438 \end_layout
3439
3440 \begin_deeper
3441 \begin_layout Enumerate
3442 「beamer」モード
3443 \end_layout
3444
3445 \begin_layout Enumerate
3446 「presentation(発表)」モード
3447 \end_layout
3448
3449 \begin_layout Enumerate
3450 「article(原稿)」モード
3451 \end_layout
3452
3453 \end_deeper
3454 \begin_layout Frame
3455 beamerモードが既定値です。明示的に指定しない限り、
3456 \begin_inset Flex Structure
3457 status collapsed
3458
3459 \begin_layout Plain Layout
3460 Beamer
3461 \end_layout
3462
3463 \end_inset
3464
3465 文書は「beamer」モードになります。
3466 \end_layout
3467
3468 \begin_layout Standard
3469 \begin_inset Separator parbreak
3470 \end_inset
3471
3472
3473 \end_layout
3474
3475 \begin_layout Frame
3476 \begin_inset Argument 1
3477 status open
3478
3479 \begin_layout Plain Layout
3480 presentation
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \begin_inset Argument 4
3487 status open
3488
3489 \begin_layout Plain Layout
3490 モードの切替
3491 \end_layout
3492
3493 \end_inset
3494
3495
3496 \end_layout
3497
3498 \begin_layout Frame
3499 しかし、文書の一部やフレーム、見出し、すべての「動作」対応環境は、別のモードに切り替えることができます。例えば、このフレームは「presentation」モード
3500 に切り替えられています。
3501 \begin_inset Separator latexpar
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_deeper
3508 \begin_layout Itemize
3509 それはどういうことですか?
3510 \begin_inset Separator latexpar
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \begin_deeper
3517 \begin_layout Itemize
3518 つまり、このフレームは、発表(presentation)でのみ表示され、付随の「原稿(article)」を作ったとしても、それには表示されないということです(こ
3519 の点は後述します)。
3520 \end_layout
3521
3522 \end_deeper
3523 \end_deeper
3524 \begin_layout Standard
3525 \begin_inset Separator parbreak
3526 \end_inset
3527
3528
3529 \end_layout
3530
3531 \begin_layout Frame
3532 \begin_inset Argument 1
3533 status open
3534
3535 \begin_layout Plain Layout
3536 article
3537 \end_layout
3538
3539 \end_inset
3540
3541
3542 \begin_inset Argument 4
3543 status open
3544
3545 \begin_layout Plain Layout
3546 モードの切替
3547 \end_layout
3548
3549 \end_inset
3550
3551
3552 \end_layout
3553
3554 \begin_layout Frame
3555 このフレームは、発表では表示されませんが、「article」モードにあるので原稿には表示されます。
3556 \end_layout
3557
3558 \begin_layout Standard
3559 \begin_inset Separator parbreak
3560 \end_inset
3561
3562
3563 \end_layout
3564
3565 \begin_layout Frame
3566 \begin_inset Argument 4
3567 status open
3568
3569 \begin_layout Plain Layout
3570 だからなに?
3571 \end_layout
3572
3573 \end_inset
3574
3575
3576 \end_layout
3577
3578 \begin_layout Frame
3579 これは、本当に便利なのですよ!文書を一つだけ作っておいて、発表と配布資料—article(原稿)モードを使って—の両方を生成することができるのです。
3580 \begin_inset Separator latexpar
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \begin_deeper
3587 \begin_layout Itemize
3588 ここで、私たちは
3589 \begin_inset Flex Emphasize
3590 status collapsed
3591
3592 \begin_layout Plain Layout
3593 本当の
3594 \end_layout
3595
3596 \end_inset
3597
3598 役立つハンドアウトを意味しているのであって、このところふつうに見られるようになったスライドの単なる縮刷版を意味しているのではないのです(どうしてもそうしたければ
3599 、そのような縮刷版を作ることも可能です)。
3600 \end_layout
3601
3602 \begin_layout Itemize
3603 モードを使うと、配布資料に文章を追加したり、一部を隠したりすることが可能です。
3604 \end_layout
3605
3606 \begin_layout Itemize
3607 例えば、発表と配布資料で異なる画像を使用することも可能です。
3608 \end_layout
3609
3610 \begin_layout Itemize
3611 等々 \SpecialChar ldots
3612
3613 \end_layout
3614
3615 \end_deeper
3616 \begin_layout Standard
3617 \begin_inset Separator parbreak
3618 \end_inset
3619
3620
3621 \end_layout
3622
3623 \begin_layout Frame
3624 \begin_inset Argument 4
3625 status open
3626
3627 \begin_layout Plain Layout
3628 用例
3629 \end_layout
3630
3631 \end_inset
3632
3633
3634 \end_layout
3635
3636 \begin_layout Frame
3637 既述のように多くの要素がモードに対応しています。
3638 \begin_inset Separator latexpar
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \begin_deeper
3645 \begin_layout Itemize
3646 \noindent
3647 \begin_inset Flex Alert
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651 \noindent
3652 編集\SpecialChar menuseparator
3653 文字様式\SpecialChar menuseparator
3654 限定挿入(only)
3655 \end_layout
3656
3657 \end_inset
3658
3659 を使って、特定の文を
3660 \begin_inset Flex Only
3661 status open
3662
3663 \begin_layout Plain Layout
3664 \begin_inset Argument 1
3665 status open
3666
3667 \begin_layout Plain Layout
3668 presentation
3669 \end_layout
3670
3671 \end_inset
3672
3673 発表のみで
3674 \end_layout
3675
3676 \end_inset
3677
3678
3679 \begin_inset Flex Only
3680 status open
3681
3682 \begin_layout Plain Layout
3683 \begin_inset Argument 1
3684 status open
3685
3686 \begin_layout Plain Layout
3687 article
3688 \end_layout
3689
3690 \end_inset
3691
3692 原稿のみで
3693 \end_layout
3694
3695 \end_inset
3696
3697 表示することができます。
3698 \end_layout
3699
3700 \end_deeper
3701 \begin_layout Frame
3702 \begin_inset Flex ArticleMode
3703 status open
3704
3705 \begin_layout Itemize
3706 あるいは、
3707 \begin_inset Flex Alert
3708 status collapsed
3709
3710 \begin_layout Plain Layout
3711 挿入\SpecialChar menuseparator
3712 任意設定差込枠\SpecialChar menuseparator
3713 原稿モード
3714 \end_layout
3715
3716 \end_inset
3717
3718 を使えば、原稿(article)モードでのみ出力される差込枠が挿入されるので、そこにはどんな複雑な内容でも入れることもできます。
3719 \end_layout
3720
3721 \end_inset
3722
3723
3724 \begin_inset Flex PresentationMode
3725 status open
3726
3727 \begin_layout Itemize
3728 あるいは、
3729 \begin_inset Flex Alert
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733 挿入\SpecialChar menuseparator
3734 任意設定差込枠\SpecialChar menuseparator
3735 発表モード
3736 \end_layout
3737
3738 \end_inset
3739
3740 を使えば、発表(presentation)モードでのみ出力される差込枠が挿入されるので、そこにはどんな複雑な内容でも入れることもできます。
3741 \end_layout
3742
3743 \end_inset
3744
3745
3746 \begin_inset Separator latexpar
3747 \end_inset
3748
3749
3750 \end_layout
3751
3752 \begin_deeper
3753 \begin_layout Itemize
3754 あるいは、
3755 \begin_inset Flex Emphasize
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759 \begin_inset Argument 1
3760 status open
3761
3762 \begin_layout Plain Layout
3763 presentation
3764 \end_layout
3765
3766 \end_inset
3767
3768 強調(though Kanjis are sometimes not emphasized)
3769 \end_layout
3770
3771 \end_inset
3772
3773 が発表にのみ適用され、
3774 \begin_inset Flex Bold
3775 status open
3776
3777 \begin_layout Plain Layout
3778 \begin_inset Argument 1
3779 status open
3780
3781 \begin_layout Plain Layout
3782 article
3783 \end_layout
3784
3785 \end_inset
3786
3787 ボールド体
3788 \end_layout
3789
3790 \end_inset
3791
3792 は原稿にのみ適用されるように定義することもできます。
3793 \end_layout
3794
3795 \begin_layout Itemize
3796 また、節見出しやフレーム表題・副題を、発表若しくは原稿のみで表示させることもできます(この発表でも「目次」と「参考文献」のフレーム表題でそのようにしています)。
3797 \end_layout
3798
3799 \begin_layout Itemize
3800 この種のことはまだまだあります\SpecialChar ldots
3801
3802 \end_layout
3803
3804 \end_deeper
3805 \begin_layout Standard
3806 \begin_inset Separator parbreak
3807 \end_inset
3808
3809
3810 \end_layout
3811
3812 \begin_layout Frame
3813 \begin_inset Argument 4
3814 status open
3815
3816 \begin_layout Plain Layout
3817 原稿を作る
3818 \end_layout
3819
3820 \end_inset
3821
3822
3823 \end_layout
3824
3825 \begin_layout Frame
3826 \SpecialChar LyX
3827 でbeamer article(原稿)を作るのは簡単です。
3828 \begin_inset Separator latexpar
3829 \end_inset
3830
3831
3832 \end_layout
3833
3834 \begin_deeper
3835 \begin_layout Itemize
3836 \noindent
3837 \begin_inset Flex Structure
3838 status collapsed
3839
3840 \begin_layout Plain Layout
3841 \noindent
3842 Beamer Article (標準クラス)
3843 \end_layout
3844
3845 \end_inset
3846
3847 または
3848 \begin_inset Flex Structure
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852 \noindent
3853 Beamer Article (KOMA-Script)
3854 \end_layout
3855
3856 \end_inset
3857
3858 クラスで新規文書を作成する
3859 \end_layout
3860
3861 \begin_layout Itemize
3862 この文書に、(
3863 \begin_inset Flex Alert
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867 挿入\SpecialChar menuseparator
3868 ファイル\SpecialChar menuseparator
3869 子文書\SpecialChar ldots
3870
3871 \end_layout
3872
3873 \end_inset
3874
3875 を使って)子文書として発表を追加する
3876 \end_layout
3877
3878 \begin_layout Itemize
3879 それだけです。これら二つの文書のいずれかをコンパイルすることによって、配布資料や発表を作ることができます。その一方で、編集するのは片方、即ち発表の方だけで構いま
3880 せん。
3881 \end_layout
3882
3883 \end_deeper
3884 \begin_layout Frame
3885 この発表に付随するbeamer-article文書もご覧ください。この文書と同じフォルダにあります。
3886 \end_layout
3887
3888 \begin_layout Section
3889 外観を変更する
3890 \end_layout
3891
3892 \begin_layout Frame
3893 \begin_inset Argument 4
3894 status open
3895
3896 \begin_layout Plain Layout
3897 テーマ
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \begin_inset Separator latexpar
3904 \end_inset
3905
3906
3907 \end_layout
3908
3909 \begin_deeper
3910 \begin_layout Itemize
3911 \begin_inset Flex Structure
3912 status collapsed
3913
3914 \begin_layout Plain Layout
3915 Beamer
3916 \end_layout
3917
3918 \end_inset
3919
3920 発表の外観は、テーマ化されています。テーマは、使用される色やマクロ構造(サイドバーやヘッドラインの使用法など)、フォント、箇条書きの表示の仕方、ブロック、及び発
3921 表全体の印象一般を定義するものです。
3922 \end_layout
3923
3924 \begin_layout Itemize
3925 \begin_inset Flex Structure
3926 status collapsed
3927
3928 \begin_layout Plain Layout
3929 Beamer
3930 \end_layout
3931
3932 \end_inset
3933
3934 自体、異なった外見を持つたくさんのテーマを同梱しています(この発表では「Berkeley」テーマを使用しています。
3935 \begin_inset Flex Alert
3936 status collapsed
3937
3938 \begin_layout Plain Layout
3939 文書\SpecialChar menuseparator
3940 設定\SpecialChar menuseparator
3941 \SpecialChar LaTeX
3942 プリアンブル
3943 \end_layout
3944
3945 \end_inset
3946
3947 を見れば、このテーマを有効にして微調整を加えている様を見ることができるでしょう)。
3948 \end_layout
3949
3950 \begin_layout Itemize
3951 この標準セットに加えて、
3952 \begin_inset CommandInset href
3953 LatexCommand href
3954 name "CTAN"
3955 target "http://www.ctan.org"
3956
3957 \end_inset
3958
3959 やインターネット上の他の所からもテーマを手に入れることができます。
3960 \end_layout
3961
3962 \begin_layout Itemize
3963 それでも満足できなかったり、あなたの大学や会社のコーポレートデザインにあったテーマを作りたい場合には、
3964 \begin_inset Flex Structure
3965 status collapsed
3966
3967 \begin_layout Plain Layout
3968 Beamer
3969 \end_layout
3970
3971 \end_inset
3972
3973 取扱説明書
3974 \begin_inset CommandInset citation
3975 LatexCommand cite
3976 key "beamer-ug"
3977
3978 \end_inset
3979
3980 に自作テーマの作り方の説明があります。
3981 \end_layout
3982
3983 \end_deeper
3984 \begin_layout Standard
3985 \begin_inset Separator parbreak
3986 \end_inset
3987
3988
3989 \end_layout
3990
3991 \begin_layout Frame
3992 \begin_inset Argument 4
3993 status open
3994
3995 \begin_layout Plain Layout
3996 テーマは修正することが可能です
3997 \end_layout
3998
3999 \end_inset
4000
4001
4002 \end_layout
4003
4004 \begin_layout Frame
4005 しかし、外見を変更したい時に、更の状態からテーマを書く必要はありません。
4006 \begin_inset Separator latexpar
4007 \end_inset
4008
4009
4010 \end_layout
4011
4012 \begin_deeper
4013 \begin_layout Itemize
4014 既存のテーマは、細部に亘るまで変更したり、(色彩等)大雑把な領域だけを変更したりすることができます。
4015 \end_layout
4016
4017 \begin_layout Itemize
4018 詳細については
4019 \begin_inset Flex Structure
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 Beamer
4024 \end_layout
4025
4026 \end_inset
4027
4028 取扱説明書
4029 \begin_inset CommandInset citation
4030 LatexCommand cite
4031 key "beamer-ug"
4032
4033 \end_inset
4034
4035 を参照してください。
4036 \end_layout
4037
4038 \end_deeper
4039 \begin_layout Section
4040 さらに\SpecialChar ldots
4041
4042 \end_layout
4043
4044 \begin_layout Frame
4045 \begin_inset Argument 4
4046 status open
4047
4048 \begin_layout Plain Layout
4049 \SpecialChar ldots
4050 もっとたくさん!
4051 \end_layout
4052
4053 \end_inset
4054
4055
4056 \end_layout
4057
4058 \begin_layout Frame
4059 \begin_inset Flex Structure
4060 status collapsed
4061
4062 \begin_layout Plain Layout
4063 Beamer
4064 \end_layout
4065
4066 \end_inset
4067
4068 は、ここで取り上げたよりも、もっと多くのことができるのです。
4069 \begin_inset Flex Structure
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Beamer
4074 \end_layout
4075
4076 \end_inset
4077
4078 取扱説明書
4079 \begin_inset CommandInset citation
4080 LatexCommand cite
4081 key "beamer-ug"
4082
4083 \end_inset
4084
4085 に、包括的な説明があります。
4086 \end_layout
4087
4088 \begin_layout Frame
4089 また、\SpecialChar LyX
4090 に同梱されている
4091 \begin_inset Flex Structure
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Beamer
4096 \end_layout
4097
4098 \end_inset
4099
4100 の用例やひな型をご覧ください!
4101 \end_layout
4102
4103 \begin_layout Section
4104 \start_of_appendix
4105 付録
4106 \end_layout
4107
4108 \begin_layout Standard
4109 \begin_inset Note Note
4110 status open
4111
4112 \begin_layout Plain Layout
4113 以下では、原稿(article)で表題が重複しないように、フレーム表題レイアウトを使います(そしてフレーム表題差込枠は使いません)。また、書誌情報に
4114 \begin_inset Flex Alert
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118
4119 \backslash
4120 newblock
4121 \end_layout
4122
4123 \end_inset
4124
4125 を使っていることに留意してください。これは、項目が正しく出力されるのに必要です(PDF出力では著者の色が違うことに注意)。
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \begin_layout Frame
4134 \begin_inset Separator latexpar
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \begin_deeper
4141 \begin_layout FrameTitle
4142 \begin_inset Argument 1
4143 status open
4144
4145 \begin_layout Plain Layout
4146 presentation
4147 \end_layout
4148
4149 \end_inset
4150
4151 参考文献
4152 \end_layout
4153
4154 \begin_layout Bibliography
4155 \begin_inset CommandInset bibitem
4156 LatexCommand bibitem
4157 key "beamer-ug"
4158
4159 \end_inset
4160
4161 Tantau, Till et al.:
4162 \begin_inset ERT
4163 status collapsed
4164
4165 \begin_layout Plain Layout
4166
4167
4168 \backslash
4169 newblock
4170 \end_layout
4171
4172 \end_inset
4173
4174  The beamer class.
4175  
4176 \begin_inset Flex URL
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180
4181 http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf
4182 \end_layout
4183
4184 \end_inset
4185
4186 .
4187 \end_layout
4188
4189 \end_deeper
4190 \end_body
4191 \end_document