This file is indexed.

/usr/share/lyx/doc/Tutorial.lyx is in lyx-common 2.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
#LyX 2.2 created this file. For more info see http://www.lyx.org/
\lyxformat 508
\begin_document
\begin_header
\save_transient_properties true
\origin /systemlyxdir/doc/
\textclass book
\use_default_options false
\begin_modules
logicalmkup
\end_modules
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "palatino" "default"
\font_sans "helvet" "default"
\font_typewriter "courier" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\graphics default
\default_output_format pdf2
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 12
\spacing single
\use_hyperref true
\pdf_title "The LyX Tutorial"
\pdf_author "LyX Team"
\pdf_subject "LyX-documentation Tutorial"
\pdf_keywords "LyX, documentation"
\pdf_bookmarks true
\pdf_bookmarksnumbered true
\pdf_bookmarksopen true
\pdf_bookmarksopenlevel 1
\pdf_breaklinks true
\pdf_pdfborder false
\pdf_colorlinks true
\pdf_backref false
\pdf_pdfusetitle false
\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
\papersize default
\use_geometry false
\use_package amsmath 0
\use_package amssymb 0
\use_package cancel 0
\use_package esint 0
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 2
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 2
\paperpagestyle headings
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Title
The \SpecialChar LyX
 Tutorial
\end_layout

\begin_layout Author
by the \SpecialChar LyX
 Team
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
\noindent
If you have comments on or corrections to this documentation, please send
 them to the \SpecialChar LyX
 Documentation mailing list: 
\begin_inset CommandInset href
LatexCommand href
target "lyx-docs@lists.lyx.org"
type "mailto:"

\end_inset


\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents

\end_inset


\end_layout

\begin_layout Chapter
Introduction
\end_layout

\begin_layout Section
Welcome to \SpecialChar LyX
!
\end_layout

\begin_layout Standard
This manual is designed for all of you who have never heard of \SpecialChar LaTeX
, or do not
 know it very well.
 Now, do not panic – you will not need to learn \SpecialChar LaTeX
 to use \SpecialChar LyX
.
 That is, after all, the whole point of \SpecialChar LyX
: to provide an almost-WYSIWYG interface
 to \SpecialChar LaTeX
.
 There are some things you will need to learn, however, in order to use
 \SpecialChar LyX
 effectively.
\end_layout

\begin_layout Standard
Some of you probably found your way to this document because you tried to
 put two spaces after a 
\begin_inset Quotes eld
\end_inset

.
\begin_inset Quotes erd
\end_inset

 or tried to put three blank lines between paragraphs.
 You found out you could not and, in fact, you will find out that most of
 the little tricks you are accustomed to use in word processors will not
 work in \SpecialChar LyX
.
 That is because most word processors you have used before allow you manually
 to enter all spacings, font changes, and so on.
 So you end up not only writing a document but typesetting it, too.
 \SpecialChar LyX
 does the typesetting for you, in a consistent fashion, letting you focus
 on the important things, like the content of your writing.
\end_layout

\begin_layout Standard
So read on to learn more about \SpecialChar LyX
.
 Reading this tutorial is definitely worth the time.
\end_layout

\begin_layout Section
What the Tutorial 
\emph on
is
\emph default
 and what it 
\emph on
is not
\end_layout

\begin_layout Standard
Before we get started with this section, you need to know that this 
\emph on
Tutorial
\emph default
 uses the notation outlined in the 
\emph on
Introduction
\emph default
 manual.
 If you came to this manual first, please read the 
\emph on
Introduction
\emph default
 before you continue with the 
\emph on
Tutorial
\emph default
.
\end_layout

\begin_layout Standard
Now that you know which fonts mean what in the documentation, we want to
 talk a bit about what this 
\emph on
Tutorial
\emph default
 is for.
\end_layout

\begin_layout Subsection
Getting the most out of the Tutorial
\end_layout

\begin_layout Standard
This tutorial consists of examples and exercises.
 To get the most out of this document, you should read through it, typing
 all the little things we are telling you to type and trying out all of
 the exercises to see if you get them right.
 For convenience, you might want to print out the PDF version of this document.
\end_layout

\begin_layout Standard
If you are familiar with \SpecialChar LaTeX
, you will probably be able to read the 
\emph on
Tutorial
\emph default
 somewhat faster, since many \SpecialChar LyX
 ideas are just \SpecialChar LaTeX
 ideas in disguise.
 However, \SpecialChar LyX
 has features you will want to learn about.
 Even if you do not feel like reading the rest of the 
\emph on
Tutorial
\emph default
, you should definitely check out Section
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "sec:latexusers"

\end_inset

, which is specifically written for experienced \SpecialChar LaTeX
 users.
\end_layout

\begin_layout Subsection
What you 
\emph on
will not
\emph default
 find
\end_layout

\begin_layout Itemize
Detailed explanations of all of \SpecialChar LyX
's features.
\end_layout

\begin_deeper
\begin_layout Standard
Look in the 
\emph on
User's Guide
\emph default
 when you need this.
\end_layout

\end_deeper
\begin_layout Itemize
Detailed explanations of \SpecialChar LaTeX
.
\end_layout

\begin_deeper
\begin_layout Standard
Unnecessary.
 If you want to learn some of the neat tricks you can do with \SpecialChar LaTeX
 in \SpecialChar LyX
, you
 can have a look at the 
\emph on
Embedded
\begin_inset space ~
\end_inset

Objects
\emph default
 manual.
\end_layout

\end_deeper
\begin_layout Standard
It is time to move on, time for your first document \SpecialChar ldots

\end_layout

\begin_layout Chapter
Getting started with \SpecialChar LyX

\end_layout

\begin_layout Section
Your first \SpecialChar LyX
 document
\end_layout

\begin_layout Standard
OK\SpecialChar endofsentence
 You are ready to start writing.
 Before you do, there are a few things we need to mention, which will hopefully
 make the Tutorial more instructive and useful.
 
\end_layout

\begin_layout Standard
Because there is information we cannot give you in the Tutorial, the 
\emph on
first
\emph default
 
\series medium
thing that you need to do is find the
\series default
 other 
\series medium
help files.
 This is very simple:
\series default
 Start up \SpecialChar LyX
, select the 
\emph on
User's Guide
\emph default
 from the 
\family sans
Help
\family default
 menu.
 You may want to load the 
\emph on
Tutorial
\emph default
 as well (if you are not reading it within \SpecialChar LyX
 already).
 This way, you can read them while you are writing your own file.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
They can also serve as good examples of how to use the many features of
 \SpecialChar LyX
.
\end_layout

\end_inset

 Note that once you have got more than one document open, you can use the
 
\family sans
View
\family default
 menu or the document tabs to switch between them.
\end_layout

\begin_layout Standard
In this Tutorial, we are going to assume that you have a fully working version
 of \SpecialChar LyX
, as well as a \SpecialChar LaTeX
-distribution and a PDF-viewer.
 This should be the case on all major Linux- and BSD-distributions, as well
 as on Windows, where this is setup by the \SpecialChar LyX
 installers.
\end_layout

\begin_layout Standard
Finally, we have written a file called 
\family typewriter
example_raw.lyx
\family default
 to let you practice your \SpecialChar LyX
 skills.
 Imagine that it was typed by someone who did not know about any of \SpecialChar LyX
's great
 features.
 As you learn new \SpecialChar LyX
 functions, we will suggest that you fix those parts of
 
\family typewriter
example_raw.lyx
\family default
.
 It also contains `subtle' hints about how to fix things.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
The hints are located in yellow 
\begin_inset Quotes eld
\end_inset

Notes
\begin_inset Quotes erd
\end_inset

.
 Access the text in a note by clicking on it.
\end_layout

\end_inset

 If you want to cheat, or check what you have done, there is also a file
 called
\begin_inset Newline newline
\end_inset


\family typewriter
example_lyxified.lyx
\family default
 which contains the same text written and typeset by a \SpecialChar LyX
 master.
\end_layout

\begin_layout Standard
The example files can be found in the 
\family typewriter
examples
\family default
 directory of \SpecialChar LyX
's installation folder.
 Open the document 
\family typewriter
example_raw.lyx
\family default
 and use 
\family sans
File\SpecialChar menuseparator
Save
\begin_inset space ~
\end_inset

As
\family default
 to save a copy in your own directory for you to work on.
 As you fix parts of the raw document, check to see how those changes affect
 the output.
\end_layout

\begin_layout Standard
By the way, the 
\family typewriter
examples
\family default
 directory contains lots of other examples files.
 They will show you how to do various fancy things with \SpecialChar LyX
.
 After you have read the Tutorial, or when you are confused about how to
 do something fancy in \SpecialChar LyX
, take a look at these files.
\end_layout

\begin_layout Subsection
Typing, Viewing, and Exporting
\end_layout

\begin_layout Itemize
Open a new file with 
\family sans
File\SpecialChar menuseparator
New
\end_layout

\begin_layout Itemize
Type a sentence like: 
\family typewriter
This is my first \SpecialChar LyX
 document!
\end_layout

\begin_layout Itemize
Save your document with 
\family sans
File\SpecialChar menuseparator
Save
\begin_inset space ~
\end_inset

As\SpecialChar endofsentence

\end_layout

\begin_layout Itemize
Create a PDF file, with 
\family sans
Document\SpecialChar menuseparator
View
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "buffer-view"
\end_inset

.
 \SpecialChar LyX
 will open a PDF-viewer program displaying your document as it will look
 when printed.
\end_layout

\begin_layout Itemize
Export the ready to print document with 
\family sans
File\SpecialChar menuseparator
Export
\family default
 to a format you want
\family sans
.
\end_layout

\begin_layout Standard
Congratulations! You have written your first \SpecialChar LyX
 document.
 All of the rest is just details.
\begin_inset Newline newline
\end_inset


\end_layout

\begin_layout Standard

\series bold
A hint:
\series default
 You can save time by leaving the PDF viewer running in the background.
 Under MacOS and Linux you can use 
\family sans
Document\SpecialChar menuseparator
Update
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "buffer-update"
\end_inset

 and just click on the PDF viewer window afterwards.
 Under Windows still use 
\family sans
Document\SpecialChar menuseparator
View
\family default
 or 
\begin_inset Info
type  "icon"
arg   "buffer-view"
\end_inset

 respectively.
\end_layout

\begin_layout Standard

\series bold
Another hint:
\series default
 In case you are using a high-resolution display, the LyX toolbar icons
 are quite small.
 To change their size, right-click into a toolbar.
\end_layout

\begin_layout Subsection
Simple Operations
\end_layout

\begin_layout Standard
\SpecialChar LyX
 can of course do most of the things you are used to doing with a word processor.
 It will word-wrap and indent paragraphs automatically.
 Here is a quick description of how to do some simple actions.
\end_layout

\begin_layout Description
Undo \SpecialChar LyX
 has multiple levels of undo, which means you can undo everything you
 have done since your current editing session started, by selecting 
\family sans
Edit\SpecialChar menuseparator
Undo
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "undo"
\end_inset

) over and over again.
 If you undo too much, just select 
\family sans
Edit\SpecialChar menuseparator
Redo
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "redo"
\end_inset

) to get it back.
\end_layout

\begin_deeper
\begin_layout Standard
Currently, undo is limited to 100 steps.
\end_layout

\end_deeper
\begin_layout Description
Cut/Paste/Copy Use 
\family sans
Edit\SpecialChar menuseparator
Cut
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "cut"
\end_inset

), 
\family sans
Edit\SpecialChar menuseparator
Copy
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "copy"
\end_inset

), and 
\family sans
Edit\SpecialChar menuseparator
Paste
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "paste"
\end_inset

) to cut, copy, and paste.
 Or automatically paste selected text (including selections from other programs)
 with the 
\emph on
middle mouse button
\emph default
.
\end_layout

\begin_layout Description
Find/Replace Use 
\family sans
Edit\SpecialChar menuseparator
Find
\begin_inset space ~
\end_inset

&
\begin_inset space ~
\end_inset

Replace
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "dialog-show findreplace"
\end_inset

) to search.
 In the dialog, search with the 
\family sans
Find
\begin_inset space ~
\end_inset

Next
\family default
 button, and use the 
\family sans
Replace
\family default
 button to replace a word you have found.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
Close the window when you are done or leave it open if you find it more
 convenient.
 Most dialog boxes in \SpecialChar LyX
 can operate like this.
 Just be sure you have the right window in focus when you are trying to
 type in the main \SpecialChar LyX
 window or a \SpecialChar LyX
 dialog.
\end_layout

\end_inset

 If you like, you can specify whether to make the search case-sensitive,
 or to search for only complete words; you can also search backwards through
 the document.
\end_layout

\begin_layout Description
Character
\begin_inset space ~
\end_inset

Formatting You can 
\emph on
emphasize
\emph default
 text (toolbar button 
\begin_inset Info
type  "icon"
arg   "font-emph"
\end_inset

, which will by default print characters in italics), set it in 
\noun on
Noun Style
\noun default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "font-noun"
\end_inset

, usually small caps, used for people's names), or use your own formatting
 by using the 
\family sans
Edit\SpecialChar menuseparator
Text
\begin_inset space ~
\end_inset

Style\SpecialChar menuseparator
Customized
\family default
 dialog (toolbar button 
\begin_inset Info
type  "icon"
arg   "dialog-show character"
\end_inset

).
\end_layout

\begin_layout Description
Toolbar Other buttons on the toolbar allow you to do some of the more popular
 functions, such as 
\family sans
Insert
\begin_inset space ~
\end_inset

math
\family default
, 
\family sans
Insert
\begin_inset space ~
\end_inset

graphics
\family default
 and 
\family sans
Insert
\begin_inset space ~
\end_inset

table
\family default
.
\end_layout

\begin_layout Standard
Of course, you have not yet written enough to make most of these functions
 useful.
 As you write more, though, try undoing, pasting, etc.
\end_layout

\begin_layout Subsection
WYSIWYM: Whitespace in \SpecialChar LyX

\end_layout

\begin_layout Standard
One of the hardest things for new users to get used to is the way that \SpecialChar LyX

 handles whitespace.
 As many times as you hit 
\family sans
Return
\family default
, you will only get one blank line.
 As many times as you hit 
\family sans
Space
\family default
, you will only get one space.
 On a blank line, \SpecialChar LyX
 will not let you type even one space.
 The 
\family sans
Tab
\family default
 key will not move you forward one tab stop; in fact there 
\emph on
are
\emph default
 no tab stops! There is no ruler at the top of the page to let you set tabs
 or margins, either.
\end_layout

\begin_layout Standard
Many word processors are based on the WYSIWYG principle: 
\begin_inset Quotes eld
\end_inset

What You See Is What You Get.
\begin_inset Quotes erd
\end_inset

 \SpecialChar LyX
, on the other hand, is based on the principle that 
\begin_inset Quotes eld
\end_inset

What You See Is What You 
\emph on
Mean
\emph default
.
\begin_inset Quotes erd
\end_inset

 You type what you mean and \SpecialChar LyX
 will take care of typesetting it for you so
 that the output looks nice.
 A 
\family sans
Return
\family default
 grammatically separates paragraphs and a 
\family sans
Space
\family default
 grammatically separates words; so there is no reason to have several of
 them in a row; a 
\family sans
Tab
\family default
 has no grammatical function at all – so \SpecialChar LyX
 does not support it.
 Using \SpecialChar LyX
, you will spend more of your time worrying about the 
\emph on
content
\emph default
 of your document and less time worrying about the 
\emph on
format.

\emph default
 See the 
\emph on
Introduction
\emph default
 for more information on the WYSIWYM concept.
\end_layout

\begin_layout Standard
\SpecialChar LyX
 does have (many) ways to fine-tune the formatting of your document.
 After all, \SpecialChar LyX
 might not typeset 
\emph on
exactly
\emph default
 what you mean.
 The 
\emph on
User's Guide
\emph default
 has information about all that.
 It includes horizontal fills and vertical space — which are more powerful
 and versatile than multiple spaces or blank lines — and ways to change
 font sizes, character styles, and paragraph alignments by hand.
 The idea, though, is that you can write your whole document, focusing on
 content, and just worry about that fine-tuning at the end.
 With standard word processors, you will be distracted by document formatting
 throughout the writing process.
\end_layout

\begin_layout Section
Environments
\end_layout

\begin_layout Standard
Different parts of a document have different purposes; we call these parts
 
\emph on
environments
\emph default
.
 Most of a document is made up of regular text.
 Section titles (chapter, subsection, etc.) let the reader know that a new
 topic or subtopic will be discussed.
 Certain types of documents have special environments.
 A journal article will have an abstract and a title.
 A letter will have neither of these, but will probably have an environment
 that gives the writer's address.
\end_layout

\begin_layout Standard
Environments are a major part of the 
\begin_inset Quotes eld
\end_inset

What You See Is What You Mean
\begin_inset Quotes erd
\end_inset

 philosophy of \SpecialChar LyX
.
 A given environment may require a certain font style, font size, indenting,
 line spacing, and more.
 This problem is aggravated, because the exact formatting for a given environmen
t may change: one journal may use boldface, 18 point, centered type for
 section titles while another uses italicized, 15 point, left justified
 type; different languages may have different standards for indenting; and
 bibliography formats can vary widely.
 \SpecialChar LyX
 lets you avoid learning all the different formatting styles.
\end_layout

\begin_layout Standard
The 
\family sans
Environment
\family default
 choice box is located on the left end of the toolbar and looks like this:
 
\begin_inset Graphics
	filename clipart/ToolbarEnvBox.png
	scale 75
	clip

\end_inset

.
 It indicates in which environment you are currently writing.
 While you were writing your first document, it said 
\begin_inset Quotes eld
\end_inset

Standard,
\begin_inset Quotes erd
\end_inset

 which is the default environment for text.
 Now you will put a number of environments in your new document so that
 you can see how they work.
\end_layout

\begin_layout Subsection
Sections and Subsections
\end_layout

\begin_layout Standard
Type the word 
\family typewriter
Introduction
\family default
 on the first line of your new \SpecialChar LyX
 file, and select 
\family sans
Section
\family default
 in the 
\family sans
Environment
\family default
 box.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
You do not have to 
\emph on
select
\emph default
 the line.
 If nothing is selected, \SpecialChar LyX
 changes the paragraph you are currently in to
 the selected environment.
 Alternatively, you can change several paragraphs to a different environment
 by selecting them before picking an environment.
\end_layout

\end_inset

 Be sure to use 
\family sans
Section
\family default
 and 
\emph on
not
\emph default
 
\family sans
Section*
\family default
, which will be covered below.
 \SpecialChar LyX
 numbers the section 
\begin_inset Quotes eld
\end_inset

1
\begin_inset Quotes erd
\end_inset

 and typesets the section heading (title) in a larger font.
 Now hit 
\family sans
Return
\family default
\SpecialChar endofsentence
 Note that the 
\family sans
Environment
\family default
 box changes from 
\begin_inset Quotes eld
\end_inset

Section
\begin_inset Quotes erd
\end_inset

 back to 
\begin_inset Quotes eld
\end_inset

Standard
\begin_inset Quotes erd
\end_inset

.
 Section headings, like most environments, are assumed to end when you type
 
\family sans
Return
\family default
\SpecialChar endofsentence
 Type the document introduction: 
\end_layout

\begin_layout LyX-Code
This is an introduction to my first \SpecialChar LyX
 document.
\end_layout

\begin_layout Standard
Hit 
\family sans
Return
\family default
 again, and select 
\family sans
Section
\family default
 from the 
\family sans
Environment
\family default
 box again.
 \SpecialChar LyX
 writes a 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

 and waits for you to type a title.
 Type 
\begin_inset Quotes eld
\end_inset


\family typewriter
More
\begin_inset space ~
\end_inset

Stuff
\family default

\begin_inset Quotes erd
\end_inset

, and you will see that \SpecialChar LyX
 again sets it as a section title.
\end_layout

\begin_layout Standard
It gets better.
 Go to the end of Section
\begin_inset space ~
\end_inset

1 again (after 
\begin_inset Quotes eld
\end_inset

my first \SpecialChar LyX
 document.
\begin_inset Quotes erd
\end_inset

) and hit 
\family sans
Return
\family default
 again, and select 
\family sans
Section
\family default
 from the 
\family sans
Environment
\family default
 box again.
 Again, \SpecialChar LyX
 writes 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

 and waits for you to type a title.
 Type 
\family typewriter
About This Document
\family default
.
 Section
\begin_inset space ~
\end_inset


\begin_inset Quotes eld
\end_inset

More Stuff
\begin_inset Quotes erd
\end_inset

, which was Section
\begin_inset space ~
\end_inset

2, has been automatically renumbered to Section
\begin_inset space ~
\end_inset

3! In true WYSIWYM fashion, you just need to identify the text that makes
 up the section titles, and \SpecialChar LyX
 takes care of numbering the sections and typesettin
g them.
\end_layout

\begin_layout Standard
Hit 
\family sans
Return
\family default
 to get back to the 
\family sans
Standard
\family default
 environment, and type the following five lines:
\end_layout

\begin_layout LyX-Code
Sections and subsections are described below.
\end_layout

\begin_layout LyX-Code
Section Description
\end_layout

\begin_layout LyX-Code
Sections are bigger than subsections.
\end_layout

\begin_layout LyX-Code
Subsection description
\end_layout

\begin_layout LyX-Code
Subsections are smaller than sections.
\end_layout

\begin_layout Standard
Click on the second line and select 
\family sans
Subsection
\family default
 from the 
\family sans
Environment
\family default
 box.
 \SpecialChar LyX
 numbers the subsection 
\begin_inset Quotes eld
\end_inset

2.1
\begin_inset Quotes erd
\end_inset

, and typesets it in a font which is bigger than regular text but smaller
 than the section title.
 Change the fourth line to the 
\family sans
Subsection
\family default
 environment as well.
 As you probably expected, \SpecialChar LyX
 automatically numbered the section 
\begin_inset Quotes eld
\end_inset

2.2
\begin_inset Quotes erd
\end_inset

.
 If you put yet another section before Section
\begin_inset space ~
\end_inset

2, Section
\begin_inset space ~
\end_inset

2 will be renumbered as Section 3, and the subsections will be renumbered
 to 
\begin_inset Quotes eld
\end_inset

3.1
\begin_inset Quotes erd
\end_inset

 and 
\begin_inset Quotes eld
\end_inset

3.2
\begin_inset Quotes erd
\end_inset

.
\end_layout

\begin_layout Standard
Further levels of sectioning include 
\family sans
Subsubsection
\family default
, 
\family sans
Paragraph
\family default
, and 
\family sans
Subparagraph
\family default
.
 We will let you play with these on your own.
 You may notice that paragraph and subparagraph headings are not numbered
 by default, and that subparagraphs are indented; see the 
\emph on
User's Guide
\emph default
 for an explanation and how to change this.
 
\family sans
Chapter
\family default
 headings are actually the highest level of sectioning, above 
\family sans
Section
\family default
s, but you are only allowed to use them in certain types (text classes)
 of \SpecialChar LyX
 documents (see Section
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "sec:Document-Classes"

\end_inset

).
\end_layout

\begin_layout Standard
Finally, you may want to have sections or subsections that are not numbered.
 There are environments for this as well.
 If you change one of your section headings to the 
\family sans
Section*
\family default
 environment (you may have to scroll down in the 
\family sans
Environment
\family default
 box to find it), \SpecialChar LyX
 will use the same font size for the heading as it uses
 for a regular section, but it will not number that section.
 There are corresponding 
\begin_inset Quotes eld
\end_inset

starred
\begin_inset Quotes erd
\end_inset

 heading environments for 
\family sans
Subsection
\family default
 and 
\family sans
Subsubsection
\family default
.
 Try changing some of your sections or subsections to the starred environments,
 and note how the other section numbers are updated.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Fix the section and subsection headings in
\begin_inset Newline newline
\end_inset


\family typewriter
example_raw.lyx
\family default
.
 
\end_layout

\begin_layout Subsection
Lists and sublists
\end_layout

\begin_layout Standard
\SpecialChar LyX
 has several different environments for typesetting lists.
 The various list environments free you from hitting 
\family sans
Tab
\family default
 a million times when writing an outline, or from renumbering a whole list
 when you want to add a point in the middle of the list.
 Different types of documents logically require different list environments:
\end_layout

\begin_layout Itemize
A slide presentation might use the 
\family sans
Itemize
\family default
 environment's bulleted lists to describe different points.
\end_layout

\begin_layout Itemize
An outline would use the 
\family sans
Enumerate
\family default
 environment's numbered lists (and lettered sublists).
\end_layout

\begin_layout Itemize
A document describing several software packages could use the 
\family sans
Description
\family default
 environment, where each item in the list begins with a bold-faced word.
\end_layout

\begin_layout Itemize
The 
\family sans
List
\family default
 (also named 
\family sans
Labeling
\family default
) environment is a variation on the 
\family sans
Description
\family default
 environment.
\end_layout

\begin_layout Standard
Let us write a list of reasons why \SpecialChar LyX
 is better than other word processors.
 Somewhere in your document, type:
\end_layout

\begin_layout Standard

\family typewriter
\SpecialChar LyX
 is better than other word processors because:
\end_layout

\begin_layout Standard
and hit 
\family sans
Return
\family default
.
 Now select 
\family sans
Itemize
\family default
 from the 
\family sans
Environment
\family default
 box (
\begin_inset Info
type  "icon"
arg   "layout Itemize"
\end_inset

).
 \SpecialChar LyX
 writes a 
\begin_inset Quotes eld
\end_inset

bullet
\begin_inset Quotes erd
\end_inset

 on the line.
 Type in your reasons:
\end_layout

\begin_layout LyX-Code
Typesetting is done for you.
\end_layout

\begin_layout LyX-Code
Math is WYSIWYG
\end_layout

\begin_layout LyX-Code
Lists are very easy to create!
\end_layout

\begin_layout Standard
List environments, unlike headings, do not end when you type 
\family sans
Return
\family default
.
 Instead, \SpecialChar LyX
 assumes you are going on to the next item in the list.
 The above will therefore result in a three-item list.
 If you want more than one paragraph within one list 
\emph on
item
\emph default
, one way is to use the 
\family sans
Protected
\begin_inset space ~
\end_inset

Break
\family default
, which you get by typing 
\family sans
Ctrl+Return
\family default
.
 In order to get out of the list, you need to reselect the 
\family sans
Standard
\family default
 environment (or just use the key binding 
\begin_inset Info
type  "shortcut"
arg   "layout Standard"
\end_inset

).
\end_layout

\begin_layout Standard
You now have a beautiful itemized list.
 You might want to run \SpecialChar LaTeX
 to see how the list looks when printed out.
 But what if you wanted to number the reasons? Well, just select the whole
 list
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
\SpecialChar LyX
 will not let you select the first bullet (or the actual number in a numbered
 section title) unless you also select the paragraph 
\emph on
before
\emph default
 it, which you probably do not want to do.
 This is on purpose because the bullet or number depends on the document
 settings or text position, respectively.
\end_layout

\end_inset

 and choose 
\family sans
Enumerate
\family default
 from the 
\family sans
Environment
\family default
 box (
\begin_inset Info
type  "icon"
arg   "layout Enumerate"
\end_inset

).
 Pow! As we mentioned, if you add or delete a list item, \SpecialChar LyX
 will fix the numbering.
\end_layout

\begin_layout Standard
While the list is still selected, you can change to the other two list environme
nts, 
\family sans
Description
\family default
 and 
\family sans
List
\begin_inset space \thinspace{}
\end_inset


\family default
/
\begin_inset space \thinspace{}
\end_inset


\family sans
Labeling
\family default
 (
\begin_inset Info
type  "icon"
arg   "layout Description"
\end_inset

 and 
\begin_inset Info
type  "icon"
arg   "layout List"
\end_inset

), in order to see what they look like.
 For those two environments, each list item is made up of a term, which
 is the item's first word, followed by a definition, which is the rest of
 the paragraph (until you hit 
\family sans
Return
\family default
).
 The term is either typeset in boldface (
\family sans
Description
\family default
) or separated by a 
\begin_inset Quotes eld
\end_inset

Tab
\begin_inset Quotes erd
\end_inset


\begin_inset Foot
status collapsed

\begin_layout Plain Layout
But a typesetter's tab, which will change to fit the size of the largest
 term, not a pathetic, rigid, unchangeable typewriter 
\family sans
Tab
\family default
.
\end_layout

\end_inset

 (
\family sans
List
\family default
) from the rest of the paragraph.
 If you want to have more than one word in the definition, then separate
 the words with 
\family sans
Protected
\begin_inset space ~
\end_inset

Space
\family default
s.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Typeset the list in 
\family typewriter
example_raw.lyx
\end_layout

\begin_layout Standard
You can nest lists within each other in all sorts of interesting ways.
 An obvious example would be writing outlines.
 Numbered and bulleted lists will have different numbering and bulleting
 schemes for sublists.
 See the 
\emph on
User's Guide
\emph default
 for details on the different sorts of lists and for examples of nestings.
\end_layout

\begin_layout Subsection
Other environments: Verses, Quotations, and more
\end_layout

\begin_layout Standard
There are two environments for setting quotations apart from surrounding
 text: 
\family sans
Quote
\family default
 for short quotes and 
\family sans
Quotation
\family default
 for longer ones.
 Computer code (the 
\family sans
\SpecialChar LyX
-Code
\family default
 environment 
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
used in this Tutorial for the long typing examples
\end_layout

\end_inset

) is written in a 
\family typewriter
typewriter
\family default
 font; this environment is the only place in \SpecialChar LyX
 where you are allowed to use
 multiple spaces to allow code indenting.
 You can even write poetry using the 
\family sans
Verse
\family default
 style, using 
\family sans
Return
\family default
 to separate stanzas, and 
\family sans
Ctrl+Return
\family default
 to separate lines within a stanza.
 See the 
\emph on
User's Guide
\emph default
 for more complete descriptions of all of the available \SpecialChar LyX
 environments.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Correctly typeset the 
\family sans
Quote, \SpecialChar LyX
-Code,
\family default
 and 
\family sans
Verse
\family default
 in
\begin_inset Newline newline
\end_inset


\family typewriter
example_raw.lyx
\end_layout

\begin_layout Chapter
Writing Documents
\end_layout

\begin_layout Standard
The previous chapter hopefully allowed you to get used to writing in \SpecialChar LyX
.
 It introduced you to the basic editing operations in \SpecialChar LyX
, as well as the powerful
 method of writing with environments.
 Most people who use \SpecialChar LyX
, though, will want to write documents: papers, articles,
 books, manuals, or letters.
 This chapter is meant to take you from simply writing text with \SpecialChar LyX
 to writing
 a complete document.
 It will introduce you to text classes, which allow you to write different
 sorts of documents.
 It will then describe many of the additions that turn text into a document,
 such as titles, footnotes, cross references, bibliographies, and tables
 of contents.
\end_layout

\begin_layout Section
Document Classes
\begin_inset CommandInset label
LatexCommand label
name "sec:Document-Classes"

\end_inset


\end_layout

\begin_layout Standard
Different sorts of documents should be typeset differently.
 For example, books are generally printed double-sided, while articles are
 single-sided.
 In addition, many documents contain special environments: letters contain
 some environments — such as the sender's address and the signature — which
 do not make sense in a book or article.
 The \SpecialChar LyX
 
\emph on
document class
\emph default

\begin_inset Foot
status collapsed

\begin_layout Plain Layout
for \SpecialChar LaTeX
 users: this is equivalent to the \SpecialChar LaTeX
 document class
\end_layout

\end_inset

 takes care of these large scale differences between different sorts of
 documents.
 This Tutorial, for example, was written in the 
\family sans
Book
\family default
 document class.
 Document classes are another major part of the WYSIWYM philosophy; they
 tell \SpecialChar LyX
 how to typeset the document, so you do not need to know how.
\end_layout

\begin_layout Standard
Your document is probably being written in the 
\family sans
Article
\family default
 document class.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
That is usually the default document class
\end_layout

\end_inset

 Try changing to other document classes (using the 
\family sans
Document\SpecialChar menuseparator
Settings
\family default
 dialog) to see how they are typeset differently.
 If you change your document to the 
\family sans
Book
\family default
 document class and look at the 
\family sans
Environment
\family default
 box, you will see that most of the allowed environments are the same.
 However, you can now use the 
\family sans
Chapter
\family default
 environment.
 If you are ever unsure about which environments you can use in a given
 document class, just consult the 
\family sans
Environment
\family default
 box.
\end_layout

\begin_layout Standard
Font sizes, one- or two-column printing, and page headings are just some
 of the ways journals' typesettings differ from one another.
 As the Computer Age continues to mature, journals have begun accepting
 electronic submissions, creating \SpecialChar LaTeX
 
\begin_inset Quotes eld
\end_inset

style files
\begin_inset Quotes erd
\end_inset

 so that authors can submit correctly typeset articles.
 \SpecialChar LyX
 is set up to support this as well.
 For example, \SpecialChar LyX
 supports typesetting (and extra environments) for the American
 Mathematics Society journals using the 
\family sans
Article
\begin_inset space ~
\end_inset

(AMS)
\family default
 document class.
\end_layout

\begin_layout Standard
Here is a very quick reference to some of the document classes.
 See the 
\emph on
Special Document Classes
\emph default
 section of the 
\emph on
Additional Features
\emph default
 manual for many more details.
\end_layout

\begin_layout Standard
\align center
\begin_inset Tabular
<lyxtabular version="3" rows="7" columns="2">
<features tabularvalignment="middle">
<column alignment="center" valignment="top" width="0pt">
<column alignment="center" valignment="top" width="0pt">
<row>
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
Name
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
Notes
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
article
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
one-sided, no chapters
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
article (AMS)
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
layout & environments for American Math Society
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
report
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
longer than article, two-sided
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
book
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
report + front and back matter
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
presentation
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
transparencies
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
letter
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
lots of extra environments for address, signature\SpecialChar ldots

\end_layout

\end_inset
</cell>
</row>
</lyxtabular>

\end_inset


\end_layout

\begin_layout Section
Templates: Writing a Letter
\end_layout

\begin_layout Standard
One way to write a letter would be to open a new file, and choose a 
\family sans
Letter
\family default
 class in the 
\family sans
Document\SpecialChar menuseparator
Settings
\family default
 dialog.
 While this is the most obvious way to write a letter, it seems like extra
 work.
 Every time you write a business letter, you want to have your address,
 the address to which you are sending it, a body, a signature, etc.
 \SpecialChar LyX
 therefore has a 
\emph on
template
\emph default
 for letters, which contains a sample letter; once you have a template,
 you can just replace a couple of parts of the letter with your text each
 time you write a letter.
\end_layout

\begin_layout Standard
Open a new file with 
\family sans
File\SpecialChar menuseparator
New
\begin_inset space ~
\end_inset

from
\begin_inset space ~
\end_inset

Template
\family default
.
 Select 
\family typewriter
letter.lyx
\family default
 as the template.
 Save and print the file to see how the various environments are typeset.
\end_layout

\begin_layout Standard
When you look at the 
\family sans
Environment
\family default
 box, you will see several environments, like the 
\family sans
My
\begin_inset space ~
\end_inset

Address
\family default
 environment, that do not exist in most other document classes.
 Others, like 
\family sans
Description
\family default
, are familiar.
 You can play around for a while to figure out how the various environments
 work.
 You will notice for example that the 
\family sans
Signature
\family default
 environment has the word 
\begin_inset Quotes eld
\end_inset

Signature:
\begin_inset Quotes erd
\end_inset

 in red before the actual text of the signature.
 This word does not show up in the actual letter, as you will see if you
 view/export the file.
 It is just there to let you know where the signature goes.
 Also, note that it does not matter where in the file the 
\family sans
Signature
\family default
 line is placed.
 Remember, \SpecialChar LyX
 is WYSIWYM; you can put the 
\family sans
Signature
\family default
 environment anywhere you want, but \SpecialChar LyX
 knows that in the printout, the signature
 should be at the end.
\end_layout

\begin_layout Standard
A template is just a regular \SpecialChar LyX
 file.
 This means you can fill in your address and signature and save the file
 as a new template.
 From now on, any time you want to write a letter, you can use the new template
 to save time.
 We do not have to suggest an actual 
\begin_inset Quotes eld
\end_inset

exercise
\begin_inset Quotes erd
\end_inset

 here; just write a letter to someone!
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
One warning, if you are writing from a template.
 If you erase all of the text in an environment — for example, if you erase
 the whole 
\family sans
My
\begin_inset space ~
\end_inset

Address
\family default
 field so that you can replace it with your own — and then you move the
 cursor without writing any text, the environment may disappear.
 This is because most environments cannot exist without any text in them.
 Just reselect the environment from the 
\family sans
Environment
\family default
 box to get it back.
\end_layout

\end_inset


\end_layout

\begin_layout Standard
Templates can be a huge time-saver, and we urge you to use them whenever
 possible.
 In addition, they can help a person learn how to use some of the fancier
 document classes.
 Finally, they may be useful for a person who is configuring \SpecialChar LyX
 for a bunch
 of less computer-aware users.
 When they are first learning \SpecialChar LyX
, it will be less intimidating if they have
 a letter template customized for their company, for example.
\end_layout

\begin_layout Standard
\begin_inset Newpage newpage
\end_inset


\end_layout

\begin_layout Section
Document Titles
\end_layout

\begin_layout Standard
\SpecialChar LyX
 (like \SpecialChar LaTeX
) considers the title — which may contain the actual title, the author,
 the date, and even an abstract of a paper — to be a separate part of the
 document.
\end_layout

\begin_layout Standard
Go back to your first \SpecialChar LyX
 document and make sure it is using the 
\family sans
Article
\family default
 document class.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
You should not be using the letter any more, since the 
\family sans
Letter
\family default
 document class does not allow titles.
\end_layout

\end_inset

 Type a title on the first line, and change the line to the 
\family sans
Title
\family default
 environment.
 On the next line, type your name and change it to the 
\family sans
Author
\family default
 environment.
 On the next line, write the date in the 
\family sans
Date
\family default
 environment.
 Type a paragraph or two summarizing your document using the 
\family sans
Abstract
\family default
 environment.
 Notice how the title is presented when it is printed out.
 If you change the document format to Book, you will get a separate title
 page, like the first page of this tutorial.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Fix the title, date, and author in 
\family typewriter
example_raw.lyx
\end_layout

\begin_layout Section
Labels and Cross-References
\end_layout

\begin_layout Standard
You can label section headings, list items, formulas, footnotes, and floats
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
Floats are explained in the 
\emph on
User's Guide
\emph default
 and the 
\emph on
Embedded Objects
\emph default
 manual.
\end_layout

\end_inset

 in your document.
 Once you do so, you can refer to the element in other parts of the document,
 using cross-references.
 You can refer to a section's number, to the page on which the section begins
 or to both.
 As with section numbering, \SpecialChar LyX
 also takes care of cross-reference numbering
 for you.
 Automatic management of labels and cross-references is among the most significa
nt advantages of \SpecialChar LyX
 (and \SpecialChar LaTeX
) over conventional word processors.
\end_layout

\begin_layout Subsection
Your first label
\end_layout

\begin_layout Standard
Go to our second section, whose title is 
\begin_inset Quotes eld
\end_inset

About This Document
\begin_inset Quotes erd
\end_inset

.
 Click at the end of the section title line, and select 
\family sans
Insert\SpecialChar menuseparator
Label
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "label-insert"
\end_inset

.
 A dialog asks you for a label name, and gives you a suggestion.
 When you click on 
\family sans
OK
\family default
, the label name will be placed in a box next to the section title.
\end_layout

\begin_layout Standard
So far you have not done anything — the output will look exactly the same,
 since labels do not show up in the printed document.
 However, now that you have added a label, you can refer to that label with
 cross-references.
 We will do that next.
\end_layout

\begin_layout Subsection
Your first cross-reference
\end_layout

\begin_layout Standard
Place the cursor somewhere in Section
\begin_inset space ~
\end_inset

2 of your document.
 Type 
\end_layout

\begin_layout LyX-Code
If you want to know more about this document,
\begin_inset Newline newline
\end_inset

then see Section .
\end_layout

\begin_layout Standard
Now, with the cursor before the final period, select 
\family sans
Insert\SpecialChar menuseparator
Cross
\begin_inset space ~
\end_inset

Reference
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "dialog-show-new-inset ref"
\end_inset

.
 The Cross-reference dialog pops up.
 It shows a list of the possible labels you can reference.
 At the moment, there should be only one, 
\begin_inset Quotes eld
\end_inset

sec:About-This-Document
\begin_inset Quotes erd
\end_inset

.
 First, select the drop-down menu labeled 
\begin_inset Quotes eld
\end_inset

Format
\begin_inset Quotes erd
\end_inset

 and select 
\begin_inset Quotes eld
\end_inset

<reference> on page <page>
\begin_inset Quotes erd
\end_inset

.
 Then select 
\begin_inset Quotes eld
\end_inset

sec:About-This-Document
\begin_inset Quotes erd
\end_inset

 (it may be selected by default), and a reference marker will appear containing
 
\begin_inset Quotes eld
\end_inset

Ref+Text: sec:About-This-Document
\begin_inset Quotes erd
\end_inset

 (To be really correct, you should put a 
\family sans
Protected
\begin_inset space ~
\end_inset

Space
\family default
 (shortcut 
\begin_inset Info
type  "shortcut"
arg   "command-alternatives math-space ; space-insert protected"
\end_inset

) in between the word 
\begin_inset Quotes eld
\end_inset

Section
\begin_inset Quotes erd
\end_inset

 and the reference.) An alternative way to reference a label is to right-click
 the label and select 
\family sans
Copy as Reference
\family default
 in the pop-up context menu.
 The cross-reference to this label is now in the clipboard and can be copied
 to the actual cursor position via the menu 
\family sans
Edit\SpecialChar menuseparator
Paste
\family default
 (shortcut 
\begin_inset Info
type  "shortcut"
arg   "paste"
\end_inset

).
 In the printed document, this reference marker will be replaced with the
 section number and then the page number.
 Preview your document and you will see that \SpecialChar LaTeX
 has been even cleverer than
 that.
 It refers to 
\begin_inset Quotes eld
\end_inset

Section 2
\begin_inset Quotes erd
\end_inset

 and depending how much text you have between the start of Section
\begin_inset space ~
\end_inset

2 and this cross-reference you may see 
\begin_inset Quotes eld
\end_inset

on this page
\begin_inset Quotes erd
\end_inset

, 
\begin_inset Quotes eld
\end_inset

on the previous page
\begin_inset Quotes erd
\end_inset

 or 
\begin_inset Quotes eld
\end_inset

on page n
\begin_inset Quotes erd
\end_inset

 (where 
\emph on
n
\emph default
 is the page number).
\end_layout

\begin_layout Standard
Conveniently, a cross-reference acts as a hyperlink when you are editing
 a document in \SpecialChar LyX
; clicking on it will pop up the 
\family sans
Cross-reference
\family default
 dialog, clicking 
\family sans
Go
\begin_inset space ~
\end_inset

to
\begin_inset space ~
\end_inset

Label
\family default
 will move the cursor to the referenced label.
\end_layout

\begin_layout Subsection
More fun with labels
\end_layout

\begin_layout Standard
We told you that \SpecialChar LyX
 takes care of numbering cross-references; now you can
 test this claim.
 Add a new section before Section
\begin_inset space ~
\end_inset

2.
 Update the preview, and — voilà! — the section cross-reference changed
 to 
\begin_inset Quotes eld
\end_inset

3
\begin_inset Quotes erd
\end_inset

! Change the section 
\begin_inset Quotes eld
\end_inset

About this Document
\begin_inset Quotes erd
\end_inset

 to a subsection, and the cross-reference will reference Subsection
\begin_inset space ~
\end_inset

2.1 instead of Section
\begin_inset space ~
\end_inset

3.
 The page reference will not change unless you add a whole page of text
 before the label, of course.
 
\end_layout

\begin_layout Standard
If you want some more practice with labels, then try putting a new label
 where your first cross-reference was, and refer to that label from elsewhere
 in the document.
 If you will be inserting cross-references often, it may be convenient to
 leave the 
\family sans
Cross-reference
\family default
 dialog open.
\end_layout

\begin_layout Standard
If you want to confirm that the cross-referencing gets the pages right even
 for larger documents, 
\family sans
Copy
\family default
 a couple pages of text from the 
\emph on
User's Guide
\emph default
 to the clipboard, and 
\family sans
Paste
\family default
 them into your document.
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
By the way, copying a chapter title may cause an error, because chapters
 are not allowed in the article class, see Section
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "sec:Document-Classes"

\end_inset

.
 If this happens, just delete the chapter title.
\end_layout

\end_inset


\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Fix the references in 
\family typewriter
example_raw.lyx
\end_layout

\begin_layout Section
Footnotes and Margin Notes
\end_layout

\begin_layout Standard
Footnotes can be added using the toolbar button 
\begin_inset Info
type  "icon"
arg   "footnote-insert"
\end_inset

 or the menu 
\family sans
Insert\SpecialChar menuseparator
Footnote
\family default
.
 Click at the end of the word 
\begin_inset Quotes eld
\end_inset

\SpecialChar LyX

\begin_inset Quotes erd
\end_inset

 somewhere in your document and insert a footnote.
 A footnote box appears where you can enter the text of the footnote.
 \SpecialChar LyX
 should place the cursor at the beginning of the footnote box.
 Type
\end_layout

\begin_layout LyX-Code
\SpecialChar LyX
 is a typesetting word processor.
\end_layout

\begin_layout Standard
Now click on the button labeled 
\begin_inset Quotes eld
\end_inset

foot
\begin_inset Quotes erd
\end_inset

.
 The footnote box is closed, leaving the button showing where the footnote
 marker will be in the printed text; this is called 
\begin_inset Quotes eld
\end_inset

folding
\begin_inset Quotes erd
\end_inset

 the footnote.
 You can unfold the footnote at any time and re-edit its text by clicking
 again on the 
\begin_inset Quotes eld
\end_inset

foot
\begin_inset Quotes erd
\end_inset

 button.
\end_layout

\begin_layout Standard
A footnote can be cut and pasted like normal text.
 Go ahead; try it! All you need to do is select the footnote button
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
It may be easier to select it using the keyboard.
 You might accidentally open the footnote if you are trying to select the
 marker itself with the mouse.
\end_layout

\end_inset

 and 
\family sans
Cut
\family default
 and 
\family sans
Paste
\family default
 it.
 In addition, you can change regular text to a footnote, by selecting it
 and hitting the 
\begin_inset Info
type  "icon"
arg   "footnote-insert"
\end_inset

 button; change a footnote to regular text by hitting the 
\family sans
Backspace
\family default
 key when the cursor is in the first position of a footnote, or by hitting
 the 
\family sans
Delete
\family default
 key when the cursor is in the very last position of the footnote.
\end_layout

\begin_layout Standard
Margin notes can be added using the menu 
\family sans
Insert\SpecialChar menuseparator
Marginal
\begin_inset space ~
\end_inset

Note
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "marginalnote-insert"
\end_inset

\SpecialChar endofsentence
 Margin notes are like footnotes, except that: 
\end_layout

\begin_layout Itemize
the on-screen boxes say 
\begin_inset Quotes eld
\end_inset

margin
\begin_inset Quotes erd
\end_inset

 instead of 
\begin_inset Quotes eld
\end_inset

foot
\begin_inset Quotes erd
\end_inset


\end_layout

\begin_layout Itemize
the notes will be placed in the margin, instead of below the text 
\end_layout

\begin_layout Itemize
margin notes are not numbered
\end_layout

\begin_layout Standard
Change your \SpecialChar LyX
 footnote back to text, then select and change it to a margin
 note.
 Run \SpecialChar LaTeX
 again to see what the margin note looks like.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Fix the footnote in 
\family typewriter
example_raw.lyx
\end_layout

\begin_layout Section
Bibliographies
\begin_inset CommandInset label
LatexCommand label
name "sec:bibliographies"

\end_inset


\end_layout

\begin_layout Standard
Bibliographies are similar to cross-references.
 The bibliography contains a list of references at the end of the document,
 and they can be referenced from within the document.
 Like section titles, \SpecialChar LyX
 and \SpecialChar LaTeX
 make your job easier by automatically numbering
 the bibliography items and changing citations when the item numbers change.
\end_layout

\begin_layout Standard
Go to the end of the document and switch to the 
\family sans
Bibliography
\family default
 environment.
 Now, each paragraph you type will be a reference.
 Type 
\begin_inset Quotes eld
\end_inset


\family typewriter
The Lyx Tutorial, by the \SpecialChar LyX
 Documentation Team
\family default

\begin_inset Quotes erd
\end_inset

 as your first reference.
 Note that \SpecialChar LyX
 automatically puts a number in a box before each reference.
 Click on the boxed reference number, and the 
\family sans
Bibliography
\begin_inset space ~
\end_inset

item
\family default
 dialog box appears.
 The 
\family sans
Key
\family default
 is to refer to this reference within the \SpecialChar LyX
 document, the 
\family sans
Label
\family default
 appears in output.
 When no 
\family sans
Label
\family default
 is set (default), you will see the number of the bibliography in the output.
 Now change the 
\family sans
Key
\family default
 field to 
\begin_inset Quotes eld
\end_inset

lyxtutorial
\begin_inset Quotes erd
\end_inset

 to make it easy to remember.
\end_layout

\begin_layout Standard
Now pick somewhere in your document that you would like to insert a reference.
 Do so with 
\family sans
Insert\SpecialChar menuseparator
Citation
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "dialog-show-new-inset citation"
\end_inset

.
 A 
\family sans
Citation
\family default
 dialog appears.
 The left panel in this dialog lists all the bibliography entries, and this
 field allows you to choose which bibliography item you want to cite.
 Select 
\begin_inset Quotes eld
\end_inset

lyxtutorial
\begin_inset Quotes erd
\end_inset

 (right now, that is the only item in the bibliography), then use the 
\family sans
Add
\family default
 button in the center to insert it.
 (You can have multiple citations in the same place by transferring a number
 of keys this way.)
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
If one uses label names for references that are easy to remember it is easier
 to find the entry in the list of references.
\end_layout

\end_inset

 Click the 
\family sans
OK
\family default
 button.
 Now preview your file and you will see that the citation appears in brackets
 in the text, referring to the bibliography at the end of the document.
\end_layout

\begin_layout Standard
The 
\family sans
Text
\begin_inset space ~
\end_inset

after
\family default
 field in the 
\family sans
Citation
\family default
 dialog will put a remark (such as a reference to a page or chapter within
 the referenced book or article) in the brackets after the reference.
 If you want the references to have labels instead of numbers in the printed
 output (for example, some journals would use 
\begin_inset Quotes eld
\end_inset

[Smi95]
\begin_inset Quotes erd
\end_inset

 to refer to a paper written by Smith in 1995), use the 
\family sans
Label
\family default
 field in the 
\family sans
Bibliography
\begin_inset space ~
\end_inset

item
\family default
 dialog.
 See the 
\emph on
User's Guide
\emph default
 for details.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise:
\series default
 Fix the bibliography and citation in 
\family typewriter
example_raw.lyx
\end_layout

\begin_layout Section
Table of Contents
\end_layout

\begin_layout Standard
You may want to put a table of contents at the beginning of your document.
 \SpecialChar LyX
 makes this easy to do.
 Just hit 
\family sans
Return
\family default
 after your document title and before your first section title and select
 
\family sans
Insert\SpecialChar menuseparator
List
\begin_inset space ~
\end_inset

/
\begin_inset space ~
\end_inset

TOC\SpecialChar menuseparator
Table
\begin_inset space ~
\end_inset

of
\begin_inset space ~
\end_inset

Contents
\family default
.
 The words 
\begin_inset Quotes eld
\end_inset

Table of Contents
\begin_inset Quotes erd
\end_inset

 will appear in a button on the first line of the document.
 
\end_layout

\begin_layout Standard
This may not appear to be very useful.
 However, if you look at your preview, you will see that a table of contents
 has been generated, listing the various sections and subsections in your
 document.
 As usual, if you reorder sections or create new ones, you will see those
 changes in the preview when you update it.
 
\end_layout

\begin_layout Standard
The table of contents is not printed in the on-screen version of the document.
 But you can display the table of contents in a separate window by clicking
 on the table of contents button, or by using 
\family sans
View\SpecialChar menuseparator
Outline
\begin_inset space ~
\end_inset

Pane
\family default
 or the toolbar button 
\begin_inset Info
type  "icon"
arg   "dialog-toggle toc"
\end_inset

.
 This menu will work even if you do not have a table of contents inset in
 your document.
 This is a very useful tool for rearranging your document parts.
 Clicking on a (sub)section title in the 
\family sans
Outline
\family default
 window will highlight that line and move the display (in the \SpecialChar LyX
 editing window)
 to that place in the document.
 You can also use the arrow keys to move up and down in the table of contents.
 You may therefore find it convenient to leave this window open throughout
 editing sessions.
 You can get similar functionality from the 
\family sans
Navigate
\family default
 menu, though, where the table of contents appears automatically.
\end_layout

\begin_layout Standard
To get rid of the Table of Contents, you can delete the table of contents
 button just like any other text.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Fix the table of contents in 
\family typewriter
example_raw.lyx
\end_layout

\begin_layout Chapter
Using Math
\end_layout

\begin_layout Standard
\SpecialChar LaTeX
 is used by many scientists because it outputs great looking equations,
 avoiding the control characters used by word processors and their equation
 editors.
 Many of these scientists are frustrated, however, because writing equations
 in \SpecialChar LaTeX
 is more like programming than writing.
 Happily, \SpecialChar LyX
 has WYSIWYM support for equations.
 If you are used to \SpecialChar LaTeX
, you will find that all of the usual \SpecialChar LaTeX
 math commands
 can be typed in normally, but they will show up in a WYSIWYM fashion.
 If, on the other hand, you have never written in \SpecialChar LaTeX
, then the 
\family sans
Math
\begin_inset space ~
\end_inset

Panel
\family default
 will allow you to write professional-looking math quickly and easily.
\end_layout

\begin_layout Section
Math Mode
\end_layout

\begin_layout Standard
Somewhere in your \SpecialChar LyX
 document, type: 
\end_layout

\begin_layout LyX-Code
I like what Einstein said, E=mc^2, because it is
\begin_inset Newline linebreak
\end_inset

so simple.
\end_layout

\begin_layout Standard
Now, that equation does not look very good in \SpecialChar LyX
 and in the output; there
 is no space between the letters and the equals sign, and you would like
 to write an actual superscript for the 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

.
 That bad typesetting happened because we did not tell \SpecialChar LyX
 that we were writing
 a mathematical expression, so it typeset the equation like regular old
 text.
\end_layout

\begin_layout Standard
But we can create a formula that will be typeset properly.
 Highlight the equation and click the toolbar button 
\begin_inset Info
type  "icon"
arg   "math-mode"
\end_inset

 or use the menu 
\family sans
Insert\SpecialChar menuseparator
Math\SpecialChar menuseparator
Inline
\begin_inset space ~
\end_inset

Formula
\family default
.
 If nothing is highlighted \SpecialChar LyX
 inserts a little blue square, which is an empty
 math formula.
 The expression appears in blue and the blue square disappears as soon as
 the formula is not empty.
 Now type 
\family sans
Esc
\family default
 to leave the equation.
 The purple markers disappear, leaving the cursor to the right of the expression.
 Now, if you type something, it will be regular text.
\end_layout

\begin_layout Standard
Looking at the output you will notice that the expression was typeset nicely,
 with spaces between the letters and the equals sign, and a superscript
 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

.
 Letters in math mode are assumed to be variables, and come out in italics.
 Numbers are just numbers.
\end_layout

\begin_layout Standard
This math editor is another example of the WYSIWYM philosophy.
 In \SpecialChar LaTeX
, you write a mathematical expression using text and commands like 
\family typewriter

\backslash
sqrt
\family default
; this can be frustrating, because you cannot see what an expression looks
 like until you run the file under \SpecialChar LaTeX
 and you may have to spend time, for
 example, finding missing brackets.
 \SpecialChar LyX
 does not attempt to get the expression to look perfect (WYSIWYG), but
 it gives you an extremely good idea of what the expression will look like.
 \SpecialChar LaTeX
 then takes care of the professional typesetting.
\end_layout

\begin_layout Section
Navigating an Equation
\end_layout

\begin_layout Standard
Now let us change 
\begin_inset Formula $E=mc^{2}$
\end_inset

 to 
\begin_inset Formula $E=1+mc^{2}$
\end_inset

.
 Use the arrow keys to move the cursor into the expression.
 Note that when you enter the expression, the purple markers appear to let
 you know you are editing math.
 Now you can use 
\family sans
Left
\family default
 and 
\family sans
Right
\family default
 to move the cursor past the equals sign, and just type 
\begin_inset Quotes eld
\end_inset

1+
\begin_inset Quotes erd
\end_inset

.
 Again, you can use the arrow keys or 
\family sans
Esc
\family default
 to leave the formula\SpecialChar endofsentence

\end_layout

\begin_layout Standard
Other than the special keys described below, typing in math mode is like
 editing regular text.
 Use 
\family sans
Delete
\family default
 (or 
\family sans
Backspace
\family default
) to delete things.
 Select text either with the arrow keys or with the mouse.
 
\family sans
Edit\SpecialChar menuseparator
Undo
\family default
 works in math mode as well as cut and paste.
 One thing to be careful of: if you are left or right outside a formula
 and you press 
\family sans
Delete
\family default
 or 
\family sans
Backspace
\family default
 respectively, you delete the whole formula.
 Luckily, you can just use 
\family sans
Undo
\family default
 to get it back.
\end_layout

\begin_layout Standard
What if you want to change 
\begin_inset Formula $E=mc^{2}$
\end_inset

 to 
\begin_inset Formula $E=mc^{2.5}+1$
\end_inset

? Again, you can use the mouse to click in the right place.
 However, you can also use the arrow keys.
 If the cursor is just after the 
\begin_inset Quotes eld
\end_inset

c
\begin_inset Quotes erd
\end_inset

 but before the 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

, then press 
\family sans
Up
\family default
 and the cursor is moved to the level of the superscript, just before the
 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

.
 Add the 
\begin_inset Quotes eld
\end_inset

.5
\begin_inset Quotes erd
\end_inset

.
 Now, hitting 
\family sans
Down
\family default
 will move the cursor back to the regular level.
 If you hit 
\family sans
Space
\family default
 instead of 
\family sans
Down
\family default
, the cursor will be placed 
\emph on
after
\emph default
 the superscript (so that you can then type the 
\begin_inset Quotes eld
\end_inset

+1
\begin_inset Quotes erd
\end_inset

).
\end_layout

\begin_layout Section
Exponents and Indices
\end_layout

\begin_layout Standard
An exponent can be entered from the 
\family sans
Math
\begin_inset space ~
\end_inset

Toolbar
\family default
 (see below), but it is actually simpler just to type the caret key, 
\begin_inset Quotes eld
\end_inset

^
\begin_inset Quotes erd
\end_inset

.
 \SpecialChar LyX
 will place another blue rectangle in the superscript, so that whatever
 you write next will be superscripted, and in a smaller font size.
 Everything you type until you hit a 
\family sans
Space
\family default
 (or 
\family sans
Esc
\family default
 to exit the formula entirely) will be in the superscript.
\end_layout

\begin_layout Standard
Writing a subscript (index) is just as easy; start one by typing the underscore
 key 
\begin_inset Quotes eld
\end_inset

_
\begin_inset Quotes erd
\end_inset

.
 You can subscript and superscript both subscripts and superscripts like
 this: 
\begin_inset Formula $A_{a_{0}+b^{2}}+C^{a_{0}+b^{2}}$
\end_inset

.
 
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Put equation
\begin_inset space ~
\end_inset

1 of 
\family typewriter
example_raw.lyx
\family default
 into math mode.
\end_layout

\begin_layout Section
The Math toolbar
\end_layout

\begin_layout Standard
The 
\family sans
Math
\begin_inset space ~
\end_inset

toolbar
\family default
 is a convenient way to enter symbols and/or to perform complicated formula
 operations.
 Many of these operations can be accomplished from the keyboard or the 
\family sans
Insert\SpecialChar menuseparator
Math
\family default
 or the 
\family sans
Edit\SpecialChar menuseparator
Math
\family default
 menus (the latter only appears when you are in Math mode).
 However, we are going to concentrate on using the 
\family sans
Math
\begin_inset space ~
\end_inset

toolbar
\family default
, just to let you know what is out there; you can learn keyboard shortcuts
 and commands later from the 
\emph on
Math
\emph default
 manual.
\end_layout

\begin_layout Standard
The 
\family sans
Math
\begin_inset space ~
\end_inset

toolbar
\family default
 is shown when the cursor is in a formula and can also be turned on manually
 in the menu 
\family sans
View\SpecialChar menuseparator
Toolbars
\family default
.
 When you click there on 
\begin_inset Quotes eld
\end_inset

Math
\begin_inset Quotes erd
\end_inset

 (
\begin_inset Info
type  "icon"
arg   "toolbar-toggle math"
\end_inset

) the toolbar will be shown permanently at the bottom; this state is visualized
 in the 
\family sans
Toolbars
\family default
 menu with a checkmark.
 When you click in this state again on 
\begin_inset Quotes eld
\end_inset

Math
\begin_inset Quotes erd
\end_inset

 in the 
\family sans
Toolbars
\family default
 menu, the 
\family sans
Math
\begin_inset space ~
\end_inset

toolbar
\family default
 is only shown when the cursor is within a formula; this state is visualized
 by the renaming of the menu entry from 
\begin_inset Quotes eld
\end_inset

Math
\begin_inset Quotes erd
\end_inset

 to 
\begin_inset Quotes eld
\end_inset

Math
\begin_inset space ~
\end_inset

(auto)
\begin_inset Quotes erd
\end_inset

.
\end_layout

\begin_layout Subsection
Greek and symbols
\end_layout

\begin_layout Standard
The 
\family sans
Math
\begin_inset space ~
\end_inset

toolbar
\family default
 allows you to choose from a large array of symbols used in math: operators,
 arrows, relationships, delimiters, special characters, sums and integrals.
 Note that subscripting and superscripting allow you to put lower and upper
 limits on sums and integrals.
\end_layout

\begin_layout Subsection
Roots, decorations, and delimiters
\end_layout

\begin_layout Standard
To type a square root, just click on the button 
\begin_inset Info
type  "icon"
arg   "math-insert \\sqrt"
\end_inset

.
 The square root appears, and the cursor is in a new insertion point inside
 the square root.
 You can type variables, numbers, other square roots, fractions, whatever
 you want.
 \SpecialChar LyX
 will automatically resize the square root to fit what is inside.
\end_layout

\begin_layout Standard
Adding a 
\begin_inset Quotes eld
\end_inset

frame decoration
\begin_inset Quotes erd
\end_inset

 to a character (
\begin_inset Formula $\overrightarrow{a}$
\end_inset

) or group of characters (
\begin_inset Formula $\overrightarrow{a+b}$
\end_inset

) is done similarly.
 Decorations are available from the toolbar via the button 
\begin_inset Info
type  "icon"
arg   "math-insert \\hat"
\end_inset

.
 Click on a decoration, and \SpecialChar LyX
 will insert that decoration with an insertion
 point under (or over) it.
 Just type what you want in the insertion point.
 There are two sets of decorations: those that resize with the text you
 type, and those that have a fixed size, and are most appropriate for a
 single letter.
 
\end_layout

\begin_layout Standard
Delimiters such as parentheses, brackets, and braces work similarly, but
 are a bit more complicated.
 Hit the delimiter button 
\begin_inset Info
type  "icon"
arg   "dialog-show mathdelimiter"
\end_inset

 to pop up the 
\family sans
Delimiter
\family default
 dialog.
 Your current selection of delimiters is displayed in a box.
 It is a pair of parentheses by default, but you can choose a pair of braces,
 a brace and a parenthesis, or choose the empty square to have something
 like 
\begin_inset Quotes eld
\end_inset


\begin_inset Formula $a=\left\langle 7\right.$
\end_inset


\begin_inset Quotes erd
\end_inset

 (the empty delimiter is displayed as a broken line in \SpecialChar LyX
, but will not show
 up in the output).
\end_layout

\begin_layout Standard
If you are lazy, you can type actual parentheses in math mode, rather than
 using the 
\family sans
Delimiter
\family default
 dialog.
 However, those parentheses will be the same size as regular text, which
 will look bad if you have a big fraction or matrix inside the parentheses.
 So it is better to use one of the three delimiter buttons that insert them
 directly, for example 
\begin_inset Info
type  "icon"
arg   "math-delim ( )"
\end_inset

.
\end_layout

\begin_layout Standard
You can also put delimiters or a square root sign or a decoration on already
 existing formula parts.
 Select the portion of the formula that you want to adjust, and then click
 on the button you want from the 
\family sans
Math
\begin_inset space ~
\end_inset

Toolbar
\family default
.
 Try using this to change Newton's second law from scalar to vector form
 (
\begin_inset Formula $f=ma$
\end_inset

 to 
\begin_inset Formula $\overrightarrow{f}=m\overrightarrow{a}$
\end_inset

).
 Once you have  learned about matrices, this is how you will put parentheses
 or brackets around them.
\end_layout

\begin_layout Subsection
Fractions
\end_layout

\begin_layout Standard
To create a fraction, click on the fraction button 
\begin_inset Info
type  "icon"
arg   "math-insert \\frac-square"
\end_inset

 in the 
\family sans
Math
\begin_inset space ~
\end_inset

Toolbar
\family default
.
 \SpecialChar LyX
 writes two insertion points in a fraction.
 As you would expect, you can use arrow keys or the mouse to move around
 a fraction.
 Click on the top square and type 
\begin_inset Quotes eld
\end_inset

1
\begin_inset Quotes erd
\end_inset

.
 Now hit 
\family sans
Down
\family default
 and type 
\begin_inset Quotes eld
\end_inset

2
\begin_inset Quotes erd
\end_inset

.
 You have made a fraction! Of course you can type anything within each of
 the two boxes: variables with exponents, square roots, other fractions,
 whatever.
 
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Put equation
\begin_inset space ~
\end_inset

2 of 
\family typewriter
example_raw.lyx
\family default
 into math mode.
\end_layout

\begin_layout Subsection
Functions: lim, log, sin and others
\end_layout

\begin_layout Standard
Because letters in math mode are considered to be variables, if you type
 
\begin_inset Quotes eld
\end_inset

sin
\begin_inset Quotes erd
\end_inset

 in math mode, \SpecialChar LyX
 thinks you are typing the product of the three variables
 
\begin_inset Formula $s$
\end_inset

, 
\begin_inset Formula $i$
\end_inset

, and 
\begin_inset Formula $n$
\end_inset

.
 The three letters will be typeset in italics, when what you really wanted
 was the word 
\begin_inset Quotes eld
\end_inset

sin
\begin_inset Quotes erd
\end_inset

 typeset in Roman.
 In addition, \SpecialChar LyX
 will not put a space between the word 
\begin_inset Quotes eld
\end_inset

sin
\begin_inset Quotes erd
\end_inset

 and the 
\begin_inset Quotes eld
\end_inset

x
\begin_inset Quotes erd
\end_inset

 (pressing 
\family sans
Space
\family default
 will exit the formula).
 So how do you get 
\begin_inset Quotes eld
\end_inset


\begin_inset Formula $\sin(x)$
\end_inset


\begin_inset Quotes erd
\end_inset

 instead of 
\begin_inset Quotes eld
\end_inset


\begin_inset Formula $sin(x)$
\end_inset


\begin_inset Quotes erd
\end_inset

?
\end_layout

\begin_layout Standard
Click on the 
\family sans
Math
\begin_inset space ~
\end_inset

Toolbar
\family default
 button 
\begin_inset Info
type  "icon"
arg   "math-insert \\functions"
\end_inset

 and then on 
\begin_inset Quotes eld
\end_inset

sin
\begin_inset Quotes erd
\end_inset

 in the pop-up function list.
 The word 
\begin_inset Quotes eld
\end_inset

sin
\begin_inset Quotes erd
\end_inset

 is displayed in \SpecialChar LyX
 in black, and set in upright roman type.
 The whole word is treated as one symbol, so if you type 
\family sans
Backspace
\family default
, it will delete the whole word.
 Now type 
\begin_inset Quotes eld
\end_inset

(x)
\begin_inset Quotes erd
\end_inset

, which will be written in blue italics, like you expect in a formula.
 In the output, the expression will be correctly typeset.
 Try it out.
\end_layout

\begin_layout Standard
The function list includes other trigonometric functions and their inverses,
 hyperbolic functions, logarithms, limits, and quite a few others.
 These functions can take subscripts and superscripts, important for typing
 
\begin_inset Quotes eld
\end_inset


\begin_inset Formula $\cos^{2}\theta$
\end_inset


\begin_inset Quotes erd
\end_inset

 or 
\begin_inset Quotes eld
\end_inset


\begin_inset Formula $\lim_{n\rightarrow\infty}$
\end_inset


\begin_inset Quotes erd
\end_inset

.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Put equation
\begin_inset space ~
\end_inset

3 of 
\family typewriter
example_raw.lyx
\family default
 into math mode.
\end_layout

\begin_layout Subsection
Matrices
\end_layout

\begin_layout Standard
Click on the matrix button 
\begin_inset Info
type  "icon"
arg   "dialog-show mathmatrix"
\end_inset

 in the 
\family sans
Math
\begin_inset space ~
\end_inset

Toolbar
\family default
.
 A pop-up dialog allows you to choose how many rows and columns you want
 in your matrix.
 Choose 2 rows and 3 columns and hit 
\family sans
OK
\family default
.
 \SpecialChar LyX
 prints 6 insertion points in a 
\begin_inset Formula $2\times3$
\end_inset

 matrix.
 As usual, you can put any sort of formula expression (a square root, another
 matrix, etc.) in each insertion point.
 You can also leave some of the insertion points empty if you want.
\end_layout

\begin_layout Standard

\family sans
Tab
\family default
 can be used to move horizontally between the columns of a matrix.
 Alternatively, you can use the arrow keys to move around - hitting 
\family sans
Right
\family default
 at the end of one box will move to the next box, 
\family sans
Down
\family default
 will move to the next row, etc.
\end_layout

\begin_layout Standard
If you need to change the number of rows and columns, use the menu 
\family sans
Edit\SpecialChar menuseparator
Rows
\begin_inset space \thinspace{}
\end_inset

&
\begin_inset space \thinspace{}
\end_inset

Columns
\family default
 or the math toolbar buttons 
\begin_inset Info
type  "icon"
arg   "tabular-feature append-row"
\end_inset

, 
\begin_inset Info
type  "icon"
arg   "tabular-feature delete-row"
\end_inset

, 
\begin_inset Info
type  "icon"
arg   "tabular-feature append-column"
\end_inset

, 
\begin_inset Info
type  "icon"
arg   "tabular-feature delete-column"
\end_inset

.
\end_layout

\begin_layout Standard
See the 
\emph on
User's Guide
\emph default
 for information on how to change the horizontal alignment of each column,
 and how to change the vertical position of the whole matrix.
 Note that if you want to write a table containing text, you should use
 \SpecialChar LyX
's wonderful table support, rather than trying to write text in a matrix.
\end_layout

\begin_layout Subsection
Display mode
\end_layout

\begin_layout Standard
All of the expressions we have written so far have been on the same line
 as the text that came before and after them, otherwise known as inline
 expressions.
 This is fine for short, simple expressions, but if you want to write larger
 ones, or if you want your expressions to stand out from the text, you need
 to write them in display mode.
 In addition, only displayed expressions can be labeled and numbered (see
 the 
\emph on
User's Guide
\emph default
), and multi-line equations must be in display mode.
\end_layout

\begin_layout Standard
While being in a formula, click on the display button 
\begin_inset Info
type  "icon"
arg   "math-display"
\end_inset

 in the 
\family sans
Math Toolbar
\family default
.
 This centers the formula and adds a blank line before and after it.
 Now type in an expression and compile your file to see how it looks.
 The display button is actually a toggle; use it now to change a couple
 of your expressions to display mode and back.
 
\end_layout

\begin_layout Standard
Display mode has a couple differences from inline mode:
\end_layout

\begin_layout Itemize
The default font is larger for a few symbols, like 
\begin_inset Formula $\sum$
\end_inset

 and 
\begin_inset Formula $\int$
\end_inset


\end_layout

\begin_layout Itemize
Subscripts and superscripts for limits and sums (but not integrals) are
 written under and over rather than next to the symbols
\end_layout

\begin_layout Itemize
Text is centered
\end_layout

\begin_layout Standard
Other than these differences, though, displayed expressions and inline expressio
ns are very similar.
\end_layout

\begin_layout Standard
One final note about the way displayed formulas are typeset: be careful
 about whether you are putting your equation into a new paragraph or not.
 If your formula is in the middle of a sentence or paragraph, then do not
 press 
\family sans
Return
\family default
.
 Doing so will cause the text 
\emph on
after
\emph default
 the formula to start a new paragraph.
 That text will be indented or follow a blank line, depending on your document
 paragraph settings, which is probably not what you want.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Put the various equations in 
\family typewriter
example_raw.lyx
\family default
 into display mode, and see how they are typeset differently.
\end_layout

\begin_layout Labeling
\labelwidthstring 00.00.0000

\series bold
Exercise
\series default
: Using various tools you have learned in this section, you should be able
 to write an equation like:
\begin_inset Foot
status collapsed

\begin_layout Plain Layout
After you have  done it the hard way, give 
\family sans
Insert\SpecialChar menuseparator
Math\SpecialChar menuseparator
Cases
\begin_inset space ~
\end_inset

Environment
\family default
 a try.
\end_layout

\end_inset

 
\begin_inset Formula 
\[
f(x)=\left\{ \begin{array}{cc}
\log_{8}x & x>0\\
0 & x=0\\
\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
\end{array}\right.
\]

\end_inset


\end_layout

\begin_layout Section
More Math Stuff
\end_layout

\begin_layout Standard
Now you are familiar with the basics.
 \SpecialChar LyX
's math editor can do a lot more.
 You can refer to the 
\emph on
Math
\emph default
 manual for tips on how to:
\end_layout

\begin_layout Itemize
Label and number expressions.
\end_layout

\begin_layout Itemize
Create multi-line equations.
\end_layout

\begin_layout Itemize
Change typefaces, e.
\begin_inset space \thinspace{}
\end_inset

g.
\begin_inset space \space{}
\end_inset

to write bold-face text in an expression.
\end_layout

\begin_layout Itemize
Fine-tune font sizes and spacing within an expression.
 (Do not worry about this until your final draft!)
\end_layout

\begin_layout Itemize
Write macros.
 These are very powerful, because you just define them once at the top of
 the document, and then you can use them throughout the document.
\end_layout

\begin_layout Itemize
Do almost all you can do with math.
\end_layout

\begin_layout Chapter
Miscellaneous
\end_layout

\begin_layout Section
Other major \SpecialChar LyX
 Features
\end_layout

\begin_layout Standard
We have not gone through all the possible commands in \SpecialChar LyX
, and we are not planning
 on it.
 As usual, see the 
\emph on
User's Guide
\emph default
 and the 
\emph on
Embedded
\begin_inset space ~
\end_inset

Objects
\emph default
 manual for more information.
 We will just mention a couple more major things \SpecialChar LyX
 can do:
\end_layout

\begin_layout Itemize
\SpecialChar LyX
 has WYSIWYM support for tables.
 Use the 
\family sans
Insert\SpecialChar menuseparator
Table
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "tabular-insert"
\end_inset

) to get a table.
 Click on the table with the 
\emph on
right button
\emph default
 to get a 
\family sans
Table
\begin_inset space ~
\end_inset

Settings
\family default
 dialog box which allows extensive table editing.
 By pressing 
\begin_inset Info
type  "icon"
arg   "toolbar-toggle table"
\end_inset

 the table toolbar will appear permanently.
\end_layout

\begin_layout Itemize
\SpecialChar LyX
 also supports including pictures in any format within documents.
 (You guessed it: 
\family sans
Insert\SpecialChar menuseparator
Graphics
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "dialog-show-new-inset graphics"
\end_inset

).
 Then browse for the figure file, rotate or scale it, etc.) Tables and figures
 can have captions, and \SpecialChar LyX
 will automatically generate lists of figures and/or
 tables.
\end_layout

\begin_layout Itemize
\SpecialChar LyX
 is heavily configurable.
 Everything from how the \SpecialChar LyX
 window looks to how the output comes out can be
 configured in a number of ways.
 Much configuration is done through 
\family sans
Tools\SpecialChar menuseparator
Preferences
\family default
.
 For more information on this, check out 
\family sans
Help\SpecialChar menuseparator
Customization\SpecialChar endofsentence

\end_layout

\begin_layout Itemize
\SpecialChar LyX
 is being developed by a team of programmers on five continents.
 Therefore, \SpecialChar LyX
 has better support for non-English languages (such as Dutch,
 German, French, Greek, Czech, Turkish, \SpecialChar ldots
) than many word processors.
 Even the right-to-left languages Arabic, Farsi, and Hebrew and the Asian
 languages Chinese Japanese, and Korean are supported.
 You can write documents in other languages and you can also configure \SpecialChar LyX

 to show its menus and error messages in other languages.
 
\end_layout

\begin_layout Itemize
The \SpecialChar LyX
 menus feature keybindings.
 This means that you can do 
\family sans
File\SpecialChar menuseparator
Open
\family default
 by pressing 
\family sans
Alt+F
\family default
 followed by 
\family sans
O
\family default
 or by using the binding which is shown next to it in the menu (
\begin_inset Info
type  "shortcut"
arg   "file-open"
\end_inset

 by default).
 Keybindings are also configurable.
 For information on this, check out 
\family sans
Help\SpecialChar menuseparator
Customization\SpecialChar endofsentence

\end_layout

\begin_layout Itemize
\SpecialChar LyX
 can read \SpecialChar LaTeX
 documents.
 See section
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "sec:tex2lyx"

\end_inset

.
\end_layout

\begin_layout Itemize
Spell-checking, thesaurus, and word count facilities are available.
\end_layout

\begin_layout Itemize
Generation of indexes and nomenclatures/glossaries is supported.
\end_layout

\begin_layout Section
\SpecialChar LyX
 for \SpecialChar LaTeX
 Users
\begin_inset CommandInset label
LatexCommand label
name "sec:latexusers"

\end_inset


\end_layout

\begin_layout Standard
If you do not know anything about \SpecialChar LaTeX
, you do not have to read this section.
 Actually, you might want to 
\emph on
learn
\emph default
 about \SpecialChar LaTeX
, and then read this chapter.
 However, some of those who begin to use \SpecialChar LyX
 will be familiar with \SpecialChar LaTeX
.
 If you are such a person, you may be wondering if \SpecialChar LyX
 can really do everything
 \SpecialChar LaTeX
 can do.
 The short answer is that \SpecialChar LyX
 can do pretty much everything \SpecialChar LaTeX
 can do in one
 form or another, and it definitely simplifies most parts of writing a \SpecialChar LaTeX

 document.
\end_layout

\begin_layout Standard
Because this is just a tutorial, we are only going to mention things that
 new \SpecialChar LyX
 users will most likely be interested in.
 In the interests of keeping the Tutorial short, we will give only minimal
 information here.
 The 
\emph on
Additional
\begin_inset space ~
\end_inset

Features
\emph default
 and the 
\emph on
Embedded
\begin_inset space ~
\end_inset

Objects
\emph default
 manuals have a great deal of information on differences between \SpecialChar LyX
 and \SpecialChar LaTeX
,
 and how to do various \SpecialChar LaTeX
 tricks in \SpecialChar LyX
.
\end_layout

\begin_layout Subsection
\SpecialChar TeX
 Mode 
\end_layout

\begin_layout Standard
Anything that you enter in \SpecialChar TeX
 mode will be passed straight to \SpecialChar LaTeX
, and will be
 displayed in red on the screen.
 You can use \SpecialChar TeX
 commands in \SpecialChar LyX
 by choosing 
\family sans
Insert\SpecialChar menuseparator
TeX
\begin_inset space ~
\end_inset

Code
\family default
 (toolbar button 
\begin_inset Info
type  "icon"
arg   "ert-insert"
\end_inset

).
 This creates a box where everything within it is passed straight to \SpecialChar LaTeX
.
\end_layout

\begin_layout Standard
In a math formula, \SpecialChar TeX
 mode is handled a bit differently.
 \SpecialChar TeX
 mode is entered there by typing a backslash.
 The backslash is not written out, but anything you type afterwards will
 be in red.
 You exit \SpecialChar TeX
 mode by typing 
\family sans
Space
\family default
 or some other non-alphabetic character, like a number, underscore, caret
 or parenthesis.
 Once you exit \SpecialChar TeX
 mode, if \SpecialChar LyX
 knows the \SpecialChar TeX
 command you have typed in, it will
 convert it to WYSIWYM\SpecialChar endofsentence
 So if you type 
\begin_inset Quotes eld
\end_inset


\family typewriter

\backslash
gamma
\family default

\begin_inset Quotes erd
\end_inset

 in a formula and then press 
\family sans
Space
\family default
, \SpecialChar LyX
 will change the red 
\begin_inset Quotes eld
\end_inset

gamma
\begin_inset Quotes erd
\end_inset

 to a blue 
\begin_inset Quotes eld
\end_inset


\begin_inset Formula $\gamma$
\end_inset


\begin_inset Quotes erd
\end_inset

.
 This will work for almost all, non-complicated math macros.
 This may be faster than using the 
\family sans
Math
\begin_inset space ~
\end_inset

Toolbar
\family default
, and will be especially convenient for experienced \SpecialChar LaTeX
 users.
\end_layout

\begin_layout Standard
As a special case, if you type 
\begin_inset Quotes eld
\end_inset


\family typewriter

\backslash
{
\family default

\begin_inset Quotes erd
\end_inset

 in a formula, the beginning 
\emph on
and
\emph default
 ending braces will be inserted in red while the cursor is placed between
 the braces.
 This makes it more convenient to type those commands that take an argument.
\end_layout

\begin_layout Standard
\SpecialChar LyX
 cannot do absolutely everything that \SpecialChar LaTeX
 can do.
 Some fancy functions are not supported at all, while some work but are
 not WYSIWYM.
 \SpecialChar TeX
 mode allows users to get the full flexibility of \SpecialChar LaTeX
, while having all the
 convenient features of \SpecialChar LyX
, like WYSIWYM math, tables, and editing.
 \SpecialChar LyX
 could never support every \SpecialChar LaTeX
 package.
 However, by typing 
\family typewriter

\backslash
usepackage{foo}
\family default
 in the preamble (see Section
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "sec:preamble"

\end_inset

), you can use any package you want — although you will not have WYSIWYM
 support for that package's features.
\end_layout

\begin_layout Subsection
Importing \SpecialChar LaTeX
 Documents — 
\family typewriter
tex2lyx
\family default

\begin_inset CommandInset label
LatexCommand label
name "sec:tex2lyx"

\end_inset


\end_layout

\begin_layout Standard
You can import a \SpecialChar LaTeX
 file into \SpecialChar LyX
 by using the 
\family sans
File\SpecialChar menuseparator
Import\SpecialChar menuseparator
LaTeX
\begin_inset space ~
\end_inset

(plain)
\family default
 menu in \SpecialChar LyX
.
 This will call the program 
\family typewriter
tex2lyx
\family default
 which will create a file foo.lyx from the file foo.tex.
 \SpecialChar LyX
 will then open that file.
 If the translation does not work, you can try calling 
\family typewriter
tex2lyx
\family default
 from the command line, possibly using fancier options.
\end_layout

\begin_layout Standard
Even when the translation does work, 
\family typewriter
tex2lyx
\family default
 may not translate everything, though it does handle most legal \SpecialChar LaTeX
.
 It will leave things it does not understand in \SpecialChar TeX
 mode; so, after translating
 a file with 
\family typewriter
tex2lyx
\family default
, you can look for the red text and manually edit it to get it right.
\end_layout

\begin_layout Standard

\family typewriter
tex2lyx
\family default
 has its own documentation (manpage), which Unix/Linux users can access
 via the console command 
\family typewriter
man
\begin_inset space ~
\end_inset

tex2lyx
\family default
.
 The manpage describes which \SpecialChar LaTeX
 commands and environments are not supported,
 what bugs you might run into (and how to get around them), and how to use
 the various options.
\end_layout

\begin_layout Standard
It is important to understand that 
\family typewriter
tex2lyx
\family default
 can only translate files whose document class is 
\begin_inset Quotes eld
\end_inset

known
\begin_inset Quotes erd
\end_inset

 to \SpecialChar LyX
, that is, for which there is a corresponding \SpecialChar LyX
 
\family sans
layout file
\family default
.
 If there is no layout file, then you will get an error saying that the
 conversion could not be performed.
 So, unless you have a layout for the document class of your \SpecialChar LaTeX
 file, 
\family typewriter
tex2lyx
\family default
 simply will not know how to translate the \SpecialChar LaTeX
 that it finds there into things
 \SpecialChar LyX
 understands.
 More about layout files and how they are created is explained in detail
 in Chapter 5 of the 
\emph on
Customization
\emph default
 manual.
\end_layout

\begin_layout Subsection
Converting \SpecialChar LyX
 Documents to \SpecialChar LaTeX

\end_layout

\begin_layout Standard
You might wish to convert a \SpecialChar LyX
 Document to a \SpecialChar LaTeX
 file.
 For example, a co-worker or co-author who does not have \SpecialChar LyX
 might want to
 read it.
 Select 
\family sans
File\SpecialChar menuseparator
Export\SpecialChar menuseparator
LaTeX
\family default
.
 This will create a file 
\family typewriter
whatever.tex
\family default
 from the 
\family typewriter
whatever.lyx
\family default
 file you are editing.
\end_layout

\begin_layout Subsection
\SpecialChar LaTeX
 Preamble
\end_layout

\begin_layout Subsubsection
Document Class
\end_layout

\begin_layout Standard
The 
\family sans
Document\SpecialChar menuseparator
Settings
\family default
 dialog takes care of the document-wide options, such as changing the document
 class, default font size and paper size.
 Document class options and also options for \SpecialChar LaTeX
 packages can be entered there
 in the 
\family sans
Class
\begin_inset space ~
\end_inset

options
\family default
 area.
\end_layout

\begin_layout Subsubsection
Other Preamble Matter
\begin_inset CommandInset label
LatexCommand label
name "sec:preamble"

\end_inset


\end_layout

\begin_layout Standard
If you have special commands to put in the preamble of a \SpecialChar LaTeX
 file, you can
 use them in a \SpecialChar LyX
 document as well.
 Select 
\family sans
Document\SpecialChar menuseparator
Settings\SpecialChar menuseparator
LaTeX
\begin_inset space ~
\end_inset

Preamble
\family default
 and type in the dialog window (or from the document settings dialog, depending
 on the frontend).
 Anything you type will (as with \SpecialChar TeX
 mode) be sent directly to \SpecialChar LaTeX
.
\end_layout

\begin_layout Subsection
Bib\SpecialChar TeX

\end_layout

\begin_layout Standard
\SpecialChar LyX
 has support for Bib\SpecialChar TeX
, which allows you to build databases of bibliographical
 references to be used in multiple documents.
 Select 
\family sans
Insert\SpecialChar menuseparator
List
\begin_inset space \thinspace{}
\end_inset

/
\begin_inset space \thinspace{}
\end_inset

TOC\SpecialChar menuseparator
BibTeX
\begin_inset space ~
\end_inset

Bibliography
\family default
 to include a 
\family typewriter
Bib\SpecialChar TeX

\family default
 file.
 In the 
\family sans
Database
\family default
 field you load Bib\SpecialChar TeX
 files, in the 
\family sans
Style
\family default
 field you can load Bib\SpecialChar TeX
 style files.
\end_layout

\begin_layout Standard
After you have done this, you can use citations from any bibliographies
 you have included with 
\family sans
Insert\SpecialChar menuseparator
Citation
\family default
 (see Section
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "sec:bibliographies"

\end_inset

).
 The box in the 
\family sans
Citation
\family default
 dialog will show a list of all the references in your 
\family typewriter
Bib\SpecialChar TeX

\family default
 file.
\end_layout

\begin_layout Section
Errors!
\end_layout

\begin_layout Standard
Sometimes when you try to view a document, there will be errors, things
 that \SpecialChar LyX
 or \SpecialChar LaTeX
 cannot understand.
 When this happens, \SpecialChar LyX
 will open a 
\family sans
\SpecialChar LaTeX

\begin_inset space ~
\end_inset

Errors
\family default
 dialog.
 Clicking on individual errors in this dialog will take you to the place
 in the \SpecialChar LyX
 document where the error occurs and also display the detailed \SpecialChar LaTeX

 error message.
\end_layout

\end_body
\end_document