]> git.lyx.org Git - lyx.git/blob - lib/examples/linguistics.lyx
Fix incompatibility of covington and beamer.
[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 If you use the linguistics module with 
937 \emph on
938 beamer
939 \emph default
940  presentations, there are some caveats:
941 \end_layout
942
943 \begin_layout Itemize
944 If you want to use glosses in 
945 \emph on
946 beamer
947 \emph default
948 , you need to put it in a 
949 \begin_inset Quotes eld
950 \end_inset
951
952 fragile
953 \begin_inset Quotes erd
954 \end_inset
955
956  frame.
957  
958 \end_layout
959
960 \begin_layout Itemize
961 Older versions of the 
962 \emph on
963 covington
964 \emph default
965  package (before version 1.1) do not play with the 
966 \emph on
967 beamer
968 \emph default
969  class out of the box, since both 
970 \emph on
971 beamer
972 \emph default
973  and 
974 \emph on
975 covington
976 \emph default
977  try to define the commands 
978 \family typewriter
979
980 \backslash
981 example
982 \family default
983  and 
984 \family typewriter
985
986 \backslash
987 examples
988 \family default
989 .
990  In these older versions of 
991 \emph on
992 covington
993 \emph default
994 , this results in a \SpecialChar LaTeX
995  error.
996  You can work around this problem by inserting the following code in 
997 \family sans
998 Document\SpecialChar menuseparator
999 Settings\SpecialChar menuseparator
1000 Local Layout
1001 \family default
1002 :
1003 \end_layout
1004
1005 \begin_deeper
1006 \begin_layout Quote
1007 \begin_inset listings
1008 lstparams "basicstyle={\footnotesize\ttfamily},tabsize=4"
1009 inline false
1010 status open
1011
1012 \begin_layout Plain Layout
1013
1014 Provides covington 1
1015 \end_layout
1016
1017 \begin_layout Plain Layout
1018
1019 AddToPreamble
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023
1024                 
1025 \backslash
1026 let
1027 \backslash
1028 example
1029 \backslash
1030 relax
1031 \end_layout
1032
1033 \begin_layout Plain Layout
1034
1035                 
1036 \backslash
1037 let
1038 \backslash
1039 endexample
1040 \backslash
1041 relax
1042 \end_layout
1043
1044 \begin_layout Plain Layout
1045
1046                 
1047 \backslash
1048 let
1049 \backslash
1050 examples
1051 \backslash
1052 relax
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056
1057                 
1058 \backslash
1059 let
1060 \backslash
1061 endexamples
1062 \backslash
1063 relax
1064 \end_layout
1065
1066 \begin_layout Plain Layout
1067
1068                 
1069 \backslash
1070 usepackage{covington}
1071 \end_layout
1072
1073 \begin_layout Plain Layout
1074
1075 EndPreamble
1076 \end_layout
1077
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Standard
1084 Press 
1085 \begin_inset Quotes eld
1086 \end_inset
1087
1088 validate
1089 \begin_inset Quotes erd
1090 \end_inset
1091
1092  and 
1093 \begin_inset Quotes eld
1094 \end_inset
1095
1096 OK
1097 \begin_inset Quotes erd
1098 \end_inset
1099
1100 .
1101  This effectively defuncts 
1102 \emph on
1103 beamer's
1104 \emph default
1105  example(s) environment in favor of 
1106 \emph on
1107 covington's
1108 \emph default
1109  (i.
1110 \begin_inset space \thinspace{}
1111 \end_inset
1112
1113 e., you can use the 
1114 \family sans
1115 Numbered Example
1116 \family default
1117  styles, but not 
1118 \emph on
1119 beamer's
1120 \emph default
1121  
1122 \family sans
1123 Example
1124 \family default
1125  and 
1126 \family sans
1127 Examples
1128 \family default
1129 ).
1130 \end_layout
1131
1132 \begin_layout Standard
1133 As of v.
1134  1.1 of 
1135 \emph on
1136 covington
1137 \emph default
1138 , this problem is solved.
1139  
1140 \end_layout
1141
1142 \end_deeper
1143 \begin_layout Section
1144 Optimality Theory Tableaux
1145 \end_layout
1146
1147 \begin_layout Standard
1148 OT tableaux itself can of course simply be inserted as ordinary tables (for
1149  specific features such as dashed lines and shaded cells, cf.
1150  the 
1151 \emph on
1152 EmbeddedObjects
1153 \emph default
1154  manual).
1155  However, you might want to have the tableaux numbered throughout the document,
1156  and you might want to have a 
1157 \emph on
1158 List of Tableaux
1159 \emph default
1160 , similar to the 
1161 \emph on
1162 List of Tables
1163 \emph default
1164 .
1165  
1166 \end_layout
1167
1168 \begin_layout Standard
1169 The Linguistics module provides support for both.
1170  In 
1171 \family sans
1172 Insert\SpecialChar menuseparator
1173 Floats
1174 \family default
1175 , you will find a Tableaux float:
1176 \end_layout
1177
1178 \begin_layout Standard
1179 \begin_inset Float tableau
1180 placement h
1181 wide false
1182 sideways false
1183 status open
1184
1185 \begin_layout Plain Layout
1186 \align center
1187 \begin_inset Tabular
1188 <lyxtabular version="3" rows="5" columns="5">
1189 <features tabularvalignment="middle">
1190 <column alignment="right" valignment="top">
1191 <column alignment="center" valignment="top">
1192 <column alignment="center" valignment="top">
1193 <column alignment="center" valignment="top" special="|c">
1194 <column alignment="center" valignment="top">
1195 <row>
1196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 /atikap/
1201 \end_layout
1202
1203 \end_inset
1204 </cell>
1205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209
1210 \noun on
1211 Onset
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1217 \begin_inset Text
1218
1219 \begin_layout Plain Layout
1220
1221 \noun on
1222 NoCoda
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231
1232 \noun on
1233 Dep
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242
1243 \noun on
1244 Max
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 \begin_inset Formula $\mbox{☞}$
1256 \end_inset
1257
1258  
1259 \begin_inset Formula $\mbox{\textipa{P}}$
1260 \end_inset
1261
1262 a.ti.ka
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 <cell alignment="center" valignment="top" topline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 *
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 *
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 </row>
1304 <row>
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 a.ti.ka
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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" 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" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 *
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 </row>
1351 <row>
1352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1353 \begin_inset Text
1354
1355 \begin_layout Plain Layout
1356 \begin_inset Formula $\mbox{\textipa{P}}$
1357 \end_inset
1358
1359 a.ti.kap
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368
1369 \end_layout
1370
1371 \end_inset
1372 </cell>
1373 <cell alignment="center" valignment="top" topline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 *!
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 *
1387 \end_layout
1388
1389 \end_inset
1390 </cell>
1391 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Plain Layout
1395
1396 \end_layout
1397
1398 \end_inset
1399 </cell>
1400 </row>
1401 <row>
1402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1403 \begin_inset Text
1404
1405 \begin_layout Plain Layout
1406 a.ti.kap
1407 \end_layout
1408
1409 \end_inset
1410 </cell>
1411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1412 \begin_inset Text
1413
1414 \begin_layout Plain Layout
1415 *!
1416 \end_layout
1417
1418 \end_inset
1419 </cell>
1420 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1421 \begin_inset Text
1422
1423 \begin_layout Plain Layout
1424 *!
1425 \end_layout
1426
1427 \end_inset
1428 </cell>
1429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1430 \begin_inset Text
1431
1432 \begin_layout Plain Layout
1433
1434 \end_layout
1435
1436 \end_inset
1437 </cell>
1438 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
1439 \begin_inset Text
1440
1441 \begin_layout Plain Layout
1442
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 </row>
1448 </lyxtabular>
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \begin_layout Plain Layout
1456 \begin_inset Caption Standard
1457
1458 \begin_layout Plain Layout
1459 Example Tableau
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \begin_layout Standard
1473 Note that by default, the caption is always placed below the tableaux in
1474  the output, no matter where you put it in the \SpecialChar LyX
1475  window.
1476  To get the Tableau captions on top, put the following code in 
1477 \family sans
1478 Document\SpecialChar menuseparator
1479 Settings\SpecialChar menuseparator
1480 Preamble
1481 \family default
1482 :
1483 \end_layout
1484
1485 \begin_layout Quote
1486 \begin_inset listings
1487 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
1488 inline false
1489 status open
1490
1491 \begin_layout Plain Layout
1492
1493
1494 \backslash
1495 floatstyle{plaintop}
1496 \end_layout
1497
1498 \begin_layout Plain Layout
1499
1500
1501 \backslash
1502 restylefloat{tableau}
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \begin_layout Standard
1511 If you use a KOMA class, use the following code instead:
1512 \end_layout
1513
1514 \begin_layout Quote
1515 \begin_inset listings
1516 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
1517 inline false
1518 status open
1519
1520 \begin_layout Plain Layout
1521
1522
1523 \backslash
1524 floatstyle{komaabove}
1525 \end_layout
1526
1527 \begin_layout Plain Layout
1528
1529
1530 \backslash
1531 restylefloat{tableau}
1532 \end_layout
1533
1534 \end_inset
1535
1536
1537 \end_layout
1538
1539 \begin_layout Standard
1540 A List of Tableaux inset can be found in 
1541 \family sans
1542 Insert\SpecialChar menuseparator
1543 Lists & TOC
1544 \family default
1545 .
1546  It looks like this:
1547 \end_layout
1548
1549 \begin_layout Standard
1550 \begin_inset FloatList tableau
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \begin_layout Section
1558 Semantic Markup (Character Styles)
1559 \end_layout
1560
1561 \begin_layout Standard
1562 The Linguistics module comes with some character styles that are common
1563  in linguistics:
1564 \end_layout
1565
1566 \begin_layout Enumerate
1567 Concept (in small caps): 
1568 \begin_inset Flex Concepts
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572 concept
1573 \end_layout
1574
1575 \end_inset
1576
1577  
1578 \end_layout
1579
1580 \begin_layout Enumerate
1581 Expression (emphasized): 
1582 \begin_inset Flex Expression
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 expression
1587 \end_layout
1588
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \begin_layout Enumerate
1595 Meaning (in single quotes): 
1596 \begin_inset Flex Meaning
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600 meaning
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \begin_layout Standard
1609 You can insert the character styles via the 
1610 \family sans
1611 Edit\SpecialChar menuseparator
1612 Text Style
1613 \family default
1614  submenu.
1615  If you need to change the appearance of these styles later, you can redefine
1616  them in the preamble.
1617  To make expressions bold, for instance, insert:
1618 \end_layout
1619
1620 \begin_layout Quote
1621 \begin_inset listings
1622 lstparams "language={[LaTeX]TeX},basicstyle={\footnotesize\ttfamily}"
1623 inline false
1624 status open
1625
1626 \begin_layout Plain Layout
1627
1628
1629 \backslash
1630 renewcommand
1631 \backslash
1632 lingexpr[1]{
1633 \backslash
1634 textbf{#1}}
1635 \end_layout
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Similarly, concept (
1644 \family typewriter
1645
1646 \backslash
1647 lingconcept
1648 \family default
1649 ) and meaning (
1650 \family typewriter
1651
1652 \backslash
1653 lingmeaning
1654 \family default
1655 ) can be modified.
1656 \end_layout
1657
1658 \begin_layout Section
1659 Linguistic structure trees
1660 \end_layout
1661
1662 \begin_layout Standard
1663 Meanwhile, many \SpecialChar LaTeX
1664  are available which help producing structure trees.
1665  \SpecialChar LyX
1666  supports the 
1667 \family sans
1668 forest
1669 \family default
1670  package, which combines high flexibility and power with a comfortable input
1671  syntax.
1672  The Linguistics module provides a Structure Tree inset, which can be inserted
1673  via 
1674 \family sans
1675 Insert\SpecialChar menuseparator
1676 Custom Insets
1677 \family default
1678 .
1679  Within this inset, you can insert the bracket notation used by 
1680 \family sans
1681 forest
1682 \family default
1683  (and also by other similar packages such as 
1684 \family sans
1685 qtree
1686 \family default
1687 ).
1688 \end_layout
1689
1690 \begin_layout Standard
1691 Here is a simple example:
1692 \end_layout
1693
1694 \begin_layout Standard
1695 \begin_inset Flex Structure Tree
1696 status open
1697
1698 \begin_layout Plain Layout
1699 [VP [DP[John]] [V' [V[sent]] [DP[Mary]] [DP[D[a]][NP[letter]]] ] ]
1700 \end_layout
1701
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \begin_layout Standard
1708 \noindent
1709 If you view the PDF output, you will see that the input
1710 \end_layout
1711
1712 \begin_layout Quote
1713
1714 \family typewriter
1715 \size small
1716 [VP [DP[John]] [V' [V[sent]] [DP[Mary]] [DP[D[a]][NP[letter]]]]]
1717 \end_layout
1718
1719 \begin_layout Standard
1720 expands to a real structure tree.
1721  To view the result within the \SpecialChar LyX
1722  work area, you can simply embed the Structure
1723  Tree inset into a Preview inset (
1724 \family sans
1725 Insert\SpecialChar menuseparator
1726 Preview
1727 \family default
1728 ).
1729  If instant preview is correctly installed and activated, you should see
1730  the tree immediately (just click on the image in order to edit):
1731 \end_layout
1732
1733 \begin_layout Standard
1734 \begin_inset Preview
1735
1736 \begin_layout Standard
1737 \begin_inset Flex Structure Tree
1738 status open
1739
1740 \begin_layout Plain Layout
1741 [VP [DP[Mary]] [V' [V[sent]] [DP[John]] [DP[D[a]][NP[response]]] ] ]
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \end_layout
1748
1749 \end_inset
1750
1751
1752 \end_layout
1753
1754 \begin_layout Standard
1755 \noindent
1756 Roofs can be easily generated by means of the 
1757 \begin_inset Quotes eld
1758 \end_inset
1759
1760 roof
1761 \begin_inset Quotes erd
1762 \end_inset
1763
1764  option
1765 \begin_inset Foot
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 \noindent
1770 Note that the 
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774 roof
1775 \begin_inset Quotes erd
1776 \end_inset
1777
1778  option only exists as of 
1779 \family sans
1780 forest
1781 \family default
1782  version 2.0.
1783  We have added some code to the preamble of this manual to support previous
1784  versions.
1785  If you use a 
1786 \family sans
1787 forest
1788 \family default
1789  version < 2.0, you either need to copy this code to your preamble or use
1790  the old option 
1791 \begin_inset Quotes eld
1792 \end_inset
1793
1794 triangle
1795 \begin_inset Quotes erd
1796 \end_inset
1797
1798  instead of 
1799 \begin_inset Quotes eld
1800 \end_inset
1801
1802 roof
1803 \begin_inset Quotes erd
1804 \end_inset
1805
1806 .
1807 \end_layout
1808
1809 \end_inset
1810
1811  (note that the comma has special meaning, as it marks options):
1812 \end_layout
1813
1814 \begin_layout Standard
1815 \begin_inset Flex Structure Tree
1816 status open
1817
1818 \begin_layout Plain Layout
1819 [VP [DP[John]] [V' [V[sent]] [DP[Mary]] [DP[another letter, roof]] ] ]
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \begin_layout Standard
1828 \noindent
1829 In order to align nodes of the tree more elegantly, use the 
1830 \begin_inset Quotes eld
1831 \end_inset
1832
1833 tier
1834 \begin_inset Quotes erd
1835 \end_inset
1836
1837  option.
1838  All nodes which have the same 
1839 \begin_inset Quotes eld
1840 \end_inset
1841
1842 tier
1843 \begin_inset Quotes erd
1844 \end_inset
1845
1846  allocated get aligned.
1847  Here is an example:
1848 \end_layout
1849
1850 \begin_layout Standard
1851 \begin_inset Flex Structure Tree
1852 status open
1853
1854 \begin_layout Plain Layout
1855 [VP [DP[John,tier=word]] [V' [V[sent,tier=word]] [DP[Mary,tier=word]] [DP[D[a,ti
1856 er=word]][NP[letter,tier=word]]] ] ]
1857 \end_layout
1858
1859 \end_inset
1860
1861
1862 \end_layout
1863
1864 \begin_layout Standard
1865 \noindent
1866 The package supports many additional features, such as movement arrows and
1867  decorations, that cannot documented here (please refer to the detailed
1868  package documentation 
1869 \begin_inset CommandInset citation
1870 LatexCommand cite
1871 key "forest"
1872
1873 \end_inset
1874
1875 ).
1876 \end_layout
1877
1878 \begin_layout Section
1879 Phonetic Symbols (IPA)
1880 \end_layout
1881
1882 \begin_layout Standard
1883 You do not need the Linguistics module to insert phonetic symbols, this
1884  is a base functionality of \SpecialChar LyX
1885 .
1886  However, since this is frequently used by linguists, we will describe it
1887  (briefly) in this manual nevertheless.
1888 \end_layout
1889
1890 \begin_layout Standard
1891 If you use traditional \SpecialChar LaTeX
1892  or PDF\SpecialChar LaTeX
1893 , a prerequisite to use \SpecialChar LyX
1894 's IPA support is
1895  the \SpecialChar LaTeX
1896  package 
1897 \emph on
1898 tipa
1899 \emph default
1900  
1901 \begin_inset CommandInset citation
1902 LatexCommand cite
1903 key "tipa"
1904
1905 \end_inset
1906
1907 .
1908 \begin_inset Foot
1909 status collapsed
1910
1911 \begin_layout Plain Layout
1912 If you use Xe\SpecialChar TeX
1913  or Lua\SpecialChar TeX
1914  (i.
1915 \begin_inset space \thinspace{}
1916 \end_inset
1917
1918 e., if you have clicked 
1919 \begin_inset Quotes eld
1920 \end_inset
1921
1922 Use non-\SpecialChar TeX
1923  fonts
1924 \begin_inset Quotes erd
1925 \end_inset
1926
1927  in 
1928 \family sans
1929 Document\SpecialChar menuseparator
1930 Settings\SpecialChar menuseparator
1931 Fonts
1932 \family default
1933 ), no extra package is needed.
1934 \end_layout
1935
1936 \end_inset
1937
1938  Additionally, if you want to have instant preview, you should have the
1939  
1940 \emph on
1941 preview-latex
1942 \emph default
1943  package 
1944 \begin_inset CommandInset citation
1945 LatexCommand cite
1946 key "preview"
1947
1948 \end_inset
1949
1950  installed.
1951 \end_layout
1952
1953 \begin_layout Standard
1954 The recommended way to insert phonetic symbols is via 
1955 \family sans
1956 Insert\SpecialChar menuseparator
1957 Special characters\SpecialChar menuseparator
1958 Phonetic symbols.
1959  
1960 \family default
1961 This gives you an input box (
1962 \begin_inset Quotes eld
1963 \end_inset
1964
1965 inset
1966 \begin_inset Quotes erd
1967 \end_inset
1968
1969  in \SpecialChar LyX
1970  speak), where you can insert the symbols.
1971  Note that this box can be used both for the insertion of small snippets
1972  (inline) and multiple paragraphs of phonetic notation.
1973  While the cursor is inside the box, a toolbar opens, which provides the
1974  basic set of phonetic symbols (sorted by the IPA categories).
1975 \begin_inset Foot
1976 status collapsed
1977
1978 \begin_layout Plain Layout
1979 Currently, there is one symbol missing: the labiodental flap (added to the
1980  IPA in 2005).
1981  This symbol is not yet supported by the 
1982 \emph on
1983 tipa
1984 \emph default
1985  package and thus cannot be supported by LyX.
1986 \end_layout
1987
1988 \end_inset
1989
1990  Each of the toolbar's panels can be torn off the bar by clicking on the
1991  dashed line on its top.
1992  This way, you can insert most symbols quite comfortably: 
1993 \begin_inset IPA
1994
1995 \begin_layout Standard
1996 [l
1997 \begin_inset IPADeco bottomtiebar
1998 status open
1999
2000 \begin_layout Plain Layout
2001 ai
2002 \end_layout
2003
2004 \end_inset
2005
2006 k ðɪs]
2007 \end_layout
2008
2009 \end_inset
2010
2011 .
2012 \begin_inset Foot
2013 status collapsed
2014
2015 \begin_layout Plain Layout
2016 Note that, if you want to insert diacritics, the diacritics are inserted
2017  
2018 \emph on
2019 after
2020 \emph default
2021  the base character.
2022  That is to say, for 
2023 \begin_inset IPA
2024
2025 \begin_layout Standard
2026 [d̥]
2027 \end_layout
2028
2029 \end_inset
2030
2031  you need to insert 
2032 \family typewriter
2033 <d>
2034 \family default
2035  and then the 
2036 \family typewriter
2037 <voiceless>
2038 \family default
2039  subring diacritic from the toolbar immediately after the 
2040 \family typewriter
2041 <d>
2042 \family default
2043 .
2044  If you need a diacritic alone, you can achieve this by inserting a blank
2045  and then the diacritic, as in 
2046 \begin_inset IPA
2047
2048 \begin_layout Standard
2049  ̼
2050 \end_layout
2051
2052 \end_inset
2053
2054  (
2055 \family typewriter
2056 =
2057 \begin_inset space ~
2058 \end_inset
2059
2060 <space>+<Linguolabial from the IPA toolbar>
2061 \family default
2062 ).
2063 \end_layout
2064
2065 \end_inset
2066
2067  Given that
2068 \emph on
2069  preview-latex
2070 \emph default
2071  is installed and you have switched on instant preview (in
2072 \family sans
2073  Tools\SpecialChar menuseparator
2074 Preferences\SpecialChar menuseparator
2075 Look
2076 \begin_inset space ~
2077 \end_inset
2078
2079 &
2080 \begin_inset space ~
2081 \end_inset
2082
2083 Feel\SpecialChar menuseparator
2084 Display
2085 \family default
2086 ), you'll get a nice WYSIWYG preview as soon as the cursor leaves the box.
2087  Alternatively to the toolbar, you can also insert the symbols directly
2088  via the shortcut notation which is described in the 
2089 \emph on
2090 tipa
2091 \emph default
2092  manual: here's 
2093 \begin_inset IPA
2094
2095 \begin_layout Standard
2096
2097 \family roman
2098 \series medium
2099 \shape up
2100 \size normal
2101 \emph off
2102 \bar no
2103 \strikeout off
2104 \uuline off
2105 \uwave off
2106 \noun off
2107 \color none
2108 [@n Ig"zA:mpl]
2109 \end_layout
2110
2111 \end_inset
2112
2113  (
2114 \emph on
2115 tipa
2116 \emph default
2117  shortcut notation: 
2118 \family typewriter
2119 [@n Ig"zA:mpl
2120 \family default
2121 ]).
2122  Furthermore, you can insert symbols via 
2123 \family sans
2124 Insert\SpecialChar menuseparator
2125 Special characters\SpecialChar menuseparator
2126 Symbols\SpecialChar ldots
2127
2128 \family default
2129  (which might be useful for symbols that are not yet covered by the toolbar),
2130  or you can simply paste unicode-encoded text (e.
2131 \begin_inset space \thinspace{}
2132 \end_inset
2133
2134 g., from other applications) into the box.
2135  The output should be equal, no matter what input method you chose.
2136 \end_layout
2137
2138 \begin_layout Standard
2139 Note that you can also insert or paste most IPA glyphs outside the specific
2140  IPA input box: [əz ʃəʊn hɪə].
2141  In the output, they will be automatically transformed into the correct
2142  
2143 \emph on
2144 tipa
2145 \emph default
2146  macro (if not, please inform us).
2147  However, please note that this method produces inferior output quality,
2148  since it will most likely result in a mix of fonts (the latin characters
2149  are taken from the base document font, the IPA glyphs from the IPA font).
2150  Within the IPA input box, on the other hand, the IPA font is used for all
2151  characters.
2152  So unless you only need to insert single IPA characters, using the IPA
2153  input box is highly recommended.
2154 \end_layout
2155
2156 \begin_layout Section
2157 Further information
2158 \end_layout
2159
2160 \begin_layout Standard
2161 For a detailed description of specific possibilities for linguists, please
2162  refer to the Linguist\SpecialChar LyX
2163  page on the \SpecialChar LyX
2164  wiki 
2165 \begin_inset CommandInset citation
2166 LatexCommand cite
2167 key "linguistlyx"
2168
2169 \end_inset
2170
2171  (feel free to enter your own hints there).
2172 \end_layout
2173
2174 \begin_layout Bibliography
2175 \begin_inset CommandInset bibitem
2176 LatexCommand bibitem
2177 key "covington"
2178
2179 \end_inset
2180
2181 The covington package: 
2182 \begin_inset Flex URL
2183 status collapsed
2184
2185 \begin_layout Plain Layout
2186
2187 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
2188 \end_layout
2189
2190 \end_inset
2191
2192 .
2193 \end_layout
2194
2195 \begin_layout Bibliography
2196 \begin_inset CommandInset bibitem
2197 LatexCommand bibitem
2198 key "csquotes"
2199
2200 \end_inset
2201
2202 The csquotes package: 
2203 \begin_inset Flex URL
2204 status collapsed
2205
2206 \begin_layout Plain Layout
2207
2208 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
2209 \end_layout
2210
2211 \end_inset
2212
2213 .
2214 \end_layout
2215
2216 \begin_layout Bibliography
2217 \begin_inset CommandInset bibitem
2218 LatexCommand bibitem
2219 key "enumitem"
2220
2221 \end_inset
2222
2223 The enumitem package: 
2224 \begin_inset Flex URL
2225 status collapsed
2226
2227 \begin_layout Plain Layout
2228
2229 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
2230 \end_layout
2231
2232 \end_inset
2233
2234 .
2235 \end_layout
2236
2237 \begin_layout Bibliography
2238 \begin_inset CommandInset bibitem
2239 LatexCommand bibitem
2240 key "float"
2241
2242 \end_inset
2243
2244 The float package: 
2245 \begin_inset Flex URL
2246 status collapsed
2247
2248 \begin_layout Plain Layout
2249
2250 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
2251 \end_layout
2252
2253 \end_inset
2254
2255 .
2256 \end_layout
2257
2258 \begin_layout Bibliography
2259 \begin_inset CommandInset bibitem
2260 LatexCommand bibitem
2261 key "forest"
2262
2263 \end_inset
2264
2265 The forest package: 
2266 \begin_inset Flex URL
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270
2271 http://www.ctan.org/tex-archive/graphics/pgf/contrib/forest
2272 \end_layout
2273
2274 \end_inset
2275
2276 .
2277 \end_layout
2278
2279 \begin_layout Bibliography
2280 \begin_inset CommandInset bibitem
2281 LatexCommand bibitem
2282 key "linguistlyx"
2283
2284 \end_inset
2285
2286 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using \SpecialChar LyX
2287  for Linguistic
2288  Papers.
2289  
2290 \begin_inset Flex URL
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294
2295 http://wiki.lyx.org/LyX/LinguistLyX
2296 \end_layout
2297
2298 \end_inset
2299
2300 .
2301 \end_layout
2302
2303 \begin_layout Bibliography
2304 \begin_inset CommandInset bibitem
2305 LatexCommand bibitem
2306 key "preview"
2307
2308 \end_inset
2309
2310 The preview-latex package: 
2311 \begin_inset Flex URL
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315
2316 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
2317 \end_layout
2318
2319 \end_inset
2320
2321 .
2322 \end_layout
2323
2324 \begin_layout Bibliography
2325 \begin_inset CommandInset bibitem
2326 LatexCommand bibitem
2327 key "tipa"
2328
2329 \end_inset
2330
2331 The tipa package and fonts: 
2332 \begin_inset Flex URL
2333 status collapsed
2334
2335 \begin_layout Plain Layout
2336
2337 http://www.ctan.org/tex-archive/fonts/tipa/
2338 \end_layout
2339
2340 \end_inset
2341
2342 .
2343 \end_layout
2344
2345 \end_body
2346 \end_document