]> git.lyx.org Git - lyx.git/blob - lib/examples/linguistics.lyx
* linguistics.lyx:
[lyx.git] / lib / examples / linguistics.lyx
1 #LyX 1.6.7 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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 \language english
16 \inputencoding auto
17 \font_roman lmodern
18 \font_sans default
19 \font_typewriter default
20 \font_default_family default
21 \font_sc false
22 \font_osf false
23 \font_sf_scale 100
24 \font_tt_scale 100
25
26 \graphics default
27 \paperfontsize default
28 \spacing single
29 \use_hyperref true
30 \pdf_bookmarks true
31 \pdf_bookmarksnumbered false
32 \pdf_bookmarksopen false
33 \pdf_bookmarksopenlevel 1
34 \pdf_breaklinks false
35 \pdf_pdfborder true
36 \pdf_colorlinks false
37 \pdf_backref false
38 \pdf_pdfusetitle true
39 \papersize default
40 \use_geometry false
41 \use_amsmath 1
42 \use_esint 1
43 \cite_engine basic
44 \use_bibtopic false
45 \paperorientation portrait
46 \secnumdepth 3
47 \tocdepth 3
48 \paragraph_separation indent
49 \defskip medskip
50 \quotes_language english
51 \papercolumns 1
52 \papersides 1
53 \paperpagestyle default
54 \tracking_changes false
55 \output_changes false
56 \author "" 
57 \author "" 
58 \end_header
59
60 \begin_body
61
62 \begin_layout Title
63 Writing linguistic papers with LyX
64 \end_layout
65
66 \begin_layout Author
67 Jürgen Spitzmüller
68 \begin_inset Newline newline
69 \end_inset
70
71
72 \begin_inset CommandInset href
73 LatexCommand href
74 target "spitz@lyx.org"
75 type "mailto:"
76
77 \end_inset
78
79
80 \end_layout
81
82 \begin_layout Date
83 14/09/2008
84 \end_layout
85
86 \begin_layout Abstract
87 This paper describes some features that LyX provides to linguists.
88  It demonstrates how to use some native support in order to produce numbered
89  examples, glosses, OT tableaux, semantic markup, and phonetic symbols (IPA).
90 \end_layout
91
92 \begin_layout Section
93 Aims and prerequisites
94 \end_layout
95
96 \begin_layout Standard
97 Basically, this paper describes the features of the 
98 \begin_inset Quotes eld
99 \end_inset
100
101 Linguistics
102 \begin_inset Quotes erd
103 \end_inset
104
105  module that ships with LyX as of version 1.6.0.
106  
107 \begin_inset Quotes eld
108 \end_inset
109
110 Modules
111 \begin_inset Quotes erd
112 \end_inset
113
114  are support files (introduced with LyX 1.6.0) that can easily be selected
115  for any document.
116  In order to use the Linguistics module, go to 
117 \family sans
118 Document\SpecialChar \menuseparator
119 Settings\SpecialChar \menuseparator
120 Modules
121 \family default
122 , select 
123 \begin_inset Quotes eld
124 \end_inset
125
126 Linguistics
127 \begin_inset Quotes erd
128 \end_inset
129
130  from the list of available modules, and hit the 
131 \family sans
132 Add
133 \family default
134  button to select it for your document (as already done for this document).
135 \end_layout
136
137 \begin_layout Standard
138 You should be able to use the module with any document class (please inform
139  me, if not).
140  However, in order to use all the features, you need to have the following
141  LaTeX packages installed:
142 \end_layout
143
144 \begin_layout Enumerate
145
146 \emph on
147 covington.sty
148 \emph default
149  
150 \begin_inset CommandInset citation
151 LatexCommand cite
152 key "covington"
153
154 \end_inset
155
156 : This is the base package used for numbered examples and glosses.
157 \end_layout
158
159 \begin_deeper
160 \begin_layout Itemize
161 Installed on your system: 
162 \begin_inset Info
163 type  "package"
164 arg   "covington"
165 \end_inset
166
167 .
168 \end_layout
169
170 \end_deeper
171 \begin_layout Enumerate
172
173 \emph on
174 enumitem.sty
175 \emph default
176  
177 \begin_inset CommandInset citation
178 LatexCommand cite
179 key "enumitem"
180
181 \end_inset
182
183 : This package is used for the Subexamples style.
184  It is generally useful to alter the appearance of lists (such as 
185 \emph on
186 enumerate
187 \emph default
188
189 \emph on
190 itemize
191 \emph default
192
193 \emph on
194 description
195 \emph default
196 ).
197 \end_layout
198
199 \begin_deeper
200 \begin_layout Itemize
201 Installed on your system: 
202 \begin_inset Info
203 type  "package"
204 arg   "enumitem"
205 \end_inset
206
207 .
208 \end_layout
209
210 \end_deeper
211 \begin_layout Enumerate
212
213 \emph on
214 csquotes.sty
215 \emph default
216  
217 \begin_inset CommandInset citation
218 LatexCommand cite
219 key "csquotes"
220
221 \end_inset
222
223 : Needed for the 
224 \emph on
225 Meaning
226 \emph default
227  character style.
228  The package provides context sensitive quotation marks, depending on the
229  language in use.
230 \end_layout
231
232 \begin_deeper
233 \begin_layout Itemize
234 Installed on your system: 
235 \begin_inset Info
236 type  "package"
237 arg   "csquotes"
238 \end_inset
239
240 .
241 \end_layout
242
243 \end_deeper
244 \begin_layout Enumerate
245
246 \emph on
247 float.sty
248 \emph default
249  
250 \begin_inset CommandInset citation
251 LatexCommand cite
252 key "float"
253
254 \end_inset
255
256 : Needed for the OT tableaux floats and list of floats.
257  This package should be part of any LaTeX distribution.
258 \end_layout
259
260 \begin_deeper
261 \begin_layout Itemize
262 Installed on your system: 
263 \begin_inset Info
264 type  "package"
265 arg   "float"
266 \end_inset
267
268 .
269 \end_layout
270
271 \end_deeper
272 \begin_layout Section
273 Numbered examples
274 \end_layout
275
276 \begin_layout Standard
277 Numbered examples are inserted via the layout drop-down box in the toolbar.
278  There are three variants:
279 \end_layout
280
281 \begin_layout Numbered Example (multiline)
282 This is a multiline example [Style 
283 \emph on
284 Numbered Example (multiline)
285 \emph default
286 ]
287 \end_layout
288
289 \begin_layout Numbered Example (multiline)
290 it can have several paragraphs
291 \end_layout
292
293 \begin_layout Numbered Examples (consecutive)
294 This is a single example
295 \begin_inset CommandInset label
296 LatexCommand label
297 name "exa:single-example"
298
299 \end_inset
300
301  [Style 
302 \emph on
303 Numbered Example (consecutive)
304 \emph default
305 ]
306 \end_layout
307
308 \begin_layout Numbered Examples (consecutive)
309 Consecutive single examples get their own numbers
310 \end_layout
311
312 \begin_layout Subexample
313 This is a subexample
314 \begin_inset CommandInset label
315 LatexCommand label
316 name "sub:subexample"
317
318 \end_inset
319
320  [Style 
321 \emph on
322 Subexample
323 \emph default
324 ]
325 \end_layout
326
327 \begin_layout Subexample
328 And another one
329 \end_layout
330
331 \begin_layout Standard
332 References to examples are produced as usual: insert a label to the example
333  and a cross-reference via 
334 \family sans
335 Insert\SpecialChar \menuseparator
336 Cross references
337 \family default
338 .
339  We refer here, just for the sake of demonstrating this, to 
340 \begin_inset CommandInset ref
341 LatexCommand ref
342 reference "exa:single-example"
343
344 \end_inset
345
346  and 
347 \begin_inset CommandInset ref
348 LatexCommand ref
349 reference "sub:subexample"
350
351 \end_inset
352
353 .
354 \end_layout
355
356 \begin_layout Section
357 Glosses
358 \end_layout
359
360 \begin_layout Standard
361 The Linguistics module provides two kinds of glosses, which can be inserted
362  via 
363 \family sans
364 Insert\SpecialChar \menuseparator
365 Custom Insets
366 \family default
367 : The standard 
368 \emph on
369 Custom:Glosse
370 \emph default
371  provides a gloss that consists of two lines and a translation, the 
372 \emph on
373 Custom:Tri-Glosse
374 \emph default
375  insets consists of three lines and a translation.
376  Each translation line might span multiple lines in the output, i.
377 \begin_inset space \thinspace{}
378 \end_inset
379
380 e., the paragraphs are automatically broken if they exceed the text width.
381  Note that the translation line is mandatory and must be preceded by the
382  command 
383 \family typewriter
384
385 \backslash
386 glt
387 \family default
388  which must be inserted verbatim in the gloss inset (TeX mode is not needed,
389  and in fact not even possible).
390 \end_layout
391
392 \begin_layout Standard
393 Here is a simple example:
394 \end_layout
395
396 \begin_layout Standard
397 \begin_inset Flex Custom:Glosse
398 status open
399
400 \begin_layout Plain Layout
401
402 C'est un exemple simple
403 \end_layout
404
405 \begin_layout Plain Layout
406
407 {This is} an example simple
408 \end_layout
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 glt 
415 \begin_inset Quotes els
416 \end_inset
417
418 This is a simple example
419 \begin_inset Quotes ers
420 \end_inset
421
422
423 \end_layout
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Standard
431 \noindent
432 Note how the braces hold together multi-word expressions.
433 \end_layout
434
435 \begin_layout Standard
436 In the same vein, we can make a three-line gloss:
437 \end_layout
438
439 \begin_layout Standard
440 \begin_inset Flex Custom:Tri-Glosse
441 status open
442
443 \begin_layout Plain Layout
444
445 C'est un exemple simple
446 \end_layout
447
448 \begin_layout Plain Layout
449
450 {Das ist} ein Beispiel einfach
451 \end_layout
452
453 \begin_layout Plain Layout
454
455 {This is} an example simple
456 \end_layout
457
458 \begin_layout Plain Layout
459
460
461 \backslash
462 glt 
463 \begin_inset Quotes els
464 \end_inset
465
466 This is a simple example
467 \begin_inset Quotes ers
468 \end_inset
469
470
471 \end_layout
472
473 \end_inset
474
475
476 \end_layout
477
478 \begin_layout Standard
479 \noindent
480 If you want to have numbered glosses, you can simply insert the gloss inset
481  to a numbered examples paragraph, as follows:
482 \end_layout
483
484 \begin_layout Numbered Examples (consecutive)
485 \begin_inset Flex Custom:Tri-Glosse
486 status open
487
488 \begin_layout Plain Layout
489
490 Mein Luftkissenfahrzeug ist voller Aale
491 \end_layout
492
493 \begin_layout Plain Layout
494
495 My skeertuig is vol palings
496 \end_layout
497
498 \begin_layout Plain Layout
499
500 My hovercraft is {full of} eels
501 \end_layout
502
503 \begin_layout Plain Layout
504
505
506 \backslash
507 glt 
508 \begin_inset Quotes els
509 \end_inset
510
511 Do you have matches?
512 \begin_inset Quotes ers
513 \end_inset
514
515
516 \end_layout
517
518 \end_inset
519
520
521 \end_layout
522
523 \begin_layout Standard
524 Note that font changes are not allowed in glosses.
525  Hence, the 
526 \family sans
527 Character Style
528 \family default
529  dialog is disabled.
530  Since glosses are not hyphenated, an explicit language setting in the LaTeX
531  output is not required (in fact, it would break the output, since covington
532  does not support it).
533  However, you still might want to set the language for proper spell checking.
534  Currently, you have to do this as follows: select the text, and then issue
535  
536 \begin_inset Info
537 type  "shortcut"
538 arg   "command-execute"
539 \end_inset
540
541  
542 \family sans
543 language <lang>
544 \family default
545 , where 
546 \family sans
547 <lang>
548 \family default
549  should be replaced by the respective language, e.
550 \begin_inset space \thinspace{}
551 \end_inset
552
553 g.
554  
555 \family sans
556 english
557 \family default
558
559 \family sans
560 french
561 \family default
562  or 
563 \family sans
564 ngerman
565 \family default
566 .
567  In the LaTeX output, this setting will be supressed.
568 \end_layout
569
570 \begin_layout Section
571 Optimality Theory Tableaux
572 \end_layout
573
574 \begin_layout Standard
575 OT tableaux itself can of course simply be inserted as ordinary tables (for
576  specific features such as dashed lines and shaded cells, cf.
577  the 
578 \emph on
579 EmbeddedObjects
580 \emph default
581  manual).
582  However, you might want to have the tableaux numbered throughout the document,
583  and you might want to have a 
584 \emph on
585 List of Tableaux
586 \emph default
587 , similar to the 
588 \emph on
589 List of Tables
590 \emph default
591 .
592  
593 \end_layout
594
595 \begin_layout Standard
596 The Linguistics module provides support for both.
597  In 
598 \family sans
599 Insert\SpecialChar \menuseparator
600 Floats
601 \family default
602 , you'll find a Tableaux float:
603 \end_layout
604
605 \begin_layout Standard
606 \begin_inset Float tableau
607 placement h
608 wide false
609 sideways false
610 status open
611
612 \begin_layout Plain Layout
613 \align center
614 \begin_inset Tabular
615 <lyxtabular version="3" rows="5" columns="5">
616 <features>
617 <column alignment="right" valignment="top" width="0">
618 <column alignment="center" valignment="top" width="0">
619 <column alignment="center" valignment="top" width="0">
620 <column alignment="center" valignment="top" width="0" special="|c">
621 <column alignment="center" valignment="top" width="0">
622 <row>
623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
624 \begin_inset Text
625
626 \begin_layout Plain Layout
627 /atikap/
628 \end_layout
629
630 \end_inset
631 </cell>
632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
633 \begin_inset Text
634
635 \begin_layout Plain Layout
636
637 \noun on
638 Onset
639 \end_layout
640
641 \end_inset
642 </cell>
643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
644 \begin_inset Text
645
646 \begin_layout Plain Layout
647
648 \noun on
649 NoCoda
650 \end_layout
651
652 \end_inset
653 </cell>
654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
655 \begin_inset Text
656
657 \begin_layout Plain Layout
658
659 \noun on
660 Dep
661 \end_layout
662
663 \end_inset
664 </cell>
665 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
666 \begin_inset Text
667
668 \begin_layout Plain Layout
669
670 \noun on
671 Max
672 \end_layout
673
674 \end_inset
675 </cell>
676 </row>
677 <row>
678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
679 \begin_inset Text
680
681 \begin_layout Plain Layout
682 \begin_inset Formula $\mbox{☞}$
683 \end_inset
684
685  
686 \begin_inset Formula $\mbox{\textipa{P}}$
687 \end_inset
688
689 a.ti.ka
690 \end_layout
691
692 \end_inset
693 </cell>
694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
695 \begin_inset Text
696
697 \begin_layout Plain Layout
698
699 \end_layout
700
701 \end_inset
702 </cell>
703 <cell alignment="center" valignment="top" topline="true" usebox="none">
704 \begin_inset Text
705
706 \begin_layout Plain Layout
707
708 \end_layout
709
710 \end_inset
711 </cell>
712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
713 \begin_inset Text
714
715 \begin_layout Plain Layout
716 *
717 \end_layout
718
719 \end_inset
720 </cell>
721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
722 \begin_inset Text
723
724 \begin_layout Plain Layout
725 *
726 \end_layout
727
728 \end_inset
729 </cell>
730 </row>
731 <row>
732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
733 \begin_inset Text
734
735 \begin_layout Plain Layout
736 a.ti.ka
737 \end_layout
738
739 \end_inset
740 </cell>
741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
742 \begin_inset Text
743
744 \begin_layout Plain Layout
745 *!
746 \end_layout
747
748 \end_inset
749 </cell>
750 <cell alignment="center" valignment="top" topline="true" usebox="none">
751 \begin_inset Text
752
753 \begin_layout Plain Layout
754
755 \end_layout
756
757 \end_inset
758 </cell>
759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
760 \begin_inset Text
761
762 \begin_layout Plain Layout
763
764 \end_layout
765
766 \end_inset
767 </cell>
768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
769 \begin_inset Text
770
771 \begin_layout Plain Layout
772 *
773 \end_layout
774
775 \end_inset
776 </cell>
777 </row>
778 <row>
779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
780 \begin_inset Text
781
782 \begin_layout Plain Layout
783 \begin_inset Formula $\mbox{\textipa{P}}$
784 \end_inset
785
786 a.ti.kap
787 \end_layout
788
789 \end_inset
790 </cell>
791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
792 \begin_inset Text
793
794 \begin_layout Plain Layout
795
796 \end_layout
797
798 \end_inset
799 </cell>
800 <cell alignment="center" valignment="top" topline="true" usebox="none">
801 \begin_inset Text
802
803 \begin_layout Plain Layout
804 *!
805 \end_layout
806
807 \end_inset
808 </cell>
809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
810 \begin_inset Text
811
812 \begin_layout Plain Layout
813 *
814 \end_layout
815
816 \end_inset
817 </cell>
818 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
819 \begin_inset Text
820
821 \begin_layout Plain Layout
822
823 \end_layout
824
825 \end_inset
826 </cell>
827 </row>
828 <row>
829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
830 \begin_inset Text
831
832 \begin_layout Plain Layout
833 a.ti.kap
834 \end_layout
835
836 \end_inset
837 </cell>
838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
839 \begin_inset Text
840
841 \begin_layout Plain Layout
842 *!
843 \end_layout
844
845 \end_inset
846 </cell>
847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
848 \begin_inset Text
849
850 \begin_layout Plain Layout
851 *!
852 \end_layout
853
854 \end_inset
855 </cell>
856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
857 \begin_inset Text
858
859 \begin_layout Plain Layout
860
861 \end_layout
862
863 \end_inset
864 </cell>
865 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
866 \begin_inset Text
867
868 \begin_layout Plain Layout
869
870 \end_layout
871
872 \end_inset
873 </cell>
874 </row>
875 </lyxtabular>
876
877 \end_inset
878
879
880 \end_layout
881
882 \begin_layout Plain Layout
883 \begin_inset Caption
884
885 \begin_layout Plain Layout
886 Example Tableau
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \begin_layout Standard
900 Note that by default, the caption is always placed below the tableaux in
901  the output, no matter where you put it in the LyX window.
902  To get the Tableaux captions on top, put the following code in 
903 \family sans
904 Document\SpecialChar \menuseparator
905 Settings\SpecialChar \menuseparator
906 Preamble
907 \family default
908 :
909 \end_layout
910
911 \begin_layout LyX-Code
912
913 \backslash
914 floatstyle{plaintop}
915 \end_layout
916
917 \begin_layout LyX-Code
918
919 \backslash
920 restylefloat{tableau}
921 \end_layout
922
923 \begin_layout Standard
924 If your using a KOMA class, use the following instead for better spacing:
925 \end_layout
926
927 \begin_layout LyX-Code
928
929 \backslash
930 floatstyle{komaabove}
931 \end_layout
932
933 \begin_layout LyX-Code
934
935 \backslash
936 restylefloat{tableau}
937 \end_layout
938
939 \begin_layout Standard
940 A List of Tableaux inset can be found in 
941 \family sans
942 Insert\SpecialChar \menuseparator
943 Lists & TOC
944 \family default
945 .
946  Even though this usually is placed at the beginning or the end of the document,
947  we do this here for exemplification purposes:
948 \end_layout
949
950 \begin_layout Standard
951 \begin_inset FloatList tableau
952
953 \end_inset
954
955
956 \end_layout
957
958 \begin_layout Section
959 Semantic Markup (Character Styles)
960 \end_layout
961
962 \begin_layout Standard
963 The Linguistics module comes with some character styles that are common
964  in linguistics:
965 \end_layout
966
967 \begin_layout Enumerate
968 Concept (in small caps): 
969 \begin_inset Flex CharStyle:Concepts
970 status collapsed
971
972 \begin_layout Plain Layout
973 concept
974 \end_layout
975
976 \end_inset
977
978  
979 \end_layout
980
981 \begin_layout Enumerate
982 Expression (emphasized): 
983 \begin_inset Flex CharStyle:Expression
984 status collapsed
985
986 \begin_layout Plain Layout
987 expression
988 \end_layout
989
990 \end_inset
991
992
993 \end_layout
994
995 \begin_layout Enumerate
996 Meaning (in single quotes): 
997 \begin_inset Flex CharStyle:Meaning
998 status collapsed
999
1000 \begin_layout Plain Layout
1001 meaning
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Standard
1010 You can insert the character styles via the 
1011 \family sans
1012 Edit\SpecialChar \menuseparator
1013 Text Style
1014 \family default
1015  submenu.
1016  If you need to change the appearance of these styles later, you can redefine
1017  them in the preamble.
1018  To make expressions bold, for instance, insert:
1019 \end_layout
1020
1021 \begin_layout LyX-Code
1022
1023 \backslash
1024 renewcommand
1025 \backslash
1026 lingexpr[1]{
1027 \backslash
1028 textbf{#1}}
1029 \end_layout
1030
1031 \begin_layout Standard
1032 Similarly, concept (
1033 \family typewriter
1034
1035 \backslash
1036 lingconcept
1037 \family default
1038 ) and meaning (
1039 \family typewriter
1040
1041 \backslash
1042 lingmeaning
1043 \family default
1044 ) can be modified.
1045 \end_layout
1046
1047 \begin_layout Section
1048 Phonetic Symbols (IPA)
1049 \end_layout
1050
1051 \begin_layout Standard
1052 You do not need the Linguistics module to insert phonetic symbols, this
1053  is a base functionality of LyX.
1054  However, since this is frequently used by linguists, we will describe it
1055  (briefly) in this paper nevertheless.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 A prerequisite to use LyX's IPA support is the LaTeX package 
1060 \emph on
1061 tipa
1062 \emph default
1063  
1064 \begin_inset CommandInset citation
1065 LatexCommand cite
1066 key "tipa"
1067
1068 \end_inset
1069
1070 .
1071  Additionally, if you want to have instant preview, you should have the
1072  
1073 \emph on
1074 preview-latex
1075 \emph default
1076  package 
1077 \begin_inset CommandInset citation
1078 LatexCommand cite
1079 key "preview"
1080
1081 \end_inset
1082
1083  installed.
1084 \end_layout
1085
1086 \begin_layout Standard
1087 Phonetic symbols can be entered via 
1088 \family sans
1089 Insert\SpecialChar \menuseparator
1090 Special characters\SpecialChar \menuseparator
1091 Phonetic symbols.
1092  
1093 \family default
1094 You get a little frame, where you can insert the symbols using the shortcut
1095  notation which is described in the 
1096 \emph on
1097 tipa
1098 \emph default
1099  manual.
1100  Example: 
1101 \begin_inset Formula $\text{\textipa{[Ekspl@"neIS@n]}}$
1102 \end_inset
1103
1104  (
1105 \emph on
1106 tipa
1107 \emph default
1108  shortcut notation: 
1109 \family typewriter
1110 [Ekspl@"neIS@n
1111 \family default
1112 ]).
1113  Given that
1114 \emph on
1115  preview-lat
1116 \family sans
1117 \emph default
1118 e
1119 \family default
1120 x is installed and you have switched on instant preview (in
1121 \family sans
1122  Tools\SpecialChar \menuseparator
1123 Preferences\SpecialChar \menuseparator
1124 Graphi
1125 \family default
1126 cs), you'll get a nice preview as soon as the cursor leaves the frame.
1127 \end_layout
1128
1129 \begin_layout Standard
1130 Furthermore, most IPA glyphs can also be inserted (e.
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 g.
1135 \begin_inset space \space{}
1136 \end_inset
1137
1138 via 
1139 \family sans
1140 Insert\SpecialChar \menuseparator
1141 Special characters\SpecialChar \menuseparator
1142 Symbols\SpecialChar \ldots{}
1143
1144 \family default
1145 ) or pasted directly into LyX: [ɛkspləˈneɪʃən].
1146  In the output, they will be automatically transformed into the correct
1147  
1148 \emph on
1149 tipa
1150 \emph default
1151  macro (if not, please inform me).
1152  However, please note that the former method produces better output quality
1153  for two reasons:
1154 \end_layout
1155
1156 \begin_layout Enumerate
1157 direct input might result in a mix of fonts (in the above example, the latin
1158  characters are taken from the base font, the IPA glyphs from the IPA font,
1159  whereas 
1160 \family sans
1161 Insert\SpecialChar \menuseparator
1162 Special characters\SpecialChar \menuseparator
1163 Phonetic symbol
1164 \family default
1165 s uses the IPA font for all characters)
1166 \end_layout
1167
1168 \begin_layout Enumerate
1169 the letter kerning is not preserved
1170 \end_layout
1171
1172 \begin_layout Standard
1173 So unless you only need to insert single IPA characters, the former method
1174  is recommended, and it's worth learning the (pretty intuitive) IPA shortcut
1175  notation.
1176 \end_layout
1177
1178 \begin_layout Section
1179 Further information
1180 \end_layout
1181
1182 \begin_layout Standard
1183 For a detailed description of specific possibilities for linguists, please
1184  refer to the LinguistLyX page on the LyX wiki 
1185 \begin_inset CommandInset citation
1186 LatexCommand cite
1187 key "linguistlyx"
1188
1189 \end_inset
1190
1191  (feel free to enter your own hints there).
1192 \end_layout
1193
1194 \begin_layout Bibliography
1195 \begin_inset CommandInset bibitem
1196 LatexCommand bibitem
1197 key "covington"
1198
1199 \end_inset
1200
1201 The covington package: 
1202 \begin_inset Flex URL
1203 status collapsed
1204
1205 \begin_layout Plain Layout
1206
1207 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
1208 \end_layout
1209
1210 \end_inset
1211
1212 .
1213 \end_layout
1214
1215 \begin_layout Bibliography
1216 \begin_inset CommandInset bibitem
1217 LatexCommand bibitem
1218 key "csquotes"
1219
1220 \end_inset
1221
1222 The csquotes package: 
1223 \begin_inset Flex URL
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227
1228 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
1229 \end_layout
1230
1231 \end_inset
1232
1233 .
1234 \end_layout
1235
1236 \begin_layout Bibliography
1237 \begin_inset CommandInset bibitem
1238 LatexCommand bibitem
1239 key "enumitem"
1240
1241 \end_inset
1242
1243 The enumitem package: 
1244 \begin_inset Flex URL
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248
1249 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
1250 \end_layout
1251
1252 \end_inset
1253
1254 .
1255 \end_layout
1256
1257 \begin_layout Bibliography
1258 \begin_inset CommandInset bibitem
1259 LatexCommand bibitem
1260 key "float"
1261
1262 \end_inset
1263
1264 The float package: 
1265 \begin_inset Flex URL
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269
1270 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
1271 \end_layout
1272
1273 \end_inset
1274
1275 .
1276 \end_layout
1277
1278 \begin_layout Bibliography
1279 \begin_inset CommandInset bibitem
1280 LatexCommand bibitem
1281 key "linguistlyx"
1282
1283 \end_inset
1284
1285 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using LyX for Linguisti
1286 c Papers.
1287  
1288 \begin_inset Flex URL
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 http://wiki.lyx.org/LyX/LinguistLyX
1294 \end_layout
1295
1296 \end_inset
1297
1298 .
1299 \end_layout
1300
1301 \begin_layout Bibliography
1302 \begin_inset CommandInset bibitem
1303 LatexCommand bibitem
1304 key "preview"
1305
1306 \end_inset
1307
1308 The preview-latex package: 
1309 \begin_inset Flex URL
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
1315 \end_layout
1316
1317 \end_inset
1318
1319 .
1320 \end_layout
1321
1322 \begin_layout Bibliography
1323 \begin_inset CommandInset bibitem
1324 LatexCommand bibitem
1325 key "tipa"
1326
1327 \end_inset
1328
1329 The tipa package and fonts: 
1330 \begin_inset Flex URL
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334
1335 http://www.ctan.org/tex-archive/fonts/tipa/
1336 \end_layout
1337
1338 \end_inset
1339
1340 .
1341 \end_layout
1342
1343 \end_body
1344 \end_document