]> git.lyx.org Git - lyx.git/blob - lib/examples/linguistics.lyx
Change the title of the Extended manual, and make some other changes to it.
[lyx.git] / lib / examples / linguistics.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 344
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_layout Enumerate
160
161 \emph on
162 enumitem.sty
163 \emph default
164  
165 \begin_inset CommandInset citation
166 LatexCommand cite
167 key "enumitem"
168
169 \end_inset
170
171 : This package is used for the Subexamples style.
172  It is generally useful to alter the appearance of lists (such as 
173 \emph on
174 enumerate
175 \emph default
176
177 \emph on
178 itemize
179 \emph default
180
181 \emph on
182 description
183 \emph default
184 ).
185 \end_layout
186
187 \begin_layout Enumerate
188
189 \emph on
190 csquotes.sty
191 \emph default
192  
193 \begin_inset CommandInset citation
194 LatexCommand cite
195 key "csquotes"
196
197 \end_inset
198
199 : Needed for the 
200 \emph on
201 Meaning
202 \emph default
203  character style.
204  The package provides context sensitive quotation marks, depending on the
205  language in use.
206 \end_layout
207
208 \begin_layout Enumerate
209
210 \emph on
211 float.sty
212 \emph default
213  
214 \begin_inset CommandInset citation
215 LatexCommand cite
216 key "float"
217
218 \end_inset
219
220 : Needed for the OT tableaux floats and list of floats.
221  This package should be part of any LaTeX distribution.
222 \end_layout
223
224 \begin_layout Section
225 Numbered examples
226 \end_layout
227
228 \begin_layout Standard
229 Numbered examples are inserted via the layout dropdown box in the toolbar.
230  There are three variants:
231 \end_layout
232
233 \begin_layout Numbered Example (multiline)
234 This is a multiline example [Style 
235 \emph on
236 Numbered Example (multiline)
237 \emph default
238 ]
239 \end_layout
240
241 \begin_layout Numbered Example (multiline)
242 it can have several paragraphs
243 \end_layout
244
245 \begin_layout Numbered Examples (consecutive)
246 This is a single example
247 \begin_inset CommandInset label
248 LatexCommand label
249 name "exa:single-example"
250
251 \end_inset
252
253  [Style 
254 \emph on
255 Numbered Example (consecutive)
256 \emph default
257 ]
258 \end_layout
259
260 \begin_layout Numbered Examples (consecutive)
261 Consecutive single examples get their own numbers
262 \end_layout
263
264 \begin_layout Subexample
265 This is a subexample
266 \begin_inset CommandInset label
267 LatexCommand label
268 name "sub:subexample"
269
270 \end_inset
271
272  [Style 
273 \emph on
274 Subexample
275 \emph default
276 ]
277 \end_layout
278
279 \begin_layout Subexample
280 And another one
281 \end_layout
282
283 \begin_layout Standard
284 References to examples are produced as usual: insert a label to the example
285  and a crossreference via 
286 \family sans
287 Insert\SpecialChar \menuseparator
288 Cross references
289 \family default
290 .
291  We refer here, just for the sake of demonstrating this, to 
292 \begin_inset CommandInset ref
293 LatexCommand ref
294 reference "exa:single-example"
295
296 \end_inset
297
298  and 
299 \begin_inset CommandInset ref
300 LatexCommand ref
301 reference "sub:subexample"
302
303 \end_inset
304
305 .
306 \end_layout
307
308 \begin_layout Section
309 Glosses
310 \end_layout
311
312 \begin_layout Standard
313 The Linguistics module provides two kinds of glosses, which can be inserted
314  via 
315 \family sans
316 Insert\SpecialChar \menuseparator
317 Custom Insets
318 \family default
319 : The standard 
320 \emph on
321 Custom:Glosse
322 \emph default
323  provides a glosse that consists of two lines and a translation, the 
324 \emph on
325 Custom:Tri-Glosse
326 \emph default
327  insets consists of three lines and a translation.
328  Note that the translation line is mandatory and must be preceded by the
329  command 
330 \family typewriter
331
332 \backslash
333 glt
334 \family default
335  which should be inserted verbatim in the Glosse inset (ERT is not needed,
336  and in fact not even possible).
337 \end_layout
338
339 \begin_layout Standard
340 Here is a simple example:
341 \end_layout
342
343 \begin_layout Standard
344 \begin_inset Flex Custom:Glosse
345 status open
346
347 \begin_layout Plain Layout
348 C'est un exemple simple
349 \end_layout
350
351 \begin_layout Plain Layout
352 {This is} an example simple
353 \end_layout
354
355 \begin_layout Plain Layout
356
357 \backslash
358 glt 
359 \begin_inset Quotes els
360 \end_inset
361
362 This is a simple example
363 \begin_inset Quotes ers
364 \end_inset
365
366
367 \end_layout
368
369 \end_inset
370
371
372 \end_layout
373
374 \begin_layout Standard
375 Note that the braces hold together multi-word expressions.
376  In the same vein, we can make a three-line glosse:
377 \end_layout
378
379 \begin_layout Standard
380 \begin_inset Flex Custom:Tri-Glosse
381 status open
382
383 \begin_layout Plain Layout
384 C'est un exemple simple
385 \end_layout
386
387 \begin_layout Plain Layout
388 {Das ist} ein Beispiel einfach
389 \end_layout
390
391 \begin_layout Plain Layout
392 {This is} an example simple
393 \end_layout
394
395 \begin_layout Plain Layout
396
397 \backslash
398 glt 
399 \begin_inset Quotes els
400 \end_inset
401
402 This is a simple example
403 \begin_inset Quotes ers
404 \end_inset
405
406
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Standard
415 If you want to have numbered glosses, you can simply insert the Glosse inset
416  to a numbered examples paragraph, as follows:
417 \end_layout
418
419 \begin_layout Numbered Examples (consecutive)
420 \begin_inset Flex Custom:Tri-Glosse
421 status open
422
423 \begin_layout Plain Layout
424 Mein Luftkissenfahrzeug ist voller Aale
425 \end_layout
426
427 \begin_layout Plain Layout
428 My skeertuig is vol palings
429 \end_layout
430
431 \begin_layout Plain Layout
432 My hovercraft is {full of} eels
433 \end_layout
434
435 \begin_layout Plain Layout
436
437 \backslash
438 glt 
439 \begin_inset Quotes els
440 \end_inset
441
442 Do you have matches?
443 \begin_inset Quotes ers
444 \end_inset
445
446
447 \end_layout
448
449 \end_inset
450
451
452 \end_layout
453
454 \begin_layout Section
455 Optimality Theory Tableaux
456 \end_layout
457
458 \begin_layout Standard
459 OT tableaux itself can of course simply be inserted as ordinary tables (for
460  specific features such as dashed lines and shaded cells, cf.
461  the 
462 \emph on
463 EmbeddedObjects
464 \emph default
465  manual).
466  However, you might want to have the tableaux numbered throughout the document,
467  and you might want to have a 
468 \emph on
469 List of Tableaux
470 \emph default
471 , similar to the 
472 \emph on
473 List of Tables
474 \emph default
475 .
476  
477 \end_layout
478
479 \begin_layout Standard
480 The Linguistics module provides support for both.
481  In 
482 \family sans
483 Insert\SpecialChar \menuseparator
484 Floats
485 \family default
486 , you'll find a Tableaux float:
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>
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 Example Tableau
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 Note that by default, the caption is always placed below the tableaux in
785  the output, no matter where you put it in the LyX window.
786  To get the Tableaux captions on top, put the following code in 
787 \family sans
788 Document\SpecialChar \menuseparator
789 Settings\SpecialChar \menuseparator
790 Preamble
791 \family default
792 :
793 \end_layout
794
795 \begin_layout LyX-Code
796
797 \backslash
798 floatstyle{plaintop}
799 \end_layout
800
801 \begin_layout LyX-Code
802
803 \backslash
804 restylefloat{tableau}
805 \end_layout
806
807 \begin_layout Standard
808 If your using a KOMA class, use the following instead for better spacing:
809 \end_layout
810
811 \begin_layout LyX-Code
812
813 \backslash
814 floatstyle{komaabove}
815 \end_layout
816
817 \begin_layout LyX-Code
818
819 \backslash
820 restylefloat{tableau}
821 \end_layout
822
823 \begin_layout Standard
824 A List of Tableaux inset can be found in 
825 \family sans
826 Insert\SpecialChar \menuseparator
827 Lists & TOC
828 \family default
829 .
830  Even though this usually is placed at the beginning or the end of the document,
831  we do this here for exemplification purposes:
832 \end_layout
833
834 \begin_layout Standard
835 \begin_inset FloatList tableau
836
837 \end_inset
838
839
840 \end_layout
841
842 \begin_layout Section
843 Semantic Markup (Character Styles)
844 \end_layout
845
846 \begin_layout Standard
847 The Linguistics module comes with some character styles that are common
848  in linguistics:
849 \end_layout
850
851 \begin_layout Enumerate
852 Concept (in small caps): 
853 \begin_inset Flex CharStyle:Concepts
854 status collapsed
855
856 \begin_layout Plain Layout
857 concept
858 \end_layout
859
860 \end_inset
861
862  
863 \end_layout
864
865 \begin_layout Enumerate
866 Expression (emphasized): 
867 \begin_inset Flex CharStyle:Expression
868 status collapsed
869
870 \begin_layout Plain Layout
871 expression
872 \end_layout
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Enumerate
880 Meaning (in single quotes): 
881 \begin_inset Flex CharStyle:Meaning
882 status collapsed
883
884 \begin_layout Plain Layout
885 meaning
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \begin_layout Standard
894 You can insert the character styles via the 
895 \family sans
896 Edit\SpecialChar \menuseparator
897 Text Style
898 \family default
899  submenu.
900  If you need to change the appearance of these styles later, you can redefine
901  them in the preamble.
902  To make expressions bold, for instance, insert:
903 \end_layout
904
905 \begin_layout LyX-Code
906
907 \backslash
908 renewcommand
909 \backslash
910 lingexpr[1]{
911 \backslash
912 textbf{#1}}
913 \end_layout
914
915 \begin_layout Standard
916 Similarly, concept (
917 \family typewriter
918
919 \backslash
920 lingconcept
921 \family default
922 ) and meaning (
923 \family typewriter
924
925 \backslash
926 lingmeaning
927 \family default
928 ) can be modified.
929 \end_layout
930
931 \begin_layout Section
932 Phonetic Symbols (IPA)
933 \end_layout
934
935 \begin_layout Standard
936 You do not need the Linguistics module to insert phonetic symbols, this
937  is a base functionality of LyX.
938  However, since this is frequently used by linguists, we will describe it
939  (briefly) in this paper nevertheless.
940 \end_layout
941
942 \begin_layout Standard
943 A prerequisite to use LyX's IPA support is the LaTeX package 
944 \emph on
945 tipa
946 \emph default
947  
948 \begin_inset CommandInset citation
949 LatexCommand cite
950 key "tipa"
951
952 \end_inset
953
954 .
955  Additionally, if you want to have instant preview, you should have the
956  
957 \emph on
958 preview-latex
959 \emph default
960  package 
961 \begin_inset CommandInset citation
962 LatexCommand cite
963 key "preview"
964
965 \end_inset
966
967  installed.
968 \end_layout
969
970 \begin_layout Standard
971 Phonetic symbols can be entered via 
972 \family sans
973 Insert\SpecialChar \menuseparator
974 Special characters\SpecialChar \menuseparator
975 Phonetic symbols.
976  
977 \family default
978 You get a little frame, where you can insert the symbols using the shortcut
979  notation which is described in the 
980 \emph on
981 tipa
982 \emph default
983  manual.
984  Example: 
985 \begin_inset Formula $\text{\textipa{[Ekspl@"neIS@n]}}$
986 \end_inset
987
988  (
989 \emph on
990 tipa
991 \emph default
992  shortcut notation: 
993 \family typewriter
994 [Ekspl@"neIS@n
995 \family default
996 ]).
997  Given that
998 \emph on
999  preview-lat
1000 \family sans
1001 \emph default
1002 e
1003 \family default
1004 x is installed and you have switched on instant preview (in
1005 \family sans
1006  Tools\SpecialChar \menuseparator
1007 Preferences\SpecialChar \menuseparator
1008 Graphi
1009 \family default
1010 cs), you'll get a nice preview as soon as the cursor leaves the frame.
1011 \end_layout
1012
1013 \begin_layout Standard
1014 Furthermore, most IPA glyphs can also be inserted (e.
1015 \begin_inset space \thinspace{}
1016 \end_inset
1017
1018 g.
1019  via 
1020 \family sans
1021 Insert\SpecialChar \menuseparator
1022 Special characters\SpecialChar \menuseparator
1023 Symbols\SpecialChar \ldots{}
1024
1025 \family default
1026 ) or pasted directly into LyX: [ɛkspləˈneɪʃən].
1027  In the output, they will be automatically transformed into the correct
1028  
1029 \emph on
1030 tipa
1031 \emph default
1032  macro (if not, please inform me).
1033  However, please note that the former method produces better output quality
1034  for two reasons:
1035 \end_layout
1036
1037 \begin_layout Enumerate
1038 direct input might result in a mix of fonts (in the above example, the latin
1039  characters are taken from the base font, the IPA glyphs from the IPA font,
1040  whereas 
1041 \family sans
1042 Insert\SpecialChar \menuseparator
1043 Special characters\SpecialChar \menuseparator
1044 Phonetic symbol
1045 \family default
1046 s uses the IPA font for all characters)
1047 \end_layout
1048
1049 \begin_layout Enumerate
1050 the letter kerning is not preserved
1051 \end_layout
1052
1053 \begin_layout Standard
1054 So unless you only need to insert single IPA characters, the former method
1055  is recommended, and it's worth learning the (pretty intuitive) IPA shortcut
1056  notation.
1057 \end_layout
1058
1059 \begin_layout Section
1060 Further information
1061 \end_layout
1062
1063 \begin_layout Standard
1064 For a detailed description of specific possibilities for linguists, please
1065  refer to the LinguistLyX page on the LyX wiki 
1066 \begin_inset CommandInset citation
1067 LatexCommand cite
1068 key "linguistlyx"
1069
1070 \end_inset
1071
1072  (feel free to enter your own hints there).
1073 \end_layout
1074
1075 \begin_layout Bibliography
1076 \begin_inset CommandInset bibitem
1077 LatexCommand bibitem
1078 key "covington"
1079
1080 \end_inset
1081
1082 The covington package: 
1083 \begin_inset Flex URL
1084 status collapsed
1085
1086 \begin_layout Plain Layout
1087
1088 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
1089 \end_layout
1090
1091 \end_inset
1092
1093 .
1094 \end_layout
1095
1096 \begin_layout Bibliography
1097 \begin_inset CommandInset bibitem
1098 LatexCommand bibitem
1099 key "csquotes"
1100
1101 \end_inset
1102
1103 The csquotes package: 
1104 \begin_inset Flex URL
1105 status collapsed
1106
1107 \begin_layout Plain Layout
1108
1109 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
1110 \end_layout
1111
1112 \end_inset
1113
1114 .
1115 \end_layout
1116
1117 \begin_layout Bibliography
1118 \begin_inset CommandInset bibitem
1119 LatexCommand bibitem
1120 key "enumitem"
1121
1122 \end_inset
1123
1124 The enumitem package: 
1125 \begin_inset Flex URL
1126 status collapsed
1127
1128 \begin_layout Plain Layout
1129
1130 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
1131 \end_layout
1132
1133 \end_inset
1134
1135 .
1136 \end_layout
1137
1138 \begin_layout Bibliography
1139 \begin_inset CommandInset bibitem
1140 LatexCommand bibitem
1141 key "float"
1142
1143 \end_inset
1144
1145 The float package: 
1146 \begin_inset Flex URL
1147 status collapsed
1148
1149 \begin_layout Plain Layout
1150
1151 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
1152 \end_layout
1153
1154 \end_inset
1155
1156 .
1157 \end_layout
1158
1159 \begin_layout Bibliography
1160 \begin_inset CommandInset bibitem
1161 LatexCommand bibitem
1162 key "linguistlyx"
1163
1164 \end_inset
1165
1166 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using LyX for Linguisti
1167 c Papers.
1168  
1169 \begin_inset Flex URL
1170 status collapsed
1171
1172 \begin_layout Plain Layout
1173
1174 http://wiki.lyx.org/LyX/LinguistLyX
1175 \end_layout
1176
1177 \end_inset
1178
1179 .
1180 \end_layout
1181
1182 \begin_layout Bibliography
1183 \begin_inset CommandInset bibitem
1184 LatexCommand bibitem
1185 key "preview"
1186
1187 \end_inset
1188
1189 The preview-latex package: 
1190 \begin_inset Flex URL
1191 status collapsed
1192
1193 \begin_layout Plain Layout
1194
1195 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
1196 \end_layout
1197
1198 \end_inset
1199
1200 .
1201 \end_layout
1202
1203 \begin_layout Bibliography
1204 \begin_inset CommandInset bibitem
1205 LatexCommand bibitem
1206 key "tipa"
1207
1208 \end_inset
1209
1210 The tipa package and fonts: 
1211 \begin_inset Flex URL
1212 status collapsed
1213
1214 \begin_layout Plain Layout
1215
1216 http://www.ctan.org/tex-archive/fonts/tipa/
1217 \end_layout
1218
1219 \end_inset
1220
1221 .
1222 \end_layout
1223
1224 \end_body
1225 \end_document