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