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