]> git.lyx.org Git - lyx.git/blob - lib/examples/es/linguistics.lyx
toc bind: 'dialog-show' -> 'dialog-toggle' (#8388)
[lyx.git] / lib / examples / es / linguistics.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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
11 %% translate the float caption label
12 %\floatname{tableau}{Cuadro}
13 \end_preamble
14 \use_default_options false
15 \begin_modules
16 linguistics
17 \end_modules
18 \maintain_unincluded_children false
19 \language spanish
20 \language_package default
21 \inputencoding auto
22 \fontencoding global
23 \font_roman lmodern
24 \font_sans default
25 \font_typewriter default
26 \font_math auto
27 \font_default_family default
28 \use_non_tex_fonts false
29 \font_sc false
30 \font_osf false
31 \font_sf_scale 100
32 \font_tt_scale 100
33 \graphics default
34 \default_output_format default
35 \output_sync 0
36 \bibtex_command default
37 \index_command default
38 \paperfontsize default
39 \spacing single
40 \use_hyperref true
41 \pdf_bookmarks true
42 \pdf_bookmarksnumbered false
43 \pdf_bookmarksopen false
44 \pdf_bookmarksopenlevel 1
45 \pdf_breaklinks false
46 \pdf_pdfborder true
47 \pdf_colorlinks false
48 \pdf_backref false
49 \pdf_pdfusetitle true
50 \papersize default
51 \use_geometry false
52 \use_package amsmath 1
53 \use_package amssymb 1
54 \use_package cancel 0
55 \use_package esint 1
56 \use_package mathdots 1
57 \use_package mathtools 0
58 \use_package mhchem 1
59 \use_package stackrel 0
60 \use_package stmaryrd 0
61 \use_package undertilde 0
62 \cite_engine basic
63 \cite_engine_type default
64 \biblio_style plain
65 \use_bibtopic false
66 \use_indices false
67 \paperorientation portrait
68 \suppress_date false
69 \justification true
70 \use_refstyle 0
71 \index Índice
72 \shortcut idx
73 \color #008000
74 \end_index
75 \secnumdepth 3
76 \tocdepth 3
77 \paragraph_separation indent
78 \paragraph_indentation default
79 \quotes_language french
80 \papercolumns 1
81 \papersides 1
82 \paperpagestyle default
83 \tracking_changes false
84 \output_changes false
85 \html_math_output 0
86 \html_css_as_file 0
87 \html_be_strict false
88 \end_header
89
90 \begin_body
91
92 \begin_layout Title
93 Escribiendo artículos lingüísticos con LyX
94 \end_layout
95
96 \begin_layout Author
97 Jürgen Spitzmüller
98 \begin_inset Newline newline
99 \end_inset
100
101
102 \begin_inset CommandInset href
103 LatexCommand href
104 target "spitz@lyx.org"
105 type "mailto:"
106
107 \end_inset
108
109
110 \end_layout
111
112 \begin_layout Date
113 14/09/2008
114 \end_layout
115
116 \begin_layout Abstract
117 Este artículo describe algunas características que LyX provee para lingüistas.
118  Muestra cómo usar algún soporte nativo con el fin de generar ejemplos numerados
119 , glosas, cuadros de Teoría de la Optimidad (
120 \emph on
121 Tableaux
122 \emph default
123 ), notación semántica y símbolos fonéticos (IPA).
124 \end_layout
125
126 \begin_layout Section
127 Objetivos y requisitos previos
128 \end_layout
129
130 \begin_layout Standard
131 Básicamente, este artículo describe las características del módulo 
132 \begin_inset Quotes fld
133 \end_inset
134
135 Lingüística
136 \begin_inset Quotes frd
137 \end_inset
138
139  incorporado en LyX desde la versión 1.6.0.
140  Los 
141 \begin_inset Quotes fld
142 \end_inset
143
144 módulos
145 \begin_inset Quotes frd
146 \end_inset
147
148  son archivos de soporte (introducidos con LyX 1.6.0) que se pueden seleccionar
149  fácilmente para cualquier documento.
150  Para usar el módulo Lingüística hay que seleccionarlo en la lista de módulos
151  disponibles en el menú 
152 \family sans
153 Documento\SpecialChar \menuseparator
154 Configuración\SpecialChar \menuseparator
155 Módulos
156 \family default
157 , y pulsar el botón
158 \family sans
159  Añadir
160 \family default
161  para incluirlo en la lista de módulos seleccionados para el documento (como
162  se ha hecho para éste).
163 \end_layout
164
165 \begin_layout Standard
166 Debería ser posible usar el módulo con cualquier clase de documento (si
167  no es así, infórmame, por favor).
168  Sin embargo, con el fin de usar todas sus características, debes tener
169  instalados los siguientes paquetes LaTeX:
170 \end_layout
171
172 \begin_layout Enumerate
173
174 \emph on
175 covington.sty
176 \emph default
177  
178 \begin_inset CommandInset citation
179 LatexCommand cite
180 key "covington"
181
182 \end_inset
183
184 : este es el paquete básico utilizado para 
185 \emph on
186 Ejemplos numerados
187 \emph default
188  y 
189 \emph on
190 Glosas
191 \emph default
192 .
193 \end_layout
194
195 \begin_layout Enumerate
196
197 \emph on
198 enumitem.sty
199 \emph default
200  
201 \begin_inset CommandInset citation
202 LatexCommand cite
203 key "enumitem"
204
205 \end_inset
206
207 : este paquete se usa para el estilo 
208 \emph on
209 Subejemplos
210 \emph default
211 .
212  Generalmente es útil para alterar la apariencia de las listas (tales como
213  
214 \emph on
215 enumeración, enumeración*
216 \emph default
217
218 \emph on
219 descripción
220 \emph default
221 ).
222 \end_layout
223
224 \begin_layout Enumerate
225
226 \emph on
227 csquotes.sty
228 \emph default
229  
230 \begin_inset CommandInset citation
231 LatexCommand cite
232 key "csquotes"
233
234 \end_inset
235
236 : necesario para el estilo de carácter 
237 \emph on
238 Significado
239 \emph default
240 .
241  El paquete provee comillas sensibles al contexto, dependiendo del idioma
242  en uso.
243 \end_layout
244
245 \begin_layout Enumerate
246
247 \emph on
248 float.sty
249 \emph default
250  
251 \begin_inset CommandInset citation
252 LatexCommand cite
253 key "float"
254
255 \end_inset
256
257 : necesario para los cuadros flotantes
258 \emph on
259  Tableau
260 \emph default
261  y el 
262 \emph on
263 Índice de Tableaux
264 \emph default
265 .
266  Este paquete estará incluido en cualquier distribución de LaTeX.
267 \end_layout
268
269 \begin_layout Section
270 Ejemplos numerados
271 \end_layout
272
273 \begin_layout Standard
274 Los ejemplos numerados se insertan mediante el cuadro desplegable de entornos
275  de párrafo en la barra de herramientas.
276  Hay tres variantes:
277 \end_layout
278
279 \begin_layout Numbered Example (multiline)
280 Esto es un ejemplo multilínea [Estilo 
281 \emph on
282 Ejemplo numerado (multilínea)
283 \emph default
284 ]
285 \end_layout
286
287 \begin_layout Numbered Example (multiline)
288 puede tener varios párrafos
289 \end_layout
290
291 \begin_layout Numbered Examples (consecutive)
292 Esto es un ejemplo simple
293 \begin_inset CommandInset label
294 LatexCommand label
295 name "ej:ejemplo-simple"
296
297 \end_inset
298
299  [Estilo 
300 \emph on
301 Ejemplo numerado (consecutivo)
302 \emph default
303 ]
304 \end_layout
305
306 \begin_layout Numbered Examples (consecutive)
307 Los ejemplos simples consecutivos tienen sus propios números
308 \end_layout
309
310 \begin_layout Subexample
311 Esto es un subejemplo
312 \begin_inset CommandInset label
313 LatexCommand label
314 name "sub:subejemplo"
315
316 \end_inset
317
318  [Estilo 
319 \emph on
320 Subejemplo
321 \emph default
322 ]
323 \end_layout
324
325 \begin_layout Subexample
326 Y otro
327 \end_layout
328
329 \begin_layout Standard
330 Las referencias a los ejemplos se generan como es habitual: inserta una
331  etiqueta en el ejemplo y haz la correspondiente referencia mediante el
332  menú 
333 \family sans
334 Insertar\SpecialChar \menuseparator
335 Referencia cruzada
336 \family default
337 .
338  A continuación, a modo de demostración, insertamos las referencias a 
339 \begin_inset CommandInset ref
340 LatexCommand ref
341 reference "ej:ejemplo-simple"
342
343 \end_inset
344
345  y a 
346 \begin_inset CommandInset ref
347 LatexCommand ref
348 reference "sub:subejemplo"
349
350 \end_inset
351
352 .
353 \end_layout
354
355 \begin_layout Section
356 Glosas
357 \end_layout
358
359 \begin_layout Standard
360 El módulo Lingüística proporciona dos tipos de glosas, que se pueden insertar
361  con el menú 
362 \family sans
363 Insertar\SpecialChar \menuseparator
364 Objeto personalizado
365 \family default
366 : el estándar 
367 \emph on
368 Personalizado:Glosa
369 \emph default
370  provee una glosa que consta de dos líneas y una traducción; el tipo 
371 \emph on
372 Personalizado:Tri-Glosa
373 \emph default
374  consta de tres líneas y una traducción.
375  Cada línea de traducción puede abarcar múltiples líneas en la salida, es
376  decir, los párrafos se quiebran automáticamente si exceden la anchura del
377  texto.
378  Ten en cuenta que la línea de traducción es obligatoria y debe estar precedida
379  del comando 
380 \family typewriter
381
382 \backslash
383 glt
384 \family default
385 , que se debe insertar literal en el recuadro glosa (no hace falta código
386  TeX, y de hecho no es posible).
387 \end_layout
388
389 \begin_layout Standard
390 He aquí un sencillo ejemplo:
391 \end_layout
392
393 \begin_layout Standard
394 \begin_inset Flex Glosse
395 status open
396
397 \begin_layout Plain Layout
398
399 C'est un exemple simple
400 \end_layout
401
402 \begin_layout Plain Layout
403
404 {Esto es} un ejemplo sencillo
405 \end_layout
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 glt Esto es un ejemplo sencillo
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 \noindent
421 Observa cómo las llaves contienen expresiones con varias palabras.
422 \end_layout
423
424 \begin_layout Standard
425 De igual modo podemos hacer una glosa de tres líneas:
426 \end_layout
427
428 \begin_layout Standard
429 \begin_inset Flex Tri-Glosse
430 status open
431
432 \begin_layout Plain Layout
433
434 C'est un exemple simple
435 \end_layout
436
437 \begin_layout Plain Layout
438
439 {Das ist} ein Beispiel einfach
440 \end_layout
441
442 \begin_layout Plain Layout
443
444 {Esto es} un ejemplo sencillo
445 \end_layout
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 glt Esto es un ejemplo sencillo
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \begin_layout Standard
460 \noindent
461 Si quieres tener glosas numeradas, puedes simplemente insertar el recuadro
462  glosa en un párrafo de ejemplo numerado, como sigue:
463 \end_layout
464
465 \begin_layout Numbered Examples (consecutive)
466 \begin_inset Flex Tri-Glosse
467 status open
468
469 \begin_layout Plain Layout
470
471 Mein Luftkissenfahrzeug ist voller Aale
472 \end_layout
473
474 \begin_layout Plain Layout
475
476 My skeertuig is vol palings
477 \end_layout
478
479 \begin_layout Plain Layout
480
481 Mi hidrodeslizador está {lleno de} anguilas
482 \end_layout
483
484 \begin_layout Plain Layout
485
486
487 \backslash
488 glt Do you have matches?
489 \end_layout
490
491 \end_inset
492
493
494 \end_layout
495
496 \begin_layout Standard
497 Ten en cuenta que los cambios de fuente no están permitidos en las glosas.
498  De ahí que el diálogo 
499 \family sans
500 Estilo de carácter
501 \family default
502  esté desactivado.
503  Puesto que las glosas no se separan con guión, no se requiere una configuración
504  explícita de idioma en la salida LaTeX, (de hecho, podría romper la salida,
505  pues covington no lo soporta).
506  No obstante, puede darse el caso de querer establecer el idioma para una
507  revisión ortográfica adecuada.
508  Por ahora, esto hay que hacerlo como sigue: selecciona el texto, después
509  utiliza 
510 \begin_inset Info
511 type  "shortcut"
512 arg   "command-execute"
513 \end_inset
514
515  
516 \family sans
517 language <lang>
518 \family default
519 , donde
520 \family sans
521  <lang>
522 \family default
523  debe reemplazarse por el idioma respectivo, p.
524 \begin_inset space \thinspace{}
525 \end_inset
526
527 e., 
528 \family sans
529 english
530 \family default
531
532 \family sans
533 french
534 \family default
535
536 \family sans
537 ngerman
538 \family default
539  o 
540 \family sans
541 spanish
542 \family default
543 .
544  En la salida LaTeX esta configuración será suprimida.
545 \end_layout
546
547 \begin_layout Section
548 Cuadros de Teoría de la Optimidad:
549 \emph on
550  Tableaux
551 \end_layout
552
553 \begin_layout Standard
554 Los cuadros de Teoría de la Optimidad o 
555 \emph on
556 Tableaux
557 \emph default
558 , por supuesto, se pueden insertar simplemente como cuadros ordinarios (para
559  características específicas como líneas discontinuas y celdas sombreadas,
560  véase el manual 
561 \emph on
562 Objetos insertados
563 \emph default
564 ).
565  Sin embargo, podría darse el caso de querer tener estos cuadros numerados
566  a lo largo del documento, y disponer de un 
567 \emph on
568 Índice de Tableaux
569 \emph default
570  independiente similar al 
571 \emph on
572 Índice de cuadros
573 \emph default
574  normales.
575 \end_layout
576
577 \begin_layout Standard
578 El módulo Lingüística proporciona soporte para ambas cosas.
579  En 
580 \family sans
581 Insertar\SpecialChar \menuseparator
582 Flotante
583 \family default
584  encontrarás la entrada 
585 \family sans
586 Tableaux
587 \family default
588
589 \begin_inset Foot
590 status open
591
592 \begin_layout Plain Layout
593 Para cambiar la traducción de la etiqueta de la leyenda 
594 \begin_inset Quotes fld
595 \end_inset
596
597 Tableaux
598 \begin_inset Quotes frd
599 \end_inset
600
601  en la salida (por ej., por Cuadro semántico, o Árbol...), inserta en el preámbulo
602  LaTeX el comando 
603 \family typewriter
604
605 \backslash
606 floatname{tableau}{Cuadro semántico}
607 \family default
608 .
609  (
610 \emph on
611 N.
612 \begin_inset space \thinspace{}
613 \end_inset
614
615 del T.
616 \emph default
617 )
618 \end_layout
619
620 \end_inset
621
622 :
623 \end_layout
624
625 \begin_layout Standard
626 \begin_inset Float tableau
627 placement h
628 wide false
629 sideways false
630 status open
631
632 \begin_layout Plain Layout
633 \align center
634 \begin_inset Tabular
635 <lyxtabular version="3" rows="5" columns="5">
636 <features rotate="0" tabularvalignment="middle">
637 <column alignment="right" valignment="top">
638 <column alignment="center" valignment="top">
639 <column alignment="center" valignment="top">
640 <column alignment="center" valignment="top" special="|c">
641 <column alignment="center" valignment="top">
642 <row>
643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
644 \begin_inset Text
645
646 \begin_layout Plain Layout
647 /atikap/
648 \end_layout
649
650 \end_inset
651 </cell>
652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
653 \begin_inset Text
654
655 \begin_layout Plain Layout
656
657 \noun on
658 Onset
659 \end_layout
660
661 \end_inset
662 </cell>
663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
664 \begin_inset Text
665
666 \begin_layout Plain Layout
667
668 \noun on
669 NoCoda
670 \end_layout
671
672 \end_inset
673 </cell>
674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
675 \begin_inset Text
676
677 \begin_layout Plain Layout
678
679 \noun on
680 Dep
681 \end_layout
682
683 \end_inset
684 </cell>
685 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
686 \begin_inset Text
687
688 \begin_layout Plain Layout
689
690 \noun on
691 Max
692 \end_layout
693
694 \end_inset
695 </cell>
696 </row>
697 <row>
698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
699 \begin_inset Text
700
701 \begin_layout Plain Layout
702 \begin_inset Formula $\mbox{☞}$
703 \end_inset
704
705  
706 \begin_inset Formula $\mbox{\textipa{P}}$
707 \end_inset
708
709 a.ti.ka
710 \end_layout
711
712 \end_inset
713 </cell>
714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
715 \begin_inset Text
716
717 \begin_layout Plain Layout
718
719 \end_layout
720
721 \end_inset
722 </cell>
723 <cell alignment="center" valignment="top" topline="true" usebox="none">
724 \begin_inset Text
725
726 \begin_layout Plain Layout
727
728 \end_layout
729
730 \end_inset
731 </cell>
732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
733 \begin_inset Text
734
735 \begin_layout Plain Layout
736 *
737 \end_layout
738
739 \end_inset
740 </cell>
741 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
742 \begin_inset Text
743
744 \begin_layout Plain Layout
745 *
746 \end_layout
747
748 \end_inset
749 </cell>
750 </row>
751 <row>
752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
753 \begin_inset Text
754
755 \begin_layout Plain Layout
756 a.ti.ka
757 \end_layout
758
759 \end_inset
760 </cell>
761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
762 \begin_inset Text
763
764 \begin_layout Plain Layout
765 *!
766 \end_layout
767
768 \end_inset
769 </cell>
770 <cell alignment="center" valignment="top" topline="true" usebox="none">
771 \begin_inset Text
772
773 \begin_layout Plain Layout
774
775 \end_layout
776
777 \end_inset
778 </cell>
779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
780 \begin_inset Text
781
782 \begin_layout Plain Layout
783
784 \end_layout
785
786 \end_inset
787 </cell>
788 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
789 \begin_inset Text
790
791 \begin_layout Plain Layout
792 *
793 \end_layout
794
795 \end_inset
796 </cell>
797 </row>
798 <row>
799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
800 \begin_inset Text
801
802 \begin_layout Plain Layout
803 \begin_inset Formula $\mbox{\textipa{P}}$
804 \end_inset
805
806 a.ti.kap
807 \end_layout
808
809 \end_inset
810 </cell>
811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
812 \begin_inset Text
813
814 \begin_layout Plain Layout
815
816 \end_layout
817
818 \end_inset
819 </cell>
820 <cell alignment="center" valignment="top" topline="true" usebox="none">
821 \begin_inset Text
822
823 \begin_layout Plain Layout
824 *!
825 \end_layout
826
827 \end_inset
828 </cell>
829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
830 \begin_inset Text
831
832 \begin_layout Plain Layout
833 *
834 \end_layout
835
836 \end_inset
837 </cell>
838 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
839 \begin_inset Text
840
841 \begin_layout Plain Layout
842
843 \end_layout
844
845 \end_inset
846 </cell>
847 </row>
848 <row>
849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
850 \begin_inset Text
851
852 \begin_layout Plain Layout
853 a.ti.kap
854 \end_layout
855
856 \end_inset
857 </cell>
858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
859 \begin_inset Text
860
861 \begin_layout Plain Layout
862 *!
863 \end_layout
864
865 \end_inset
866 </cell>
867 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
868 \begin_inset Text
869
870 \begin_layout Plain Layout
871 *!
872 \end_layout
873
874 \end_inset
875 </cell>
876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
877 \begin_inset Text
878
879 \begin_layout Plain Layout
880
881 \end_layout
882
883 \end_inset
884 </cell>
885 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
886 \begin_inset Text
887
888 \begin_layout Plain Layout
889
890 \end_layout
891
892 \end_inset
893 </cell>
894 </row>
895 </lyxtabular>
896
897 \end_inset
898
899
900 \begin_inset Caption Standard
901
902 \begin_layout Plain Layout
903 Ejemplo de cuadro 
904 \emph on
905 Tableau
906 \end_layout
907
908 \end_inset
909
910
911 \end_layout
912
913 \end_inset
914
915
916 \end_layout
917
918 \begin_layout Standard
919 Observa que, por omisión, la leyenda siempre se coloca bajo el cuadro en
920  la salida, no importa donde la pongas en LyX.
921  Para poner las leyendas encima de los cuadros, hay que añadir el siguiente
922  código en 
923 \family sans
924 Documento\SpecialChar \menuseparator
925 Configuración\SpecialChar \menuseparator
926 Preámbulo LaTeX
927 \family default
928 :
929 \end_layout
930
931 \begin_layout LyX-Code
932
933 \backslash
934 floatstyle{plaintop}
935 \end_layout
936
937 \begin_layout LyX-Code
938
939 \backslash
940 restylefloat{tableau}
941 \end_layout
942
943 \begin_layout Standard
944 Si estás usando una clase KOMA, en ese caso pon el siguiente código para
945  mejorar el espaciado:
946 \end_layout
947
948 \begin_layout LyX-Code
949
950 \backslash
951 floatstyle{komaabove}
952 \end_layout
953
954 \begin_layout LyX-Code
955
956 \backslash
957 restylefloat{tableau}
958 \end_layout
959
960 \begin_layout Standard
961 En 
962 \family sans
963 Insertar\SpecialChar \menuseparator
964 Índice
965 \family default
966  puedes encontrar un 
967 \family sans
968 Índice de Tableaux
969 \family default
970  que se incorporará como recuadro en LyX.
971  Aunque habitualmente se coloca al principio o al final del documento, lo
972  insertamos aquí a modo de ejemplo:
973 \end_layout
974
975 \begin_layout Standard
976 \begin_inset FloatList tableau
977
978 \end_inset
979
980
981 \end_layout
982
983 \begin_layout Section
984 Notación semántica (Estilos de carácter)
985 \end_layout
986
987 \begin_layout Standard
988 El módulo Lingüística viene con algunos estilos de carácter que son de uso
989  común en lingüística:
990 \end_layout
991
992 \begin_layout Enumerate
993 Concepto (versalitas): 
994 \begin_inset Flex Concepts
995 status collapsed
996
997 \begin_layout Plain Layout
998 concepto
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \end_layout
1005
1006 \begin_layout Enumerate
1007 Expresión (énfasis): 
1008 \begin_inset Flex Expression
1009 status collapsed
1010
1011 \begin_layout Plain Layout
1012 expresión
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Enumerate
1021 Significado (entre comillas simples): 
1022 \begin_inset Flex Meaning
1023 status collapsed
1024
1025 \begin_layout Plain Layout
1026 significado
1027 \end_layout
1028
1029 \end_inset
1030
1031  
1032 \end_layout
1033
1034 \begin_layout Standard
1035 Los estilos de carácter se pueden insertar mediante el submenú 
1036 \family sans
1037 Editar\SpecialChar \menuseparator
1038 Estilo del texto
1039 \family default
1040 .
1041  Si necesitas cambiar posteriormente el aspecto de estos estilos, puedes
1042  redefinirlos en el preámbulo.
1043  Por ejemplo, para poner expresiones en negrita, inserta: 
1044 \end_layout
1045
1046 \begin_layout LyX-Code
1047
1048 \backslash
1049 renewcommand
1050 \backslash
1051 lingexpr[1]{
1052 \backslash
1053 textbf{#1}}
1054 \end_layout
1055
1056 \begin_layout Standard
1057 De igual forma se pueden modificar conceptos (
1058 \family typewriter
1059
1060 \backslash
1061 lingconcept
1062 \family default
1063 ) y significado (
1064 \family typewriter
1065
1066 \backslash
1067 lingmeaning
1068 \family default
1069 ).
1070 \end_layout
1071
1072 \begin_layout Section
1073 Símbolos fonéticos (IPA)
1074 \end_layout
1075
1076 \begin_layout Standard
1077 No es necesario el módulo Lingüística para insertar símbolos fonéticos,
1078  esto es una funcionalidad básica en LyX.
1079  Sin embargo, puesto que esto es usado frecuentemente por lingüistas, lo
1080  describiremos (brevemente) en este artículo.
1081 \end_layout
1082
1083 \begin_layout Standard
1084 Un requisito previo para usar el soporte IPA en LyX es el paquete LaTeX
1085 \emph on
1086  tipa
1087 \emph default
1088  
1089 \begin_inset CommandInset citation
1090 LatexCommand cite
1091 key "tipa"
1092
1093 \end_inset
1094
1095 .
1096  Además, si quieres disponer de previsualización instantánea debes tener
1097  instalado el paquete
1098 \emph on
1099  preview-latex
1100 \emph default
1101  
1102 \begin_inset CommandInset citation
1103 LatexCommand cite
1104 key "preview"
1105
1106 \end_inset
1107
1108 .
1109 \end_layout
1110
1111 \begin_layout Standard
1112 Los símbolos fonéticos se pueden insertar mediante 
1113 \family sans
1114 Insertar\SpecialChar \menuseparator
1115 Carácter especial\SpecialChar \menuseparator
1116 Símbolos fonéticos
1117 \family default
1118 .
1119  Aparecerá un pequeño marco en el que puedes insertar los símbolos mediante
1120  las asociaciones de teclas que se describen en el manual de 
1121 \emph on
1122 tipa
1123 \emph default
1124 .
1125  Ejemplo: 
1126 \begin_inset Formula $\text{\textipa{[Ekspl@"nIS@n]}}$
1127 \end_inset
1128
1129  (secuencia de teclas 
1130 \emph on
1131 tipa
1132 \emph default
1133
1134 \family typewriter
1135 [Ekspl@"neIS@n]
1136 \family default
1137 ).
1138  Suponiendo que 
1139 \emph on
1140 preview-lat
1141 \family sans
1142 \emph default
1143 e
1144 \family default
1145 x está instalado y que has activado la previsualización instantánea, (en
1146  
1147 \family sans
1148 Herramientas\SpecialChar \menuseparator
1149 Preferencias\SpecialChar \menuseparator
1150 Apariencia\SpecialChar \menuseparator
1151 Visualización
1152 \family default
1153 ), en cuanto el cursor abandone el marco verás el bonito aspecto final.
1154 \end_layout
1155
1156 \begin_layout Standard
1157 Por otra parte, la mayoría de caracteres IPA se pueden también insertar
1158  (p.
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 e.
1163  con 
1164 \family sans
1165 Insertar\SpecialChar \menuseparator
1166 Carácter especial\SpecialChar \menuseparator
1167 Símbolos\SpecialChar \ldots{}
1168
1169 \family default
1170 ) o pegar directamente en LyX: [ɛkspləˈneɪʃən].
1171  En la salida, serán automáticamente transformados en la macro 
1172 \emph on
1173 tipa
1174 \emph default
1175  correcta, (si no, por favor, infórmame).
1176  Sin embargo, ten en cuenta que el método anterior genera una salida de
1177  mejor calidad, por dos razones:
1178 \end_layout
1179
1180 \begin_layout Enumerate
1181 la entrada directa podría resultar en una mezcla de fuentes (en el ejemplo
1182  anterior, los caracteres latinos se toman de la fuente básica, los caracteres
1183  IPA de la fuente IPA, mientras que 
1184 \family sans
1185 Insertar\SpecialChar \menuseparator
1186 Carácter especial\SpecialChar \menuseparator
1187 Símbolos fonéticos
1188 \family default
1189  usa la fuente IPA para todos los caracteres).
1190 \end_layout
1191
1192 \begin_layout Enumerate
1193 el 
1194 \emph on
1195 kerning
1196 \emph default
1197  de la letra no se preserva
1198 \end_layout
1199
1200 \begin_layout Standard
1201 Así pues, a menos que solo necesites insertar caracteres IPA individuales,
1202  se recomienda el primer método, y vale la pena aprender la (bastante intuitiva)
1203  notación IPA.
1204 \end_layout
1205
1206 \begin_layout Section
1207 Información adicional
1208 \end_layout
1209
1210 \begin_layout Standard
1211 Para una descripción detallada de posibilidades específicas para lingüistas,
1212  puedes acudir a la página web 
1213 \emph on
1214 LinguistLyX
1215 \emph default
1216  en la wiki de LyX 
1217 \begin_inset CommandInset citation
1218 LatexCommand cite
1219 key "linguistlyx"
1220
1221 \end_inset
1222
1223  (tienes libertad para añadir ahí tus propias indicaciones).
1224 \end_layout
1225
1226 \begin_layout Bibliography
1227 \begin_inset CommandInset bibitem
1228 LatexCommand bibitem
1229 key "covington"
1230
1231 \end_inset
1232
1233 Paquete covington: 
1234 \begin_inset Flex URL
1235 status collapsed
1236
1237 \begin_layout Plain Layout
1238
1239 http://www.ctan.org/tex-archive/macros/latex/contrib/covington/
1240 \end_layout
1241
1242 \end_inset
1243
1244 .
1245 \end_layout
1246
1247 \begin_layout Bibliography
1248 \begin_inset CommandInset bibitem
1249 LatexCommand bibitem
1250 key "csquotes"
1251
1252 \end_inset
1253
1254 Paquete csquotes: 
1255 \begin_inset Flex URL
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259
1260 http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes/
1261 \end_layout
1262
1263 \end_inset
1264
1265 .
1266 \end_layout
1267
1268 \begin_layout Bibliography
1269 \begin_inset CommandInset bibitem
1270 LatexCommand bibitem
1271 key "enumitem"
1272
1273 \end_inset
1274
1275 Paquete enumitem: 
1276 \begin_inset Flex URL
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280
1281 http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/
1282 \end_layout
1283
1284 \end_inset
1285
1286 .
1287 \end_layout
1288
1289 \begin_layout Bibliography
1290 \begin_inset CommandInset bibitem
1291 LatexCommand bibitem
1292 key "float"
1293
1294 \end_inset
1295
1296 Paquete float: 
1297 \begin_inset Flex URL
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 http://www.ctan.org/tex-archive/macros/latex/contrib/float/
1303 \end_layout
1304
1305 \end_inset
1306
1307 .
1308 \end_layout
1309
1310 \begin_layout Bibliography
1311 \begin_inset CommandInset bibitem
1312 LatexCommand bibitem
1313 key "linguistlyx"
1314
1315 \end_inset
1316
1317 Maria Gouskova, Stacia Hartleben and Jürgen Spitzmüller: Using LyX for Linguisti
1318 c Papers.
1319  
1320 \begin_inset Flex URL
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324
1325 http://wiki.lyx.org/LyX/LinguistLyX
1326 \end_layout
1327
1328 \end_inset
1329
1330 .
1331 \end_layout
1332
1333 \begin_layout Bibliography
1334 \begin_inset CommandInset bibitem
1335 LatexCommand bibitem
1336 key "preview"
1337
1338 \end_inset
1339
1340 Paquete preview-latex: 
1341 \begin_inset Flex URL
1342 status collapsed
1343
1344 \begin_layout Plain Layout
1345
1346 http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
1347 \end_layout
1348
1349 \end_inset
1350
1351 .
1352 \end_layout
1353
1354 \begin_layout Bibliography
1355 \begin_inset CommandInset bibitem
1356 LatexCommand bibitem
1357 key "tipa"
1358
1359 \end_inset
1360
1361 Paquete tipa y fuentes: 
1362 \begin_inset Flex URL
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 http://www.ctan.org/tex-archive/fonts/tipa/
1368 \end_layout
1369
1370 \end_inset
1371
1372 .
1373 \end_layout
1374
1375 \end_body
1376 \end_document