Tag release lyx-1_6_0
[lyx.git] / lib / examples / linguistics.lyx
blob811bc006c5734951db2adc291ecd6c88b1868cef
1 #LyX 1.6.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass article
6 \begin_preamble
7 %% Uncomment the following for Tableaux captions on top:
8 %\floatstyle{plaintop}
9 %\restylefloat{tableau}
10 \end_preamble
11 \use_default_options false
12 \begin_modules
13 linguistics
14 \end_modules
15 \language english
16 \inputencoding auto
17 \font_roman lmodern
18 \font_sans default
19 \font_typewriter default
20 \font_default_family default
21 \font_sc false
22 \font_osf false
23 \font_sf_scale 100
24 \font_tt_scale 100
25 \graphics default
26 \paperfontsize default
27 \spacing single
28 \use_hyperref true
29 \pdf_bookmarks true
30 \pdf_bookmarksnumbered false
31 \pdf_bookmarksopen false
32 \pdf_bookmarksopenlevel 1
33 \pdf_breaklinks false
34 \pdf_pdfborder true
35 \pdf_colorlinks false
36 \pdf_backref false
37 \pdf_pdfusetitle true
38 \papersize default
39 \use_geometry false
40 \use_amsmath 1
41 \use_esint 1
42 \cite_engine basic
43 \use_bibtopic false
44 \paperorientation portrait
45 \secnumdepth 3
46 \tocdepth 3
47 \paragraph_separation indent
48 \defskip medskip
49 \quotes_language english
50 \papercolumns 1
51 \papersides 1
52 \paperpagestyle default
53 \tracking_changes false
54 \output_changes false
55 \author ""
56 \author ""
57 \end_header
59 \begin_body
61 \begin_layout Title
62 Writing linguistic papers with LyX
63 \end_layout
65 \begin_layout Author
66 Jürgen Spitzmüller
67 \begin_inset Newline newline
68 \end_inset
71 \begin_inset CommandInset href
72 LatexCommand href
73 target "spitz@lyx.org"
74 type "mailto:"
76 \end_inset
79 \end_layout
81 \begin_layout Date
82 14/09/2008
83 \end_layout
85 \begin_layout Abstract
86 This paper describes some features that LyX provides to linguists.
87  It demonstrates how to use some native support in order to produce numbered
88  examples, glosses, OT tableaux, semantic markup, and phonetic symbols (IPA).
89 \end_layout
91 \begin_layout Section
92 Aims and prerequisites
93 \end_layout
95 \begin_layout Standard
96 Basically, this paper describes the features of the 
97 \begin_inset Quotes eld
98 \end_inset
100 Linguistics
101 \begin_inset Quotes erd
102 \end_inset
104  module that ships with LyX as of version 1.6.0.
106 \begin_inset Quotes eld
107 \end_inset
109 Modules
110 \begin_inset Quotes erd
111 \end_inset
113  are support files (introduced with LyX 1.6.0) that can easily be selected
114  for any document.
115  In order to use the Linguistics module, go to 
116 \family sans
117 Document\SpecialChar \menuseparator
118 Settings\SpecialChar \menuseparator
119 Modules
120 \family default
121 , select 
122 \begin_inset Quotes eld
123 \end_inset
125 Linguistics
126 \begin_inset Quotes erd
127 \end_inset
129  from the list of available modules, and hit the 
130 \family sans
132 \family default
133  button to select it for your document (as already done for this document).
134 \end_layout
136 \begin_layout Standard
137 You should be able to use the module with any document class (please inform
138  me, if not).
139  However, in order to use all the features, you need to have the following
140  LaTeX packages installed:
141 \end_layout
143 \begin_layout Enumerate
145 \emph on
146 covington.sty
147 \emph default
149 \begin_inset CommandInset citation
150 LatexCommand cite
151 key "covington"
153 \end_inset
155 : This is the base package used for numbered examples and glosses.
156 \end_layout
158 \begin_layout Enumerate
160 \emph on
161 enumitem.sty
162 \emph default
164 \begin_inset CommandInset citation
165 LatexCommand cite
166 key "enumitem"
168 \end_inset
170 : This package is used for the Subexamples style.
171  It is generally useful to alter the appearance of lists (such as 
172 \emph on
173 enumerate
174 \emph default
176 \emph on
177 itemize
178 \emph default
180 \emph on
181 description
182 \emph default
184 \end_layout
186 \begin_layout Enumerate
188 \emph on
189 csquotes.sty
190 \emph default
192 \begin_inset CommandInset citation
193 LatexCommand cite
194 key "csquotes"
196 \end_inset
198 : Needed for the 
199 \emph on
200 Meaning
201 \emph default
202  character style.
203  The package provides context sensitive quotation marks, depending on the
204  language in use.
205 \end_layout
207 \begin_layout Enumerate
209 \emph on
210 float.sty
211 \emph default
213 \begin_inset CommandInset citation
214 LatexCommand cite
215 key "float"
217 \end_inset
219 : Needed for the OT tableaux floats and list of floats.
220  This package should be part of any LaTeX distribution.
221 \end_layout
223 \begin_layout Section
224 Numbered examples
225 \end_layout
227 \begin_layout Standard
228 Numbered examples are inserted via the layout dropdown box in the toolbar.
229  There are three variants:
230 \end_layout
232 \begin_layout Numbered Example (multiline)
233 This is a multiline example [Style 
234 \emph on
235 Numbered Example (multiline)
236 \emph default
238 \end_layout
240 \begin_layout Numbered Example (multiline)
241 it can have several paragraphs
242 \end_layout
244 \begin_layout Numbered Examples (consecutive)
245 This is a single example
246 \begin_inset CommandInset label
247 LatexCommand label
248 name "exa:single-example"
250 \end_inset
252  [Style 
253 \emph on
254 Numbered Example (consecutive)
255 \emph default
257 \end_layout
259 \begin_layout Numbered Examples (consecutive)
260 Consecutive single examples get their own numbers
261 \end_layout
263 \begin_layout Subexample
264 This is a subexample
265 \begin_inset CommandInset label
266 LatexCommand label
267 name "sub:subexample"
269 \end_inset
271  [Style 
272 \emph on
273 Subexample
274 \emph default
276 \end_layout
278 \begin_layout Subexample
279 And another one
280 \end_layout
282 \begin_layout Standard
283 References to examples are produced as usual: insert a label to the example
284  and a crossreference via 
285 \family sans
286 Insert\SpecialChar \menuseparator
287 Cross references
288 \family default
290  We refer here, just for the sake of demonstrating this, to 
291 \begin_inset CommandInset ref
292 LatexCommand ref
293 reference "exa:single-example"
295 \end_inset
297  and 
298 \begin_inset CommandInset ref
299 LatexCommand ref
300 reference "sub:subexample"
302 \end_inset
305 \end_layout
307 \begin_layout Section
308 Glosses
309 \end_layout
311 \begin_layout Standard
312 The Linguistics module provides two kinds of glosses, which can be inserted
313  via 
314 \family sans
315 Insert\SpecialChar \menuseparator
316 Custom Insets
317 \family default
318 : The standard 
319 \emph on
320 Custom:Glosse
321 \emph default
322  provides a glosse that consists of two lines and a translation, the 
323 \emph on
324 Custom:Tri-Glosse
325 \emph default
326  insets consists of three lines and a translation.
327  Note that the translation line is mandatory and must be preceded by the
328  command 
329 \family typewriter
331 \backslash
333 \family default
334  which should be inserted verbatim in the Glosse inset (ERT is not needed,
335  and in fact not even possible).
336 \end_layout
338 \begin_layout Standard
339 Here is a simple example:
340 \end_layout
342 \begin_layout Standard
343 \begin_inset Flex Custom:Glosse
344 status open
346 \begin_layout Plain Layout
347 C'est un exemple simple
348 \end_layout
350 \begin_layout Plain Layout
351 {This is} an example simple
352 \end_layout
354 \begin_layout Plain Layout
356 \backslash
357 glt 
358 \begin_inset Quotes els
359 \end_inset
361 This is a simple example
362 \begin_inset Quotes ers
363 \end_inset
366 \end_layout
368 \end_inset
371 \end_layout
373 \begin_layout Standard
374 Note that the braces hold together multi-word expressions.
375  In the same vein, we can make a three-line glosse:
376 \end_layout
378 \begin_layout Standard
379 \begin_inset Flex Custom:Tri-Glosse
380 status open
382 \begin_layout Plain Layout
383 C'est un exemple simple
384 \end_layout
386 \begin_layout Plain Layout
387 {Das ist} ein Beispiel einfach
388 \end_layout
390 \begin_layout Plain Layout
391 {This is} an example simple
392 \end_layout
394 \begin_layout Plain Layout
396 \backslash
397 glt 
398 \begin_inset Quotes els
399 \end_inset
401 This is a simple example
402 \begin_inset Quotes ers
403 \end_inset
406 \end_layout
408 \end_inset
411 \end_layout
413 \begin_layout Standard
414 If you want to have numbered glosses, you can simply insert the Glosse inset
415  to a numbered examples paragraph, as follows:
416 \end_layout
418 \begin_layout Numbered Examples (consecutive)
419 \begin_inset Flex Custom:Tri-Glosse
420 status open
422 \begin_layout Plain Layout
423 Mein Luftkissenfahrzeug ist voller Aale
424 \end_layout
426 \begin_layout Plain Layout
427 My skeertuig is vol palings
428 \end_layout
430 \begin_layout Plain Layout
431 My hovercraft is {full of} eels
432 \end_layout
434 \begin_layout Plain Layout
436 \backslash
437 glt 
438 \begin_inset Quotes els
439 \end_inset
441 Do you have matches?
442 \begin_inset Quotes ers
443 \end_inset
446 \end_layout
448 \end_inset
451 \end_layout
453 \begin_layout Section
454 Optimality Theory Tableaux
455 \end_layout
457 \begin_layout Standard
458 OT tableaux itself can of course simply be inserted as ordinary tables (for
459  specific features such as dashed lines and shaded cells, cf.
460  the 
461 \emph on
462 EmbeddedObjects
463 \emph default
464  manual).
465  However, you might want to have the tableaux numbered throughout the document,
466  and you might want to have a 
467 \emph on
468 List of Tableaux
469 \emph default
470 , similar to the 
471 \emph on
472 List of Tables
473 \emph default
476 \end_layout
478 \begin_layout Standard
479 The Linguistics module provides support for both.
480  In 
481 \family sans
482 Insert\SpecialChar \menuseparator
483 Floats
484 \family default
485 , you'll find a Tableaux float:
486 \end_layout
488 \begin_layout Standard
489 \begin_inset Float tableau
490 placement h
491 wide false
492 sideways false
493 status open
495 \begin_layout Plain Layout
496 \align center
497 \begin_inset Tabular
498 <lyxtabular version="3" rows="5" columns="5">
499 <features>
500 <column alignment="right" valignment="top" width="0">
501 <column alignment="center" valignment="top" width="0">
502 <column alignment="center" valignment="top" width="0">
503 <column alignment="center" valignment="top" width="0" special="|c">
504 <column alignment="center" valignment="top" width="0">
505 <row>
506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
507 \begin_inset Text
509 \begin_layout Plain Layout
510 /atikap/
511 \end_layout
513 \end_inset
514 </cell>
515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
516 \begin_inset Text
518 \begin_layout Plain Layout
520 \noun on
521 Onset
522 \end_layout
524 \end_inset
525 </cell>
526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
527 \begin_inset Text
529 \begin_layout Plain Layout
531 \noun on
532 NoCoda
533 \end_layout
535 \end_inset
536 </cell>
537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
538 \begin_inset Text
540 \begin_layout Plain Layout
542 \noun on
544 \end_layout
546 \end_inset
547 </cell>
548 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
549 \begin_inset Text
551 \begin_layout Plain Layout
553 \noun on
555 \end_layout
557 \end_inset
558 </cell>
559 </row>
560 <row>
561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
562 \begin_inset Text
564 \begin_layout Plain Layout
565 \begin_inset Formula $\mbox{☞}$
566 \end_inset
569 \begin_inset Formula $\mbox{\textipa{P}}$
570 \end_inset
572 a.ti.ka
573 \end_layout
575 \end_inset
576 </cell>
577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
578 \begin_inset Text
580 \begin_layout Plain Layout
582 \end_layout
584 \end_inset
585 </cell>
586 <cell alignment="center" valignment="top" topline="true" usebox="none">
587 \begin_inset Text
589 \begin_layout Plain Layout
591 \end_layout
593 \end_inset
594 </cell>
595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
596 \begin_inset Text
598 \begin_layout Plain Layout
600 \end_layout
602 \end_inset
603 </cell>
604 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
605 \begin_inset Text
607 \begin_layout Plain Layout
609 \end_layout
611 \end_inset
612 </cell>
613 </row>
614 <row>
615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
616 \begin_inset Text
618 \begin_layout Plain Layout
619 a.ti.ka
620 \end_layout
622 \end_inset
623 </cell>
624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
625 \begin_inset Text
627 \begin_layout Plain Layout
629 \end_layout
631 \end_inset
632 </cell>
633 <cell alignment="center" valignment="top" topline="true" usebox="none">
634 \begin_inset Text
636 \begin_layout Plain Layout
638 \end_layout
640 \end_inset
641 </cell>
642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
643 \begin_inset Text
645 \begin_layout Plain Layout
647 \end_layout
649 \end_inset
650 </cell>
651 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
652 \begin_inset Text
654 \begin_layout Plain Layout
656 \end_layout
658 \end_inset
659 </cell>
660 </row>
661 <row>
662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
663 \begin_inset Text
665 \begin_layout Plain Layout
666 \begin_inset Formula $\mbox{\textipa{P}}$
667 \end_inset
669 a.ti.kap
670 \end_layout
672 \end_inset
673 </cell>
674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
675 \begin_inset Text
677 \begin_layout Plain Layout
679 \end_layout
681 \end_inset
682 </cell>
683 <cell alignment="center" valignment="top" topline="true" usebox="none">
684 \begin_inset Text
686 \begin_layout Plain Layout
688 \end_layout
690 \end_inset
691 </cell>
692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
693 \begin_inset Text
695 \begin_layout Plain Layout
697 \end_layout
699 \end_inset
700 </cell>
701 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
702 \begin_inset Text
704 \begin_layout Plain Layout
706 \end_layout
708 \end_inset
709 </cell>
710 </row>
711 <row>
712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
713 \begin_inset Text
715 \begin_layout Plain Layout
716 a.ti.kap
717 \end_layout
719 \end_inset
720 </cell>
721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
722 \begin_inset Text
724 \begin_layout Plain Layout
726 \end_layout
728 \end_inset
729 </cell>
730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
731 \begin_inset Text
733 \begin_layout Plain Layout
735 \end_layout
737 \end_inset
738 </cell>
739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
740 \begin_inset Text
742 \begin_layout Plain Layout
744 \end_layout
746 \end_inset
747 </cell>
748 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
749 \begin_inset Text
751 \begin_layout Plain Layout
753 \end_layout
755 \end_inset
756 </cell>
757 </row>
758 </lyxtabular>
760 \end_inset
763 \end_layout
765 \begin_layout Plain Layout
766 \begin_inset Caption
768 \begin_layout Plain Layout
769 Example Tableau
770 \end_layout
772 \end_inset
775 \end_layout
777 \end_inset
780 \end_layout
782 \begin_layout Standard
783 Note that by default, the caption is always placed below the tableaux in
784  the output, no matter where you put it in the LyX window.
785  To get the Tableaux captions on top, put the following code in 
786 \family sans
787 Document\SpecialChar \menuseparator
788 Settings\SpecialChar \menuseparator
789 Preamble
790 \family default
792 \end_layout
794 \begin_layout LyX-Code
796 \backslash
797 floatstyle{plaintop}
798 \end_layout
800 \begin_layout LyX-Code
802 \backslash
803 restylefloat{tableau}
804 \end_layout
806 \begin_layout Standard
807 If your using a KOMA class, use the following instead for better spacing:
808 \end_layout
810 \begin_layout LyX-Code
812 \backslash
813 floatstyle{komaabove}
814 \end_layout
816 \begin_layout LyX-Code
818 \backslash
819 restylefloat{tableau}
820 \end_layout
822 \begin_layout Standard
823 A List of Tableaux inset can be found in 
824 \family sans
825 Insert\SpecialChar \menuseparator
826 Lists & TOC
827 \family default
829  Even though this usually is placed at the beginning or the end of the document,
830  we do this here for exemplification purposes:
831 \end_layout
833 \begin_layout Standard
834 \begin_inset FloatList tableau
836 \end_inset
839 \end_layout
841 \begin_layout Section
842 Semantic Markup (Character Styles)
843 \end_layout
845 \begin_layout Standard
846 The Linguistics module comes with some character styles that are common
847  in linguistics:
848 \end_layout
850 \begin_layout Enumerate
851 Concept (in small caps): 
852 \begin_inset Flex CharStyle:Concepts
853 status collapsed
855 \begin_layout Plain Layout
856 concept
857 \end_layout
859 \end_inset
862 \end_layout
864 \begin_layout Enumerate
865 Expression (emphasized): 
866 \begin_inset Flex CharStyle:Expression
867 status collapsed
869 \begin_layout Plain Layout
870 expression
871 \end_layout
873 \end_inset
876 \end_layout
878 \begin_layout Enumerate
879 Meaning (in single quotes): 
880 \begin_inset Flex CharStyle:Meaning
881 status collapsed
883 \begin_layout Plain Layout
884 meaning
885 \end_layout
887 \end_inset
890 \end_layout
892 \begin_layout Standard
893 You can insert the character styles via the 
894 \family sans
895 Edit\SpecialChar \menuseparator
896 Text Style
897 \family default
898  submenu.
899  If you need to change the appearance of these styles later, you can redefine
900  them in the preamble.
901  To make expressions bold, for instance, insert:
902 \end_layout
904 \begin_layout LyX-Code
906 \backslash
907 renewcommand
908 \backslash
909 lingexpr[1]{
910 \backslash
911 textbf{#1}}
912 \end_layout
914 \begin_layout Standard
915 Similarly, concept (
916 \family typewriter
918 \backslash
919 lingconcept
920 \family default
921 ) and meaning (
922 \family typewriter
924 \backslash
925 lingmeaning
926 \family default
927 ) can be modified.
928 \end_layout
930 \begin_layout Section
931 Phonetic Symbols (IPA)
932 \end_layout
934 \begin_layout Standard
935 You do not need the Linguistics module to insert phonetic symbols, this
936  is a base functionality of LyX.
937  However, since this is frequently used by linguists, we will describe it
938  (briefly) in this paper nevertheless.
939 \end_layout
941 \begin_layout Standard
942 A prerequisite to use LyX's IPA support is the LaTeX package 
943 \emph on
944 tipa
945 \emph default
947 \begin_inset CommandInset citation
948 LatexCommand cite
949 key "tipa"
951 \end_inset
954  Additionally, if you want to have instant preview, you should have the
956 \emph on
957 preview-latex
958 \emph default
959  package 
960 \begin_inset CommandInset citation
961 LatexCommand cite
962 key "preview"
964 \end_inset
966  installed.
967 \end_layout
969 \begin_layout Standard
970 Phonetic symbols can be entered via 
971 \family sans
972 Insert\SpecialChar \menuseparator
973 Special characters\SpecialChar \menuseparator
974 Phonetic symbols.
976 \family default
977 You get a little frame, where you can insert the symbols using the shortcut
978  notation which is described in the 
979 \emph on
980 tipa
981 \emph default
982  manual.
983  Example: 
984 \begin_inset Formula $\text{\textipa{[Ekspl@"neIS@n]}}$
985 \end_inset
988 \emph on
989 tipa
990 \emph default
991  shortcut notation: 
992 \family typewriter
993 [Ekspl@"neIS@n
994 \family default
996  Given that
997 \emph on
998  preview-lat
999 \family sans
1000 \emph default
1002 \family default
1003 x is installed and you have switched on instant preview (in
1004 \family sans
1005  Tools\SpecialChar \menuseparator
1006 Preferences\SpecialChar \menuseparator
1007 Graphi
1008 \family default
1009 cs), you'll get a nice preview as soon as the cursor leaves the frame.
1010 \end_layout
1012 \begin_layout Standard
1013 Furthermore, most IPA glyphs can also be inserted (e.
1014 \begin_inset space \thinspace{}
1015 \end_inset
1018 \begin_inset space \space{}
1019 \end_inset
1021 via 
1022 \family sans
1023 Insert\SpecialChar \menuseparator
1024 Special characters\SpecialChar \menuseparator
1025 Symbols\SpecialChar \ldots{}
1027 \family default
1028 ) or pasted directly into LyX: [ɛkspləˈneɪʃən].
1029  In the output, they will be automatically transformed into the correct
1031 \emph on
1032 tipa
1033 \emph default
1034  macro (if not, please inform me).
1035  However, please note that the former method produces better output quality
1036  for two reasons:
1037 \end_layout
1039 \begin_layout Enumerate
1040 direct input might result in a mix of fonts (in the above example, the latin
1041  characters are taken from the base font, the IPA glyphs from the IPA font,
1042  whereas 
1043 \family sans
1044 Insert\SpecialChar \menuseparator
1045 Special characters\SpecialChar \menuseparator
1046 Phonetic symbol
1047 \family default
1048 s uses the IPA font for all characters)
1049 \end_layout
1051 \begin_layout Enumerate
1052 the letter kerning is not preserved
1053 \end_layout
1055 \begin_layout Standard
1056 So unless you only need to insert single IPA characters, the former method
1057  is recommended, and it's worth learning the (pretty intuitive) IPA shortcut
1058  notation.
1059 \end_layout
1061 \begin_layout Section
1062 Further information
1063 \end_layout
1065 \begin_layout Standard
1066 For a detailed description of specific possibilities for linguists, please
1067  refer to the LinguistLyX page on the LyX wiki 
1068 \begin_inset CommandInset citation
1069 LatexCommand cite
1070 key "linguistlyx"
1072 \end_inset
1074  (feel free to enter your own hints there).
1075 \end_layout
1077 \begin_layout Bibliography
1078 \begin_inset CommandInset bibitem
1079 LatexCommand bibitem
1080 key "covington"
1082 \end_inset
1084 The covington package: 
1085 \begin_inset Flex URL
1086 status collapsed
1088 \begin_layout Plain Layout
1090 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
1091 \end_layout
1093 \end_inset
1096 \end_layout
1098 \begin_layout Bibliography
1099 \begin_inset CommandInset bibitem
1100 LatexCommand bibitem
1101 key "csquotes"
1103 \end_inset
1105 The csquotes package: 
1106 \begin_inset Flex URL
1107 status collapsed
1109 \begin_layout Plain Layout
1111 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
1112 \end_layout
1114 \end_inset
1117 \end_layout
1119 \begin_layout Bibliography
1120 \begin_inset CommandInset bibitem
1121 LatexCommand bibitem
1122 key "enumitem"
1124 \end_inset
1126 The enumitem package: 
1127 \begin_inset Flex URL
1128 status collapsed
1130 \begin_layout Plain Layout
1132 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
1133 \end_layout
1135 \end_inset
1138 \end_layout
1140 \begin_layout Bibliography
1141 \begin_inset CommandInset bibitem
1142 LatexCommand bibitem
1143 key "float"
1145 \end_inset
1147 The float package: 
1148 \begin_inset Flex URL
1149 status collapsed
1151 \begin_layout Plain Layout
1153 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
1154 \end_layout
1156 \end_inset
1159 \end_layout
1161 \begin_layout Bibliography
1162 \begin_inset CommandInset bibitem
1163 LatexCommand bibitem
1164 key "linguistlyx"
1166 \end_inset
1168 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using LyX for Linguisti
1169 c Papers.
1171 \begin_inset Flex URL
1172 status collapsed
1174 \begin_layout Plain Layout
1176 http://wiki.lyx.org/LyX/LinguistLyX
1177 \end_layout
1179 \end_inset
1182 \end_layout
1184 \begin_layout Bibliography
1185 \begin_inset CommandInset bibitem
1186 LatexCommand bibitem
1187 key "preview"
1189 \end_inset
1191 The preview-latex package: 
1192 \begin_inset Flex URL
1193 status collapsed
1195 \begin_layout Plain Layout
1197 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
1198 \end_layout
1200 \end_inset
1203 \end_layout
1205 \begin_layout Bibliography
1206 \begin_inset CommandInset bibitem
1207 LatexCommand bibitem
1208 key "tipa"
1210 \end_inset
1212 The tipa package and fonts: 
1213 \begin_inset Flex URL
1214 status collapsed
1216 \begin_layout Plain Layout
1218 http://www.ctan.org/tex-archive/fonts/tipa/
1219 \end_layout
1221 \end_inset
1224 \end_layout
1226 \end_body
1227 \end_document