]> git.lyx.org Git - lyx.git/blob - lib/examples/linguistics.lyx
RELEASE-NOTES: add a known issue regarding LuaTeX
[lyx.git] / lib / examples / linguistics.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/examples/
7 \textclass article
8 \begin_preamble
9 %% Uncomment the following for Tableaux captions on top:
10 %\floatstyle{plaintop}
11 %\restylefloat{tableau}
12
13 % Backwards compatibility for forest 1.x
14 % If you use forest 2.0.1 or later, you can delete this
15 \@ifpackageloaded{forest}{%
16   \@ifpackagelater{forest}{2016/02/20}{}{%
17     \forestset{
18       roof/.style={edge path={\noexpand\path[\forestoption{edge}]%
19           (.north west)--(!u.south)--(.north east)--cycle
20           \forestoption{edge label};
21         }
22       },
23       sn edges/.style={
24         for tree={parent anchor=south, child anchor=north},
25       },
26       linguistics preamble/.style={sn edges, baseline, for tree={align=center}}
27     }
28     \preto\forest@do{%
29       \forestOpreto{\forest@root}{given options}{linguistics preamble,}%
30     }
31   }
32 }{}
33 \end_preamble
34 \use_default_options false
35 \begin_modules
36 linguistics
37 \end_modules
38 \maintain_unincluded_children false
39 \language english
40 \language_package default
41 \inputencoding auto
42 \fontencoding global
43 \font_roman "lmodern" "FreeSerif"
44 \font_sans "default" "FreeSans"
45 \font_typewriter "default" "default"
46 \font_math "auto" "auto"
47 \font_default_family default
48 \use_non_tex_fonts false
49 \font_sc false
50 \font_osf false
51 \font_sf_scale 100 100
52 \font_tt_scale 100 100
53 \graphics default
54 \default_output_format default
55 \output_sync 0
56 \bibtex_command default
57 \index_command default
58 \paperfontsize default
59 \spacing single
60 \use_hyperref true
61 \pdf_bookmarks true
62 \pdf_bookmarksnumbered false
63 \pdf_bookmarksopen false
64 \pdf_bookmarksopenlevel 1
65 \pdf_breaklinks false
66 \pdf_pdfborder true
67 \pdf_colorlinks false
68 \pdf_backref false
69 \pdf_pdfusetitle true
70 \papersize default
71 \use_geometry false
72 \use_package amsmath 1
73 \use_package amssymb 1
74 \use_package cancel 0
75 \use_package esint 1
76 \use_package mathdots 1
77 \use_package mathtools 0
78 \use_package mhchem 1
79 \use_package stackrel 0
80 \use_package stmaryrd 0
81 \use_package undertilde 0
82 \cite_engine basic
83 \cite_engine_type default
84 \biblio_style plain
85 \use_bibtopic false
86 \use_indices false
87 \paperorientation portrait
88 \suppress_date false
89 \justification true
90 \use_refstyle 0
91 \index Index
92 \shortcut idx
93 \color #008000
94 \end_index
95 \secnumdepth 3
96 \tocdepth 3
97 \paragraph_separation indent
98 \paragraph_indentation default
99 \quotes_language english
100 \papercolumns 1
101 \papersides 1
102 \paperpagestyle default
103 \tracking_changes false
104 \output_changes false
105 \html_math_output 0
106 \html_css_as_file 0
107 \html_be_strict false
108 \end_header
109
110 \begin_body
111
112 \begin_layout Title
113 Writing linguistic papers with \SpecialChar LyX
114
115 \end_layout
116
117 \begin_layout Author
118 Jürgen Spitzmüller
119 \begin_inset Newline newline
120 \end_inset
121
122
123 \begin_inset CommandInset href
124 LatexCommand href
125 target "spitz@lyx.org"
126 type "mailto:"
127
128 \end_inset
129
130
131 \end_layout
132
133 \begin_layout Date
134 21/04/2015
135 \end_layout
136
137 \begin_layout Abstract
138 This paper describes some features that \SpecialChar LyX
139  provides to linguists.
140  It demonstrates how to use some native support in order to produce numbered
141  examples, glosses, OT tableaux, semantic markup, structure trees, and phonetic
142  symbols (IPA).
143 \end_layout
144
145 \begin_layout Section
146 Aims and prerequisites
147 \end_layout
148
149 \begin_layout Standard
150 Basically, this paper describes the features of the 
151 \begin_inset Quotes eld
152 \end_inset
153
154 Linguistics
155 \begin_inset Quotes erd
156 \end_inset
157
158  module that ships with \SpecialChar LyX
159  as of version 1.6.0.
160  
161 \begin_inset Quotes eld
162 \end_inset
163
164 Modules
165 \begin_inset Quotes erd
166 \end_inset
167
168  are support files (introduced with \SpecialChar LyX
169  1.6.0) that can easily be selected for
170  any document.
171  In order to use the Linguistics module, go to 
172 \family sans
173 Document\SpecialChar menuseparator
174 Settings\SpecialChar menuseparator
175 Modules
176 \family default
177 , select 
178 \begin_inset Quotes eld
179 \end_inset
180
181 Linguistics
182 \begin_inset Quotes erd
183 \end_inset
184
185  from the list of available modules, and hit the 
186 \family sans
187 Add
188 \family default
189  button to select it for your document (as already done for this document).
190 \end_layout
191
192 \begin_layout Standard
193 You should be able to use the module with any document class (please inform
194  me, if not).
195  However, in order to use all the features, you need to have the following
196  \SpecialChar LaTeX
197  packages installed:
198 \end_layout
199
200 \begin_layout Enumerate
201
202 \emph on
203 covington.sty
204 \emph default
205  
206 \begin_inset CommandInset citation
207 LatexCommand cite
208 key "covington"
209
210 \end_inset
211
212 : This is the base package used for numbered examples and glosses.
213 \begin_inset Separator latexpar
214 \end_inset
215
216
217 \end_layout
218
219 \begin_deeper
220 \begin_layout Itemize
221 Installed on your system: 
222 \begin_inset Info
223 type  "package"
224 arg   "covington"
225 \end_inset
226
227 .
228 \end_layout
229
230 \end_deeper
231 \begin_layout Enumerate
232
233 \emph on
234 enumitem.sty
235 \emph default
236  
237 \begin_inset CommandInset citation
238 LatexCommand cite
239 key "enumitem"
240
241 \end_inset
242
243 : This package is used for the Subexamples style.
244  It is generally useful to alter the appearance of lists (such as 
245 \emph on
246 enumerate
247 \emph default
248
249 \emph on
250 itemize
251 \emph default
252
253 \emph on
254 description
255 \emph default
256 ).
257 \begin_inset Separator latexpar
258 \end_inset
259
260
261 \end_layout
262
263 \begin_deeper
264 \begin_layout Itemize
265 Installed on your system: 
266 \begin_inset Info
267 type  "package"
268 arg   "enumitem"
269 \end_inset
270
271 .
272 \end_layout
273
274 \end_deeper
275 \begin_layout Enumerate
276
277 \emph on
278 csquotes.sty
279 \emph default
280  
281 \begin_inset CommandInset citation
282 LatexCommand cite
283 key "csquotes"
284
285 \end_inset
286
287 : Needed for the 
288 \emph on
289 Meaning
290 \emph default
291  character style.
292  The package provides context sensitive quotation marks, depending on the
293  language in use.
294 \begin_inset Separator latexpar
295 \end_inset
296
297
298 \end_layout
299
300 \begin_deeper
301 \begin_layout Itemize
302 Installed on your system: 
303 \begin_inset Info
304 type  "package"
305 arg   "csquotes"
306 \end_inset
307
308 .
309 \end_layout
310
311 \end_deeper
312 \begin_layout Enumerate
313
314 \emph on
315 float.sty
316 \emph default
317  
318 \begin_inset CommandInset citation
319 LatexCommand cite
320 key "float"
321
322 \end_inset
323
324 : Needed for the OT tableaux floats and list of floats.
325  This package should be part of any \SpecialChar LaTeX
326  distribution.
327 \begin_inset Separator latexpar
328 \end_inset
329
330
331 \end_layout
332
333 \begin_deeper
334 \begin_layout Itemize
335 Installed on your system: 
336 \begin_inset Info
337 type  "package"
338 arg   "float"
339 \end_inset
340
341 .
342 \end_layout
343
344 \end_deeper
345 \begin_layout Enumerate
346
347 \emph on
348 forest.sty
349 \emph default
350  
351 \begin_inset CommandInset citation
352 LatexCommand cite
353 key "forest"
354
355 \end_inset
356
357 : This package is used to generate structure trees.
358 \begin_inset Separator latexpar
359 \end_inset
360
361
362 \end_layout
363
364 \begin_deeper
365 \begin_layout Itemize
366 Installed on your system: 
367 \begin_inset Info
368 type  "package"
369 arg   "forest"
370 \end_inset
371
372 .
373 \end_layout
374
375 \end_deeper
376 \begin_layout Section
377 Numbered examples
378 \end_layout
379
380 \begin_layout Standard
381 Numbered examples are inserted via the layout drop-down box in the toolbar.
382  There are three variants:
383 \end_layout
384
385 \begin_layout Numbered Example (multiline)
386 This is a multiline example [Style 
387 \emph on
388 Numbered Example (multiline)
389 \emph default
390 ]
391 \end_layout
392
393 \begin_layout Numbered Example (multiline)
394 it can have several paragraphs
395 \end_layout
396
397 \begin_layout Numbered Examples (consecutive)
398 This is a single example
399 \begin_inset CommandInset label
400 LatexCommand label
401 name "exa:single-example"
402
403 \end_inset
404
405  [Style 
406 \emph on
407 Numbered Example (consecutive)
408 \emph default
409 ]
410 \end_layout
411
412 \begin_layout Numbered Examples (consecutive)
413 Consecutive single examples get their own numbers
414 \end_layout
415
416 \begin_layout Subexample
417 This is a subexample
418 \begin_inset CommandInset label
419 LatexCommand label
420 name "subsec:subexample"
421
422 \end_inset
423
424  [Style 
425 \emph on
426 Subexample
427 \emph default
428 ]
429 \end_layout
430
431 \begin_layout Subexample
432 And another one
433 \end_layout
434
435 \begin_layout Standard
436 References to examples are produced as usual: insert a label to the example
437  and a cross-reference via 
438 \family sans
439 Insert\SpecialChar menuseparator
440 Cross references
441 \family default
442 .
443  We refer here, just for the sake of demonstrating this, to 
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "exa:single-example"
447
448 \end_inset
449
450  and 
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "subsec:subexample"
454
455 \end_inset
456
457 .
458 \end_layout
459
460 \begin_layout Standard
461 If you want to modify the numbering of an individual example, you can use
462  
463 \family sans
464 Insert\SpecialChar menuseparator
465 Custom Numbering 
466 \family default
467 .
468 \end_layout
469
470 \begin_layout Section
471 Glosses
472 \end_layout
473
474 \begin_layout Standard
475 The Linguistics module provides two kinds of glosses, which can be inserted
476  via 
477 \family sans
478 Insert\SpecialChar menuseparator
479 Custom Insets
480 \family default
481 : The standard 
482 \emph on
483 Glosse
484 \emph default
485  provides a gloss that consists of two lines (a gloss pair) and a translation,
486  the 
487 \emph on
488 Tri-Glosse
489 \emph default
490  insets consists of three lines and a translation (the third line is usually
491  needed to give morphological or phonological information next to the gloss
492  pair).
493  Each translation line might span multiple lines in the output, i.
494 \begin_inset space \thinspace{}
495 \end_inset
496
497 e., the paragraphs are automatically broken if they exceed the text width.
498  The translation line is inserted by means of 
499 \family sans
500 Insert\SpecialChar menuseparator
501 Glosse Translation
502 \family default
503 .
504  It does not matter where you insert the translation, it is always printed
505  as the last line.
506 \end_layout
507
508 \begin_layout Standard
509 Here is a simple example for a 
510 \emph on
511 Glosse
512 \emph default
513 :
514 \end_layout
515
516 \begin_layout Standard
517 \begin_inset Flex Glosse
518 status open
519
520 \begin_layout Plain Layout
521 C'est     un exemple simple
522 \end_layout
523
524 \begin_layout Plain Layout
525 \begin_inset Flex GroupGlossedWords
526 status open
527
528 \begin_layout Plain Layout
529 This is
530 \end_layout
531
532 \end_inset
533
534  an example simple
535 \end_layout
536
537 \begin_layout Plain Layout
538 \begin_inset Argument 1
539 status open
540
541 \begin_layout Plain Layout
542 \begin_inset Quotes els
543 \end_inset
544
545 This is a simple example
546 \begin_inset Quotes ers
547 \end_inset
548
549
550 \end_layout
551
552 \end_inset
553
554
555 \end_layout
556
557 \end_inset
558
559
560 \end_layout
561
562 \begin_layout Standard
563 \noindent
564 Use 
565 \family sans
566 Edit\SpecialChar menuseparator
567 Text Style\SpecialChar menuseparator
568 GroupGlossedWords
569 \family default
570  in order to hold together multi-word expressions (or alternatively just
571  put braces in TeX mode 
572 \begin_inset ERT
573 status open
574
575 \begin_layout Plain Layout
576
577 {
578 \end_layout
579
580 \end_inset
581
582 around those words
583 \begin_inset ERT
584 status open
585
586 \begin_layout Plain Layout
587
588 }
589 \end_layout
590
591 \end_inset
592
593 ).
594  Note that you can enter multiple spaces to align the glosses in the \SpecialChar LyX
595  work
596  area; this will not affect the output.
597 \end_layout
598
599 \begin_layout Standard
600 Here is a three-line gloss (
601 \emph on
602 Tri-Glosse
603 \emph default
604 ); the procedure is the same:
605 \end_layout
606
607 \begin_layout Standard
608 \begin_inset Flex Tri-Glosse
609 status open
610
611 \begin_layout Plain Layout
612 C'est      un exemple simple
613 \end_layout
614
615 \begin_layout Plain Layout
616 \begin_inset Flex GroupGlossedWords
617 status open
618
619 \begin_layout Plain Layout
620 Das ist
621 \end_layout
622
623 \end_inset
624
625  ein Beispiel einfach
626 \end_layout
627
628 \begin_layout Plain Layout
629 \begin_inset Flex GroupGlossedWords
630 status open
631
632 \begin_layout Plain Layout
633 This is
634 \end_layout
635
636 \end_inset
637
638  an  example simple
639 \end_layout
640
641 \begin_layout Plain Layout
642 \begin_inset Argument 1
643 status open
644
645 \begin_layout Plain Layout
646 \begin_inset Quotes els
647 \end_inset
648
649 This is a simple example
650 \begin_inset Quotes ers
651 \end_inset
652
653
654 \end_layout
655
656 \end_inset
657
658
659 \end_layout
660
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 \noindent
668 If you want to have numbered glosses, simply insert the gloss inset to a
669  numbered examples paragraph, as follows:
670 \end_layout
671
672 \begin_layout Numbered Examples (consecutive)
673 \begin_inset Flex Tri-Glosse
674 status open
675
676 \begin_layout Plain Layout
677 Mein Luftkissenfahrzeug ist voller  Aale
678 \end_layout
679
680 \begin_layout Plain Layout
681 My    skeertuig                   is  vol       palings
682 \end_layout
683
684 \begin_layout Plain Layout
685 My    hovercraft                 is 
686 \begin_inset Flex GroupGlossedWords
687 status open
688
689 \begin_layout Plain Layout
690 full of
691 \end_layout
692
693 \end_inset
694
695  eels
696 \end_layout
697
698 \begin_layout Plain Layout
699 \begin_inset Argument 1
700 status open
701
702 \begin_layout Plain Layout
703 \begin_inset Quotes els
704 \end_inset
705
706 Do you have matches?
707 \begin_inset Quotes ers
708 \end_inset
709
710
711 \end_layout
712
713 \end_inset
714
715
716 \end_layout
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Subsection*
724 Tips & Tricks
725 \end_layout
726
727 \begin_layout Subsubsection*
728 Avoiding Page Breaks within Glosses
729 \end_layout
730
731 \begin_layout Standard
732 Page breaks might occur within glosses, which is not desirable.
733  A workaround is to wrap glosses into boxes (via 
734 \family sans
735 Insert\SpecialChar menuseparator
736 Box\SpecialChar menuseparator
737 Frameless
738 \family default
739 ).
740  If you want to automate this for all glosses, you can copy the following
741  code to 
742 \family sans
743 Document\SpecialChar menuseparator
744 Settings\SpecialChar menuseparator
745 LaTeX Preamble
746 \family default
747 :
748 \begin_inset Separator latexpar
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Quote
755 \begin_inset listings
756 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
757 inline false
758 status open
759
760 \begin_layout Plain Layout
761
762 % Do not break pages at two-line glosses
763 \end_layout
764
765 \begin_layout Plain Layout
766
767
768 \backslash
769 AtBeginDocument{%
770 \end_layout
771
772 \begin_layout Plain Layout
773
774
775 \backslash
776 renewenvironment{linggloss}[2][]{%
777 \end_layout
778
779 \begin_layout Plain Layout
780
781
782 \backslash
783 def
784 \backslash
785 glosstr{
786 \backslash
787 glt #1}%
788 \end_layout
789
790 \begin_layout Plain Layout
791
792
793 \backslash
794 begin{minipage}{.7
795 \backslash
796 textwidth}
797 \end_layout
798
799 \begin_layout Plain Layout
800
801
802 \backslash
803 gll #2}{
804 \backslash
805 glosstr
806 \backslash
807 glend
808 \backslash
809 end{minipage}}
810 \end_layout
811
812 \begin_layout Plain Layout
813
814 }
815 \end_layout
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Quote
823 \begin_inset listings
824 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
825 inline false
826 status open
827
828 \begin_layout Plain Layout
829
830 % Do not break pages at three-line glosses
831 \end_layout
832
833 \begin_layout Plain Layout
834
835
836 \backslash
837 AtBeginDocument{%
838 \end_layout
839
840 \begin_layout Plain Layout
841
842
843 \backslash
844 renewenvironment{lingglosss}[2][]{%
845 \end_layout
846
847 \begin_layout Plain Layout
848
849
850 \backslash
851 def
852 \backslash
853 glosstr{
854 \backslash
855 glt #1}%
856 \end_layout
857
858 \begin_layout Plain Layout
859
860
861 \backslash
862 begin{minipage}{.7
863 \backslash
864 textwidth}
865 \end_layout
866
867 \begin_layout Plain Layout
868
869
870 \backslash
871 glll #2}{
872 \backslash
873 glosstr
874 \backslash
875 glend
876 \backslash
877 end{minipage}}
878 \end_layout
879
880 \begin_layout Plain Layout
881
882 }
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Standard
891 You might have to adapt the minipage width (
892 \family typewriter
893 .7
894 \backslash
895 textwidth
896 \family default
897  in the example code) to fit the glosses to your actual page width.
898 \end_layout
899
900 \begin_layout Subsubsection*
901 Footnotes in Glosses
902 \end_layout
903
904 \begin_layout Standard
905 Although you can insert a footnote in a 
906 \emph on
907 Glosse
908 \emph default
909  inset, LaTeX compilation will not succeed.
910  If you need footnotes, put 
911 \family typewriter
912
913 \backslash
914 footnotemark
915 \family default
916  in TeX mode in the glosse at the point where the footnote number should
917  appear, and
918 \family typewriter
919  
920 \backslash
921 footnotetext{Actual footnote ...}
922 \family default
923 , also in TeX mode, right behind the 
924 \emph on
925 Glosse
926 \emph default
927  inset.
928  If you need several footnotes, just insert multiple of these constructs.
929 \end_layout
930
931 \begin_layout Subsubsection*
932 Using Glosses (and Examples) in a Beamer Presentation
933 \end_layout
934
935 \begin_layout Standard
936 The 
937 \emph on
938 covington
939 \emph default
940  package and the 
941 \emph on
942 beamer
943 \emph default
944  class do not work together out of the box, since they both try to define
945  the commands 
946 \family typewriter
947
948 \backslash
949 example
950 \family default
951  and 
952 \family typewriter
953
954 \backslash
955 examples
956 \family default
957 , which results in a \SpecialChar LaTeX
958  error.
959  You can work around the problem by inserting the following code in 
960 \family sans
961 Document\SpecialChar menuseparator
962 Settings\SpecialChar menuseparator
963 Local Layout
964 \family default
965 :
966 \end_layout
967
968 \begin_layout Quote
969 \begin_inset listings
970 lstparams "basicstyle={\footnotesize\ttfamily},tabsize=4"
971 inline false
972 status open
973
974 \begin_layout Plain Layout
975
976 Provides covington 1
977 \end_layout
978
979 \begin_layout Plain Layout
980
981 AddToPreamble
982 \end_layout
983
984 \begin_layout Plain Layout
985
986                 
987 \backslash
988 let
989 \backslash
990 example
991 \backslash
992 relax
993 \end_layout
994
995 \begin_layout Plain Layout
996
997                 
998 \backslash
999 let
1000 \backslash
1001 endexample
1002 \backslash
1003 relax
1004 \end_layout
1005
1006 \begin_layout Plain Layout
1007
1008                 
1009 \backslash
1010 let
1011 \backslash
1012 examples
1013 \backslash
1014 relax
1015 \end_layout
1016
1017 \begin_layout Plain Layout
1018
1019                 
1020 \backslash
1021 let
1022 \backslash
1023 endexamples
1024 \backslash
1025 relax
1026 \end_layout
1027
1028 \begin_layout Plain Layout
1029
1030                 
1031 \backslash
1032 usepackage{covington}
1033 \end_layout
1034
1035 \begin_layout Plain Layout
1036
1037 EndPreamble
1038 \end_layout
1039
1040 \end_inset
1041
1042
1043 \end_layout
1044
1045 \begin_layout Standard
1046 Press 
1047 \begin_inset Quotes eld
1048 \end_inset
1049
1050 validate
1051 \begin_inset Quotes erd
1052 \end_inset
1053
1054  and 
1055 \begin_inset Quotes eld
1056 \end_inset
1057
1058 OK
1059 \begin_inset Quotes erd
1060 \end_inset
1061
1062 .
1063  This effectively defuncts beamer's example(s) environment in favour of
1064  covington's.
1065 \end_layout
1066
1067 \begin_layout Standard
1068 Furthermore, if you want to use glosses in 
1069 \emph on
1070 beamer
1071 \emph default
1072 , you need to put it in a 
1073 \begin_inset Quotes eld
1074 \end_inset
1075
1076 fragile
1077 \begin_inset Quotes erd
1078 \end_inset
1079
1080  frame.
1081  
1082 \end_layout
1083
1084 \begin_layout Section
1085 Optimality Theory Tableaux
1086 \end_layout
1087
1088 \begin_layout Standard
1089 OT tableaux itself can of course simply be inserted as ordinary tables (for
1090  specific features such as dashed lines and shaded cells, cf.
1091  the 
1092 \emph on
1093 EmbeddedObjects
1094 \emph default
1095  manual).
1096  However, you might want to have the tableaux numbered throughout the document,
1097  and you might want to have a 
1098 \emph on
1099 List of Tableaux
1100 \emph default
1101 , similar to the 
1102 \emph on
1103 List of Tables
1104 \emph default
1105 .
1106  
1107 \end_layout
1108
1109 \begin_layout Standard
1110 The Linguistics module provides support for both.
1111  In 
1112 \family sans
1113 Insert\SpecialChar menuseparator
1114 Floats
1115 \family default
1116 , you will find a Tableaux float:
1117 \end_layout
1118
1119 \begin_layout Standard
1120 \begin_inset Float tableau
1121 placement h
1122 wide false
1123 sideways false
1124 status open
1125
1126 \begin_layout Plain Layout
1127 \align center
1128 \begin_inset Tabular
1129 <lyxtabular version="3" rows="5" columns="5">
1130 <features tabularvalignment="middle">
1131 <column alignment="right" valignment="top">
1132 <column alignment="center" valignment="top">
1133 <column alignment="center" valignment="top">
1134 <column alignment="center" valignment="top" special="|c">
1135 <column alignment="center" valignment="top">
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 /atikap/
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150
1151 \noun on
1152 Onset
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161
1162 \noun on
1163 NoCoda
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172
1173 \noun on
1174 Dep
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183
1184 \noun on
1185 Max
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 \begin_inset Formula $\mbox{☞}$
1197 \end_inset
1198
1199  
1200 \begin_inset Formula $\mbox{\textipa{P}}$
1201 \end_inset
1202
1203 a.ti.ka
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 <cell alignment="center" valignment="top" topline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 *
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 *
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 </row>
1245 <row>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 a.ti.ka
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 *!
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 <cell alignment="center" valignment="top" topline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 *
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 \begin_inset Formula $\mbox{\textipa{P}}$
1298 \end_inset
1299
1300 a.ti.kap
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 <cell alignment="center" valignment="top" topline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 *!
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 *
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336
1337 \end_layout
1338
1339 \end_inset
1340 </cell>
1341 </row>
1342 <row>
1343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 a.ti.kap
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1353 \begin_inset Text
1354
1355 \begin_layout Plain Layout
1356 *!
1357 \end_layout
1358
1359 \end_inset
1360 </cell>
1361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1362 \begin_inset Text
1363
1364 \begin_layout Plain Layout
1365 *!
1366 \end_layout
1367
1368 \end_inset
1369 </cell>
1370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1371 \begin_inset Text
1372
1373 \begin_layout Plain Layout
1374
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
1380 \begin_inset Text
1381
1382 \begin_layout Plain Layout
1383
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 </row>
1389 </lyxtabular>
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \begin_layout Plain Layout
1397 \begin_inset Caption Standard
1398
1399 \begin_layout Plain Layout
1400 Example Tableau
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \end_layout
1412
1413 \begin_layout Standard
1414 Note that by default, the caption is always placed below the tableaux in
1415  the output, no matter where you put it in the \SpecialChar LyX
1416  window.
1417  To get the Tableau captions on top, put the following code in 
1418 \family sans
1419 Document\SpecialChar menuseparator
1420 Settings\SpecialChar menuseparator
1421 Preamble
1422 \family default
1423 :
1424 \end_layout
1425
1426 \begin_layout Quote
1427 \begin_inset listings
1428 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
1429 inline false
1430 status open
1431
1432 \begin_layout Plain Layout
1433
1434
1435 \backslash
1436 floatstyle{plaintop}
1437 \end_layout
1438
1439 \begin_layout Plain Layout
1440
1441
1442 \backslash
1443 restylefloat{tableau}
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \begin_layout Standard
1452 If you use a KOMA class, use the following code instead:
1453 \end_layout
1454
1455 \begin_layout Quote
1456 \begin_inset listings
1457 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
1458 inline false
1459 status open
1460
1461 \begin_layout Plain Layout
1462
1463
1464 \backslash
1465 floatstyle{komaabove}
1466 \end_layout
1467
1468 \begin_layout Plain Layout
1469
1470
1471 \backslash
1472 restylefloat{tableau}
1473 \end_layout
1474
1475 \end_inset
1476
1477
1478 \end_layout
1479
1480 \begin_layout Standard
1481 A List of Tableaux inset can be found in 
1482 \family sans
1483 Insert\SpecialChar menuseparator
1484 Lists & TOC
1485 \family default
1486 .
1487  It looks like this:
1488 \end_layout
1489
1490 \begin_layout Standard
1491 \begin_inset FloatList tableau
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \begin_layout Section
1499 Semantic Markup (Character Styles)
1500 \end_layout
1501
1502 \begin_layout Standard
1503 The Linguistics module comes with some character styles that are common
1504  in linguistics:
1505 \end_layout
1506
1507 \begin_layout Enumerate
1508 Concept (in small caps): 
1509 \begin_inset Flex Concepts
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513 concept
1514 \end_layout
1515
1516 \end_inset
1517
1518  
1519 \end_layout
1520
1521 \begin_layout Enumerate
1522 Expression (emphasized): 
1523 \begin_inset Flex Expression
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527 expression
1528 \end_layout
1529
1530 \end_inset
1531
1532
1533 \end_layout
1534
1535 \begin_layout Enumerate
1536 Meaning (in single quotes): 
1537 \begin_inset Flex Meaning
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 meaning
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \end_layout
1548
1549 \begin_layout Standard
1550 You can insert the character styles via the 
1551 \family sans
1552 Edit\SpecialChar menuseparator
1553 Text Style
1554 \family default
1555  submenu.
1556  If you need to change the appearance of these styles later, you can redefine
1557  them in the preamble.
1558  To make expressions bold, for instance, insert:
1559 \end_layout
1560
1561 \begin_layout Quote
1562 \begin_inset listings
1563 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
1564 inline false
1565 status open
1566
1567 \begin_layout Plain Layout
1568
1569
1570 \backslash
1571 renewcommand
1572 \backslash
1573 lingexpr[1]{
1574 \backslash
1575 textbf{#1}}
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \begin_layout Standard
1584 Similarly, concept (
1585 \family typewriter
1586
1587 \backslash
1588 lingconcept
1589 \family default
1590 ) and meaning (
1591 \family typewriter
1592
1593 \backslash
1594 lingmeaning
1595 \family default
1596 ) can be modified.
1597 \end_layout
1598
1599 \begin_layout Section
1600 Linguistic structure trees
1601 \end_layout
1602
1603 \begin_layout Standard
1604 Meanwhile, many \SpecialChar LaTeX
1605  are available which help producing structure trees.
1606  \SpecialChar LyX
1607  supports the 
1608 \family sans
1609 forest
1610 \family default
1611  package, which combines high flexibility and power with a comfortable input
1612  syntax.
1613  The Linguistics module provides a Structure Tree inset, which can be inserted
1614  via 
1615 \family sans
1616 Insert\SpecialChar menuseparator
1617 Custom Insets
1618 \family default
1619 .
1620  Within this inset, you can insert the bracket notation used by 
1621 \family sans
1622 forest
1623 \family default
1624  (and also by other similar packages such as 
1625 \family sans
1626 qtree
1627 \family default
1628 ).
1629 \end_layout
1630
1631 \begin_layout Standard
1632 Here is a simple example:
1633 \end_layout
1634
1635 \begin_layout Standard
1636 \begin_inset Flex Structure Tree
1637 status open
1638
1639 \begin_layout Plain Layout
1640 [VP [DP[John]] [V' [V[sent]] [DP[Mary]] [DP[D[a]][NP[letter]]] ] ]
1641 \end_layout
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \begin_layout Standard
1649 \noindent
1650 If you view the PDF output, you will see that the input
1651 \end_layout
1652
1653 \begin_layout Quote
1654
1655 \family typewriter
1656 \size small
1657 [VP [DP[John]] [V' [V[sent]] [DP[Mary]] [DP[D[a]][NP[letter]]]]]
1658 \end_layout
1659
1660 \begin_layout Standard
1661 expands to a real structure tree.
1662  To view the result within the \SpecialChar LyX
1663  work area, you can simply embed the Structure
1664  Tree inset into a Preview inset (
1665 \family sans
1666 Insert\SpecialChar menuseparator
1667 Preview
1668 \family default
1669 ).
1670  If instant preview is correctly installed and activated, you should see
1671  the tree immediately (just click on the image in order to edit):
1672 \end_layout
1673
1674 \begin_layout Standard
1675 \begin_inset Preview
1676
1677 \begin_layout Standard
1678 \begin_inset Flex Structure Tree
1679 status open
1680
1681 \begin_layout Plain Layout
1682 [VP [DP[Mary]] [V' [V[sent]] [DP[John]] [DP[D[a]][NP[response]]] ] ]
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \begin_layout Standard
1696 \noindent
1697 Roofs can be easily generated by means of the 
1698 \begin_inset Quotes eld
1699 \end_inset
1700
1701 roof
1702 \begin_inset Quotes erd
1703 \end_inset
1704
1705  option
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 \noindent
1711 Note that the 
1712 \begin_inset Quotes eld
1713 \end_inset
1714
1715 roof
1716 \begin_inset Quotes erd
1717 \end_inset
1718
1719  option only exists as of 
1720 \family sans
1721 forest
1722 \family default
1723  version 2.0.
1724  We have added some code to the preamble of this manual to support previous
1725  versions.
1726  If you use a 
1727 \family sans
1728 forest
1729 \family default
1730  version < 2.0, you either need to copy this code to your preamble or use
1731  the old option 
1732 \begin_inset Quotes eld
1733 \end_inset
1734
1735 triangle
1736 \begin_inset Quotes erd
1737 \end_inset
1738
1739  instead of 
1740 \begin_inset Quotes eld
1741 \end_inset
1742
1743 roof
1744 \begin_inset Quotes erd
1745 \end_inset
1746
1747 .
1748 \end_layout
1749
1750 \end_inset
1751
1752  (note that the comma has special meaning, as it marks options):
1753 \end_layout
1754
1755 \begin_layout Standard
1756 \begin_inset Flex Structure Tree
1757 status open
1758
1759 \begin_layout Plain Layout
1760 [VP [DP[John]] [V' [V[sent]] [DP[Mary]] [DP[another letter, roof]] ] ]
1761 \end_layout
1762
1763 \end_inset
1764
1765
1766 \end_layout
1767
1768 \begin_layout Standard
1769 \noindent
1770 In order to align nodes of the tree more elegantly, use the 
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774 tier
1775 \begin_inset Quotes erd
1776 \end_inset
1777
1778  option.
1779  All nodes which have the same 
1780 \begin_inset Quotes eld
1781 \end_inset
1782
1783 tier
1784 \begin_inset Quotes erd
1785 \end_inset
1786
1787  allocated get aligned.
1788  Here is an example:
1789 \end_layout
1790
1791 \begin_layout Standard
1792 \begin_inset Flex Structure Tree
1793 status open
1794
1795 \begin_layout Plain Layout
1796 [VP [DP[John,tier=word]] [V' [V[sent,tier=word]] [DP[Mary,tier=word]] [DP[D[a,ti
1797 er=word]][NP[letter,tier=word]]] ] ]
1798 \end_layout
1799
1800 \end_inset
1801
1802
1803 \end_layout
1804
1805 \begin_layout Standard
1806 \noindent
1807 The package supports many additional features, such as movement arrows and
1808  decorations, that cannot documented here (please refer to the detailed
1809  package documentation 
1810 \begin_inset CommandInset citation
1811 LatexCommand cite
1812 key "forest"
1813
1814 \end_inset
1815
1816 ).
1817 \end_layout
1818
1819 \begin_layout Section
1820 Phonetic Symbols (IPA)
1821 \end_layout
1822
1823 \begin_layout Standard
1824 You do not need the Linguistics module to insert phonetic symbols, this
1825  is a base functionality of \SpecialChar LyX
1826 .
1827  However, since this is frequently used by linguists, we will describe it
1828  (briefly) in this manual nevertheless.
1829 \end_layout
1830
1831 \begin_layout Standard
1832 If you use traditional \SpecialChar LaTeX
1833  or PDF\SpecialChar LaTeX
1834 , a prerequisite to use \SpecialChar LyX
1835 's IPA support is
1836  the \SpecialChar LaTeX
1837  package 
1838 \emph on
1839 tipa
1840 \emph default
1841  
1842 \begin_inset CommandInset citation
1843 LatexCommand cite
1844 key "tipa"
1845
1846 \end_inset
1847
1848 .
1849 \begin_inset Foot
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 If you use Xe\SpecialChar TeX
1854  or Lua\SpecialChar TeX
1855  (i.
1856 \begin_inset space \thinspace{}
1857 \end_inset
1858
1859 e., if you have clicked 
1860 \begin_inset Quotes eld
1861 \end_inset
1862
1863 Use non-\SpecialChar TeX
1864  fonts
1865 \begin_inset Quotes erd
1866 \end_inset
1867
1868  in 
1869 \family sans
1870 Document\SpecialChar menuseparator
1871 Settings\SpecialChar menuseparator
1872 Fonts
1873 \family default
1874 ), no extra package is needed.
1875 \end_layout
1876
1877 \end_inset
1878
1879  Additionally, if you want to have instant preview, you should have the
1880  
1881 \emph on
1882 preview-latex
1883 \emph default
1884  package 
1885 \begin_inset CommandInset citation
1886 LatexCommand cite
1887 key "preview"
1888
1889 \end_inset
1890
1891  installed.
1892 \end_layout
1893
1894 \begin_layout Standard
1895 The recommended way to insert phonetic symbols is via 
1896 \family sans
1897 Insert\SpecialChar menuseparator
1898 Special characters\SpecialChar menuseparator
1899 Phonetic symbols.
1900  
1901 \family default
1902 This gives you an input box (
1903 \begin_inset Quotes eld
1904 \end_inset
1905
1906 inset
1907 \begin_inset Quotes erd
1908 \end_inset
1909
1910  in \SpecialChar LyX
1911  speak), where you can insert the symbols.
1912  Note that this box can be used both for the insertion of small snippets
1913  (inline) and multiple paragraphs of phonetic notation.
1914  While the cursor is inside the box, a toolbar opens, which provides the
1915  basic set of phonetic symbols (sorted by the IPA categories).
1916 \begin_inset Foot
1917 status collapsed
1918
1919 \begin_layout Plain Layout
1920 Currently, there is one symbol missing: the labiodental flap (added to the
1921  IPA in 2005).
1922  This symbol is not yet supported by the 
1923 \emph on
1924 tipa
1925 \emph default
1926  package and thus cannot be supported by LyX.
1927 \end_layout
1928
1929 \end_inset
1930
1931  Each of the toolbar's panels can be torn off the bar by clicking on the
1932  dashed line on its top.
1933  This way, you can insert most symbols quite comfortably: 
1934 \begin_inset IPA
1935
1936 \begin_layout Standard
1937 [l
1938 \begin_inset IPADeco bottomtiebar
1939 status open
1940
1941 \begin_layout Plain Layout
1942 ai
1943 \end_layout
1944
1945 \end_inset
1946
1947 k ðɪs]
1948 \end_layout
1949
1950 \end_inset
1951
1952 .
1953 \begin_inset Foot
1954 status collapsed
1955
1956 \begin_layout Plain Layout
1957 Note that, if you want to insert diacritics, the diacritics are inserted
1958  
1959 \emph on
1960 after
1961 \emph default
1962  the base character.
1963  That is to say, for 
1964 \begin_inset IPA
1965
1966 \begin_layout Standard
1967 [d̥]
1968 \end_layout
1969
1970 \end_inset
1971
1972  you need to insert 
1973 \family typewriter
1974 <d>
1975 \family default
1976  and then the 
1977 \family typewriter
1978 <voiceless>
1979 \family default
1980  subring diacritic from the toolbar immediately after the 
1981 \family typewriter
1982 <d>
1983 \family default
1984 .
1985  If you need a diacritic alone, you can achieve this by inserting a blank
1986  and then the diacritic, as in 
1987 \begin_inset IPA
1988
1989 \begin_layout Standard
1990  ̼
1991 \end_layout
1992
1993 \end_inset
1994
1995  (
1996 \family typewriter
1997 =
1998 \begin_inset space ~
1999 \end_inset
2000
2001 <space>+<Linguolabial from the IPA toolbar>
2002 \family default
2003 ).
2004 \end_layout
2005
2006 \end_inset
2007
2008  Given that
2009 \emph on
2010  preview-latex
2011 \emph default
2012  is installed and you have switched on instant preview (in
2013 \family sans
2014  Tools\SpecialChar menuseparator
2015 Preferences\SpecialChar menuseparator
2016 Look
2017 \begin_inset space ~
2018 \end_inset
2019
2020 &
2021 \begin_inset space ~
2022 \end_inset
2023
2024 Feel\SpecialChar menuseparator
2025 Display
2026 \family default
2027 ), you'll get a nice WYSIWYG preview as soon as the cursor leaves the box.
2028  Alternatively to the toolbar, you can also insert the symbols directly
2029  via the shortcut notation which is described in the 
2030 \emph on
2031 tipa
2032 \emph default
2033  manual: here's 
2034 \begin_inset IPA
2035
2036 \begin_layout Standard
2037
2038 \family roman
2039 \series medium
2040 \shape up
2041 \size normal
2042 \emph off
2043 \bar no
2044 \strikeout off
2045 \uuline off
2046 \uwave off
2047 \noun off
2048 \color none
2049 [@n Ig"zA:mpl]
2050 \end_layout
2051
2052 \end_inset
2053
2054  (
2055 \emph on
2056 tipa
2057 \emph default
2058  shortcut notation: 
2059 \family typewriter
2060 [@n Ig"zA:mpl
2061 \family default
2062 ]).
2063  Furthermore, you can insert symbols via 
2064 \family sans
2065 Insert\SpecialChar menuseparator
2066 Special characters\SpecialChar menuseparator
2067 Symbols\SpecialChar ldots
2068
2069 \family default
2070  (which might be useful for symbols that are not yet covered by the toolbar),
2071  or you can simply paste unicode-encoded text (e.
2072 \begin_inset space \thinspace{}
2073 \end_inset
2074
2075 g., from other applications) into the box.
2076  The output should be equal, no matter what input method you chose.
2077 \end_layout
2078
2079 \begin_layout Standard
2080 Note that you can also insert or paste most IPA glyphs outside the specific
2081  IPA input box: [əz ʃəʊn hɪə].
2082  In the output, they will be automatically transformed into the correct
2083  
2084 \emph on
2085 tipa
2086 \emph default
2087  macro (if not, please inform us).
2088  However, please note that this method produces inferior output quality,
2089  since it will most likely result in a mix of fonts (the latin characters
2090  are taken from the base document font, the IPA glyphs from the IPA font).
2091  Within the IPA input box, on the other hand, the IPA font is used for all
2092  characters.
2093  So unless you only need to insert single IPA characters, using the IPA
2094  input box is highly recommended.
2095 \end_layout
2096
2097 \begin_layout Section
2098 Further information
2099 \end_layout
2100
2101 \begin_layout Standard
2102 For a detailed description of specific possibilities for linguists, please
2103  refer to the Linguist\SpecialChar LyX
2104  page on the \SpecialChar LyX
2105  wiki 
2106 \begin_inset CommandInset citation
2107 LatexCommand cite
2108 key "linguistlyx"
2109
2110 \end_inset
2111
2112  (feel free to enter your own hints there).
2113 \end_layout
2114
2115 \begin_layout Bibliography
2116 \begin_inset CommandInset bibitem
2117 LatexCommand bibitem
2118 key "covington"
2119
2120 \end_inset
2121
2122 The covington package: 
2123 \begin_inset Flex URL
2124 status collapsed
2125
2126 \begin_layout Plain Layout
2127
2128 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
2129 \end_layout
2130
2131 \end_inset
2132
2133 .
2134 \end_layout
2135
2136 \begin_layout Bibliography
2137 \begin_inset CommandInset bibitem
2138 LatexCommand bibitem
2139 key "csquotes"
2140
2141 \end_inset
2142
2143 The csquotes package: 
2144 \begin_inset Flex URL
2145 status collapsed
2146
2147 \begin_layout Plain Layout
2148
2149 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
2150 \end_layout
2151
2152 \end_inset
2153
2154 .
2155 \end_layout
2156
2157 \begin_layout Bibliography
2158 \begin_inset CommandInset bibitem
2159 LatexCommand bibitem
2160 key "enumitem"
2161
2162 \end_inset
2163
2164 The enumitem package: 
2165 \begin_inset Flex URL
2166 status collapsed
2167
2168 \begin_layout Plain Layout
2169
2170 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
2171 \end_layout
2172
2173 \end_inset
2174
2175 .
2176 \end_layout
2177
2178 \begin_layout Bibliography
2179 \begin_inset CommandInset bibitem
2180 LatexCommand bibitem
2181 key "float"
2182
2183 \end_inset
2184
2185 The float package: 
2186 \begin_inset Flex URL
2187 status collapsed
2188
2189 \begin_layout Plain Layout
2190
2191 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
2192 \end_layout
2193
2194 \end_inset
2195
2196 .
2197 \end_layout
2198
2199 \begin_layout Bibliography
2200 \begin_inset CommandInset bibitem
2201 LatexCommand bibitem
2202 key "forest"
2203
2204 \end_inset
2205
2206 The forest package: 
2207 \begin_inset Flex URL
2208 status collapsed
2209
2210 \begin_layout Plain Layout
2211
2212 http://www.ctan.org/tex-archive/graphics/pgf/contrib/forest
2213 \end_layout
2214
2215 \end_inset
2216
2217 .
2218 \end_layout
2219
2220 \begin_layout Bibliography
2221 \begin_inset CommandInset bibitem
2222 LatexCommand bibitem
2223 key "linguistlyx"
2224
2225 \end_inset
2226
2227 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using \SpecialChar LyX
2228  for Linguistic
2229  Papers.
2230  
2231 \begin_inset Flex URL
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235
2236 http://wiki.lyx.org/LyX/LinguistLyX
2237 \end_layout
2238
2239 \end_inset
2240
2241 .
2242 \end_layout
2243
2244 \begin_layout Bibliography
2245 \begin_inset CommandInset bibitem
2246 LatexCommand bibitem
2247 key "preview"
2248
2249 \end_inset
2250
2251 The preview-latex package: 
2252 \begin_inset Flex URL
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256
2257 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
2258 \end_layout
2259
2260 \end_inset
2261
2262 .
2263 \end_layout
2264
2265 \begin_layout Bibliography
2266 \begin_inset CommandInset bibitem
2267 LatexCommand bibitem
2268 key "tipa"
2269
2270 \end_inset
2271
2272 The tipa package and fonts: 
2273 \begin_inset Flex URL
2274 status collapsed
2275
2276 \begin_layout Plain Layout
2277
2278 http://www.ctan.org/tex-archive/fonts/tipa/
2279 \end_layout
2280
2281 \end_inset
2282
2283 .
2284 \end_layout
2285
2286 \end_body
2287 \end_document