]> git.lyx.org Git - features.git/blob - lib/examples/ja/linguistics.lyx
eadc2ec2c53d59bc5c2b91ef9eb29734415c682b
[features.git] / lib / examples / ja / linguistics.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 %% Uncomment the following for Tableaux captions on top:
8 %\floatstyle{plaintop}
9 %\restylefloat{tableau}
10 \end_preamble
11 \use_default_options false
12 \begin_modules
13 linguistics
14 \end_modules
15 \maintain_unincluded_children false
16 \language japanese
17 \language_package default
18 \inputencoding auto
19 \fontencoding global
20 \font_roman lmodern
21 \font_sans default
22 \font_typewriter default
23 \font_default_family default
24 \use_non_tex_fonts false
25 \font_sc false
26 \font_osf false
27 \font_sf_scale 100
28 \font_tt_scale 100
29
30 \graphics default
31 \default_output_format dvi4
32 \output_sync 0
33 \bibtex_command default
34 \index_command default
35 \paperfontsize default
36 \spacing single
37 \use_hyperref true
38 \pdf_bookmarks true
39 \pdf_bookmarksnumbered false
40 \pdf_bookmarksopen false
41 \pdf_bookmarksopenlevel 1
42 \pdf_breaklinks false
43 \pdf_pdfborder true
44 \pdf_colorlinks false
45 \pdf_backref false
46 \pdf_pdfusetitle true
47 \papersize default
48 \use_geometry false
49 \use_amsmath 1
50 \use_esint 1
51 \use_mhchem 1
52 \use_mathdots 1
53 \cite_engine basic
54 \use_bibtopic false
55 \use_indices false
56 \paperorientation portrait
57 \suppress_date false
58 \use_refstyle 0
59 \index 索引
60 \shortcut idx
61 \color #008000
62 \end_index
63 \secnumdepth 3
64 \tocdepth 3
65 \paragraph_separation indent
66 \paragraph_indentation default
67 \quotes_language english
68 \papercolumns 1
69 \papersides 1
70 \paperpagestyle default
71 \tracking_changes false
72 \output_changes false
73 \html_math_output 0
74 \html_css_as_file 0
75 \html_be_strict false
76 \end_header
77
78 \begin_body
79
80 \begin_layout Title
81 LyXで言語学の論文を書く
82 \end_layout
83
84 \begin_layout Author
85 Jürgen Spitzmüller
86 \begin_inset Newline newline
87 \end_inset
88
89
90 \begin_inset CommandInset href
91 LatexCommand href
92 target "spitz@lyx.org"
93 type "mailto:"
94
95 \end_inset
96
97
98 \end_layout
99
100 \begin_layout Date
101 平成20年9月14日
102 \end_layout
103
104 \begin_layout Abstract
105 この小論は、LyXが言語学者に提供している機能のいくつかを説明します。ここでは、付番用例や語句注解、OT表、セマンティックマークアップ、発音記号(IPA)を生成
106 するために用意されているネイティブサポートを利用する方法を説明します。
107 \end_layout
108
109 \begin_layout Section
110 目的と必要な準備
111 \end_layout
112
113 \begin_layout Standard
114 基本的に、この小論は、第1.6.0版現在においてLyXに同梱されている「言語学」モジュールの機能を説明するものです。(LyX 1.6.0で導入された)「モジュール」は、
115 どの文書からでも簡単に選択できるようにしたサポートファイルです。言語学モジュールを使用するためには、
116 \family sans
117 文書\SpecialChar \menuseparator
118 設定\SpecialChar \menuseparator
119 モジュール
120 \family default
121 を開き、選択可能モジュール一覧から「言語学」を選択し、(この文書で既にそうなっているように)使用中の文書に加えるために
122 \family sans
123 追加
124 \family default
125 ボタンを押してください。
126 \end_layout
127
128 \begin_layout Standard
129 このモジュールは、どの文書クラスでも使えるようになったはずです(もしそうなっていなければ、私に知らせてください)。しかし、すべての機能を使用するには、以下の各L
130 aTeXパッケージが導入されている必要があります。
131 \end_layout
132
133 \begin_layout Enumerate
134
135 \emph on
136 covington.sty
137 \emph default
138  
139 \begin_inset CommandInset citation
140 LatexCommand cite
141 key "covington"
142
143 \end_inset
144
145 :これは付番用例と語句注解に使用される基本パッケージです。
146 \end_layout
147
148 \begin_layout Enumerate
149
150 \emph on
151 enumitem.sty
152 \emph default
153  
154 \begin_inset CommandInset citation
155 LatexCommand cite
156 key "enumitem"
157
158 \end_inset
159
160 :このパッケージは、Subexamplesスタイルに使用されます。これは一般的に、箇条書き(
161 \emph on
162 連番
163 \emph default
164
165 \emph on
166 記号
167 \emph default
168
169 \emph on
170 記述
171 \emph default
172 など)の外観を変えるのに役立ちます。
173 \end_layout
174
175 \begin_layout Enumerate
176
177 \emph on
178 csquotes.sty
179 \emph default
180  
181 \begin_inset CommandInset citation
182 LatexCommand cite
183 key "csquotes"
184
185 \end_inset
186
187
188 \emph on
189 意味
190 \emph default
191 文字様式に必要です。このパッケージは、使用中の言語に依存して、文脈依存の引用符を提供するようにします。
192 \end_layout
193
194 \begin_layout Enumerate
195
196 \emph on
197 float.sty
198 \emph default
199  
200 \begin_inset CommandInset citation
201 LatexCommand cite
202 key "float"
203
204 \end_inset
205
206 :OT表とフロート一覧に必要とsれます。このパッケージは、すべてのLaTeX頒布版に同梱されているはずです。
207 \end_layout
208
209 \begin_layout Section
210 付番用例
211 \end_layout
212
213 \begin_layout Standard
214 付番用例は、ツールバーのレイアウトドロップダウンボックスを使って挿入することができます。これには、以下の三つの派生型があります。
215 \end_layout
216
217 \begin_layout Numbered Example (multiline)
218 これは複数行の例です。[
219 \emph on
220 付番用例(複数行)
221 \emph default
222 スタイル]
223 \end_layout
224
225 \begin_layout Numbered Example (multiline)
226 これには複数の段落を入れることができます。
227 \end_layout
228
229 \begin_layout Numbered Examples (consecutive)
230 これは単独の用例です。
231 \begin_inset CommandInset label
232 LatexCommand label
233 name "exa:single-example"
234
235 \end_inset
236
237  [
238 \emph on
239 付番用例(連続)
240 \emph default
241 スタイル]
242 \end_layout
243
244 \begin_layout Numbered Examples (consecutive)
245 連続した単独用例は、それぞれ番号が振られます。
246 \end_layout
247
248 \begin_layout Subexample
249 これは小例です。
250 \begin_inset CommandInset label
251 LatexCommand label
252 name "sub:subexample"
253
254 \end_inset
255
256  [
257 \emph on
258 小例
259 \emph default
260 スタイル]
261 \end_layout
262
263 \begin_layout Subexample
264 もう一つの小例です。
265 \end_layout
266
267 \begin_layout Standard
268 例への参照は通常通り作成することができます。例にラベルを挿入し、
269 \family sans
270 挿入\SpecialChar \menuseparator
271 相互参照
272 \family default
273 で相互参照を入れてください。これを例示するために、ここでは
274 \begin_inset CommandInset ref
275 LatexCommand ref
276 reference "exa:single-example"
277
278 \end_inset
279
280
281 \begin_inset CommandInset ref
282 LatexCommand ref
283 reference "sub:subexample"
284
285 \end_inset
286
287 への参照をしておきましょう。
288 \end_layout
289
290 \begin_layout Section
291 語句注解
292 \end_layout
293
294 \begin_layout Standard
295 言語学モジュールは、2つの語句注解を提供しており、
296 \family sans
297 挿入\SpecialChar \menuseparator
298 任意設定差込枠
299 \family default
300 で挿入することができます。標準の
301 \emph on
302 任意設定:語句注解
303 \emph default
304 は、2行と翻訳から成る語句注解を提供し、
305 \emph on
306 任意設定:三行語句注解
307 \emph default
308 差込枠は、三行と翻訳から成ります。各翻訳行は、複数行に展開されるかもしれません。つまり、本文幅を超えた段落は、自動的に改行されます。翻訳行は必須であり、その先頭
309 には
310 \family typewriter
311
312 \backslash
313 glt
314 \family default
315 コマンドを、語句注解差込枠中にそのまま入れなくてはなりません(TeXモードは必要でなく、実のところTeXモードにすることはできません)。
316 \end_layout
317
318 \begin_layout Standard
319 以下は簡単な例です。
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Flex Glosse
324 status open
325
326 \begin_layout Plain Layout
327
328 C'est un exemple simple
329 \end_layout
330
331 \begin_layout Plain Layout
332
333 {This is} an example simple
334 \end_layout
335
336 \begin_layout Plain Layout
337
338
339 \backslash
340 glt This is a simple example
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Standard
349 \noindent
350 波括弧が複数単語の表現をくくるのに使われていることに注意してください。
351 \end_layout
352
353 \begin_layout Standard
354 同じようにして、以下のように三行語句注解を作ることができます。
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Flex Tri-Glosse
359 status open
360
361 \begin_layout Plain Layout
362
363 C'est un exemple simple
364 \end_layout
365
366 \begin_layout Plain Layout
367
368 {Das ist} ein Beispiel einfach
369 \end_layout
370
371 \begin_layout Plain Layout
372
373 {This is} an example simple
374 \end_layout
375
376 \begin_layout Plain Layout
377
378
379 \backslash
380 glt This is a simple example
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Standard
389 \noindent
390 連番の付いた語句注解が欲しい場合には、以下のように、語句注解差込枠を付番用例段落に入れるだけです。
391 \end_layout
392
393 \begin_layout Numbered Examples (consecutive)
394 \begin_inset Flex Tri-Glosse
395 status open
396
397 \begin_layout Plain Layout
398
399 Mein Luftkissenfahrzeug ist voller Aale
400 \end_layout
401
402 \begin_layout Plain Layout
403
404 My skeertuig is vol palings
405 \end_layout
406
407 \begin_layout Plain Layout
408
409 My hovercraft is {full of} eels
410 \end_layout
411
412 \begin_layout Plain Layout
413
414
415 \backslash
416 glt Do you have matches?
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 語句注解中では、フォントの変更はできないことに注意してください。したがって
426 \family sans
427 文字様式
428 \family default
429 ダイアログは無効になっています。語句注解はハイフネートしないので、LaTeX出力中で明示的に言語を設定することは必要とされません(むしろ、covingtonがサ
430 ポートしないため、出力が崩れてしまいます)。それでも、正しいスペルチェックをするために、言語を設定したいと思うかもしれません。現在のところ、これは以下のようにし
431 なくてはなりません。文章を選択して、
432 \begin_inset Info
433 type  "shortcut"
434 arg   "command-execute"
435 \end_inset
436
437  
438 \family sans
439 language <言語>
440 \family default
441 と打ってください。ここで
442 \family sans
443 <言語>
444 \family default
445 は、
446 \family sans
447 english
448 \family default
449
450 \family sans
451 french
452 \family default
453
454 \family sans
455 ngerman
456 \family default
457 などの各言語に置き換えてください。LaTeX出力中では、この設定は出力されません。
458 \end_layout
459
460 \begin_layout Section
461 最適理論表
462 \end_layout
463
464 \begin_layout Standard
465 OT表自体は、もちろん単純に、通常の表として入れることができます(点線や影付きセルなどの特定の機能については、
466 \emph on
467 埋め込みオブジェクト
468 \emph default
469 説明書を参照)。しかし、これらの表には、文書を通して連番を振り、
470 \emph on
471 表一覧
472 \emph default
473 のように
474 \emph on
475 OT表一覧
476 \emph default
477 を置きたいところです。
478 \end_layout
479
480 \begin_layout Standard
481 言語学モジュールは、この2つをサポートしています。
482 \family sans
483 挿入\SpecialChar \menuseparator
484 フロート
485 \family default
486 の中には、以下のようなOT表フロートがあります。
487 \end_layout
488
489 \begin_layout Standard
490 \begin_inset Float tableau
491 placement h
492 wide false
493 sideways false
494 status open
495
496 \begin_layout Plain Layout
497 \align center
498 \begin_inset Tabular
499 <lyxtabular version="3" rows="5" columns="5">
500 <features tabularvalignment="middle">
501 <column alignment="right" valignment="top" width="0">
502 <column alignment="center" valignment="top" width="0">
503 <column alignment="center" valignment="top" width="0">
504 <column alignment="center" valignment="top" width="0" special="|c">
505 <column alignment="center" valignment="top" width="0">
506 <row>
507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
508 \begin_inset Text
509
510 \begin_layout Plain Layout
511 /atikap/
512 \end_layout
513
514 \end_inset
515 </cell>
516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
517 \begin_inset Text
518
519 \begin_layout Plain Layout
520
521 \noun on
522 Onset
523 \end_layout
524
525 \end_inset
526 </cell>
527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
528 \begin_inset Text
529
530 \begin_layout Plain Layout
531
532 \noun on
533 NoCoda
534 \end_layout
535
536 \end_inset
537 </cell>
538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
539 \begin_inset Text
540
541 \begin_layout Plain Layout
542
543 \noun on
544 Dep
545 \end_layout
546
547 \end_inset
548 </cell>
549 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
550 \begin_inset Text
551
552 \begin_layout Plain Layout
553
554 \noun on
555 Max
556 \end_layout
557
558 \end_inset
559 </cell>
560 </row>
561 <row>
562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
563 \begin_inset Text
564
565 \begin_layout Plain Layout
566 \begin_inset Formula $\mbox{☞}$
567 \end_inset
568
569  
570 \begin_inset Formula $\mbox{\textipa{P}}$
571 \end_inset
572
573 a.ti.ka
574 \end_layout
575
576 \end_inset
577 </cell>
578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
579 \begin_inset Text
580
581 \begin_layout Plain Layout
582
583 \end_layout
584
585 \end_inset
586 </cell>
587 <cell alignment="center" valignment="top" topline="true" usebox="none">
588 \begin_inset Text
589
590 \begin_layout Plain Layout
591
592 \end_layout
593
594 \end_inset
595 </cell>
596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
597 \begin_inset Text
598
599 \begin_layout Plain Layout
600 *
601 \end_layout
602
603 \end_inset
604 </cell>
605 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
606 \begin_inset Text
607
608 \begin_layout Plain Layout
609 *
610 \end_layout
611
612 \end_inset
613 </cell>
614 </row>
615 <row>
616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
617 \begin_inset Text
618
619 \begin_layout Plain Layout
620 a.ti.ka
621 \end_layout
622
623 \end_inset
624 </cell>
625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
626 \begin_inset Text
627
628 \begin_layout Plain Layout
629 *!
630 \end_layout
631
632 \end_inset
633 </cell>
634 <cell alignment="center" valignment="top" topline="true" usebox="none">
635 \begin_inset Text
636
637 \begin_layout Plain Layout
638
639 \end_layout
640
641 \end_inset
642 </cell>
643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
644 \begin_inset Text
645
646 \begin_layout Plain Layout
647
648 \end_layout
649
650 \end_inset
651 </cell>
652 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
653 \begin_inset Text
654
655 \begin_layout Plain Layout
656 *
657 \end_layout
658
659 \end_inset
660 </cell>
661 </row>
662 <row>
663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
664 \begin_inset Text
665
666 \begin_layout Plain Layout
667 \begin_inset Formula $\mbox{\textipa{P}}$
668 \end_inset
669
670 a.ti.kap
671 \end_layout
672
673 \end_inset
674 </cell>
675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
676 \begin_inset Text
677
678 \begin_layout Plain Layout
679
680 \end_layout
681
682 \end_inset
683 </cell>
684 <cell alignment="center" valignment="top" topline="true" usebox="none">
685 \begin_inset Text
686
687 \begin_layout Plain Layout
688 *!
689 \end_layout
690
691 \end_inset
692 </cell>
693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
694 \begin_inset Text
695
696 \begin_layout Plain Layout
697 *
698 \end_layout
699
700 \end_inset
701 </cell>
702 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
703 \begin_inset Text
704
705 \begin_layout Plain Layout
706
707 \end_layout
708
709 \end_inset
710 </cell>
711 </row>
712 <row>
713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
714 \begin_inset Text
715
716 \begin_layout Plain Layout
717 a.ti.kap
718 \end_layout
719
720 \end_inset
721 </cell>
722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
723 \begin_inset Text
724
725 \begin_layout Plain Layout
726 *!
727 \end_layout
728
729 \end_inset
730 </cell>
731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
732 \begin_inset Text
733
734 \begin_layout Plain Layout
735 *!
736 \end_layout
737
738 \end_inset
739 </cell>
740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
741 \begin_inset Text
742
743 \begin_layout Plain Layout
744
745 \end_layout
746
747 \end_inset
748 </cell>
749 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
750 \begin_inset Text
751
752 \begin_layout Plain Layout
753
754 \end_layout
755
756 \end_inset
757 </cell>
758 </row>
759 </lyxtabular>
760
761 \end_inset
762
763
764 \end_layout
765
766 \begin_layout Plain Layout
767 \begin_inset Caption
768
769 \begin_layout Plain Layout
770 OT表の例
771 \end_layout
772
773 \end_inset
774
775
776 \end_layout
777
778 \end_inset
779
780
781 \end_layout
782
783 \begin_layout Standard
784 出力中のキャプションは、LyXウィンドウ内での置き方にかかわらず、既定ではつねに、OT表の下に置かれることに注意してください。OT表のキャプションを上に置くには
785
786 \family sans
787 文書\SpecialChar \menuseparator
788 設定\SpecialChar \menuseparator
789 LaTeX プリアンブル
790 \family default
791 に以下のコードを書いてください。
792 \end_layout
793
794 \begin_layout LyX-Code
795
796 \backslash
797 floatstyle{plaintop}
798 \end_layout
799
800 \begin_layout LyX-Code
801
802 \backslash
803 restylefloat{tableau}
804 \end_layout
805
806 \begin_layout Standard
807 KOMAクラスを使用している場合には、代わりに以下のようにした方がきれいな余白取りがされます。
808 \end_layout
809
810 \begin_layout LyX-Code
811
812 \backslash
813 floatstyle{komaabove}
814 \end_layout
815
816 \begin_layout LyX-Code
817
818 \backslash
819 restylefloat{tableau}
820 \end_layout
821
822 \begin_layout Standard
823 OT表一覧差込枠の一覧は、
824 \family sans
825 挿入\SpecialChar \menuseparator
826 一覧/目次
827 \family default
828 にあります。OT表一覧は、通常、文書の始まりか終わりに置かれますが、ここでは例示のためにこの場所に置くことにします。
829 \end_layout
830
831 \begin_layout Standard
832 \begin_inset FloatList tableau
833
834 \end_inset
835
836
837 \end_layout
838
839 \begin_layout Section
840 セマンティック・マークアップ(文字様式)
841 \end_layout
842
843 \begin_layout Standard
844 言語学モジュールは、以下のような言語学でよく使われる文字様式を同梱しています。
845 \end_layout
846
847 \begin_layout Enumerate
848 概念(スモールキャップ体):
849 \begin_inset Flex Concepts
850 status collapsed
851
852 \begin_layout Plain Layout
853 concept
854 \end_layout
855
856 \end_inset
857
858  
859 \end_layout
860
861 \begin_layout Enumerate
862 表現(強調):
863 \begin_inset Flex Expression
864 status collapsed
865
866 \begin_layout Plain Layout
867 expression
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Enumerate
876 意味(一重引用符):
877 \begin_inset Flex Meaning
878 status collapsed
879
880 \begin_layout Plain Layout
881 meaning
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Standard
890 これらの文字様式は、
891 \family sans
892 編集\SpecialChar \menuseparator
893 文字様式
894 \family default
895 サブメニューで入れることができます。これらの様式の外観を後で変更する必要があれば、プリアンブル中で再定義することができます。たとえば、ボールド体の表現にするため
896 には、以下のように入れてください。
897 \end_layout
898
899 \begin_layout LyX-Code
900
901 \backslash
902 renewcommand
903 \backslash
904 lingexpr[1]{
905 \backslash
906 textbf{#1}}
907 \end_layout
908
909 \begin_layout Standard
910 同様にして、概念(
911 \family typewriter
912
913 \backslash
914 lingconcept
915 \family default
916 )と意味(
917 \family typewriter
918
919 \backslash
920 lingmeaning
921 \family default
922 )も修正することができます。
923 \end_layout
924
925 \begin_layout Section
926 発音記号(IPA)
927 \end_layout
928
929 \begin_layout Standard
930 発音記号を挿入するには、言語学モジュールは必要でなく、LyXの基本機能となっています。しかしながら、発音記号は言語学者が頻繁に用いるので、本稿でも(手短に)説明
931 します。
932 \end_layout
933
934 \begin_layout Standard
935 LyXのIPAサポートを利用するには、LaTeXパッケージ
936 \emph on
937 tipa
938 \emph default
939
940 \begin_inset CommandInset citation
941 LatexCommand cite
942 key "tipa"
943
944 \end_inset
945
946 が必要です。加えて自動プレビューを必要とするなら、
947 \emph on
948 preview-latex
949 \emph default
950 パッケージ
951 \begin_inset CommandInset citation
952 LatexCommand cite
953 key "preview"
954
955 \end_inset
956
957 を導入しておかなくてはなりません。
958 \end_layout
959
960 \begin_layout Standard
961 発音記号は、
962 \family sans
963 挿入\SpecialChar \menuseparator
964 特殊文字\SpecialChar \menuseparator
965 発音記号
966 \family default
967 で入れることができます。すると小さな枠が現れるので、そこに
968 \emph on
969 tipa
970 \emph default
971 説明書に説明されている短絡表記で記号を挿入します。例:
972 \begin_inset Formula $\text{\textipa{[Ekspl@"neIS@n]}}$
973 \end_inset
974
975
976 \emph on
977 tipa
978 \emph default
979 短絡表記:
980 \family typewriter
981 [Ekspl@"neIS@n
982 \family default
983 ])。
984 \emph on
985 preview-latex
986 \emph default
987 が導入されていて、自動プレビューを(
988 \family sans
989 ツール\SpecialChar \menuseparator
990 設定\SpecialChar \menuseparator
991 表示
992 \family default
993 で)有効にしてあれば、カーソルを枠から出すとすぐに、きれいなプレビューを見ることができます。
994 \end_layout
995
996 \begin_layout Standard
997 さらに、ほとんどのIPAグリフを(
998 \family sans
999 挿入\SpecialChar \menuseparator
1000 特殊文字\SpecialChar \menuseparator
1001 記号\SpecialChar \ldots{}
1002
1003 \family default
1004 で)挿入したり、[ɛkspləˈneɪʃən]のように直接LyXに貼り付けたりすることもできます。出力中では、これらは正しい
1005 \emph on
1006 tipa
1007 \emph default
1008 マクロに自動的に変換されます(そうならなければ私に知らせてください)。しかしながら、以下の二つの理由から、前者の方法の方が良質の出力を生成することに注意してくだ
1009 さい。
1010 \end_layout
1011
1012 \begin_layout Enumerate
1013 直接入力すると、フォントがばらばらになる可能性があります(上例では、ラテン文字は基本フォントから採られ、IPAグリフはIPAフォントから採られていますが、
1014 \family sans
1015 挿入\SpecialChar \menuseparator
1016 特殊文字\SpecialChar \menuseparator
1017 発音記号
1018 \family default
1019 で入れると、すべての文字にIPAフォントが使われます)。
1020 \end_layout
1021
1022 \begin_layout Enumerate
1023 文字のカーニングは保持されません。
1024 \end_layout
1025
1026 \begin_layout Standard
1027 したがって、単一のIPA文字を入れるだけでいいのでなければ、前者の方法が推奨されます。それに、(かなり直感的な)IPA短絡表記は学んでおくに値します。
1028 \end_layout
1029
1030 \begin_layout Section
1031 さらなる情報
1032 \end_layout
1033
1034 \begin_layout Standard
1035 言語学者に特有の利用法について詳しくは、LyX wiki
1036 \begin_inset CommandInset citation
1037 LatexCommand cite
1038 key "linguistlyx"
1039
1040 \end_inset
1041
1042 のLinguistLyXページをご参照ください(ご自身のコツもご自由に書き加えてください)。
1043 \end_layout
1044
1045 \begin_layout Bibliography
1046 \begin_inset CommandInset bibitem
1047 LatexCommand bibitem
1048 key "covington"
1049
1050 \end_inset
1051
1052 covingtonパッケージ:
1053 \begin_inset Flex URL
1054 status collapsed
1055
1056 \begin_layout Plain Layout
1057
1058 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \begin_layout Bibliography
1067 \begin_inset CommandInset bibitem
1068 LatexCommand bibitem
1069 key "csquotes"
1070
1071 \end_inset
1072
1073 csquotesパッケージ:
1074 \begin_inset Flex URL
1075 status collapsed
1076
1077 \begin_layout Plain Layout
1078
1079 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \begin_layout Bibliography
1088 \begin_inset CommandInset bibitem
1089 LatexCommand bibitem
1090 key "enumitem"
1091
1092 \end_inset
1093
1094 enumitemパッケージ:
1095 \begin_inset Flex URL
1096 status collapsed
1097
1098 \begin_layout Plain Layout
1099
1100 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Bibliography
1109 \begin_inset CommandInset bibitem
1110 LatexCommand bibitem
1111 key "float"
1112
1113 \end_inset
1114
1115 floatパッケージ:
1116 \begin_inset Flex URL
1117 status collapsed
1118
1119 \begin_layout Plain Layout
1120
1121 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Bibliography
1130 \begin_inset CommandInset bibitem
1131 LatexCommand bibitem
1132 key "linguistlyx"
1133
1134 \end_inset
1135
1136 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using LyX for Linguisti
1137 c Papers.
1138  
1139 \begin_inset Flex URL
1140 status collapsed
1141
1142 \begin_layout Plain Layout
1143
1144 http://wiki.lyx.org/LyX/LinguistLyX
1145 \end_layout
1146
1147 \end_inset
1148
1149 .
1150 \end_layout
1151
1152 \begin_layout Bibliography
1153 \begin_inset CommandInset bibitem
1154 LatexCommand bibitem
1155 key "preview"
1156
1157 \end_inset
1158
1159 preview-latexパッケージ:
1160 \begin_inset Flex URL
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164
1165 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Bibliography
1174 \begin_inset CommandInset bibitem
1175 LatexCommand bibitem
1176 key "tipa"
1177
1178 \end_inset
1179
1180 tipaパッケージおよびフォント:
1181 \begin_inset Flex URL
1182 status collapsed
1183
1184 \begin_layout Plain Layout
1185
1186 http://www.ctan.org/tex-archive/fonts/tipa/
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \end_body
1195 \end_document