summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html
blob: c38b0915a366fbd019b2a216a0f3b29551c58fa1 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Document class "novel" - documentation</title>

<style type="text/css">
body {font-family:sans-serif; line-height:150%; font-size:14pt; color:#203310; background:#cccccc none;}
p {font-family:sans-serif,sans-serif; font-size:1em; margin:0px 16px 0px 16px; text-indent:16px;}
ol, ul {list-style-type:none; margin:0px; padding:0px;}
li {margin:3px 8px 3px 16px; padding:0px;}
li p {margin: 0px 8px 0px 44px; text-indent:-44px;}
a {text-decoration:none; color:#990000}
h1 {font-size:1.33em; margin:16px 16px 0px 8px; font-weight:bold; clear:both; padding-top:8px;}
h2 {font-size:1.25em; margin:8px 16px 0px 8px; font-weight:bold; clear:both; padding-top:8px;}
h3 {font-size:1.15em; margin:8px 16px 0px 8px; font-weight:bold; clear:both; padding-top:8px;}
h4 {font-size:1em; margin:8px 16px 0px 8px; font-weight:bold; clear:both; padding-top:8px;}
h5 {font-size:1em; margin:8px 16px 0px 8px; clear:both; padding-top:8px;}
h6 {font-size:1em; margin:8px 16px 0px 8px; clear:both; padding-top:8px;}
em {font-weight:normal}
img {max-width:100%;}
img.nodisplaynav {display:none; height:1em;}
*.noimg {padding-left:1.5em;}
div.d1 {margin:0px 16px 16px 16px;}
div.d2 {margin:0px 0px 16px 16px; padding-bottom:0.5em; border-top:0; border-right: 0px; border-bottom:1px dotted #666666; border-left:1px dotted #666666;}
div.d3 {margin:0px 0px 16px 16px; padding-bottom:0.5em; border-top:0; border-right: 0px; border-bottom:1px dotted #666666; border-left:1px dotted #666666;}
div.d4 {margin:0px 0px 16px 16px; padding-bottom:0.5em; border-top:0; border-right: 0px; border-bottom:1px dotted #666666; border-left:1px dotted #666666;}
div.d5 {margin:0px 0px 16px 16px; padding-bottom:0.5em; border-top:0; border-right: 0px; border-bottom:1px dotted #666666; border-left:1px dotted #666666;}
div.d6 {margin:0px 0px 16px 16px; padding-bottom:0.5em; border-top:0; border-right: 0px; border-bottom:1px dotted #666666; border-left:1px dotted #666666;}
div.page {padding:16px 0px 16px 0px; border-top:4px solid #505050;}
div.codeblock {overflow:auto; margin:16px; padding: 8px; border: 1px solid #000000;}
div.codeblock p {text-indent:0px; white-space:nowrap;}
code {font-family:monospace,monospace; font-size:0.92em; color:#200050; background:transparent none; padding:0px 3px 0px 3px;}
*.noindent {text-indent:0px;}
*.noindent1 {text-indent:0px; margin-top:8px;}
*.noindent2 {text-indent:0px; margin-bottom:8px;}
*.noindentcmd {text-indent:0px; margin-top:16px;}
*.isolate {padding-left:10px;margin-top:10px; margin-bottom:10px; text-indent:0px;}
table.preconf {margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px; border:1px solid #000000}
table.preconf caption {font-weight:bold;}
table.preconf th {text-align:left; padding:6px; font-weight:normal; border-bottom:1px solid #000000;}
table.preconf td {text-align:left; padding:6px;}
table.preconf tfoot td {border-top:1px solid #000000;}
table.preconf p {text-indent:0px; margin:6px;}
*.onedown {font-size:smaller}
*.menuitem {text-indent:-8px; margin-left:24px; margin-top:0px; margin-bottom:0px;}
small {line-height:50%;}
span.ap {color: #996633;} /* percent comment in code */
*.floatright {float:right; margin-left:1em; margin-right:16px;}
p.centerimg {text-indent:0px; text-align:center; margin-top:0.5em; margin-bottom:0.5em;}
p.code {text-indent:0px; margin: 4px 16px 4px 16px; padding-left:32px;}
b em {font-weight:normal;}
hr.newpage {margin-top:2em; margin-bottom:2em; height:4px; color:#505050; background:#505050;}
p.overhang {margin-left:32px; text-indent:-16px;}
#master {position:relative;}
#toc {font-size:14pt; width:30%; background:#ffffff none; position:fixed; overflow:scroll; height:98%;}
#main {float:right; background:#ffffff none; width:68%; padding-bottom:40px;}
#finish {clear:both;}
@media print {
  #toc {display:none;}
  #main {width:auto; float:none;}
  div.codeblock p {text-indent:0px;}
}
</style>

<script type="text/javascript">
var imgsrc = new Image;
imgsrc.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABACAYAAADlNHIOAAAArklEQVR42u3cYQ5AMAyA0Vbc/8p1Af6I6dj7DiCRl2IZMiIqFq6q9/S3EAAAamuf7Zo4usw0AQIAQAAACAAAAAJgJdyzIs2TVXiZAAEAIAAABACAAAAQAAACAEAAAAjA37q1IfPQ63014rhf29MxAQAACICb8Os3Om9FmAAAAgAAgAAAEAAAAgBAAAAIAAABWKW2z1RX3HwxAQAEAIAAANDlY+hs/9U0AQIAQMM6AO8BGoYCRA/4AAAAAElFTkSuQmCC";
function placenav(){
  navimgs = document.getElementsByClassName("nodisplaynav");
  for(var n=0; navimgs.length>n; n++){
    navimgs[n].src=imgsrc.src;
    navimgs[n].style.display="inline";
    navimgs[n].alt="1";
    plusminus(navimgs[n].id);
  }
}
function plusminus(whichid){
  thisimg = document.getElementById(whichid);
  thisid = "u" + whichid.substring(1);
  thisul = document.getElementById(thisid);
  if(thisimg.alt=="1") {hideul(thisul);}
  if(thisimg.alt=="0") {showul(thisul);}
  thisimg.alt = 1 - thisimg.alt;
}
function hideul(thisul){
  thisul.style.display="none";
  thisimg.style.backgroundColor="#000000";
}
function showul(thisul){
  thisul.style.display="block";
  thisimg.style.backgroundColor="#ffffff";
}
</script>

</head>

<body>
<div id="master">


<div id="toc" class="toc">

<h3><a href="#main">Table of Contents</a></h3>

<ul><!-- master toc ul -->

  <li><p><img id="i1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h1"><b>1. Overview</b></a></p>
    <ul id="u1">
      <li><p><img id="i1.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h1.1">1.1 Description</a></p>
        <ul id="u1.1">
          <li><p class="noimg"><a href="#h1.1.1">1.1.1 Installation</a></p></li>
          <li><p class="noimg"><a href="#h1.1.2">1.1.2 Licensing</a></p></li>
          <li><p class="noimg"><a href="#h1.1.3">1.1.3 Credits</a></p></li>
          <li><p class="noimg"><a href="#h1.1.4">1.1.4 Success Story</a></p></li>
          <li><p class="noimg"><a href="#h1.1.5">1.1.5 Help Wanted</a></p></li>
        </ul>
      </li><!-- end 1.1 -->
      <li><p><img id="i1.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h1.2">1.2 Important Behavior</a></p>
        <ul id="u1.2">
          <li><p class="noimg"><a href="#h1.2.1">1.2.1 Always UTF-8, No fontenc</a></li>
          <li><p class="noimg"><a href="#h1.2.2">1.2.2 Fonts Not Loaded by \usepackage or \RequirePackage</a></li>
          <li><p class="noimg"><a href="#h1.2.3">1.2.3 LuaLaTeX, Open Type Fonts</a></p></li>
          <li><p class="noimg"><a href="#h1.2.4">1.2.4 Standard TeX Size Commands Disabled</a></li>
          <li><p class="noimg"><a href="#h1.2.5">1.2.5 Academic Style Commands Disabled</a></li>
          <li><p class="noimg"><a href="#h1.2.6">1.2.6 Raster png/jpg Images Only</a></li>
          <li><p class="noimg"><a href="#h1.2.7">1.2.7 Beware of Special Characters</a></li>
          <li><p class="noimg"><a href="#h1.2.8">1.2.8 Avoid TeX Editors, IDEs</a></li>
          <li><p class="noimg"><a href="#h1.2.9">1.2.9 Write Using Word Processor</a></li>
          <li><p class="noimg"><a href="#h1.2.10">1.2.10 Think for Yourself</a></li>
        </ul>
      </li><!-- end 1.2 -->
    </ul>
  </li><!-- end 1 -->

  <li><p><img id="i2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h2"><b>2. Document Class Options</b></a></p>
    <ul id="u2">
      <li><p class="noimg"><a href="#h2.1">2.1 draft</a></p></li>
      <li><p class="noimg"><a href="#h2.2">2.2 graytext</a></p></li>
      <li><p class="noimg"><a href="#h2.3">2.3 shademargins</a></p></li>
      <li><p class="noimg"><a href="#h2.4">2.4 cropmarks</a></p></li>
      <li><p class="noimg"><a href="#h2.5">2.5 cropview</a></p></li>
      <li><p class="noimg"><a href="#h2.6">2.6 closecrop</a></p></li>
      <li><p class="noimg"><a href="#h2.7">2.7 xml</a></p></li>
      <li><p class="noimg"><a href="#h2.8">2.8 coverart</a></p></li>
      <li><p class="noimg"><a href="#h2.9">2.9 unblock (dev)</a></p></li>
    </ul>
  </li><!-- end 2 -->

  <li><p><img id="i3" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h3"><b>3. Metadata, File Data, PDF/X</b></a></p>
    <ul id="u3">
      <li><p><img id="i3.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h3.1">3.1 Definitions of Terms</a></p>
        <ul id="u3.1">
          <li><p class="noimg"><a href="#h3.1.1">3.1.1 ISBN Metadata</a></p></li>
          <li><p class="noimg"><a href="#h3.1.2">3.1.2 Printed Metadata</a></p></li>
          <li><p class="noimg"><a href="#h3.1.3">3.1.3 File (PDF) Metadata</a></p></li>
        </ul>
      </li><!-- end 3.1 -->
      <li><p><img id="i3.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h3.2">3.2 Rules for File Data</a></p>
        <ul id="u3.2">
          <li><p class="noimg"><a href="#h3.2.1">3.2.1 Required, Prohibited?</a></p></li>
          <li><p class="noimg"><a href="#h3.2.2">3.2.2 Limited to Latin-1?</a></p></li>
          <li><p class="noimg"><a href="#h3.2.3">3.2.3 TeX Escapes</a></p></li>
          <li><p class="noimg"><a href="#h3.2.4">3.2.4 Forbidden Characters</a></p></li>
        </ul>
      </li><!-- end 3.2 -->
      <li><p><img id="i3.3" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h3.3">3.3 File Data Commands</a></p>
        <ul id="u3.3">
          <li><p class="noimg"><a href="#h3.3.1">3.3.1 \SetTitle{}</a></p></li>
          <li><p class="noimg"><a href="#h3.3.2">3.3.2 \SetAuthor{}</a></p></li>
          <li><p class="noimg"><a href="#h3.3.3">3.3.3 \SetSubtitle{}</a></p></li>
          <li><p class="noimg"><a href="#h3.3.4">3.3.4 \SetApplication{}, \SetProducer{}</a></p></li>
        </ul>
      </li><!-- end 3.3 -->
      <li><p><img id="i3.4" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h3.4">3.4 PDF/X</a></p>
        <ul id="u3.4">
          <li><p class="noimg"><a href="#h3.4.1">3.4.1 Compliance Standards</a></p></li>
          <li><p class="noimg"><a href="#h3.4.2">3.4.2 Output Intents</a></p></li>
          <li><p class="noimg"><a href="#h3.4.3">3.4.3 Built-IN OI Codes</a></p></li>
          <li><p class="noimg"><a href="#h3.4.4">3.4.4 Other Output Intents</a></p></li>
          <li><p class="noimg"><a href="#h3.4.5">3.4.5 Embed *.icc or Not?</a></p></li>
          <li><p class="noimg"><a href="#h3.4.6">3.4.6 Finding *.icc Files</a></p></li>
        </ul>
      </li><!-- end 3.4 -->
    </ul>
  </li><!-- end 3 -->

  <li><p><img id="i4" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h4"><b>4. Book Size and Page Layout</b></a></p>
    <ul id="u4">
      <li><p><img id="i4.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h4.1">4.1 Book Dimensions</a></p>
        <ul id="u4.1">
          <li><p class="noimg"><a href="#h4.1.1">4.1.1 Trim Size</a></p></li>
          <li><p class="noimg"><a href="#h4.1.2">4.1.2 Media Size, TrimBox</a></p></li>
          <li><p class="noimg"><a href="#h4.1.3">4.1.3 Margins</a></p></li>
        </ul>
      </li><!-- end 4.1 -->
      <li><p><img id="i4.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h4.2">4.2 Layout Commands</a></p>
        <ul id="u4.2">
          <li><p class="noimg"><a href="#h4.2.1">4.2.1 \SetTrimSize{}{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.2">4.2.2 \SetMargins{}{}{}{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.3">4.2.3 \SetFontSize{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.4">4.2.4 \SetLinesPerPage{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.5">4.2.5 \SetHeadFootStyle{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.6">4.2.6 \SetHeadJump{}, \SetFootJump{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.7">4.2.7 \SetMediaSize[]{}{}</a></p></li>
          <li><p class="noimg"><a href="#h4.2.8">4.2.8 \SetCropmarkGap{}</a></p></li>
        </ul>
      </li><!-- end 4.2 -->
    </ul>
  </li><!-- end 4 -->

  <li><p><img id="i5" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h5"><b>5. Fonts</b></a></p>
    <ul id="u5">
      <li><p><img id="i5.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h5.1">5.1 Parent Font and Descendants</a></p>
        <ul id="u5.1">
          <li><p class="noimg"><a href="#h5.1.1">5.1.1 Where Fonts Are Used</a></p></li>
          <li><p class="noimg"><a href="#h5.1.2">5.1.2 Text Font</a></p></li>
          <li><p class="noimg"><a href="#h5.1.3">5.1.3 Chapter Font</a></p></li>
          <li><p class="noimg"><a href="#h5.1.4">5.1.4 Subch Font</a></p></li>
          <li><p class="noimg"><a href="#h5.1.5">5.1.5 Head Font</a></p></li>
        </ul>
      </li><!-- end 5.1 -->
      <li><p><img id="i5.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h5.2">5.2 Other Pre-Defined Fonts</a></p>
        <ul id="u5.2">
          <li><p class="noimg"><a href="#h5.2.1">5.2.1 Sans and Mono Fonts</a></p></li>
          <li><p class="noimg"><a href="#h5.2.2">5.2.2 Math Font: Forget It</a></p></li>
          <li><p class="noimg"><a href="#h5.2.3">5.2.3 Deco Font</a></p></li>
        </ul>
      </li><!-- end 5.2 -->
      <li><p class="noimg"><a href="#h5.3">5.3 Defining New Fonts</a></p></li>
      <li><p><img id="i5.4" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h5.4">5.4 Font Customization Syntax</a></p>
        <ul id="u5.4">
          <li><p class="noimg"><a href="#h5.4.1">5.4.1 Font Family vs. File Name</a></p></li>
          <li><p class="noimg"><a href="#h5.4.2">5.4.2 Set/New by Family/Filename</a></p></li>
          <li><p class="noimg"><a href="#h5.4.3">5.4.3 Open Type Features</a></p></li>
          <li><p class="noimg"><a href="#h5.4.4">5.4.4 Scale Pseudo-Feature</a></p></li>
          <li><p class="noimg"><a href="#h5.4.5">5.4.5 Color and Opacity</a></p></li>
          <li><p class="noimg"><a href="#h5.4.6">5.4.6 \CreateFontFeature{}{}</a></p></li>
          <li><p class="noimg"><a href="#h5.4.7">5.4.7 Local Feature Changes</a></p></li>
        </ul>
      </li><!-- end 5.4 -->
      <li><p><img id="i5.5" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h5.5">5.5 Superscripts, Subscripts</a></p>
        <ul id="u5.5">
          <li><p class="noimg"><a href="#h5.5.1">5.5.1 \SetMarkers[]{}</a></p></li>
          <li><p class="noimg"><a href="#h5.5.2">5.5.2 \realmarker, \fakemarker</a></p></li>
        </ul>
      </li><!-- end 5.5 -->

    </ul>
  </li><!-- end 5 -->

  <li><p><img id="i6" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h6"><b>6. Headers and Footers</b></a></p>
    <ul id="u6">
      <li><p><img id="i6.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h6.1">6.1 Global Header/Footer Settings</a></p>
        <ul id="u6.1">
          <li><p class="noimg"><a href="#h6.1.1">6.1.1 \SetHeadJump{}, \SetFootJump{}</a></p></li>
          <li><p class="noimg"><a href="#h6.1.2">6.1.2 \SetHeadFootStyle{}</a></p>
          <li><p class="noimg"><a href="#h6.1.3">6.1.3 \SetEmblems{}{}</a></p></li>
          <li><p class="noimg"><a href="#h6.1.4">6.1.4 \SetPageNumberStyle{}</a></p></li>
          <li><p class="noimg"><a href="#h6.1.5">6.1.5 \SetHeadFont[]{}</a></p></li>
          <li><p class="noimg"><a href="#h6.1.6">6.1.6 \SetLooseHead{}</a></p></li>
          <li><p class="noimg"><a href="#h6.1.7">6.1.7 \SetChapterStart{}</a></p></li>
        </ul>
      </li><!-- end 6.1 -->
      <li><p><img id="i6.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h6.2">6.2 Local Header/Footer Settings</a></p>
        <ul id="u6.2">
          <li><p class="noimg"><a href="#h6.2.1">6.2.1 \SetVersoHeadText{}, \SetRectoHeadText{}</a></p></li>
          <li><p class="noimg"><a href="#h6.2.2">6.2.2 \thispagestyle{}</a></p></li>
        </ul>
      </li><!-- end 6.2 -->
    </ul>
  </li><!-- end 6 -->

  <li><p><img id="i7" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h7"><b>7. Text</b></a></p>
    <ul id="u7">
      <li><p><img id="i7.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h7.1">7.1 Text Sizes</a></p>
        <ul id="u7.1">
          <li><p class="noimg"><a href="#h7.1.1">7.1.1 Standard Sizes: Disabled!</a></p></li>
          <li><p class="noimg"><a href="#h7.1.2">7.1.2 Local sizing: \charscale[]{}</a></p></li>
          <li><p class="noimg"><a href="#h7.1.3">7.1.3 Environment: parascale</a></p></li>
          <li><p class="noimg"><a href="#h7.1.4">7.1.4 Open Type Scale</a></p></li>
        </ul>
      </li><!-- end 7.1 -->
      <li><p><img id="i7.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h7.2">7.2 General Styling</a></p>
        <ul id="u7.2">
          <li><p class="noimg"><a href="#h7.2.1">7.2.1 Italics and Emphasis</a></p></li>
          <li><p class="noimg"><a href="#h7.2.2">7.2.2 Bold and Semibold</a></p></li>
          <li><p class="noimg"><a href="#h7.2.3">7.2.3 Underlining</a></p></li>
          <li><p class="noimg"><a href="#h7.2.4">7.2.4 Small Caps, Acronyms</a></p></li>
          <li><p class="noimg"><a href="#h7.2.5">7.2.5 Local Tracking</a></p></li>
          <li><p class="noimg"><a href="#h7.2.6">7.2.6 Local Font Selection</a></p></li>
          <li><p class="noimg"><a href="#h7.2.7">7.2.7 Local Font Features</a></p></li>
          <li><p class="noimg"><a href="#h7.2.8">7.2.8 Text Color (grayscale)</a></p></li>
        </ul>
      </li><!-- end 7.2 -->
      <li><p><img id="i7.3" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h7.3">7.3 Positioning and Alignment</a></p>
        <ul id="u7.3">
          <li><p class="noimg"><a href="#h7.3.1">7.3.1 What to Avoid</a></p></li>
          <li><p class="noimg"><a href="#h7.3.2">7.3.2 Some Useful Commands</a></p></li>
        </ul>
      </li><!-- end 7.3 -->
    </ul>
  </li><!-- end 7 -->

  <li><p><img id="i8" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h8"><b>8. Images</b></a></p>
    <ul id="u8">
      <li><p class="noimg"><a href="#h8.1">8.1 Use Raster Images</a></p></li>
      <li><p><img id="i8.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h8.2">8.2 Use Flattened png or jpg</a></p>
        <ul id="u8.2">
          <li><p class="noimg"><a href="#h8.2.1">8.2.1 Saving the Resolution</a></p></li>
          <li><p class="noimg"><a href="#h8.2.2">8.2.2 Removing Private Metadata</a></p></li>
        </ul>
      </li><!-- end 8.2 -->
      <li><p><img id="i8.3" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h8.3">8.3 Line Art vs. Grayscale</a></p>
        <ul id="u8.3">
          <li><p class="noimg"><a href="#h8.3.1">8.3.1 Line Art in GIMP</a></p></li>
          <li><p class="noimg"><a href="#h8.3.2">8.3.2 Grayscale in GIMP</a></p></li>
          <li><p class="noimg"><a href="#h8.3.3">8.3.3 Scaling After \Rework</a></p></li>
        </ul>
      </li><!-- end 8.3 -->
      <li><p><img id="i8.4" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h8.4">8.4 Placing Images</a></p>
        <ul id="u8.4">
          <li><p class="noimg"><a href="#h8.4.1">8.4.1 \charscale</a></p></li>
          <li><p class="noimg"><a href="#h8.4.2">8.4.2 \InlineImage</a></p></li>
          <li><p class="noimg"><a href="#h8.4.3">8.4.3 Text Over \InlineImage</a></p></li>
          <li><p class="noimg"><a href="#h8.4.4">8.4.4 \BlockImage</a></p></li>
          <li><p class="noimg"><a href="#h8.4.5">8.4.5 \BlockImage and Text</a></p></li>
        </ul>
      </li><!-- end 8.4 -->
    </ul>
  </li><!-- end 8 -->

  <li><p><img id="i9" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h9"><b>9. Front Matter</b></a></p>
    <ul id="u9">
      <li><p class="noimg"><a href="#h9.1">9.1 Useful Commands in Front Matter</a></p></li><!-- end 9.1 -->
      <li><p class="noimg"><a href="#h9.2">9.2 Chapter-Like Sections in Front Matter</a></p></li><!-- end 9.2 -->
      <li><p><img id="i9.3" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h9.3">9.3 Examples of Front Matter Pages</a></p>
        <ul id="u9.3">
          <li><p class="noimg"><a href="#h9.3.1">9.3.1 Sample Title Page</a></p></li>
          <li><p class="noimg"><a href="#h9.3.2">9.3.2 Sample Copyright Page</a></p></li>
          <li><p class="noimg"><a href="#h9.3.3">9.3.3 Sample Dedication</a></p>
          <li><p class="noimg"><a href="#h9.3.4">9.3.4 Sample Epigraph</a></p>
          <li><p class="noimg"><a href="#h9.3.5">9.3.5 Sample Table of Contents</a></p>
            <ul>
              <li><p class="noimg"><a href="#h9.3.5.1">9.3.5.1 Environment: toc</a></p></li>
              <li><p class="noimg"><a href="#h9.3.5.2">9.3.5.2 \tocitem and \tocitem*</a></p></li>
            </ul>
          </li>
          <li><p class="noimg"><a href="#h9.3.6">9.3.6 Sample Foreword</a></p></li>
          <li><p class="noimg"><a href="#h9.3.7">9.3.7 Sample Preface</a></p></li>
          <li><p class="noimg"><a href="#h9.3.8">9.3.8 Sample Acknowledgements</a></p></li>
          <li><p class="noimg"><a href="#h9.3.9">9.3.9 Sample Map</a></p></li>
          <li><p class="noimg"><a href="#h9.3.10">9.3.10 Characters, Synopsis</a></p></li>
        </ul>
      </li><!-- end 9.3 -->
    </ul>
  </li><!-- end 9 -->

  <li><p><img id="i10" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h10"><b>10. Front/Main Matter Transition</b></a></p>
    <ul id="u10">
      <li><p class="noimg"><a href="#h10.1">10.1 Introduction in Front Matter</a></p></li>
      <li><p><img id="i10.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h10.2">10.2 Author's Note in Front Matter</a></p>
        <ul id="u10.2">
          <li><p><a href="#h10.2.1">10.2.1 Sample Author's Note</a></p></li>
        </ul>
      </li><!-- end 10.2 -->
      <li><p class="noimg"><a href="#h10.3">10.3 Second Half-Title in Front Matter</a></p></li>
      <li><p class="noimg"><a href="#h10.4">10.4 Part Separator in Main Matter</a></p></li>
      <li><p class="noimg"><a href="#h10.5">10.5 Second Half-Title in Main Matter</a></p></li>
      <li><p class="noimg"><a href="#h10.6">10.6 Introduction in Main Matter</a></p></li>
      <li><p class="noimg"><a href="#h10.7">10.7 Prologue in Main Matter</a></p></li>
      <li><p class="noimg"><a href="#h10.8">10.8 Chapters</a></p></li>
    </ul>
  </li><!-- end 10 -->

  <li><p><img id="i11" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h11"><b>11. Chapter Structure</b></a></p>
    <ul id="u11">
      <li><p><img id="i11.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h11.1">11.1 Environment: ChapterStart</a></p>
        <ul id="u11.1">
          <li><p class="noimg"><a href="#h11.1.1">11.1.1 Chapter Title, Subtitle, Deco</a></p></li>
          <li><p class="noimg"><a href="#h11.1.2">11.1.2 Default ChapterStart Header/Footer</a></p></li>
          <li><p class="noimg"><a href="#h11.1.3">11.1.3 \thispagestyle at ChapterStart</a></p></li>
          <li><p class="noimg"><a href="#h11.1.4">11.1.4 ChapterStart With Image</a></p>
            <ul>
              <li><p class="noimg"><a href="#h11.1.4.1">11.1.4.1 Text Over Image</a></p></li>
              <li><p class="noimg"><a href="#h11.1.4.2">11.1.4.2 Text Within Image</a></p></li>
            </ul>
          </li>
        </ul>
      </li><!-- end 11.1 -->
      <li><p><img id="i11.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h11.2">11.2 \QuickChapter and Breaks</a></p>
        <ul id="u11.2">
          <li><p class="noimg"><a href="#h11.2.1">11.2.1 \QuickChapter</a></p></li>
          <li><p class="noimg"><a href="#h11.2.2">11.2.2 \scenebreak and Others</a></p></li>
          <li><p class="noimg"><a href="#h11.2.3">11.2.3 \IndentAfterScenebreak</a></p></li>
          <li><p class="noimg"><a href="#h11.2.4">11.2.4 \linebreak</a></p></li>
          <li><p class="noimg"><a href="#h11.2.5">11.2.5 Widows, Orphans, Clubs</a></p></li>
        </ul>
      </li><!-- end 11.2 -->
    </ul>
  </li><!-- end 11 -->

  <li><p><img id="i12" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h12"><b>12. Footnotes, Endnotes</b></a></p>
    <ul id="u12">
      <li><p class="noimg"><a href="#h12.1">12.1 Footnotes</a></p></li>
      <li><p><img id="i12.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h12.2">12.2 Endnotes</a></p>
        <ul id="u12.2">
          <li><p class="noimg"><a href="#h12.2.1">12.2.1 \endnote, \ResetEndnote, \memo{}</a></p></li>
          <li><p class="noimg"><a href="#h12.2.2">12.2.2 \endnotetext{}{}</a></p></li>
        </ul>
      </li><!-- end 12.2 -->
      <li><p class="noimg"><a href="#h12.3">12.3. Regarding Back Matter</a></p></li>
      <li><p class="noimg"><a href="#h12.4">12.4. \cleartoend</a></p></li>
    </ul>
  </li><!-- end 12 -->

  <li><p><img id="i13" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#h13"><b>13. Cover Artwork</b></a></p>
    <ul id="u13">
      <li><p class="noimg"><a href="#h13.1">13.1 Begin with PNG</a></p></li>
      <li><p class="noimg"><a href="#h13.2">13.2 Get Some Software</a></p></li>
      <li><p class="noimg"><a href="#h13.3">13.3 Convert to CMYK at Ink Limit</a></p></li>
      <li><p class="noimg"><a href="#h13.4">13.4 Convert to PDF/X</a></p></li>
      <li><p class="noimg"><a href="#h13.5">13.5 Final Check</a></p></li>
    </ul>
  </li><!-- end 13 -->

  <li><p><img id="iA" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hA"><b>Appendix A. Book Terminology</b></a></p>
    <ul id="uA">
      <li><p class="noimg"><a href="#hA.1">A.1 Sheet, Page, Leaf</a></p></li>
      <li><p class="noimg"><a href="#hA.2">A.2 Folio, Spine</a></p></li>
      <li><p class="noimg"><a href="#hA.3">A.3 Signature, Imposition</a></p></li>
      <li><p class="noimg"><a href="#hA.4">A.4 Perfect Binding</a></p></li>
      <li><p class="noimg"><a href="#hA.5">A.5 Library Binding</a></p></li>
      <li><p class="noimg"><a href="#hA.6">A.6 Paper and Cover Materials</a></p></li>
    </ul>
  </li><!-- end A -->

  <li><p><img id="iB" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hB"><b>Appendix B. Six-Page Front Matter</b></a></p>
    <ul id="uB">
      <li><p class="noimg"><a href="#hB.1">B.1 Half-Title to Copyright</a></p></li>
      <li><p class="noimg"><a href="#hB.2">B.2 Post-Copyright</a></p></li>
    </ul>
  </li><!-- end B -->

  <li><p><img id="iC" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hC"><b>Appendix C. Shopping for Fonts</b></a></p>
    <ul id="uC">
      <li><p class="noimg"><a href="#hC.1">C.1 Licensing Issues</a></p></li>
      <li><p class="noimg"><a href="#hC.2">C.2 Technical Issues</a></p></li>
      <li><p class="noimg"><a href="#hC.3">C.3 Appearance Issues</a></p></li>
    </ul>
  </li><!-- end C -->

  <li><p><img id="iD" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hD"><b>Appendix D. 240% Ink Limit</b></a></p>
    <ul id="uD">
      <li><p class="noimg"><a href="#hD.1">D.1 Bright Colors Preserved</a></p></li>
      <li><p class="noimg"><a href="#hD.2">D.2 Natural Light Preserved</a></p></li>
      <li><p class="noimg"><a href="#hD.3">D.3 Dark, Rich Colors Lost</a></p></li>
    </ul>
  </li><!-- end D -->

  <li><p><img id="iE" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hE"><b>Appendix E. Command Summary</b></a></p>
    <ul id="uE">
      <li><p><img id="iE.1" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hE.1">E.1 Preamble</a></p>
        <ul id="uE.1">
          <li><p class="noimg"><a href="#hE.1.1">E.1.1 Class Options</a></p></li>
          <li><p class="noimg"><a href="#hE.1.2">E.1.2 Metadata (File Data)</a></p></li>
          <li><p class="noimg"><a href="#hE.1.3">E.1.3 Layout</a></p></li>
          <li><p class="noimg"><a href="#hE.1.4">E.1.4 Specifying Fonts</a></p></li>
          <li><p class="noimg"><a href="#hE.1.5">E.1.5 Other Configuration</a></p></li>
        </ul>
      </li>
      <li><p><img id="iE.2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hE.2">E.2 Document Body</a></p>
        <ul id="uE.2">
          <li><p class="noimg"><a href="#hE.2.1">E.1.1 Book Divisions</a></p></li>
          <li><p class="noimg"><a href="#hE.2.2">E.2.2 Page Management</a></p></li>
          <li><p class="noimg"><a href="#hE.2.3">E.2.3 Environments and Other Blocks</a></p></li>
          <li><p class="noimg"><a href="#hE.2.4">E.2.4 Scene Breaks, First Lines</a></p></li>
          <li><p class="noimg"><a href="#hE.2.5">E.2.5 Inline Text Effects</a></p></li>
          <li><p class="noimg"><a href="#hE.2.6">E.2.6 Footnotes and Endnotes</a></p></li>
          <li><p class="noimg"><a href="#hE.2.7">E.2.7 Images</a></p></li>
        </ul>
      </li>
      <li><p class="noimg"><a href="#hE.3">E.3 Disabled LaTeX Commands</a></p></li>
      <li><p class="noimg"><a href="#hE.4">E.4 Discouraged LaTeX Commands</a></p></li>
    </ul>
  </li><!-- end E -->

  <li><p><img id="iF" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=" class="nodisplaynav" onclick="plusminus(this.id);" title="open/close" alt=""/><a href="#hF"><b>Appendix F. Emergency Rework</b></a></p>
    <ul id="uF">
      <li><p class="noimg"><a href="#hF.1">F.1 \ReworkTrimSize</a></p></li>
      <li><p class="noimg"><a href="#hF.2">F.2 \ReworkMargins</a></p></li>
      <li><p class="noimg"><a href="#hF.3">F.3 Example of Rework</a></p></li>
      <li><p class="noimg"><a href="#hF.4">F.4 Limitations of Rework</a></p></li>
      <li><p class="noimg"><a href="#hF.5">F.5 Scaling Images</a></p></li>
    </ul>
  </li><!-- end F -->

</ul><!-- end master toc ul -->

<div style="height:1em"><script type="text/javascript">placenav();</script></div>

</div><!-- end toc -->


<!-- **************************************************************************************** -->

<div id="main">
<!-- **************************************************************************************** -->

<h1 id="h0">Document class <i>novel</i> - documentation</h1>
<p class="noindent">Version: 1.40, 2017/09/14. This is a complete re-write of the documentation, with the HTML in a single file, and many improvements. Version 1.40.1: Minor doc changes, especially correction to code for converting cover image to CMYK. Version 1.40.2: More minor doc changes.</p>
<p class="noindent" style="position:relative"><span style="position:absolute; top:-.1em; font-size:150%; color:#008000">&#9786;</span>&nbsp; &nbsp; &nbsp; An example novel, text and cover, can be found at the <a class="external" rel="external" target="new" href="https://github.com/RobtAll/novel/">GitHub project page</a>, in the "other" folder. You will find its TeX source and the resulting PDF. The PDF text and cover meet submission standards for major American print-on-demand services.</p>
<p>A smaller example document is <i>novel-example.tex</i>, which can be found in the <i>extras</i> folder within this documentation.</p>
<p>&nbsp;</p>


<div id="page01" class="page">


<h2 id="h1">1. &nbsp; Overview</h2>
<div class="d2" id="d1">

<h3 id="h1.1">1.1. &nbsp; Description</h3>
<div class="d3" id="d1.1">
<p class="noindent">The <i>novel</i> document class is intended for writers of original fiction, such as novels and collections of short stories. For this purpose, it provides easy-to-use settings that are pre-configured for the most common book Trim Sizes, according to publishing standards.</p>
<p>The class uses the advanced typographic features of LuaTeX, fontspec, and microtype, and has the built-in capability to produce files compliant with PDF/X. All these capabilities are accessed via simple front-end commands that do the work for you, thereby reducing the learning curve.</p>
<p>You will be using utf-8 encoding throughout, and Open Type fonts (or TrueType). That means built-in support for many languages.</p>
<p>PDF/A and other formats pertaining to digital publication (e-books) are not supported, and never will be. If that is what you need, then this is the wrong document class for you.</p>
<p>Bibliography, Floats, Tables, Math Mode, automatic generation of title page and table of contents... Forget them! Many of the TeX features used for academic work have reduced functionality, or are entirely disabled, in <i>novel</i> class. There is a reason for this. If you need those capabilities, find another document class. There is some support for page-bottom footnotes, but good support for raster (not vector) images.</p>
<p>The class makes typographic choices that are best suited to <em>original</em> fiction, where you can easily resolve problematic typesetting by re-writing your own work. Note that modern commercial publishing is often very tolerant of widows and orphans, so <i>novel</i> makes no effort to control them.</p>
<p>The <i>novel</i> class has a lot of possible settings, and a command structure that differs from other document classes in many ways. So, there is a lot of documentation. But you probably do not have to read most of it.</p>
<p>Before you panic, look at the <i>novel-example.tex</i> demonstration file, in the documentation <i>extras</i> folder. It uses mostly default settings. See how easy that can be?</p>
<p>If you are ready to typeset your great detective novel, or your collection of sci-fi short stories, then <i>novel</i> is for you. And, if you are unfamiliar with the terminology of commercial book publishing, have no fear! This documentation is here to help you.</p>

<h4 id="h1.1.1">1.1.1. &nbsp; Installation</h4>
<div class="d4" id="d1.1.1">
<p class="noindent">Your TeX installation must be based on TeXLive 2016 or later (including any recent MiKTeX). If you are on Linux and your distro is something such as Ubuntu 16.04 LTS (Xenial), then the distro version of TeXLive is too old. However, you can still install a more recent version of TeXLive manually, to your home directory, from <a class="external" rel="external" target="new" href="https://www.tug.org/texlive/">tug.org</a>.</p>
<p>The <i>novel</i> package is not (yet) included with default TeX distribution. Once you have TeX working, use its package manager to install <i>novel</i>. The TeX package will be placed in <i>(texroot)/tex/lualatex/novel/</i>, the documentation will be placed in <i>(texroot)/doc/lualatex/novel/</i>, and the included font will be placed in <i>(texroot)/fonts/opentype/novel/</i>.</p>
<p>Fonts from the <i>libertinus</i> package are required, and may be installed via your TeX package manager. Note that a <i>novel</i> document does not request the package, so you will not see an error if the fonts are not installed! Instead, if you have not manually specified which fonts to use, it will automatically look for pre-installed Libertinus fonts (or Linux Libertine O) as defaults.</p>
<p>Since you will be using LuaLaTeX, the font cache will be updated to include the newly-installed fonts, the next time you run this software. However, I recommend that you force a full cache refresh, by locating the <i>luatex-cache</i> directory, and discard its contents. The cache may be anywhere (sadly), so you will have to hunt for it. If you have never used LuaLaTeX before, it may not exist. If there are any updates to the fonts, then a manual cache refresh is necessary.</p>
</div>

<h4 id="h1.1.2">1.1.2. &nbsp; Licensing</h4>
<div class="d4" id="d1.1.2">
<p class="noindent">The <i>novel</i> document class, including software, examples, documentation and supporting images, is distributed under the terms of the LaTeX Project Publc License, either version 1.3c of this license or (at your option) any later version. The exception is the included font NovelDeco.otf, which is distributed under terms of the SIL Open Font License, v.1.1.</p>
<p>To ensure that your book may be sold commercially, be careful to use only fonts that allow commercial usage. That may exclude some of the fonts in the LaTeX font catalog. See this documentation regarding fonts.</p>
</div>

<h4 id="h1.1.3">1.1.3. &nbsp; Credits</h4>
<div class="d4" id="d1.1.3">
<p class="noindent">My method of "programming" largely involves using or modifying code provided by others under allowable license terms. Thus, within the TeX code files, you will find places where small or large pieces of code are the work of someone else. Names or organizations are credited in-place within the TeX code, according to license.</p>
<p>Various clipart graphics were obtained from <a class="external" rel="external" target="new" href="https://openclipart.org">openclipart.org</a>. The <i>NovelDeco.otf</i> font is partly derived from <i>Linux Libertine O</i>, using <a class="external" rel="external" target="new" href="https://fontforge.github.io/en-US/">FontForge.</a></p>
<p>I read popular fiction a lot, usually books from my local public library. Even if I do not read a particular book, I often look a how it is designed. Throughout this documentation, where I recommend a design or style, it is most often based on the preponderance of designs/styles as I have seen in softcover or hardcover popular fiction, from major publishers in the U.S.A. That does not include "mass-market paperback" versions (the kind seen at supermarkets, rather than at bookstores). I may mention several common alternatives.</p>
<p>I have also consulted the authoritative <i>Chicago Manual of Style (CMoS)</i> hardcover 16th Edition. In the case of fiction, <i>CMoS</i> notes that publishers sometimes don't do things the official way.</p>
<p>Although I have looked at a variety of web sites concerning book design, I give these the least credence, because (a) often they merely duplicate each other's opinions, right or wrong, and (b) they may simply echo <i>CMoS</i>.</p>
</div>

<h4 id="h1.1.4">1.1.4. &nbsp; Success Story</h4>
<div class="d4" id="d1.1.4">
<p class="noindent">In August 2017, an original novel using this document class was published. The text block used nearly all the default settings, and was electronically submitted as PDF/X-1a:2001.</p>
<p>The color cover image was designed in RGB using <a class="external" rel="external" target="new" href="https://inkscape.org">Inkscape</a> and <a class="external" rel="external" target="new" href="https://www.gimp.org">GIMP</a>, coverted to CMYK at 240% ink limit using <a class="external" rel="external" target="new" href="http://www.graphicsmagick.org">GraphicsMagick</a> and the methods described in this documentation, then finally converted to PDF/X-1a:2001 using this document class.</p>
<p>Both files were automatically reviewed and accepted <i>on first attempt</i>, with the actual printed books for sale within a few days of file submission.</p>
</div>

<h4 id="h1.1.5">1.1.5. &nbsp; Help Wanted</h4>
<div class="d4" id="d1.1.5">
<p class="noindent">Although this package works for me, and there are no <i>known</i> issues, bugs are always possible. You may file an issue at the <a class="external" rel="external" target="new" href="https://github.com/RobtAll/novel">GitHub project page</a>, or contact me by e-mail if you do not have a GitHub account. My e-mail address is towards the top of the <i>novel.cls</i> file.</p>
<p>I, the original author of this package, am a retiree who prefers to move on to other things. If you are of a mind to take up long-term maintenance, then contact me by e-mail. If you already are a package developer with a <a class="external" rel="external" target="new" href="https://ctan.org/contact">CTAN</a> login, also contact them. You will need to understand elementary LuaLaTeX, fontspec, Unicode, Open Type fonts, PDF/X, and the general needs of fiction writers in the printed (not e-book) market. However, Lua, XeTeX, TiKz, math, and physics are not required (possibly counterproductive).</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h1.2">1.2. &nbsp; Important Behavior</h3>
<div class="d3" id="d1.2">
<p class="noindent">There are several ways that <i>novel</i> is very different from other TeX document classes. Before you wonder why your document doesn't work, you need to understand the differences. All of these are features, not bugs. They are done with the intent of making <i>novel</i> best for its intended purpose.</p>

<h4 id="h1.2.1">1.2.1. &nbsp; Always Use UTF-8, Without fontenc</h4>
<div class="d4" id="d1.2.1">
<p class="noindent">You must create your document in utf-8 encoding. No OT1, no T1, no LY1, or other TeX font encoding that pre-dates cell phones.</p>
<p>Instead of typing TeX codes such as <code>\`{e}</code> you can simply paste <code>è</code> from a Unicode character map. Other alphabets such as Greek and Cyrillic are directly supported, as long as you choose fonts that support those character sets.</p>
<p>Do not call for <i>fontenc</i> in your Preamble. The <i>novel</i> class is pre-configured for utf-8.</p>
<p>If you use a plain text editor, or TeXWorks, or export plain text from a word processor, be sure that your text is encoded as utf-8, without byte order mark (BOM).</p>
<p>If you are on Windows, do not use Notepad! The free <a class="external" rel="external" target="new" href="https://notepad-plus-plus.org">Notepad++</a> (also <a class="external" rel="external" target="new" href="https://portableapps.com/apps/development/notepadpp_portable">Portable</a> version) is a suitable plain text editor. Configure it as specified, with utf-8 and without BOM. Does not matter whether UNIX or DOS line endings, as long as you are consistent.</p>
</div>

<h4 id="h1.2.2">1.2.2. &nbsp; Do Not Load Fonts via <code>\usepackage</code> or <code>\RequirePackage</code></h4>
<div class="d4" id="d1.2.2">
<p class="noindent">The method for loading fonts is described elsewhere on this page. Be sure you read that! For example, you cannot load a font with <code>\usepackage{<em>fontname</em>}</code> in this document class.</p>
</div>

<h4 id="h1.2.3">1.2.3. &nbsp; Use LuaLaTeX and Open Type fonts</h4>
<div class="d4" id="d1.2.3">
<p class="noindent"><img class="floatright" src="html-resources/doordie.png" width="279" height="300" alt="Thou Shalt"/> With <i>novel</i>, you will be using the <i>LuaLaTeX</i> engine, whether you like it or not. No <i>pdfTeX</i>, no <i>XeTeX</i>, no <i>dvips</i>. You do not have to understand <i>Lua</i> code, since the heavy lifting is already done for you. Just follow the instructions in this documentation.</p>
<p>The built-in <i>fontspec</i> package handles modern Open Type fonts, and is able to access their internal features. The syntax is easy to learn, and very powerful. And, you can directly include text with diacritical marks, Greek, Cyrillic, and most other utf-8 encoded characters in your document. All you need are the fonts, and you probably have them. You will wonder why you never did this before.</p>
</div>

<h4 id="h1.2.4">1.2.4. &nbsp; Disabled standard text size commands</h4>
<div class="d4" id="d1.2.4">
<p class="noindent">Would you like to size text, using command such as <code>\small</code> or<code> \LARGE</code> ? Bah! They will be ignored. Write these commands, and the text will appear at its usual size, just as if the commands did not exist.</p>
<p>There is a reason for this behavior, related to the need for constant line spacing. Thus, <i>novel</i> provides its own capability to size text, using different commands.</p>
</div>

<h4 id="h1.2.5">1.2.5. &nbsp; Disabled academic-purpose commands</h4>
<div class="d4" id="d1.2.5">
<p class="noindent"><img class="floatright" src="html-resources/fpaper.png" width="134" height="215" alt="flunked math"/> Commands such as <code>\section</code>, <code>\chapter</code>, <code>\abstract</code>, <code>\index</code>, <code>\tableofcontents</code>, <code>\maketitle</code>, and many other structural commands will not work with <i>novel</i>. Those are for academic papers. The results they would produce (if enabled) would be inappropriate for fiction. If you attempt to use them, you will either get an error message, or they will simply be ignored.</p>
<p>Novelists do not need many ways to distinguish chapters. With <i>novel</i> there are commands specifically created for the needs of fictional works. They are described below.</p>
<p>Also, the <i>float</i> and <i>table</i> environments are ineffective. In <i>novel</i> there are specific ways to place images or construct a table of contents.</p>
</div>

<h4 id="h1.2.6">1.2.6. &nbsp; Images must be raster png or jpg</h4>
<div class="d4" id="d1.2.6">
<p class="noindent">You read that correctly. Sometimes fiction uses images, especially for the title page and chapter titles. With <i>novel</i>, do not use vector formats such as <i>eps</i>, <i>svg</i>, or <i>pdf</i> images. Use raster images in <i>png</i> or <i>jpg</i> format.</p>
<p>There is a reason for this, explained below, where the use of images is discussed in detail. Be sure to read it, as <i>novel</i> has its own way to place images, in a way that is most likely to work well with fiction.</p>
</div>

<h4 id="h1.2.7">1.2.7. &nbsp; Beware of $, %, and Other TeX Special Characters</h4>
<div class="d4" id="d1.2.7">
<p class="noindent">This is standard TeX behavior. Just a reminder!</p>
<p><img class="floatright" src="html-resources/trdol.png" width="238" height="67" alt="dollar is math mode"/> TeX has a number of special characters. If you type them in a document, they will not appear as an ordinary printed character, but will do something else. These are:</p>
<p class="code"><code>$ % # _ ^ & ~ \ { }</code> and sometimes <code>[ ]</code></p>
<p>In most cases, an incorrect usage will provide an error message that can be easily deciphered. However, the dollar sign and percent symbol are tricky. Incorrect use of the dollar sign may either place your text in math mode (not your intent) or produce a baffling error message that points to an innocent package. The percent symbol normally produces no error, since it is a comment character. But then, whatever text follows on that line will be missing from your PDF.</p>
<p>Special characters, other than the backslash, are escaped by placing a backslash in front, thus: <code>\$</code> for the dollar sign, <code>\%</code> for percent. If you must print a backslash, <code>\string\</code> does it.</p>
<p class="noindent"><b>&bull; Tip:</b> To avoid unforeseen problems, you should review your document in a text editor, prior to compiling. Search for any instances of special characters, particularly dollar and percent. Backslash them as needed.</p>
</div>

<h4 id="h1.2.8">1.2.8. &nbsp; Avoid TeX Editors and IDEs</h4>
<div class="d4" id="d1.2.8">
<p class="noindent">You must create your document in utf-8 encoding. You may use a plain text editor (with or without TeX code highlighting), export plain text from a word processor (recommended), or use the minimal <i>TeXWorks</i> GUI. If you use <i>TeXWorks</i>, be sure that you are not running scripts that change the content of your document.</p>
<p>Do not use another TeX editor, such as <i>Lyx</i> or <i>TeXstudio</i>, or an Integrated Development Environment (IDE). Those programs are often capable of inserting standard LaTeX code from menus. However, <i>novel</i> does not necessarily use that standard LaTeX code. The result may be unexpected.</p>
</div>

<h4 id="h1.2.9">1.2.9. &nbsp; Suggestion: Write Using a Word Processor</h4>
<div class="d4" id="d1.2.9">
<p class="noindent">I suggest that you write your novel in a word processor rather than in a text editor. <i>MS Word</i> and similar programs work. I use <a class="external" rel="external" target="new" href="https://www.libreoffice.org">LibreOffice</a> (also <a class="external" rel="external" target="new" href="https://portableapps.com/apps/office/libreoffice_portable">Portable</a> version). If you use <i>LibreOffice</i>, version 5.3 or later is much better than earlier versions.</p>
<p>Why begin with a word processor? These programs can automatically substitute curly quotes and other characters. Remember than since you are using utf-8 encoding, you don't need to use TeX code for that, since you can simply insert the character directly. And, word processors have much better support for spell checking (and sometimes grammar). Just be sure that the word processor does not <i>automatically</i> correct your spelling, because any TeX code won't be in its dictionary.</p>
<p>Remember that TeX closes paragraphs by skipping lines, or by <code>\par</code>. Also remember that in most word processors, the emdash is <i>two</i> hyphens, not the three used in TeX. You can always insert an emdash (or endash) directly. You can write TeX code into the word processor, where it will be treated like ordinary text, so use <code>\textit{<em>text</em>}</code> or similar command, rather than the word processor's italics menu.</p>
<p>In any case, be sure to export plain text as utf-8, then compile it with <i>lualatex</i>.</p>
<p class="noindent"><b>&bull; Tip:</b> For the editing and proofreading phase, where spelling and grammar are carefully reviewed, I use a special font <i>CPmodified.otf</i>. This is my custom derivative of the <a class="external" rel="external" target="new" href="https://quoteunquoteapps.com/courierprime/">Courier Prime</a> regular font. <i>Cpmodified</i> can be found in the documentation <i>extras</i> folder. It is released under the SIL Open Font License v.1.1. To use this font for editing, install it in your <i>operating system</i>, not TeX. Then, call it from your word processor. The font includes Latin-1 and ANSI characters, and a few others. It is not quite monospaced (the em dash and ellipsis are longer). Punctuation is highly exaggerated, so you can see it more easily. My own experience is that most errors in the nearly-finished document involve punctuation.</p>
<p class="noindent"><b>&bull; Tip:</b> Word processors usually make an incorrect substitution for certain English elisions (possibly in other languages also). When you type "Give 'em hell," the substitution may provide <i>Give &lsquo;em hell</i>, but the correct rendition is <i>Give &rsquo;em hell</i>. Can you see the tiny difference in the direction of the single quote? Probably not on your computer screen, but it will be noticeable in print. The <i>CPmodified.otf</i> font makes the difference obvious.</p>
</div>

<h4 id="h1.2.10">1.2.10. &nbsp; Think for yourself</h4>
<div class="d4" id="d1.2.10">
<p>When TeX processes a document on a paragraph-by-paragraph basis, it chooses the layout that has the least total "penalty." Penalties are assessed based on factors such as word spacing, inter-line spacing, hyphenation, widows, and orphans. You may choose the value of each penalty.</p>
<p>With <i>novel</i>, inter-line spacing is fixed, and there is no padding between paragraphs. No plus-or-minus. Hyphens are allowed, but strongly penalized. A reasonable amount of altered word spacing is allowed, and the built-in <i>microtype</i> package allows reasonable changes to letter spacing and the letters themselves. These choices achieve a high level of visual appeal and readability for flowing text.</p>
<p>However, there is little penalty for widows or orphans. When you process a document with <i>novel</i> you are likely to find widows and orphans on many pages. This choice was made for several reasons. First, attention to widows and orphans would reduce the effectiveness of the other, more important, layout penalties. Second, fiction often has numerous short paragraphs (especially with dialogue), and it is very difficult for software to deal with all of them. Third, a great deal of contemporary fiction has widows and orphans. Fourth, it's your book... You can rewrite it!</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page01 -->
<!-- ********************************************************************** -->
<div id="page02" class="page">


<h2 id="h2">2. &nbsp; Document Class Options</h2>
<div class="d2" id="d2">
<p class="noindent">As with other LaTeX classes, <i>novel</i> is called this way:</p>
<p><code>\documentclass[options]{novel}</code></p>
<p>As with other document classes, <i>novel</i> chooses a default paper size, and font size, if you do not make the choice. But there, the similarity ends. The default paper size in <i>novel</i> is 5.5" wide by 8.5" high, which is a popular book Trim Size for softcover fiction in the US, and close to the Demy Octavo (C novel) British size. And, the default font size is not an integer point size!</p>
<p>In fact, you <em>cannot</em> set either the paper size or font size in the class options. You set them via other commands, in the Preamble. The commands are explained on other pages of this documentation.</p>
<p>Still, there are a number of class options. As usual, options must be enclosed in braces and be separated by commas.</p>
<p>Note: The <i>debug</i> option, unique to version 1.38, has been removed.</p>

<h3 id="h2.1">2.1. &nbsp; draft</h3>
<div class="d3" id="d2.1">
<p class="noindent">The word DRAFT will appear at the upper left of each page.</p>
<p>In draft mode, a little black bar will be placed at the right side of text that didn't quite fit on the line. These locations are reported in the log file as "overfull hbox" warnings. The black bar is called an "overflow rule".</p>
<p class="centerimg"><img src="html-resources/overflowrule.png" width="525" height="155" title="draft mode, overflow rule" alt="overflow rule"/></p>
<p>Some packages take note of whether or not the document is in draft mode, and change their behavior accordingly. However, the included <i>microtype</i> package will always be in final mode, and the included <i>hyperref</i> package will always be in draft mode.</p>
<p>In draft mode, PDF/X compliance is turned off, no matter what you specify.</p>
</div>

<h3 id="h2.2">2.2. &nbsp; graytext</h3>
<div class="d3" id="d2.2">
<p class="noindent">The <i>novel</i> document class is intended for black/white book interiors. Normally, any color command, even gray, will be ignored, and the text will be rendered black. This does not affect images.</p>
<p>The <i>graytext</i> option over-rides this restriction, and obeys grayscale color commands from the <i>xcolor</i> package, which is already loaded with the class. Non-grayscale colors will be converted to shades of gray.</p>
<p class="centerimg"><img src="html-resources/graytext.png" width="512" height="54" title="graytext" alt="graytext"/></p>
<p>Your book will not be printed with "gray ink." Instead, anything other than pure black will be emulated by a pattern of black dots. This is known as "halftone." It causes a reduction in resolution, so your gray text will appear somewhat fuzzy. Therefore, do not use very small text, or characters with fine lines.</p>
<p>Sometimes the halftone operation extends to nearby text that is not gray. So: Unlike the example shown above, it is a bad idea to mingle gray with the ordinary flow of black text. The most appropriate use of gray text is for special items such as chapter titles.</p>
<p>You may place darker text over a lighter background. But even though the resulting PDF meets standards, lighter text over darker background is unlikely to print as intended.</p>
<p>See also <a href="#h7.2.8">section 7.2.8</a>.</p>
</div>

<h3 id="h2.3">2.3. &nbsp; shademargins</h3>
<div class="d3" id="d2.3">
<p class="noindent">This option is ignored unless using draft mode. It is not necessary to use the <i>graytext</i> option.</p>
<p><img class="floatright" style="margin-top:6px" src="html-resources/shademargins.png" width="132" height="205" title="shademargins" alt="shademargins"/> The <i>shademargins</i> option is simple: The margins will have a light gray background.</p>
<p>Note that <em>margins</em> refers to the area between the live text area (including head/foot, if any) and the TrimBox, which is the finished size of your book. If you are using <code>\SetMediaSize</code> to request paper larger than your book's Trim Size, the excess area is <em>not</em> considered to be margins; it is discarded paper, so it is not gray.</p>
<p>Some commands (in particular, images) allow their content to overflow the textblock area. With <i>shademargins</i> you can see where such object intrude into the margins.</p>
<p>Sometimes it is hard to see whether a centered object is really centered, because the left-right margins are not the same width. With <i>shademargins</i> you can more easily see centering.</p>
<p>Note that headers and footers are not part of the margins.</p>
</div>

<h3 id="h2.4">2.4. &nbsp; cropmarks</h3>
<div class="d3" id="d2.4">
<p class="noindent"><img class="floatright" style="margin-top:6px" src="html-resources/cropmarks.png" width="205" height="265" title="cropmarks" alt="cropmarks"/> This option is ignored if the TrimSize is the same as the MediaSize (the usual situation). It works whether or not in draft mode.</p>
<p>If the PDF Media Size is larger than its finished TrimSize, you can place crop marks (also known as trim marks) to indicate where the paper will be cut. The <i>cropmarks</i> option makes the marks visible. If this option is not used, then no marks are placed, regardless of any other commands.</p>
<p>Note that most print-on-demand book printers <em>do not want crop marks</em>. The process flow is automated, and trim data is read from within the PDF. Crop marks may actually interfere with proper layout, if your PDF is re-formatted to share a large sheet of paper along with other pages. So, do not use <i>cropmarks</i> unless you must. For this reason, the built-in capability for cropmarks is very basic.</p>
<p><img class="floatright" style="margin-top:6px" src="html-resources/cropmarkgap.png" width="140" height="141" title="cropmark gap" alt="cropmark gap"/> There is only one configurable setting, which may be used in the Preamble:</p>
<p class="code"><code>\SetCropmarkGap{<em>length</em>}</code></p>
<p>The cropmark gap is the distance between the Trim Box and where the crop lines begin. The purpose of the gap is so that the marks do not show on the trimmed paper, if the cut is a little bit off. In all cases, the far end of the cropmarks is 0.5in from the Trim Area. The gap is marked G in this diagram. The length must be least 0pt, and is more typically 0.125in or 0.250in. The default is 0.125in. </p>
<p>If your Trim is placed off-center in the Media, then only one pair of cropmarks will be visible.</p>
</div>

<h3 id="h2.5">2.5. &nbsp; cropview</h3>
<div class="d3" id="d2.5">
<p class="noindent"><img class="floatright" style="margin-top:6px" src="html-resources/cropview.png" width="132" height="203" title="cropview" alt="cropview"/> This option is ignored if the TrimSize is the same as the MediaSize (the usual situation), because it is unnecessary. Also, it is ignored unless using draft mode.</p>
<p>With <i>cropview</i>, there is an internal instruction to PDF viewers, requesting that only the Trim Size be displayed on the screen, rather than the whole Media Size. This is useful during the layout phase, because it is hard to visualize layout when you have a small finished size floating in a much larger paper size. Nothing else is changed.</p>
<p>The accompanying image is the <i>cropview</i> display of the same page that was used to illustrate the <i>cropmarks</i> command. However, you do not need to have cropmarks, to use <i>cropview</i>.</p>
</div>

<h3 id="h2.6">2.6. &nbsp; closecrop</h3>
<div class="d3" id="d2.6">
<p class="noindent"><img class="floatright" style="margin-top:6px" src="html-resources/closecrop.png" width="110" height="186" title="closecrop" alt="closecrop"/> This option is only effective in draft mode. When used, the layout of your text is unchanged, but the surrounding margins are shrunk so that they just clear the live text area (which includes header and footer, if present). Also, the TrimSize is shrunk accordingly. The resulting PDF will be easier to read on a handheld device.</p>
<p>This does <em>not</em> produce an E-book, since the file will be missing some things that an E-book ought to have. The sole purpose of this option is to create a conveniently-sized file that you can carry around while you are thinking about edits and revisions.</p>
</div>

<h3 id="h2.7">2.7. &nbsp; xml</h3>
<div class="d3" id="d2.7">
<p class="noindent">If you request your PDF to comply with PDF/X standards, it will automatically include XMP Metadata that can be seen as document properties in some (mostly professional) PDF reader software. The <i>xml</i> option exports this data with an xml header added, so that it can be independently viewed in software such as a browser.</p>
<p>This option is only for your information; the exported xml file is not necessary. Whether or not you choose this option will not affect the structure or content of your PDF. If you set PDF/X compliance to <i>off</i>, then there will be no exported xml file.</p>
<p>The exported file will be named <i>jobname-XMPasXML.xml</i>, where <i>jobname</i> is the file name of your *.tex document. If you wish to obtain the XMP packet, without the xml header, you can easily do that with a Unicode-compatible text editor. The necessary editing is obvious.</p>
</div>

<h3 id="h2.8">2.8. &nbsp; coverart</h3>
<div class="d3" id="d2.8">
<p class="noindent">This option is only used for cover artwork. See section 12.</p>
</div>

<h3 id="h2.9">2.9. &nbsp; unblock  (primarily for developer use)</h3>
<div class="d3" id="d2.9">
<p class="noindent">A number of LaTeX packages are known to be incompatible with <i>novel</i>, because "the way those packages do things" conflicts with "the way <i>novel</i> does things." If you attempt to load one of those packages, then the results you get may not be in agreement with the formats and styles described in this documentation, because the other package over-rides some of <i>novel's</i> own macros.</p>
<p>Therefore, at the end of your Preamble, <i>novel</i> reviews the loaded packages, and throws an error message if you included any of them via <code>\usepackage</code> or <code>\RequirePackage</code>. That also applies if you call some other package that chain-loads one of the forbidden packages.</p>
<p>The odds that you will need a forbidden package are small, because they generally pertain to layout for mathematical and academic papers (tables, floats, equations, diagrams, etc.).</p>
<p>If you specify document class option <i>unblock</i> then the list of forbidden packages will be disregarded by <i>novel</i>. Use at your own risk! This option is really intended for the convenience of developers, rather than ordinary users.</p>
</div>


</div><!-- end class="d2" -->
</div><!-- end page02 -->
<!-- ********************************************************************* -->
<div id="page03" class="page">

<h2 id="h3">3. &nbsp; Metadata, File Data, and PDF/X</h2>
<div class="d2" id="d3">
<p class="noindent">The commands described on this page are used only in the Preamble.</p>
<p>These commands write non-printing information to the PDF file. Some of the information is used to identify and classify the file. Other information is read by the printer, to assist it with printing choices.</p>
<p>Unfortunately, some of the terms have slightly different meaning, depending on whether they are used in the context of printing, book distribution, or ebooks. To avoid confusion <em>within this documentation</em> I will use different terms when they mean different things. When you are communicating with your printing and distribution service, take care to ensure that your understanding of terminology is what they really mean.</p>

<h3 id="h3.1">3.1. &nbsp; Definition of Terms</h3>
<div class="d3" id="d3.1">
<p class="noindent">This section is more detailed than it needs to be, because my review of various online forums (unrelated to TeX) shows a lot of user confusion.</p>

<h4 id="h3.1.1">3.1.1. &nbsp; ISBN Metadata</h4>
<div class="d4" id="d3.1.1">
<p class="noindent"><img class="floatright" src="html-resources/bookmanglerdashboard.png" width="500" height="309" alt="online form for ISBN metadata"/> When you obtain the ISBN for your book, either directly through the issuing agency or via your chosen print service, you will enter <em>ISBN Metadata</em> in an online form. This metadata will go into a database, and identify your printed book in distribution and sales channels. It neither knows nor cares about PDF. (If you were marketing a PDF ebook, instead of print, that would be a different story.)</p>
<p>ISBN Metadata includes title, author(s), subtitle if any, ISBN, other identifying information, and a description. The description is by way of advertising, and can usually be changed later; it need not appear anywhere in your book or PDF file, although some authors might use the description on the book's rear cover or cover flap.</p>
<p>Note: The ISBN refers to your <em>printed book</em>, not to the PDF file. You are not selling copies of the PDF.</p>
</div>

<h4 id="h3.1.2">3.1.2. &nbsp; Printed Metadata</h4>
<div class="d4" id="d3.1.2">
<p class="noindent"><img class="floatright" src="html-resources/megatitlepagesm.png" width="165" height="256" alt="printed metadata, cover page"/> <em>Printed Metadata</em> refers to the information that can be seen on paper, in expected places: the book cover, the title page, and the copyright page. Whether your book was printed from a PDF file, or by some other method, is not relevant.</p>
<p>Your print service will insist that the title, subtitle (if any), author, and ISBN in these places exactly match what appears in the ISBN database. Of course, you can (and usually will) use styling or images to make the Printed Metadata more attractive than the plain-text ISBN Metadata.</p>
<p>Some print services may object to artwork that is too fancy, on the grounds that it is difficult to discern the title and author. Although this is very unlikely, it is better to ask before committing resources.</p>
</div>

<h4 id="h3.1.3">3.1.3. &nbsp; File Data (PDF Metadata)</h4>
<div class="d4" id="d3.1.3">
<p class="noindent"><img class="floatright" src="html-resources/megadocprops.png" width="298" height="215" alt="PDF metadata"/> When your PDF file is produced, internal metadata will be automatically created for the benefit of PDF reader software. <em>To avoid confusion, this documentation uses the term "File Data" to mean this internal PDF metadata.</em> You can see some of the File Data when you open the PDF in any reader, and go to File&gt;Properties. To see all of it, you need professional software (such as Adobe Acrobat Pro).</p>
<p>Be sure to read the rules for File Data, below. Some of it is generic, and some is particular to TeX or to the <i>novel</i> class.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h3.2">3.2. &nbsp; Rules for File Data</h3>
<div class="d3" id="d3.2">
<p class="noindent">File Data must conform to several specifications, in terms of what you may or may not write. Some of the limitations are imposed by the book distribution industry, which stores information in its databases a certain way.</p>

<h4 id="h3.2.1">3.2.1. &nbsp; Required, Prohibited, Optional?</h4>
<div class="d4" id="d3.2.1">
<p class="noindent">If PDF/X compliance is required, then you <em>must</em> at least set the title in File Data, using the \SetTitle{} command. Note that this title is not styled in any way.</p>
<p>Some print services require a minimum amount of file data, particularly title and author, which must match the printed metadata and ISBN metadata for these fields. Other services may require that the book's ISBN number, with something like <i>_text</i> added, be used in place of the title (remember that underscore is a special character in LaTeX). You will have to communicate with your service, and determine their requirements.</p>
<p>Many print services do not care about File Data, one way or the other. Your PDF is passed through production according to its file name, not its internals. In such a case, assume that title and author are required.</p>
<p>Caution: Be sure that any included images are stripped of their own image metadata. The procedure is described on farther along in this documentation.</p>
</div>

<h4 id="h3.2.2">3.2.2. &nbsp; Limited to Latin-1?</h4>
<div class="d4" id="d3.2.2">
<p class="noindent">At least in the USA, your print service may require that File Data be limited to characters in the Latin-1 set. This is because their production and distribution software uses Latin-1 for the database. Note that Latin-1 does not include curly quotes or em dash. You will still be using utf-8 encoding in your document files, but your choice of characters is restricted.</p>
<p>If it were not for the database limitation to Latin-1, you could give your book a Greek or Cyrillic title, because <i>novel</i> can do it, and so can the PDF.</p>
<p>If your book has File Data using quotes, then use the special commands <code>\straightquote{}</code> and <code>\straightdblquote{}</code>. Be sure to use the braces, so that you don't have to worry about gobbled space. When you use these commands instead of typing ' or " you eliminate the risk that your software will automatically convert them to the forbidden curly quotes. Example title:</p>
<p class="code"><code>\SetTitle{That\straightquote{}s Amore}  % That's Amore</code></p>
<p>If you are limited to Latin-1 in File Data, you can still use curly quotes and em dash on the cover and title page, and in headings. In <i>novel</i> there is no <code>\maketitle</code> command, so you may (and should) apply styling to the printed title, even though the File Data title cannot be styled.</p>
</div>

<h4 id="h3.2.3">3.2.3. &nbsp; TeX escapes</h4>
<div class="d4" id="d3.2.3">
<p class="noindent">In File Data, you must obey the same TeX rules that apply everywhere: Certain characters have special meaning, and must be preceded by a backslash, if you wish to use them as ordinary characters. These are:</p>
<p><code># $ % &amp; _ { }</code> &nbsp; &nbsp; (hash, dollar, percent, ampersand, underscore, left and right curly brackets)</p>
<p>Example: The title <em>Doing 9% &amp; Gone</em> is coded:</p>
<p class="code"><code>\SetTitle{Doing 9\% \&amp; Gone}</code></p>
<p>The above characters are rarely needed in File Data. Sometimes they must be spelled out, in order to agree with your book's ISBN Metadata. For example, you may need to write "and" rather than the ampersand.</p>
</div>

<h4 id="h3.2.4">3.2.4. &nbsp; Forbidden Characters</h4>
<div class="d4" id="d3.2.4">
<p class="noindent">&bull; Do not use the backslash <code>\</code> except as described above.</p>
<p class="noindent">&bull; Do not use the tilde <code>~</code> or the circumflex <code>^</code>.</p>
<p class="noindent">&bull; Do not use TeX code, such as <code>\`e</code> for e with grave; instead paste <code>è</code> directly from a character map.</p>
<p class="noindent">&bull; Do not use styling, such as <code>{\small text}</code> or <code>\textit{text}</code>.</p>
<p class="noindent">&bull; Use only <code>\straightquote{}</code> and <code>\straightdblquote{}</code> if necessary, not TeX code for apostrophe or quote.</p>
<p class="noindent">&bull; Do not use multiple hyphens to create longer dashes. Do not use em dash or en dash.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h3.3">3.3. &nbsp; File Data Commands</h3>
<div class="d3" id="d3.3">
<p class="noindent">Now that you understand what File Data means, and how it may be written, you can use commands to write it.</p>

<h4 id="h3.3.1">3.3.1. &nbsp; <code>\SetTitle{<em>text</em>}</code></h4>
<div class="d4" id="d3.3.1">
<p class="noindent">If you do not use the <code>\SetTitle{}</code> command, or leave it empty or blank, then the resulting PDF cannot comply with PDF/X standards. In <i>very rare</i> cases, that is desirable.</p>
<p>This information is not automatically transferred to your book's title page. It will be used as default in certain page heading styles, but you can over-ride it. The information can be retrieved as \theTitle anywhere in your document.</p>
</div>

<h4 id="h3.3.2">3.3.2. &nbsp; <code>\SetAuthor{<em>text</em>}</code></h4>
<div class="d4" id="d3.3.2">
<p class="noindent">This information is not automatically transferred to your book's title page. It will be used as default in certain page heading styles, but you can over-ride it. The information can be retrieved as <code>\theAuthor</code> anywhere in your document.</p>
</div>

<h4 id="h3.3.3">3.3.3. &nbsp; <code>\SetSubtitle{<em>text</em>}</code></h4>
<div class="d4" id="d3.3.3">
<p class="noindent">There is no file data for subtitle! The only reason for using this command is if you wish to later retrieve the information as <code>\theSubtitle</code> in your document.</p>
</div>

<h4 id="h3.3.4">3.3.4 &nbsp; Advanced: <code>\SetApplication{<em>text</em>}</code> and <code>\SetProducer{<em>text</em>}</code></h4>
<div class="d4" id="d3.3.4">
<p class="noindent">The <i>Application</i>, also known as <i>CreatorTool</i>, is the program used to create your source document. Text editors, word processors, and page layout programs are the most common Applications (not specific to TeX). The PDF <i>Producer</i> is the program that converts the source document to PDF. In many cases, the Producer is a back-end, directly linked to the Application.</p>
<p>These details are automatically created when you compile your document, without any input from you. However, if you have the need to provide a custom text string for the Application or Producer, these commands will do it.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h3.4">3.4. &nbsp; PDF/X</h3>
<div class="d3" id="d3.4">
<p class="noindent">Commercial printers are very likely to require PDF/X compliance. This ensures that your PDF meets a variety of criteria, by containing those things it must contain, and omitting those things it must not contain. Most perfectly valid PDF files are <em>not</em> PDF/X compliant, simply because they are not intended for commercial printing.</p>
<p class="code"><code>\SetPDFX[<em>output intent</em>]{<em>compliance standard</em>}</code> &nbsp; and starred version</p>
<p>If the <code>\SetPDFX</code> command is not used, it is <i>off</i> by default. Note that a non-compliant file is not a defective file! It complies with PDF standards, but not PDF/X standards. Some print services insist on PDF/X, and others don't care as long as the fonts are embedded (which they always are).</p>

<h4 id="h3.4.1">3.4.1. &nbsp; Compliance Standards</h4>
<div class="d4" id="3.4.1">
<p class="noindent">The following choices are available:</p>
<p><code>X-1a:2001</code></p>
<p><code>X-1a:2003</code></p>
<p><code>X-3:2002</code></p>
<p><code>X-3:2003</code></p>
<p><code>off</code> (default)</p>
<p>The first of these is the one that is most widely accepted in commercial printing. Anything meeting X-1a:2001 necessarily meets the other standards. If your book involved complicated color artwork, then the correct choice might be crucial. But for a black and white book block, X-1a:2001 is the preferred choice unless your print service says otherwise.</p>
</div>

<h4 id="h3.4.2">3.4.2. &nbsp; Output Intent</h4>
<div class="d4" id="d3.4.2">
<p class="noindent">Unless compliance is <i>off</i>, an Output Intent is always required. However, <i>novel</i> treats this as an optional argument, because it will automatically use CGATSTR001 as default Output Intent.</p>
<p>Output Intent informs the printer that you "intend" your PDF to be printed according to certain printer capabilities. If you took the trouble to soft-proof your PDF on a color-calibrated monitor using color-managed software, and if the printer's capabilities actually correspond to the intent, then the printed result will closely match what you expected. This is very important in commercial color printing (such as for cover artwork), but nearly irrelevant for a black and white book block. Nevertheless, an Output Intent is required to meet PDF/X compliance.</p>
</div>

<h4 id="h3.4.3">3.4.3. &nbsp; Built-in Output Intent Codes</h4>
<div class="d4" id="d3.4.3">
<p class="noindent">There are three pre-defined choices:</p>
<p><code>CGATSTR001</code> (default)</p>
<p><code>FOGRA39</code></p>
<p><code>JC200103</code></p>
<p>The first of these, more properly named "CGATS&nbsp;TR&nbsp;001" with spaces, is also known as "US&nbsp;Web&nbsp;Coated&nbsp;SWOP&nbsp;v2" in the USA, and is the most commonly-used American print standard for this kind of book. The second is widely used in Europe, the third in Japan.</p>
</div>

<h4 id="h3.4.4">3.4.4. &nbsp; Other Output Intents</h4>
<div class="d4" id="d3.4.4">
<p class="noindent">If you are required to use an Output Intent that is not one of the above three, then you have to code it yourself. Have a look at the three pre-configured Output Intents (files <i>novel-CGATSTR001.clo</i>, <i>novel-FOGRA39.clo</i>, and <i>novel-JC200103.clo</i>). Instructions are inside the files. There are several places where you can find the necessary data; the most comprehensive is at the <a class="external" rel="external" target="new" href="http://www.color.org/index.xalter">Inernational Color Consortium</a>.</p>
<p>In essence: If you create a custom Output Intent file named <em>novel-MyFunkyPrinter.clo</em>, then you request <i>MyFunkyPrinter</i> (without the preceding <i>novel-</i> or the <i>.clo</i> extension) as Output Intent, and that file will be loaded.</p>
</div>

<h4 id="h3.4.5">3.4.5. &nbsp; Whether or Not to Embed *.icc</h4>
<div class="d4" id="d3.4.5">
<p class="noindent">Each Output Intent has a corresponding color profile, in the form of a file with extension <i>*.icc</i>.</p>
<p>You usually do not need it. In fact, unless your print service specifically asks you to embed the file, <i>don't do it</i>. When you use <code>\SetPDFX</code> in its un-starred form, the *.icc file will not be embedded.</p>
<p>If your print service demands that you embed the *.icc color profile, then use <code>\SetPDFX*</code> (with the asterisk).</p>
<p>Repeat: Do not embed the *.icc color profile unless specifically requested by your print service.</p>
<p>&bull; If your printer requests "US Web Coated SWOP v2" and, as usual, requests that you <em>not</em> embed the corresponding *.icc color profile, then some software will read the Output Intent as "CGATS&nbsp;TR&nbsp;001" instead of "US&nbsp;Web&nbsp;Coated&nbsp;SWOP&nbsp;v2". They are identical. But not everyone knows that.</p>
</div>

<h4 id="h3.4.6">3.4.6. &nbsp; Where to Find *.icc Files</h4>
<div class="d4" id="d3.4.6">
<p class="noindent">You do not need an *.icc color profile unless you choose to embed it.</p>
<p>Although many *.icc files are freely available, they usually cannot be distributed within an open-source project. You might already have them in your system, wherever such files are stored. Note that TeX uses forward slash in file paths, not backslash, even if the platform is Windows:</p>
<p class="isolate">
Windows: <code>C:/Windows/System32/spool/drivers/color/</code> &nbsp; [older Windows: system32 instead of System32]<br/>
Linux: <code>/usr/share/color</code> or hidden <code>~/.local/share/icc/</code> or other places<br/>
OSX: <code>/Library/Colorsync/Profiles/</code> or hidden <code>(username)/Library/Colorsync/Profiles/</code>
</p>
<p>If you do not have the files, look on the Internet <a href="https://www.adobe.com/support/downloads/iccprofiles/icc_eula_win_end.html" target="new">here</a> and <a href="http://www.color.org/profiles.xalter" target="new">here</a>. These links also have many other profiles, beyond the basic three. In a few cases, your print service may provide the necessary file.</p>
<p>You want printer profiles, usually CMYK. Don't worry about the files being "for Windows," as they are actually cross-platform.</p>
<p>If your system has the necessary <i>*.icc</i> file for your Output Intent, but <i>novel</i> cannot find it, then copy the file to the same folder as your TeX document.</p>
<p>Again: Do not embed the file unless the printer requests it.</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page03 -->
<!-- ************************************************************ -->
<div id="page04" class="page">


<h2 id="h4">4. Book Size and Page Layout</h2>
<div class="d2" id="d4">
<p class="noindent">There are many layout settings available, but you do not have to use them all. In fact, you may not need to use any of them! Your <i>novel</i> is pre-configured with settings that will often be suitable for the 5.5"W x 8.5"H Trim Size that is widely used in the American softcover fiction market.</p>
<p>If you choose a different Trim Size, then some of the other defaults will be automatically tweaked, so that your starting point is reasonable for the requested size.</p>

<h3 id="h4.1">4.1. Book Dimensions</h3>
<div class="d3" id="d4.1">

<h4 id="h4.1.1">4.1.1. Trim Size</h4>
<div class="d4" id="d4.1.1">
<p class="noindent"><b>Trim Size</b> is the finished size of your book, width and height (but not thickness). In the case of softcover books, it is the exact size. In the case of hardcover books, where the cover is larger than the contents, it is (usually) the cover size that is measured, with the internal trim size being slightly smaller than nominal (some of the margins shaved away).</p>
<p>Your print service has a list of standard trim sizes. For fiction, you probably want creme (off-white) paper, which eliminates a few of the choices. Choice of size may also be limited by the distribution channels you choose.</p>
</div>

<h4 id="h4.1.2">4.1.2. Media Size, TrimBox</h4>
<div class="d4" id="d4.1.2">
<p class="noindent"><img class="floatright" src="html-resources/mbcrectomar.png" width="202" height="264" alt="media size recto"/> In a few cases, the commercial printer will request that the PDF page size be something larger than the Trim Size of your book. In PDF terminology, the larger dimensions are the <b>Media Size</b>. Typically, the Media Size will be U.S. Letter, or A4, and the Trim Size must be floated in the center, horizontally and vertically. As an alternative, the Trim Size will be at the edge. Something of the sort happens when you print a copy of your PDF at home, where your printer's paper tray has Letter or A4, not the Trim Size.</p>
<p>Unless you explicitly set it to a different value, Media Size will automatically be set at Trim Size. <i>Do not specify the Media Size, unless the commercial printer requests it.</i></p>
<p>Since your PDF is being prepared for commercial print production, it will have an invisible <code>TrimBox</code> automatically encoded. This information tells the printer where the Trim Size is located. If (as usual) the Trim Size and Media Size are identical, then the TrimBox is the full size of the PDF page. But when the Trim Size is smaller than the Media Size, the TrimBox defines where the paper will be trimmed. Although it is not normally marked on the PDF page and never appears in print, some PDF viewers allow you make the TrimBox visible.</p>
<p>In the accompanying diagram, the TrimBox is shown as a faint green line. The margins, shaded gray, are measured relative to the Trim Size, not relative to the Media Size. The excess area beyond the Trim Size is "wasted paper" that will not become part of the book.</p>
</div>

<h4 id="h4.1.3">4.1.3. Margins</h4>
<div class="d4" id="d4.1.3">
<p class="noindent"><b>Margins</b> are required on all four edges of the page. They do not have to be the same width. Generally the margin at the spine edge (inside margin) is wider.</p>
<p>In the case of fiction, where there are no marginal notes, it is typically the case that the inside margin is the widest. But this is not a rule for all books. All that is required is that each margin be "wide enough" for the printing process.</p>
<p>Keep in mind that the print services are not used to seeing books with exotic margins (such as bottom margin twice the size of top margin). They may think that there is a mistake in your PDF, or in the print job, if you do that.</p>
<p>The <i>novel</i> document class does not provide for marginal notes.</p>
<p>Normally, your TeX document will be compiled to a PDF that is electronically at the exact Trim Size. And normally, print services want it to be that way. When you view your PDF, the text will shift from side to side as you move through the pages, due to the slightly increased margin at the inside edge.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h4.2">4.2. Layout Commands</h3>
<div class="d3" id="d4.2">
<p class="noindent">Now that you understand how the terms are used, you are ready to use <i>novel</i> layout commands.</p>
<p>Remember that everything is pre-configured, specifically for the purpose of fiction. You only need to write a layout command if you don't like the defaults.</p>

<h4 id="h4.2.1">4.2.1. <code>\SetTrimSize{<em>width</em>}{<em>height</em>}</code></h4>
<div class="d4" id="d4.2.1">
<p class="noindent">Command <code>\SetTrimSize</code> sets the size of your book. Both values must be written, using units such as <i>in</i> or <i>mm</i>. If you do not use this command, the default Trim Size will be the widely-used 5.5in wide x 8.5in high.</p>
<p>This setting is most crucial. Unless your book is very exceptional, its Trim Size will be one of several standard sizes available from the print service. Among those sizes, only one or two will be "standard" for your genre.</p>
<p>In the USA, 5.5in x 8.5in is often used for softcover fiction. Some fiction, and most nonfiction, prefers the slightly larger 6in&nbsp;x&nbsp;9in trim size. Both of these are known as "trade" sizes.</p>
<p>If you ever need to <i>retroactively</i> change Trim Size, see Appendix F.</p>
<p>Do not request a <em>mass-market paperback</em> size unless you really, truly, know what you are doing. Since you are not a major writer for a major publishing house, you don't know; so, don't do it.</p>
</div>

<h4 id="h4.2.2">4.2.2. <code>\SetMargins{<em>top</em>}{<em>outside</em>}{<em>bottom</em>}{<em>inside</em>}</code></h4>
<div class="d4" id="d4.2.2">
<p class="noindent"><img class="floatright" src="html-resources/margins.png" width="303" height="234" alt="margins"/> Mnemonic: "TOBI, or not TOBI, that is the question."</p>
<p>When you choose your book's Trim Size, margins are pre-configured. In most cases, the top, outside, and bottom margins are 0.5", and the inside (spine) margin is 0.75" to allow 0.25" binding clearance. These values are acceptable to most American printers, unless your book is very thick. The largest Trim Sizes have slightly larger margins.</p>
<p>Command <code>\SetMargins</code> lets you choose your own margins. If you use it, all four must be written, using units such as <i>in</i> or <i>mm</i>.</p>
<p><img class="floatright" src="html-resources/whichgutter.png" width="276" height="219" alt="Which gutter?"/> If your book has headers and/or footers, they sit inside the rectangle bounded by the margins. That is, they do not sit inside the peripheral areas cleared by the margins.</p>
<p>Be aware that there is a lot of confusion regarding the word "gutter." In the accompanying diagram, it might mean any of A, B, C, or D, depending on who is doing the talking and which software is in use. The <i>novel</i> class uses <em>inside margin</em>, also known as <em>spine margin</em>, to mean C.</p>
<p>If you ever need to <i>retroactively</i> change margins, see Appendix F.</p>
</div>

<h4 id="h4.2.3">4.2.3. <code>\SetFontSize{<em>length</em>}</code></h4>
<div class="d4" id="d4.2.3">
<p class="noindent">In the <i>novel</i> document class, you do not set point size as a class option. Instead you use \SetFontSize in the Preamble.</p>
<p>The size may be any units TeX understands, including decimal values. So, <i>12.8bp</i> and <i>13.1pt</i> are acceptable. This is because you will be using scalable, Open&nbsp;Type and TrueType fonts throughout your document. They do not need TeX metrics.<p>
<p>If you insist on using ancient TeX fonts, then you may need to specify a convenient integer font size such as 11pt or 12pt. But why? Forget those fonts! Welcome to the Twenty-First Century.</p>
<p>The minimum normal font size is 8pt, and the maximum is 18bp. On a local basis, text may be larger or smaller than this.</p>
</div>

<h4 id="h4.2.4">4.2.4. <code>\SetLinesPerPage{<em>integer</em>}</code></h4>
<div class="d4" id="d4.2.4">
<p class="noindent">Lines per page refers only to the textblock, and does <em>not</em> include header/footer. Lines are not stretched to fill short pages.</p>
<p>By default, a suitable number of lines per page are set, based on other dimemsions. You can change the default with this command. Any non-integer will be rounded. There is no direct command to set the <em>leading</em>, also known as line-to-line spacing or <em>baselineskip</em>. Instead, it is calculated from the textblock height and number of lines.</p>
<p>If the calculated leading is less than 1.2x the font size, an error will result. It is difficult for TeX to honor all layout settings with such a small leading, which would normally be unacceptable for fiction in any case. If the calculated leading is at least 1.2x the font size, but less than 1.25x the font size, then the log file will have an Alert message, suggesting that you should consider using fewer lines per page. If the leading exceeds 1.4x the font size, then the log will have an Alert, suggesting more lines per page. The Alert messages are friendly; you do not necessarily have to do anything.</p>
</div>

<h4 id="h4.2.5">4.2.5. <code>\SetHeadFootStyle{<em>number</em>}</code></h4>
<div class="d4" id="d4.2.5">
<p class="noindent"><img class="floatright" src="html-resources/headfoot.png" width="276" height="219" title="head foot style 1" alt="head foot style 1"/> The use of this command is described in <a href="#h6.1.2">section 6.1.2</a>. It is mentioned here, because whether or not your book has headers and/or footers will affect the overall layout. The default is style 1, which has header but no footer (shown here).</p>
<p>The pre-defined styles are comprehensive, for use in fiction. It is hard to imagine a header/footer style that is not identical to, or a variation from, one of those styles. But if you do wish to create your own style, you must use <code>\SetHeadFootStyle</code> to choose the closest available style, then use <i>fancyhdr</i> commands for your custom style. The reason is that <code>\SetHeadFootStyle</code> tells the layout engine how much space it needs to reserve.</p>
</div>

<h4 id="h4.2.6">4.2.6. <code>\SetHeadJump{<em>number</em>}</code> and <code>\SetFootJump{<em>number</em>}</code></h4>
<div class="d4" id="d4.2.6">
<p class="noindent">Puzzled by TeX terms such as <em>headsep</em> and <em>footskip</em>? Me too! That's why I rewrote the way that the positions of headers and footers are calculated. Now, you can use easy-to-understand commands that do what you think they ought to be doing.</p>
<p class="floatright" style="text-indent:0px"><img src="html-resources/headjump1.png" width="158" height="125" alt="headjump 1"/><br/><img src="html-resources/footjump2.png" width="130" height="116" alt="footjump 2"/></p>
<p>The head and/or foot "jump" is a multiple of the normal baseline skip. When the jumps are set to 1, the header (if used) will be where the textblock would be, if it had one more line on top. The footer will be where the textblock would be, if it had one more line at the bottom. Values of 2 would skip a line at top and bottom. In other words, integer jumps maintain the line grid.</p>
<p>Actually, the header and/or footer do not need to be on line grid. The defaults are 1.5 for each, which balances the need to separate the header/footer from the text, with the need to avoid wasting vertical space.</p>
<p>The maximum is 3, minimum 1. The two jumps do not need to be identical. If your layout does not have a header and/or footer, then the corresponding setting does not matter.</p>
<p>Don't worry about <em>headheight</em>. Whether you like it or not, headers (if used) will have only one line, and footers (if used) will have only one line. The necessary heights are calculated automatically.</p>
</div>

<h4 id="h4.2.7">4.2.7. Advanced: <code>\SetMediaSize[<em>alignment</em>]{<em>width</em>}{<em>height</em>}</code></h4>
<div class="d4" id="d4.2.7">
<p class="noindent">Normally, the book Trim Size will also set the same size for the PDF pages. What you see is what you get.</p>
<p>Some print services prefer that the Trim Size be floated in a standard paper size, such as US Letter or A4. That's not a technical necessity, but "the way things are done around here." See <a href="#h4.1.2">section 4.1.2</a> for details. If you must do that, use the <code>\SetMediaSize</code> command.</p>
<p>The width and height must be specified with units, such as <i>in</i> or <i>mm</i>. If the optional <em>alignment</em> is not specified, then The Trim Size will be centered horizontally and vertically in the Media Size. That is the preferred method.</p>
<p>If you write <i>edge</i> for the optional alignment, then the Trim Size will be off-center in the Media Size. Do not do this unless your print service specifically wants it that way. If you are making a hand-made book with a home printer, then this option might be convenient.</p>
<p>Note that margins are measured relative to the Trim Size, not the Media Size. The extra white space between Trim Size and Media Size is just that: extra white space, unrelated to the margins of your book.</p>
<p>For PDF/X compliance, an invisible PDF TrimBox is automatically calculated and written into the PDF file.</p>
<p><img class="floatright" src="html-resources/mbcrectomar.png" width="202" height="264" alt="media size larger than trim size"/> The accompanying image shows how this works. Here is the code:</p>
<p class="code"><code>\documentclass[draft,shademargins]{novel}<br/>
\SetTrimSize{5.5in}{8.5in}<br/>
\SetMediaSize{8.5in}{11in}<br/>
\SetMargins{0.5in}{0.5in}{0.5in}{0.75in}</code></p>
<p>Trim Size 5.5"x8.5" is centered in Media Size 8.5"x11". The <i>shademargins</i> option was used, so that the page margins can be seen. Whether verso or recto, the Trim is centered in the Media. This image is a recto page, which has its slightly-larger inside margin at left of the text. For purposes of illustration, I have drawn the invisible TrimBox with a green line.</p>
</div>

<h4 id="h4.2.8">4.2.8. Advanced: <code>\SetCropmarkGap{<em>length</em>}</code></h4>
<div class="d4" id="d4.2.8">
<p class="noindent"><img class="floatright" src="html-resources/cropmarkgap.png" width="140" height="141" alt="media size larger than trim size"/> This command is only effective if you use the <i>cropmarks</i> class option, as described in <a href="#h2.4">section 2.4</a>. Note that user-provided cropmarks are <em>very unusual</em> in the print-on demand market. Do not use them unless your print service specifically requests them. The built-in cropmark capability is very elementary, and cannot be easily enhanced by adding other LaTeX packages.</p>
<p>In the accompanying image with cropmarks, a corner of the Trim Size is at lower right. The invisible TrimBox has been drawn with a green line. The cropmark gap is G.</p>
</div>
</div><!-- end class="d3" -->

</div><!-- end class="d2" -->
</div><!-- end page04 -->
<!-- ************************************************************ -->
<div id="page05" class="page">


<h2 id="h5">5. &nbsp; Fonts</h2>
<div class="d2" id="d5">
<p class="noindent">This section describes how to choose fonts and font features, and how to apply fonts within your document. Local styling (such as italics) is described <a href="#h7">farther down</a> this page.</p>
<p><b>EEEK!</b> If you are like me, you <em>first</em> try to do something the way you did it before, then when it fails, you <em>finally</em> read the instructions. So, before you came to this part, you tried these things, and none of them worked:</p>
<p class="code"><code>
\usepackage{somefont} &nbsp; % FAILS!<br/>
\renewcommand\rmdefault{smf} \normalfont &nbsp; % FAILS!<br/>
\setmainfont{Some Font} &nbsp; % FAILS!
</code></p>
<p><b>DON'T PANIC.</b> In <i>novel</i>, the essential fonts are specified with different code. Fortunately, they are all pre-configured. If you accept the carefully-chosen defaults, then you do not need to worry about fonts. You do not even need to specify the font families. Sit back and relax.</p>
<p>You can do something like this, if you have the font license. Then let <i>novel</i> do the rest:</p>
<p class="code"><code>\SetParentFont{Adobe Garamond Pro} &nbsp; % WORKS!</code></p>
<p><b>It's that simple.</b> But TeX being what it is, there are complicated ways to customize things. The rest of this part shows you how to do it. You will be using Open&nbsp;Type fonts, or perhaps TrueType fonts. Forget the old Type 1 fonts.</p> 

<h3 id="h5.1">5.1. &nbsp; The Parent Font and Descendants</h3>
<div class="d3" id="d5.1">
<p class="noindent">In <i>novel</i>, you do not directly set the default font, or the main font, or the roman font, or whatever. Instead, you set the parent font. The command:</p>
<p class="code"><code>\SetParentFont[optional,features]{Font Family}</code></p>
<p>The parent font, or <em>parentfont</em>, is the ancestor of several other fonts, wich will use the same font family unless you manually set them to something else:</p>
<p class="centerimg"><img src="html-resources/font-tree.png" width="600" height="150" alt="parent and descendant fonts"/></p>
<p>The <em>parentfont</em> has TeX ligatures and kerning, applied by default. All of the descendant fonts will also have TeX ligatures and kerning. (Note: TeX ligatures allow you to type `` to get &ldquo; and so forth.)</p>
<p>If you specify any optional features for the <em>parentfont</em>, they will automatically be applied to descendants: <em>textfont</em>, <em>chapterfont</em>, <em>subchfont</em>, and <em>headfont</em>.</p>
<p>If you do not set the <em>parentfont</em> yourself, then the following will be used as default, in order of priority: <em>Libertinus&nbsp;Serif</em>, <em>Linux&nbsp;Libertine&nbsp;O</em>, <em>Latin&nbsp;Modern&nbsp;Roman</em>.
<p>The <em>Libertinus Serif</em> fonts are well-suited to fiction. If in doubt, use them. They can be downloaded as TeX <i>libertinus</i> package, but do not write <code>\usepackage{libertinus}</code> in your Preamble. Those fonts are a more up-to-date fork of the <em>Linux Libertine O</em> fonts, which are in the <i>libertine</i> package.</p>
<p>Alas, even though <em>Latin&nbsp;Modern&nbsp;Roman</em> is a fine font, its style and weight are not well-suited to fiction; the only reason they are a last-choice default, is because just about every TeX system has them.</p>

<h4 id="h5.1.1">5.1.1. &nbsp; Where Fonts Are Used</h4>
<div class="d4" id="d5.1.1">
<p class="noindent">The <em>parentfont</em> is not directly used, anywhere in your document. Instead, its descendants are specialized for use in different situations. Here is a typical page spread, using some of the pre-configured choices for chapters and headings:</p>
<p class="centerimg"><img src="html-resources/fonts-in-use.png" width="532" height="408" alt="fonts in use"/></p>
<p>If you use the <i>novel</i> pre-configured style commands, then the correct font will automatically be applied. That is the recommended, no-brainer method. If instead you choose to write your own custom styles, then you will also need to specify the fonts; but this allows you more TeX coding flexibility.</p>
</div>

<h4 id="h5.1.2">5.1.2. &nbsp; The Text Font</h4>
<div class="d4" id="d5.1.2">
<p class="noindent"><p>The text font, or <em>textfont</em>, is the default main font used used for ordinary, flowing text. It uses the <em>parentfont</em>, with added features: common ligatures, and oldstyle numbers. Thus, you do not set or customize the <i>textfont</i> by itself.</p>
<p>Common ligatures (the Open Type <em>liga</em> feature) are such things as replacing f<span style="position:relative; left:2px">f</span> with the single character ff. Oldstyle numbers (<i>onum</i>) are designed to blend with surrounding text. Not every font has these features; if they are missing, then whatever the font actually has, is used instead.</p>
<p>Normally, you do not need to call the <em>textfont</em> explicity, because it is the default for ordinary text. But in the event that you have a small passage in <em>textfont</em>, within a passage in some other font, you can do this:</p>
<p class="code"><code>{\textfont <em>text</em>}</code></p>
<p>Note that <code>{\textfont <em>text</em>}</code> and <code>{\rmfamily <em>text</em>}</code> mean the same thing.</p>
<p>Local font changes are described in sections <a href="#h7.2.6">7.2.6</a> and <a href="#h7.2.7">7.2.7</a>.</p>
</div>

<h4 id="h5.1.3">5.1.3. &nbsp; The Chapter Title Font</h4>
<div class="d4" id="d5.1.3">
<p class="noindent">The <i>novel</i> command <code>\ChapterTitle{<em>text</em>}</code> automatically styles its text in the <em>chapterfont</em> by default.</p>
<p>The <i>chapterfont</i> inherits from the <i>parentfont</i>. Then, by default it is set to a larger font size (Scale=1.6), and uses Lining numbers if available (Open Type feature <i>lnum</i>).</p>
<p>You may customize the <em>chapterfont</em>:</p>
<p class="code"><code>\SetChapterFont[optional,features]{Font Family} % Note command case!</code></p>
<p>If you write chapter titles by means other than the <code>\ChapterTitle</code> command, then whether or not you use <i>chapterfont</i> is your choice.</p>
<p>Outside of <code>\ChapterTitle</code> (where <i>chapterfont</i> is automatic), you may use this font anywhere in your document:</p>
<p class="code"><code>{\chapterfont <em>text</em>}</code></p>
</div>

<h4 id="h5.1.4">5.1.4. &nbsp; The Chapter Subtitle Font</h4>
<div class="d4" id="d5.1.4">
<p class="noindent">The <i>novel</i> commands <code>\ChapterSubtitle{<em>text</em>}</code> and <code>\QuickChapter{<em>text</em>}</code> automatically style their text in the <em>subchfont</em> by default.</p>
<p>The <i>subchfont</i> inherits from the <i>parentfont</i>. Then, by default it is set to a slightly larger font size (Scale=1.2), and uses Lining numbers if available (Open Type feature <i>lnum</i>).</p>
<p>You may customize the <em>subchfont</em>:</p>
<p class="code"><code>\SetSubchFont[optional,features]{Font Family} % Note command case!</code></p>
<p>If you write chapter subtitles by means other than the <code>\ChapterSubtitle</code> command, then whether or not you use <i>subchfont</i> is your choice. Same applies regarding <code>\QuickChapter</code>.</p>
<p>Outside of <code>\ChapterSubtitle</code> and <code>\QuickChapter</code> (where <i>subchfont</i> is automatic), you may use this font anywhere in your document:</p>
<p class="code"><code>{\subchfont <em>text</em>}</code></p>
</div>

<h4 id="h5.1.5">5.1.5. &nbsp; The Header/Footer Font</h4>
<div class="d4" id="d5.1.5">
<p class="noindent">The <i>novel</i> pre-configured header/footer layouts automatically style their text in the <em>headfont</em> by default.
<p>The <i>headfont</i> inherits from the <i>parentfont</i>. Then, by default it is set to a slightly smaller font size (Scale=0.92), and uses Lining numbers if available (Open Type feature <i>lnum</i>).</p>
<p>You may customize the <em>headfont</em>:</p>
<p class="code"><code>\SetHeadFont[optional,features]{Font Family} % Note command case!</code></p>
<p>If you use <i>fancyhdr</i> syntax to write your own header/footer content, then whether or not you use <i>headfont</i> is your choice.</p>
<p>If you write chapter titles by means other than the <code>\ChapterTitle</code> command, then whether or not you use <i>chapterfont</i> is your choice.</p>
<p>Outside of headers and footers (where <i>headfont</i> is automatic), you may use this font anywhere in your document:</p>
<p class="code"><code>{\headfont <em>text</em>}</code></p>
</div>
</div><!-- end class="d3" -->

<h3 id="h5.2">5.2. &nbsp; Other Pre-Defined Fonts</h3>
<div class="d3" id="d5.2">
<p class="noindent">There are also a few pre-defined font commands that are "unrelated to" the <em>parentfont</em>.</p>

<h4 id="h5.2.1">5.2.1. &nbsp; Sans and Mono Fonts</h4>
<div class="d4" id="d5.2.1">
<p class="noindent">You probably do not need a sans-serif or monospaced font in a work of fiction. The most prominent exception might be headers/footers, where the use of a light sans-serif font is fashionable. But in that case, <a href="#h5.1.5">set</a> the <em>headfont</em> to the desired sans-serif font, instead of inheriting from <em>parentfont</em>.</p>
<p>The <i>novel</i> class does not have its own commands for setting or using sans-serif or monospaced fonts. If you wish, you may use ordinary <i>fontspec</i> syntax to set them:</p>
<p class="code"><code>
\setsansfont[optional,features]{Font Family}<br/>
\setmonofont[optional,features]{Font Family}
</code></p>
<p>Then, you may use them with ordinary LaTeX commands:</p>
<p class="code"><code>
{\sffamily <em>sans-serif text</em>}<br/>
{\ttfamily <em>monospaced text</em>}
</code></p>
<p>If you do not set these fonts, then the defaults are: <em>Libertinus&nbsp;Sans</em>, or <em>Linux&nbsp;Biolinum&nbsp;O</em>, or <em>Latin&nbsp;Modern&nbsp;Sans</em> for the sans-serif font; <em>Libertinus&nbsp;Mono</em>, or <em>Linux&nbsp;Libertine&nbsp;Mono&nbsp;O</em>, or <em>Latin&nbsp;Modern&nbsp;Mono</em> for the monospaced font.</p>
</div>

<h4 id="h5.2.2">5.2.2. &nbsp; Math Font: Forget It!</h4>
<div class="d4" id="d5.2.2">
<p class="noindent">The <i>novel</i> class is not set up to do math. Seriously.</p>
<p>Nevertheless, TeX being what it is, there is a behind-the-secene choice of a math font, which (hopefully) your document will never use. The code automatically looks for <em>Libertinus&nbsp;Math,</em> or <em>Asana-Math</em>, or <em>Latin&nbsp;Modern&nbsp;Math</em>.</p>
<p>Otherwise, there is no special command for choosing a math font, and no special command for using it. Proof left to student.</p>
</div>

<h4 id="h5.2.3">5.2.3. &nbsp; The Deco Font</h4>
<div class="d4" id="d5.2.3">
<p class="noindent">The <i>novel</i> class ships with its own custom font, <em>NovelDeco.otf</em>. This Open Type font is specifically designed to provide a number of decorative glyphs, and some other characters. It is <em>not</em> a general-purpose font, and can <em>not</em> be replaced by any other font, except by a modified version of <em>NovelDeco</em>.</p>
<p>The <em>decofont</em> is automatically configured. You do not need to set it. However, if you use a font editor to create a modified version, then your modification must have a different font name (to avoid confusion with the original). In such a rare case, you may point to your modified font like this:</p>
<p class="code"><code>\SetDecoFont[optional,features]{YourDecoFont}</code></p>
<p>The <em>decofont</em> is automatically called by other commands, such as <code>\decoglyph</code> and <code>\acronym</code>. Normally you do not request <em>decofont</em> directly. But if you wish to do so:</p>
<p class="code"><code>{\decofont <em>text</em>}</code></p>
<p>The decorative glyphs in this font (not including its ordinary characters) are shown in file <i>NovelDeco-glyphs.pdf</i>, which can be found in the documentation <i>extras</i> folder.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h5.3">5.3. &nbsp; Defining New Fonts</h3>
<div class="d3" id="d5.3">
<p class="noindent">You can define new font commands. The syntax depends on whether the new font is part of a family (where you might have bold and italic variants), or just a single file (no variants). If part of a family, use <code>\NewFontFamily</code>. If alone, use <code>\NewFontFace</code>.</p>
<p>The <code>\NewFontFamily</code> command (or <code>\NewFontFace</code>) takes three arguments: First, the name you assign to the new font command is required. Second, font features are optional. Third, the font name is required (this is tricky; see <a href="#h5.4">section 5.4</a>).</p>
<p class="code"><code>
\NewFontFamily<em>\pickaname</em>[<em>optional,features</em>]{<em>Font Family</em>}<br/>
\NewFontFace<em>\pickaname</em>[<em>optional,features</em>]{<em>Individual Font File</em>}
</code></p>
<p>Note that if you define a font <em>family</em> when you should have just defined a font <em>face</em>, there will be complaints in the log file, because the font loaded cannot find the (nonexistent) other members of the family. But the document will compile. On the other hand, if you define a font <em>face</em> when you should have defined a font <em>family</em>, then commands for bold or italic will have no effect, since the other family members were not loaded. Again, the document will compile.</p>
<p style="margin-top:16px"><b>Example:</b> Suppose your work is science fiction, and one if its characters is a talking robot. You wish to depict its utterances in a robotic-looking font, which will be called using a new <code>\robovoice</code> command. You shop around, and find that the <em>Orbitron</em> font suits your purpose, except that it is too large compared to your <em>textfont</em>. So, you scale it.</p>
<p>In the Preamble, you define the new font command:</p>
<p class="code"><code>\NewFontFace\robovoice[Scale=0.8]{Orbitron} % not part of a family</code></p>
<p>After some experimentation, you realize that the \robovoice letters need to be spread apart a bit. Do not use the standard LaTeX <code>\textls</code> command. Instead, go back and change the font definition like this:
<p class="code"><code>\NewFontFace\robovoice[Scale=0.8,LetterSpace=<em>number</em>]{Orbitron} % pick a number</code></p>
<p>In the document body:</p>
<p class="code"><code>
``Want some oil?'' asked Captain Withens.\par<br/>
{\robovoice ``Is it Gamma-42 Special oil?''} asked the robot.\par<br/>
``No, I got it on sale at Cosmo-Mart.''\par<br/>
{\robovoice ``Forget it. I'm an oil gourmet.''}\par
</code></p>
<p>The result:</p>
<p class="centerimg"><img src="html-resources/human-robot-talk.png" width="483" height="127" alt="conversation, human-robot"/></p>
<p>Caution: If you are using a new font within body text (as above), then it is a bad idea to use Scale greater than 1.0. Reason: An excessively tall font will cause lines to spread apart.</p>
<p style="margin-top:16px"><img class="floatright" src="html-resources/fluffy-conspiracy.png" width="265" height="409" alt="the fluffy conspiracy"/> <b>Example:</b> Suppose that you wish to style the title of your book, in a font that is not used for other things such as chapter titles. You purchase a license for the <em>Bernhard Modern Std</em> fonts, in Regular and Italic.</p>
<p>In the Preamble:</p>
<p class="code"><code>\NewFontFamily\booktitlefont{Bernhard Modern Std}</code></p>
<p>The title page, using <code>\charscale</code> for size:</p>
<p class="code"><code>
\thispagestyle{empty}<br/>
\vspace*{7\nbs}<br/>
\begin{center}<br/>
\charscale[3]{\booktitlefont The \textit{Fluffy} Conspiracy}\par<br/>
\vspace{6\nbs}<br/>
\charscale[2]{Priscilla Milde}\par<br/>
\vfill<br/>
Nonexistent Publications • Portland, Oregon\par<br/>
\end{center}
</code></p>
</div><!-- end class="d3" -->

<h3 id="h5.4">5.4. &nbsp; Font Customization Syntax</h3>
<div class="d3" id="d5.4">
<p class="noindent">You will be using <i>fontspec</i> syntax to select your own fonts. Much of what follows is a digested portion of the full <i>fontspec</i> package documentation. There are many more features, and ways to use them, than will be described below.</p>

<h4 id="h5.4.1">5.4.1. &nbsp; Font (Family) Name vs. Font File Name</h4>
<div class="d4" id="d5.4.1">
<p class="noindent">A <em>font file</em> is an individual file, with its own <em>file name</em>, including file extension. For example, libertinusserif-regular.otf and libertinusserif-italic.otf are two different font files. This much is obvious.</p>
<p>A <em>font family name</em>, often merely called <em>font name</em>, refers to one or more font files that are variations of the same basic font. Some fonts are so unique that the family consists of just one file. For example, the <i>NovelDeco</i> font family consists of the one file <i>NovelDeco.otf</i>. Typically, a font family has four files, consisting of Regular, Italic, Bold, and BoldItalic variants. Even though there are four font files, there is a single font family name.</p>
<p>Many font families have more than four files, including Semibold and Light weights, and Condensed tracking. It is up to the font designer to decide whether a Condensed variation of the "Bubble Turble" font should be treated as a member of the "Burble Turble" family, or as a separate "Burble Turble Condensed" family.</p>
<p>The font (family) name can be learned by opening font files in your system font viewer. Currently, the Windows 10 font viewer uses "Font name" and the Ubuntu font viewer puts the font name in more prominent type. A font (family) name may contain more than one word, with or without spaces, and may contain a general classification such as <em>serif</em>, <em>sans</em>, or <em>mono</em>, because those are actually different families. But it will not contain words such as <em>regular</em>, <em>medium</em>, <em>semibold</em>, <em>bold</em>, or <em>italic</em>; those are for individual members of the same family. Within TeX, some of the older PostScript fonts have been re-worked as newer TrueType and Open Type fonts. The family names are slightly different, so pay attention.</p>
<p class="centerimg">
<img src="html-resources/win10libser.png" width="268" height="184" alt="Windows 10 font viewer"/> &nbsp;
<img src="html-resources/ublibser.png" width="431" height="176" alt="Ubuntu font viewer"/>
</p>
</div>

<h4 id="h5.4.2">5.4.2. &nbsp; Set/New by Font Name vs. File Name</h4>
<div class="d4" id="d5.4.2">
<p class="noindent">When you set an existing font, or create a new font command, you can use either the font (family) name, or the specific font file name. However, there may be a big difference in results!</p>
<p style="margin-top:10px"><b>By family name:</b></p>
<p><img class="floatright" style="padding-top:12px" src="html-resources/fontbyfamily.png" width="338" height="42" alt="font family defined"/> When you use the <em>font family name</em>, you configure all of the Regular, Italic, Bold, and BoldItalic variants. The usual TeX commands will be applied:</p>
<p>Preamble:</p>
<p class="code" style="clear:both"><code>\NewFontFamily\rway{Raleway}</code></p>
<p>Document Body:</p>
<p class="code"><code>{\rway I came, \textbf{I saw}, \emph{I conquered}, \textsc{I left}.}</code></p>
<p style="margin-top:10px"><b>By file name:</b></p>
<p><img class="floatright" style="padding-top:12px" src="html-resources/fontbyfilenamei.png" width="335" height="44" alt="font file defined"/> However, if you specify a single <em>font file name</em>, then <em>only</em> that font file will be used, regardless of requests for bold or italic. Small caps will be honored, if the specific file has them:</p>
<p>Preamble:</p>
<p class="code" style="clear:both"><code>\NewFontFamily\rwayi{Raleway-Regular-Italic.otf}</code></p>
<p>Document Body:</p>
<p class="code"><code>{\rwayi I came, \textbf{I saw}, \emph{I conquered}, \textsc{I left}.}</code></p>
<p style="margin-top:10px"><b>File Name Combinations:</b></p>
<p><img class="floatright" style="padding-top:12px" src="html-resources/frankenfont.png" width="312" height="41" alt="frankenfont"/> What you write is what you get. You can customize a font family by individually selecting its members. Here is the syntax.</p>
<p>Preamble:</p>
<p class="code" style="clear:both"><code>\NewFontFamily\frankenfont[% note the % at linebreaks<br/>
&nbsp; ItalicFont=BaskervilleF-Italic.otf,%<br/>
&nbsp; BoldFont=libertinusserif-semibold.otf,%<br/>
&nbsp; BoldItalicFont=texgyrepagella-bolditalic.otf,%<br/>
]{Raleway-Medium.otf}</code></p>
<p>Document Body:</p>
<p class="code"><code>{\frankenfont I came, \textbf{I saw}, \emph{I conquered}, \textsc{I left}.}</code></p>
<p style="margin-top:10px"><b>Semibold, Light, etc.:</b> The above syntax is especially useful when you wish to specify semibold (if available), rather than bold. It is also a way to select something such as light versions:</p>
<p class="code"><code>\NewFontFamily\rwlight[% note the % at linebreaks<br/>
&nbsp; ItalicFont=Raleway-Light-Italic.otf,%<br/>
&nbsp; BoldFont=Raleway-Medium.otf,%<br/>
&nbsp; BoldItalicFont=Raleway-Medium-Italic.otf,%<br/>
]{Raleway-Light.otf}</code></p>
<p>Note that the font file in braces is the one used as the "regular" font, in this definition.</p>
</div>

<h4 id="h5.4.3">5.4.3 Open Type Features</h4>
<div class="d4" id="d5.4.3">
<p class="noindent">Features are variations, contained within a single font file. In the bad old days, when you wanted true small caps, you had to load a separate font file that had them (and did not have ordinary lowercase letters). Now, if an Open Type font file has the <i>smcp</i> feature (most do), you obtain the small caps from within the same file, by asking for them. Requests for the feature may be made on-the-fly, or pre-loaded for global use.</p>
<p>Here are several of the most frequently-used features, relevant to fiction writing. There are many more, and most fonts have only a few of them. Even when a font has a feature, it may be limited to some portion of the characters. For example, it is common for small caps to be available only for Latin-1 letters, even though the font also contains Greek and Cyrillic. To put this another way: The availability of a feature does not tell you its breadth of coverage. Unless the font has documentation showing coverage of its features, the only way to find out is to create and print a test page.</p>
<table class="preconf">
<caption>
Some Frequently-Used Open Type Features
</caption>
<thead>
<tr>
<th>Description</th>
<th>Open Type code &nbsp;</th>
<th>fontspec code</th>
</tr>
</thead>
<tbody>
<tr>
<td><p>kerning</p></td>
<td><p>kern</p></td>
<td><p>Kerning=On<br/><em>enabled by default</em></p></td>
</tr>
<tr>
<td><p>common ligatures</p></td>
<td><p>liga</p></td>
<td><p>Ligatures=Common<br/><em>enabled: textfont, sansfont</em></p></td>
</tr>
<tr>
<td><p>Tex ligatures</p></td>
<td><p>tlig</p></td>
<td><p>Ligatures=TeX<br/><em>enabled by default</em></p></td>
</tr>
<tr>
<td><p>lowercase letters to small caps</p></td>
<td><p>smcp</p></td>
<td><p>Letters=SmallCaps</p></td>
</tr>
<tr>
<td><p>uppercase letters to small caps</p></td>
<td><p>c2sc</p></td>
<td><p>Letters=UppercaseSmallCaps</p></td>
</tr>
<tr>
<td><p>lining numerals</p></td>
<td><p>lnum</p></td>
<td><p>Numbers=Lining</p></td>
</tr>
<tr>
<td><p>oldstyle numerals</p></td>
<td><p>onum</p></td>
<td><p>Numbers=OldStyle<br/><em>enabled: textfont, sansfont</em></p></td>
</tr>
</tbody>
</table>
<p>&bull; Kerning is the automatic adjustment of spacing between letters, so that they fit together nicely. The values are read from tables within the font.</p>
<p>&bull; Common ligatures are substitutions, such as a combined <i>ff</i> character for two consecutive <i>f</i> characters. It is up to the font designer to determine which ligatures, if any, are common.</p>
<p>&bull; TeX ligatures (such as replacing `` with “ and --- with &mdash;) are not actually an Open Type feature, but they are treated that way by the software. All of these are enabled by default. The <i>fontspec</i> manual explains how to disable them, if necessary.</p>
<p>&bull; The SmallCaps feature applies only to lowercase letters; ordinary capitals remain ordinary capitals. UppercaseSmallCaps deals only with converting ordinary capitals to small caps. If you want both, use both. In most fonts that have them, small caps are slightly taller than lowercase, and slightly more widely spaced. What distinguishes real small caps from fake ones (obtained by scaling ordinary capitals) is that the weight and spacing are more compatible with surrounding text.</p>
<p class="centerimg"><img src="html-resources/smallcapsrealfake.png" width="478" height="43" alt="real vs fake small caps"/></p>
<p>&bull; Lining numerals are the ones most familiar to you, from math or accounting. They sit on the baseline and have the height of capital letters. That's just right for doing calculations, and is acceptable for things such as page numbers and chapter numbers.</p>
<p>&bull; When lining numerals are mingled with flowing text, they may stand out too much. OldStyle numerals are more like flowing text: Most of the numerals are at lowercase height, with ascenders and descenders. Compare the first number as OldStyle, the second as Lining:</p>
<p class="centerimg"><img src="html-resources/jollybeers.png" width="499" height="52" alt="oldstyle vs lining numerals"/></p>
<p>Most fonts use Lining numerals as their default. A few default to OldStyle numerals. Thus, you should explicitly call for the kind of numerals you wish to use.</p>
<p>&bull; True OldStyle numerals have a flat top on <em>one</em>, and a very round <em>zero</em>: <img src="html-resources/10trueold.png" width="37" height="13" alt="true oldstyle 10"/> This may be a bit distracting. Some fonts use a transitional form, where the one has a tilted top (like big 1) and the zero is not so round: <img src="html-resources/10transold.png" width="37" height="13" alt="transitional oldstyle 10"/> Others offer you a choice, via an Open Type "style set." See the <i>fontspec</i> manual for how to code style sets.</p>
<p>&bull; There are many more Open Type features, most of which are not useful in ordinary fiction writing. Fonts rarely have more than a few features. Some features (such as the ones shown above) have a specific meaning. Other features, such as "style sets", have whatever meaning the font designer assigns them; Thus the <i>ss03</i> feature of one font may do something very different from <i>ss03</i> in a different font.</p>
</div>

<h4 id="h5.4.4">5.4.4. &nbsp; Scale as Pseudo-Feature</h4>
<div class="d4" id="d5.4.4">
<p class="noindent">Although it is not an Open Type feature, <i>Scale=number</i> may be written like a feature. <i>Scale</i> globally adjusts the size of the font, relative to what it would otherwise be. If a local font size command is also applied, then the result is the compounded value.</p>
<p>If the font will be mingled with other fonts in the same place, Scale can tweak a font so that it does not stand out. If Scale does not exceed 1, then the baselineskip will not be affected. Over 1 risks spreading lines to accomodate the extra size; this should not be done for fonts that will appear in the flowing main text. But over 1 is acceptable for display fonts that do not wrap lines and do not mingle with main text.</p>
<p>Example: <em>Orbitron</em> is a special-purpose font with a mechanical or futuristic look. Its characters are much larger and heavier than would be found in book fonts. If I wish to mingle Orbitron with ordinary text, I might load the font like this:</p>
<p class="code"><code>\NewFontFace\orbitron[Scale=0.6]{Orbitron} % Preamble</code></p>
<p>Then in the document body, I could use it like this:</p>
<p class="code"><code>The message was brief: {\orbitron DIE, EARTHLING.} Captain Withens smiled as he oiled his ray-gun. But ray-guns don't use oil.\par</code></p>
<p class="centerimg"><img src="html-resources/charscaletext.png" width="522" height="63" alt="charscale text"/>
<p>Scale is more often used for fonts that are pre-defined to have a special meaning and location, such as chapter titles or page headers. There, the font is not mingled with ordinary text, and it is OK to use a larger Scale. Then, it is not necessary to use local font scaling commands each time the font is used.</p>
</div>

<h4 id="h5.4.5">5.4.5 Color and Opacity</h4>
<div class="d4" id="d5.4.5">
<p class="noindent">Even though the <i>fontspec</i> syntax allows you to set <i>Color</i> and <i>Opacity</i> as pseudo-features when you define a font, <em>the novel class blocks these features.</em> If you attempt to set them as features in a font definition, an error will result. The same applies if you attempt to add them, using <code>\addfontfeature</code>. However, you can still make use of grayscale using ordinary, local color commands.</p>
<p>When you use the <i>graytext</i> class option, you may write text in grayscale, using commands from the included <i>xcolor</i> package. You should only do this for text that is in special locations. For example, if you begin each chapter with a number that is very large, you might wish to make that number gray, so that it does not overpower the main text.</p>
<p>To avoid possible conflicts, the color specification should be chosen from a limited list of names. In order from dark to light: black, blue, violet, darkgray, purple, red, teal, olive, magenta, gray, brown, green, orange, cyan, lightgray, lime, pink, yellow, white. They will all be rendered in <em>shades of gray</em> (of course, black and white will be themselves). You may also choose from this more convenient list: black, gray1, gray2, gray3, gray4, gray5, gray6, gray7, gray8, gray9, white.</p>
<p>If <i>graytext</i> is not chosen as class option, then any color (even white) will be rendered as black.</p>
<p>&bull; Placing light text over a dark background may produce unexpected results in print, even if it looks good in PDF. If you need this effect, it is better to build the text into the background, as a single image.</p>
</div>

<h4 id="h5.4.6">5.4.6. &nbsp; <code>\CreateFontFeature{<em>code</em>}{<em>substitutions</em>}</code></h4>
<div class="d4" id="d5.4.6">
<p class="noindent">Once in a while, a font has a glyph that you would like to use, but it is not included in any of the font's Open Type feature sets. So, how to you grab that particular glyph? For example: One well-known font has a glyph named <em>emdash.alt</em>, which is not as long as the font's ordinary <em>emdash</em> glyph, and looks better in text. Unfortunately, <em>emdash.alt</em> is not in any of the font's style sets. Without some trickery, only a program such as InDesign can grab that glyph.</p>
<p>Thanks to <i>fontspec</i>, <i>novel</i> has the necessary trickery. Command <code>\CreateFontFeature</code> creates a fake Open Type feature code, and assigns your list of substitutions to that code. Use comma-separated entries if there are multiple substitutions. For the case in question:</p>
<p class="code"><code>\CreateFontFeature{myem}{emdash=emdash.alt}</code></p>
<p>The code <i>myem</i> was randomly chosen as something that is not already defined among Open Type feature codes. Once specified, the fake feature may be used in any font definition, such as this:</p>
<p class="code"><code>\SetParentFont[RawFeature=+myem]{Adobe Garamond Pro}</code></p>
<p>Of course, the fake feature has no effect if the font does not have the substitution character.</p>
<p>This technique may be used for more complicated features, but that is beyond the scope of this documentation. See the <i>fontspec</i> manual if you need to do more.</p>
</div>

<h4 id="h5.4.7">5.4.7. &nbsp; Local Modifications to Open Type Features</h4>
<div class="d4" id="d5.4.7">
<p class="noindent">If you specify a particular Open Type feature, it will be generally used for that font command. So if you define a new font command with <i>Letters=SmallCaps</i> as a feature (and if the font actually has them), then small caps will be used for that font, whether or not you locally request them with a command such as <code>\textsc</code>.</p>
<p>Often, you can add (or sometimes remove) features on a local basis. For example, suppose that you defined the font without using its <i>ss03</i> style set. You can locally add that feature to some text, using a command that looks like this:</p>
<p class="code"><code>{\addfontfeature{<em>which feature</em>} <em>applied to this text</em>}</code></p>
<p>The above code assumes that you are already using the font in that location. You cannot apply <i>ss03</i> from one font to an entirely different font!</p>
<p>See the <i>fontspec</i> documentation for details of <code>\addfontfeature</code>.</p>
<p>As an alternative to changing features locally, you can define different font commands to call the same underlying font, but with different features.</p>
<p>Two ways to accomplish the same thing:</p>
<p class="code"><code>
\NewFontFamily\baskf{BaskervilleF}<br/>
\NewFontFamily\baskftab[Numbers=Monospaced]{BaskervilleF} % tnum feature<br/>
\begin{document}<br/>
Some text {\baskftab hello 123} is here.<br/>
Some text {\baskf\addfontfeature{Numbers=Monospaced} hello 123} is here.
</code></p>
</div>
</div><!-- end class="d3" -->

<h3 id="h5.5">5.5 &nbsp; Superscripts, Subscripts</h3>
<div class="d3" id="d5.5">
<p class="noindent">In <i>novel</i>, superscripts and subscripts are called "markers." Most book-quality Open Type fonts have markers in style sets (<i>sups</i>, <i>sinf</i>, <i>subs</i>).</p>
<p>In professional fonts, marker glyph weights are adjusted for consistent appearance compared to ordinary glyphs. However, many free fonts do not adjust marker glyph weights, so the markers may appear too small, or too light. You may choose whether to use a font's own markers, or allow <i>novel</i> to generate markers, depending on whichever you think looks better.</p>
<p>&bull; <i>real</i> markers attempt to use the Open Type feature <i>sups</i> for superscripts, and the feature <i>sinf</i> (preferred) or <i>subs</i> (alternate) for subscripts. If the requested feature is not available for the font, then it will be automatically faked, by scaling/raising/lowering ordinary characters from the basefont (lining numerals will be used).</p>
<p>&bull; <i>fake</i> markers ignore whether the Open Type features are available, and simply fakes them.</p>

<h4 id="h5.5.1">5.5.1 &nbsp; <code>\SetMarkers[<em>real,fake</em>]{<em>asterisk, dagger, number</em>}</code></h4>
<div class="d4" id="d5.5.1">
<p>This command may only be used in the Preamble. It globally sets the kind of marker to be used. Default is <i>real</i> and <i>asterisk</i>.</p>
<p>The optional argument applies real or fake markers, as described above.</p>
<p>The required argument applies only to markers created by the <code>\footnote</code> command. It does not apply to endnotes, or to manually placed superscripts and subscripts.</p>
<p>&bull; <i>asterisk</i> (default) uses symbolic footnote markers. The symbols rotate in order * † ‡ § ** †† ‡‡ §§ until reset.</p>
<p>&bull; <i>dagger</i> uses symbolic footnote markers, but without asterisks. The symbols rotate in order † ‡ § †† ‡‡ §§ until reset.</p>
<p>&bull; <i>number</i> uses numerical footnote markers. Due to possible conflict, the log file will have a "Big Bad Warning" if you use a numerical footnote marker in a document that also has endnotes, since endnotes always have numerical markers.</p>
</div>

<h4 id="h5.5.2">5.5.2 &nbsp; <code>\realmarker</code>, <code>\fakemarker</code></h4>
<div class="d4" id="d5.5.2">
<p class="noindent">Within the body of the document, you may use <code>\realmarker</code> and <code>\fakemarker</code> to change your preference. The choice remains in effect until you change it again.</p>
<p>The option real/fake applies wherever superscripts or subscripts are used, not just for footnotes or endnotes.</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page05 -->
<!-- ************************************************************ -->
<div id="page06" class="page">


<h2 id="h6">6. &nbsp; Headers and Footers</h2>
<div class="d2" id="d6">
<p class="noindent">The <i>novel</i> class has a default header style. If you like it, then you do not have to use any of the configuration commands. So, before studying these commands, do a test document that uses the defaults.</p>
<p>You may choose among several pre-configured header/footer styles. Then, you may change the appearance, content, and position. If none of it works for you, then you may define your own headers/footers using <i>fancyhdr</i> syntax. However, just about every style used in fictional works can be obtained using the pre-configured styles and adjustments.</p>
<p>Individual pages, such as title, copyright, and new chapters, can have the header/footer style changed locally, on a per-page basis.</p>

<h3 id="h6.1">6.1. &nbsp; Global Header/Footer Settings, only in Preamble.</h3>
<div class="d3" id="d6.1">
<p class="noindent">These commands determine whether your book will have headers and/or footers, and set the default style that is used for nearly all pages of the text. Per-page exceptions, such as for blank pages, title, copyright, and new chapters, are performed using the local settings commands.</p>

<h4 id="h6.1.1">6.1.1. &nbsp; <code>\SetHeadJump{<em>number</em>}</code>, <code>\SetFootJump{<em>number</em>}</code></h4>
<div class="d4" id="d6.1.1">
<p class="noindent">These two commands control the separation between the header/footer and the main text. Since they pertain to page layout, rather than style, their usage is described above, in layout <a href="#h4.2.6">section 4.2.6</a>.</p>
</div>

<h4 id="h6.1.2">6.1.2. &nbsp; <code>\SetHeadFootStyle{<em>number</em>}</code></h4>
<div class="d4" id="d6.1.2">
<p class="noindent">Command <code>\SetHeadFootStyle{<em>number</em>}</code> chooses among several pre-configured header/footer styles, numbered 1 through 6. The default is style 1. The internals of the configuration can then be changed using a variety of commands.</p>
<p>Some styles support an optional "emblem", which applies a decoration near the page number.</p>
<p>Style 0 means neither header nor footer. Not practical for fiction, but it exists.</p>
<p>&nbsp;</p>
<img class="floatright" src="html-resources/headfoot1.png" width="276" height="219" alt="style 1" title="style 1"/>
<p style="padding-left:16px">
<b><code>\SetHeadFootStyle{1}</code></b></p>
<p>Only Header.<br/>
Page number at outside (left verso, right recto).<br/>
Optional emblem adjacent to page number.<br/>
Text centered. Default author verso, title recto.<br/>
<em>This is the default for the novel document class.</em></p>
<div style="clear:both"></div>
<img class="floatright" src="html-resources/headfoot2.png" width="276" height="219" alt="style 2" title="style 2"/>
<p style="padding-left:16px">
<b><code>\SetHeadFootStyle{2}</code></b></p>
<p>Only Footer.<br/>
Page number at outside (left verso, right recto).<br/>
Optional emblem adjacent to page number.</p>
<div style="clear:both"></div>
<img class="floatright" src="html-resources/headfoot3.png" width="276" height="219" alt="style 3" title="style 3"/>
<p style="padding-left:16px">
<b><code>\SetHeadFootStyle{3}</code></b></p>
<p>Only Footer.<br/>
Page number centered.<br/>
Disregards emblem, if coded.</p>
<div style="clear:both"></div>
<img class="floatright" src="html-resources/headfoot4.png" width="276" height="219" alt="style 4" title="style 4"/>
<p style="padding-left:16px">
<b><code>\SetHeadFootStyle{4}</code></b></p>
<p>Only Header.<br/>
Page number at outside (left verso, right recto).<br/>
Optional emblem adjacent to page number.<br/>
Text towards outside, instead of centered.<br/>
Text begins or ends 1em from the emblem.<br/>
Default author verso, title recto.</p>
<div style="clear:both"></div>
<img class="floatright" src="html-resources/headfoot5.png" width="276" height="219" alt="style 5" title="style 5"/>
<p style="padding-left:16px">
<b><code>\SetHeadFootStyle{5}</code></b></p>
<p>Header and Footer.<br/>
Page number centered in footer.<br/>
Disregards emblem, if coded.<br/>
Text centered in header.<br/>
Default author verso, title recto.</p>
<div style="clear:both"></div>
<img class="floatright" src="html-resources/headfoot6.png" width="276" height="219" alt="style 6" title="style 6"/>
<p style="padding-left:16px">
<b><code>\SetHeadFootStyle{6}</code></b></p>
<p>Only Header.<br/>
Page number at outside (left verso, right recto).<br/>
Optional emblem adjacent to page number.<br/>
Text towards inside, instead of centered.<br/>
Default author verso, title recto.</p>
<div style="clear:both"></div>

<h5 id="h6.1.2.1">Custom Style</h5>
<div class="d5" id="d6.1.2.1">
<p class="noindent">Before you think about writing custom header/footer styles, be sure to try the pre-configured choices. I have looked through a lot of fiction of all kinds. The pre-configured choices include every style I have seen, with the exception of the most highly decorative.</p>
<p>If none of the above are satisfactory, then you can write your own headers and footers using the syntax of the <code>fancyhdr</code> package.</p>
<p>&bull; In the Preamble, use one of the above <code>\SetHeadFootStyle{<em>integer</em>}</code> to pick a starting point, in terms of whether or not there is a header and/or footer. <em>This is required, so that the layout engine knows how to calculate space.</em> After that, write the <i>fancyhdr</i> code for your custom header/footer in the Preamble. It will over-ride the numerical style in terms of appearance, but occupy the same space.</p>
<p>&bull; You cannot use a header or footer with more than one line. No exceptions.</p>
<p>&bull; See the file <i>novel-HeadFootStyles.sty</i> for how it is done in the pre-configured styles. In the file, the relevant portion follows <em>Look here for the pre-defined styles, for use as models.</em></p>
<p>&bull; Particularly note that your own style will not automatically use the <i>headfont</i>, or add extra space between letters, unless you include the necessary code in your own definition. Do not use the <code>\textls</code> command.</p>
<p>&bull; No cheating! If you choose a numerical style that does not have a header, then do not attempt to write a custom style that includes a header. Same with footer. Also, if you you choose a numerical style with both header and footer, then you cannot only customize one of them; you must customize both.</p>
</div></div><!-- end class="d4" -->

<h4 id="h6.1.3">6.1.3. &nbsp; <code>\SetEmblems{<em>verso</em>}{<em>recto</em>}</code></h4>
<div class="d4" id="d6.1.3">
<p class="noindent">If the style supports it, you may place an "emblem" that appears at a fixed distance (2.5em} from the outer margin. Thus, it will appear to the right of the page number on verso pages, and to the left of the page number on recto pages. In the case of style 4, there will be a clearance of 1em between the emblem and the header text.</p>
<p>The font used for emblems will be the same as the headfont, unless you code the emblem to use a different font (perhaps one you specified with the <code>\NewFontFace</code> command), or unless you use one of the built-in <code>\decoglyph</code> codes.</p>
<p>An emblem is a minor decoration that should not distract the eye from the main text.</p>
<p><img class="floatright" src="html-resources/emblembar.png" width="380" height="104" alt="simple emblems using vertical bar"/>&bull; Most books do not use emblems. When they do, it is typically a vertical bar, or a bullet, like this:</p>
<p class="code"><code>\SetHeadFootStyle{4}</code></p>
<p class="code"><code>\SetEmblems{|}{|}</code></p>
<p>The verso and recto emblems may be different. Whether they are the same or not, you must set them both, if you use emblems. Blanks are allowed.</p>
<p><img class="floatright" src="html-resources/emblemdingbats.png" width="380" height="104" alt="dingbat emblems"/>&bull; Emblems may be styled. For example:</p>
<p>The header emblems shown at right were produced using the code below. Dingbats from the NovelDeco font were specified, adjusted for size and position.</p>
<p style="clear:both" class="code"><code>\SetEmblems{\charscale{1.1}{\raisebox{-0.05em}{\decoglyph{l9825}}}}%</code></p>
<p class="code"><code>{\charscale{1.1}{\raisebox{-0.05em}{\decoglyph{l9826}}}}</code></p>
<p>&bull; You may also use images, or combined images and text. If you use images, they must be at the exact resolution required by your print service (usually 300dpi for gray, 600dpi for b/w), and at exact size without scaling. The <code>\InlineImage</code> command must be used. See <i>novel's</i> image documentation details. You may find that a vertical offset of <code>\nfs</code> (normal font size) is useful, as this will place the top of the emblem image at the top margin.</p>
<p class="code" style="text-indent:0px"><img class="floatright" src="html-resources/emblemimg.png" width="295" height="77" alt="emblem image"/>
<code>\SetHeadFootStyle{4}<br/>
\SetEmblems{\InlineImage[0pt,b]{spy.png}}%<br/>
{\InlineImage[0pt,b]{spy.png}}
</code></p>
<p>&bull; At the small size of an emblem, it is difficult to use detailed artwork. A black/white image at 600dpi will print similarly to a font dingbat. Grayscale at 300dpi will probably not be satisfactory unless the emblem is a single shade of gray. For the above example, a character from the <i>Fontawesome</i> font was converted to a png image at mid-gray. It is less distracting than a black character from the font, but hard to discern. Note that there is no "gray ink" for directly writing text in gray.</p>
<p>&bull; Ask your print service whether the presence of a small image in each page header will affect production costs. Probably not, but if there is a different per-page charge when pages have an image... Oops!</p>
<p>&bull; The layout calculation does not care whether emblems intrude into the margins. You will have to inspect your PDF to determine whether a header emblem is too tall, or a footer emblem too deep, for the allowed top and bottom margin clearance. Class option <i>shademargins</i> (in draft mode only) is helpful.</p>
</div>

<h4 id="h6.1.4">6.1.4. &nbsp; <code>\SetPageNumberStyle{<em>code using \thepage</em>}</code></h4>
<div class="d4" id="d6.1.4">
<p class="noindent">By default, the page number is simply <code>\thepage</code>. In most cases, leave it that way. But if you wish to change how the page number is displayed, you can use this command to style how <code>\thepage</code> is displayed. Examples:</p>
<p class="code" style="text-indent:0px"><code>\SetPageNumberStyle{\emph{thepage}} % Page number in italics.<br/>
\SetPageNumberStyle{-- \thepage --} % En-dash on each side of number, for head/foot style 3 or 5.</code></p>
<p>The <i>headfont</i> is applied automatically, unless you over-ride it in your code.</p>
<p>You could also get more involved, using a different font or size. Avoid over-doing it. If you are tempted to use a macro that counts page numbers backwards, be aware that your print service will likely reject it. Anyway, it has already been done in fiction.</p>
</div>

<h4 id="h6.1.5">6.1.5. &nbsp; <code>\SetHeadFont[<em>features</em>]{<em>font</em>}</code></h4>
<div class="d4" id="d6.1.5">
<p class="noindent">This setting is described in <a href="#h5.1.5">section 5.1.5</a>.</p>
</div>

<h4 id="h6.1.6">6.1.6. &nbsp; <code>\SetLooseHead{<em>number</em>}</code></h4>
<div class="d4" id="d6.1.6">
<p class="noindent">This command applies to both headers and footers.</p>
<p>If you are using a style that has header text, then for best appearance the characters should appear with a little extra space between them, so that they are more easily distinguished from the main text. This is especially true if you are using small caps. The name for such adjustment is "tracking."</p>
<p>Note: Do not use the <code>\textls</code> command. It is disabled in this class.</p>
<p class="centerimg"><img src="html-resources/looseheads.png" width="400" height="76" alt="loosehead 50 and 100"/></p>
<p>The argument of <code>\SetLooseHead</code> is a number from 0 to 1000. At 0 there is no extra space between the letters. Values from 50 (default) to 200 are most useful. Higher values are unusual.</p>
<p>Page number tracking will be clamped at a maximum of 50, even when a larger (looser) tracking is applied to text.</p>
<p>The looseness applies to inter-letter spacing, but not to inter-word spacing. To increase inter-word spacing, use extra code such as <code>\,</code> (backslash comma, which is a LaTeX thin space) as needed.</p>
</div>

<h4 id="h6.1.7">6.1.7. &nbsp; <code>\SetChapterStart{<em>choice</em>}</code></h4>
<div class="d4" id="d6.1.7">
<p class="noindent">This command is only applied if you begin new chapters with the <a href="#h11.1">ChapterStart</a> environment. You may pick one of the <code>\thispagestyle</code> choices, described in the <a href="#h6.2.2">section 6.2.2</a>. For example:</p>
<p class="code"><code>\SetChapterStart{dropfolioinside}</code></p>
<p>Then, that choice will be applied to each page that uses ChapterStart, without you having to write <code>\thispagestyle</code> each time.</p>
<p>The default is <i>footer</i>. This allows a ChapterStart page to show its footer (only if it has one), but not header.</p>
<p>If you use this command, you may still over-ride it on a particular page, by using <code>\thispagestyle{<em>choice</em>}</code> <em>before</em> <code>\begin{ChapterStart}</code>.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h6.2">6.2. &nbsp; Local Header/Footer Settings, in Document Body</h3>
<div class="d3" id="d6.2">
<p class="noindent">These commands are used when a page header/footer style is an exception to the general rule. Examples are blank pages, titles, copyright, and new chapters. You can also dynamically change the header text.</p>

<h4 id="h6.2.1">6.2.1. &nbsp; <code>\SetVersoHeadText{<em>text</em>}</code><code>\SetRectoHeadText{<em>text</em>}</code></h4>
<div class="d4" id="d6.2.1">
<p class="noindent">If you are using <a href="#h6.1.2">head/foot style</a> 1, 4, 5, or 6, the header text can be dynamically changed from page to page. This feature is useful if you wish to include chapter titles in the header, since they change throughout the book. It is also useful if your work is a collection of stories with different titles, perhaps by different authors. But before you use this feature, speak with your print service! Many print-on-demand services will insist that the content of headers must not vary from place to place, because different headers may be confused with portions of different books, during the assembly process.</p>
<p class="code"><code>\SetVersoHeadText{New Verso Head}</code><br/><code>\SetRectoHeadText{New Recto Head}</code></p>
<p>These two commands may be used at any time, in the Preamble or document body. When a command is used, it stores its argument in <code>\versoheadtext</code> or <code>\rectoheadtext</code>. In turn, the current value of <code>\versoheadtext</code> or <code>\rectoheadtext</code> is immediately used for the header, and will remain in effect until changed again by <code>\SetVersoHeadText</code> or <code>\SetRectoHeadText</code>.<p>
<p>If you do not use these commands in the Preamble, then at the beginning of the document body they will be automatically set to the author (verso) and the title (recto). However, you may find that the inter-word space is closer than you would like.<p>
<p>For improved inter-word space, use <code>\,</code> (backslash comma, the LaTeX thin space) in addition to ordinary space. You may use as many as you need.</p>
<p>You may use ordinary LaTeX styling commands for the text:</p>
<p class="code"><code>\SetRectoHeadText{The \,\emph{Bad \,Boy} \,Chronicles}</code></p>
<p>The most popular styling uses lowercase to small caps:</p>
<p class="code"><code>\SetRectoHeadText{\smcp{The \,Danton \,Code}}</code></p>
<p>&bull; Avoid bold. Avoid underline. Really. Don't do it. No, no, no!</p>
<p>&bull; From <i>novel</i> version 1.32, you are no longer required to use tilde instead of space.</p>
</div>

<h4 id="h6.2.2">6.2.2. &nbsp; <code>\thispagestyle{<em>choice</em>}</code></h4>
<div class="d4" id="d6.2.2">
<p class="noindent">When you choose a <a href="#h6.1.2">head/foot style</a> with header, then space is allocated above the text block, where the header will be placed. That space will be allocated whether or not the header is full or empty. The same applies to the footer. This allocation is global, and cannot be changed in your document body. All standard books work this way, not just with TeX.</p>
<p>However, on a per-page basis you can change whether or not a header or footer has visible content. This is routinely done for blank pages, title page, copyright page, and some others. It is also the norm for pages that begin a new chapter.</p>
<p>&bull; The word "folio" has several meanings: It may refer to a particular paper size, or to a folded piece of paper at any size, or simply to a page number. Below, "folio" means page number.</p>
<p>&bull; When you use the <code>\thispagestyle</code> command, your choice is applied only to the one page on which the command is written (usally does not have to be at the top of the page). But if the page uses the <a href="#h11.1">ChapterStart</a> environment, and you use <code>\thispagestyle</code>, then you <em>must</em> place <code>\thispagestyle</code> <em>before</em> <code>\begin{ChapterStart}</code>.</p>
<p>&bull; The following choices are allowed: <i>fancy</i>, <i>empty</i>, <i>footer</i>, <i>forcenumber</i>, <i>dropfoliobeneath</i>, and <i>dropfolioinside</i>.</p>
<p>For compatibility reasons, <i>plain</i> and <i>fancyplain</i> are also allowed, and have the same effect as <i>footer</i>.</p>
<p>&nbsp; <b><code>\thispagestyle{fancy}</code></b></p>
<p>This applies the default (fancy) page style, so it is not normally needed. Only use this command to over-ride some other \thispagestyle command, or to over-ride the <code>\SetChapterStart</code> setting.</p>
<p>&nbsp; <b><code>\thispagestyle{empty}</code></b></p>
<p>Header and footer are both blank.</p>
<p>&nbsp; <b><code>\thispagestyle{footer}</code></b></p>
<p>Ignored if the style has no footer. If it does, then the usual footer appears. Header, if any, is blank.</p>
<p>This command is an alias for <i>fancyplain</i>. It is like the <i>plain</i> style, except that the footer (which is presumed to contain the page number) is fully styled. But unlike <i>plain</i>, the <i>footer</i> style does <em>not</em> cause a page number to appear when no footer exists. If that is what you need, then use either style <i>dropfoliobeneath</i> or <i>dropfolioinside</i>, depending on whether you have extra room in the bottom margin.</p>
<p>&nbsp; <b><code>\thispagestyle{forcenumber}</code></b></p>
<p>If the style has a footer, then it appears as usual, and the header (if any) is blank. If the style has a header but no footer, then the outside portion of the header (which is presumed to contain the page number and emblem) appears, but the text portion of the header is blank.</p>
<p>The <i>forcenumber</i> choice is non-standard. Use it only if you must have a page number, and no other choice is suitable.</p>
<p>&nbsp; <b><code>\thispagestyle{dropfoliobeneath}</code></b></p>
<p>The header (if any) is blank. If there is a footer, then it appears as usual. But if there is no footer, this command creates a one-page fake footer, which contains the centered page number. The fake footer is located where the next line of text would be, if the textblock were one line longer than its actual value.</p>
<p>&bull; For the fake footer to be acceptable in print, the bottom margin must be wider than the minimum amount required by your print service. For example, suppose that the minimum bottom margin is 0.5in, but you set the bottom margin to 0.75in. That gives you 0.25in wiggle room, into which the fake footer will probably fit, because typical baselineskip is 0.2in to 0.25in.</p>
<p>&bull; The document class does not know whether or not you have extra space available in the bottom margin. It is your responsibility to know.</p>
<p>&nbsp; <b><code>\thispagestyle{dropfolioinside}</code></b></p>
<p>The header (if any) is blank. If there is a footer, then it appears as usual. But if there is no footer, this commands temporarily reduces the number of lines per page by one line. At the bottom, where the last line of text would normally be, the page number is centered. Thus, there is no intrusion into the bottom margin.</p>
<p>This command may only be used following the <code>\clearpage</code> command. Thus, it may be used at the start of new chapters, or on pages (such as copyright page) that do not flow from a previous page. If you use it elsewhere, the print will have incorrect layout, but there will be no error or warning, since the compiler is not sure what you are trying to do.</p>
<p>If used on a page with ChapterStart environment, you must place <code>\thispagestyle{dropfolioinside}</code> <em>before</em> <code>\begin{ChapterStart}</code>. The <i>ChapterStart</i> block has a disposable blank line at its top, which is removed when <i>dropfolioinside</i> is used (instead of removing a line from the following text block).</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page06 -->
<!-- ************************************************************ -->
<div id="page07" class="page">


<h2 id="h7">7. &nbsp; Text Sizes and Styling</h2>
<div class="d2" id="d7">
<p class="noindent">This section describes how to change the size of text, how to style text (such as italics), and how to move it around. It also describes some miscellaneous commands that are intended to modify text.</p>
<p>Information about how to choose the main text point size is described in <a href="#h4.2.3">section 4.2.3</a>. Information about choosing fonts and font features was <a href="#h5">previously described</a> on this page.</p>
<p>There is no direct setting for normal baselineskip; it is automatically calculated from the size of the textblock and lines per page.</p>

<h3 id="h7.1">7.1. &nbsp; Text Sizes</h3>
<div class="d3" id="d7.1">
<p class="noindent">Be sure to read through this. In <i>novel</i>, standard TeX font size commands are disabled. There are new commands that address the limited needs for font sizing, in the context of fiction. These new commands are primarily for local adjustments of a few characters, or for display pages that are outside the main flow of text.</p>

<h4 id="h7.1.1">7.1.1. &nbsp; Surprise! Traditional TeX Font Size Commands Are Disabled.</h4>
<div class="d4" id="d7.1.1">
<p class="noindent">Ah, the simplicity of TeX font size commands, such as <code>\small</code> and <code>\LARGE</code>. But in <i>novel</i>, they don't work. If you write <code>{\LARGE text}</code>, then the included text appears at normal size. This is by design.</p>
<p>Why? In <i>novel</i>, the focus is on maintaining a constant baselineskip, so that facing pages have text aligned. This is impossible with the standard TeX commands. In particular, commands to increase font size will change the baselineskip, whether you like it or not, even if you try to code for a constant baselineskip. That's just the way TeX works.</p>
<p>The one exception is that <a href="#h12.1">footnotes</a> will appear with smaller than normal size and skip. But this is done automatically. You cannot manipulate it with a size command.</p>
<p>Fortunately, there are not a lot of occasions where fiction needs to change font size. In <i>novel</i>, there are new commands to address each situation.</p>
</div>

<h4 id="h7.1.2">7.1.2. &nbsp; <code>\charscale[<em>scale,hoffset,voffset</em>]{<em>text</em>}</code>, <code>\charscale*[<em>scale,hoffset,voffset</em>]{<em>text</em>}</code></h4>
<div class="d4" id="d7.1.2">
<p class="noindent">The <code>\charscale</code> command may be used for a short amount of text, where there is no line break. The command will throw an error if the included text has <code>\\</code> or <code>\par</code> or any other command that breaks the line. Text within <code>\charscale</code> does not wrap. You may not place an image in <code>\charscale</code>.</p>
<p>When used without the option, <code>\charscale</code> echoes the included text. However, the text gains the magical ability to extend above or below the normal line of text, without pushing apart the baselines. This is useful if the text has some unusual character that is extraordinarily tall or deep.</p>
<p>Using the option, you may uniformly scale the text by any amount, and displace it horizontally and vertically. The text can overlie other text, or any previously-placed image.</p>
<p>With the unstarred command, the scaled width of the text will occupy horizontal space, even if the text is displaced far away. But with the starred command, the text does not occupy any horizontal space.</p>
<p>The single optional argument may include up to three comma-separated values. The first value is a number, indicating the scale. If a second argument is used, it is the length of horizontal offset (positive is right). If a third number is used, it is the length of the vertical offset (positive is up). Remember that if all you want to do is scale the text, without positioning it, then you only need to provide the scale.</p>
<p>Here is an example illustrating the command in all its glory:</p>
<p class="code"><img class="floatright" src="html-resources/badaboom.png" width="146" height="102" alt="badaboom"/><code>
Bada \charscale*[1.25,5em,1.3\nbs]{Boom} Bam\par<br/>
Bada Bam\par<br/>
Bada\charscale[1.25,5em,1.3\nbs]{Bang} Bam\par<br/>
Bada \charscale[1.25]{Bang} Bam\par
</code></p>
<p>In the result (above right), notice how the starred command leaves no gap where the word Boom would have been. The unstarred command leaves a gap where the word Bang would have been located. In each case, the baseline grid is maintained.</p>
<p>The most practical application of <code>\charscale</code> is styling the first character of chapter text. Drop capitals are out of fashion, but enlarged capitals (rising above the baseline) are in fashion. Example, also using the <code>\FirstLine</code> command (from package <i>magaz</i>, included with <i>novel</i>:</p>
<p class="code"><code>\FirstLine{\noindent\charscale[1.5]{I}t was a dark and stormy night. Lord Withens mounted his horse and rode through the gloom to Castle McDingle, where Baron von Feathering awaited. The pair had dirty deeds to do, but being members of the nobility, they commanded a high price.}</code></p>
<p class="centerimg"><img src="html-resources/mcdingle.png" width="559" height="121" alt="larger first letter"/></p>
<p>In the above example, the initial I is 1.5x its normal size. It appears larger than that, by comparison to the adjacent small caps letters.</p>
</div>

<h4 id="h7.1.3">7.1.3. &nbsp; <code>\begin{parascale}[<em>scale</em>] ... \end{parascale}</code></h4>
<div class="d4" id="d7.1.3">
<p class="noindent">The parascale environment is used on a paragraph basis. More than one paragraph may be included. The scale is applied to the font size and to the baselineskip within.</p>
<p>Since the text within parascale generally will not occupy an integral number of normal baselineskips, the following text will be off-grid. This may not be a problem, if parascale is used in places where maintaining the grid does not matter (such as on a title page or copyright page).</p>
<p>&bull; If parascale is used within body text, then it will be necessary to restore the line grid  for the following text. This cannot be done automatically; you will have to make a preliminary run, look at the results, and adjust accordingly.</p>
<p>For example, suppose you use <code>\begin{parascale}[0.92]...text...\end{parascale}</code>. The preliminary run shows that the included text occupies 7 lines. The following baseline will then be 7x(1&ndash;0.92)=0.56 normal baselineskip too high. This can be fixed by adding <code>\vspace{0.56\nbs}</code>. For best appearance, the <code>\vspace</code> should be split above and below the parascale environment, but not nessarily in half.</p>
<p>&bull; If parascale crosses to the next page, then you will need to make vertical adjustment for each page independently. For example, if a 7-line parascale has 3 lines at the bottom of a page, followed by 4 lines on the following page, then you need to restore only a 4 line deficit on the following page.</p>
<p>&bull; Within parascale you may need to manually indent paragraphs, or remove indents if necessary.</p>
</div>

<h4 id="h7.1.4">7.1.4. &nbsp; Open Type Scale (fontspec)</h4>
<div class="d4" id="d7.1.4">
<p class="noindent">If you will be using a font in a way that it will <em>always</em> be at a size different from the normal font size, you may use the <i>Scale</i> feature when you first define the font. This is defined by the <i>fontspec</i> package, which is automatically loaded with <i>novel</i>.</p>
<p>A scaled font can be used anywhere. It is not limited to a single line, and it will maintain the line grid at scales not exceeding 1. However, scaled text may disturb the line grid if its scale is more than 1.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h7.2">7.2. &nbsp; General Styling</h3>
<div class="d3" id="d7.2">
<p class="noindent">Many of these commands are directly from LaTeX, and are mentioned here because they are frequently used. Other commands are specific to <i>novel</i>.</p>

<h4 id="h7.2.1">7.2.1. &nbsp; Italics and Emphasis</h4>
<div class="d4" id="d7.2.1">
<p class="noindent"><b><code>\textit{<em>text</em>}</code></b> puts the text in italics, provided that the font family has an Italic font. If it does not have an Italic font, then the letters will remain normal, <em>not</em> fake slanted.</p>
<p>If the italicized text leans too far into the following space, try adding <code>\/</code> (back and forward slashes) just before closing the braces.</p>
<p><b><code>\emph{<em>text</em>}</code></b> changes regular text to italics, and italic text to regular. You may nest <code>\emph</code> commands. Many writers opine that this is the preferred way to specify Italics.</p>
</div>

<h4 id="h7.2.2">7.2.2. &nbsp; Bold, Semibold, etc.</h4>
<div class="d4" id="d7.2.2">
<p class="noindent"><b><code>\textbf{<em>text</em>}</code></b> puts the text in whatever font you specified as the Bold font, when you defined the currently-used font family.</p>
<p>If the font family has no Bold font, then it will <em>not</em> be faked.</p>
<p>The default main font used by <i>novel</i>, namely <i>Libertinus Serif</i>, has both Bold and Semibold weights. Given this choice, <i>novel</i> explicitly calls for the Semibold weight. If you intend to use a font such as Adobe Garamond Pro, which also has a Semibold weight, then you can request it instead of Bold when you define the font family.</p>
<p>What if you want both Bold and Semibold, or maybe even a Light weight? Only one can be assigned to <code>\textbf</code> when you define the font. For the others, use <code>\NewFontFace</code> to assign the desired weight to its own font command, which you will use (but inside the braces) instead of <code>\textbf</code>.</p>
<p>Actually, you should not be using Bold in fiction. It <em>might</em> be the case that this weight is useful for titles, but you ought to consider a fancy-looking font for that purpose, rather than mere Bold. Or, make the letters big and bold, but balance the effect by using gray.</p>
</div>

<h4 id="h7.2.3">7.2.3. &nbsp; Underlining</h4>
<div class="d4" id="d7.2.3">
<p class="noindent">Underlining is inappropriate for fiction. Don't do it. Besides, there are some issues regarding line grid and appearance, which are not a problem in academic works, but are noticeable in fiction.</p>
</div>

<h4 id="h7.2.4">7.2.4. &nbsp; Small Caps and Acronyms</h4>
<div class="d4" id="d7.2.4">
<p class="noindent"><b><code>\textsc{<em>text</em>}</code></b> converts lowercase letters to small caps, leaving uppercase unchanged. The font's <code>smcp</code> Open Type feature will be used. But if the font does not have <code>smcp</code>, it will <em>not</em> be faked.</p>
<p><b><code>\smcp{<em>text</em>}</code></b> is an alias for <code>\textsc{<em>text</em>}</code>.</p>
<p><b><code>\allsmcp{<em>text</em>}</code></b> places both uppercase and lowercase letters in small caps. If the font has the <code>c2sc</code> feature, it will be used; if not, the letters will be converted to lowercase first. Then, <code>smcp</code> is applied.</p>
<p>&bull; If you require small caps, but your font does not have them, you can fake them by scaling uppercase. But this is usually unattractive. A better method is described in the <i>fontspec</i> package documentation: You may appoint a different font that will provide small caps.</p>
<p>&bull; If you insist on using old-fashioned TeX fonts, which do not have the <i>smcp</i> Open Type feature, then you may need to write this code in the Preamble:</p>
<p class="code"><code>\let\smcp\oldscshape\relax<br/>
\let\textsc\oldscshape\relax<br/>
\let\scshape\oldscshape\relax</code></p>
<p>The above code sends you in a time machine back to the Twentieth Century.</p>
<p><b><code>\acronym{<em>text</em>}</code></b> is special to <i>novel</i>. If the <i>NovelDeco</i> font is installed, uppercase letters in the text will be converted to "mid-size capitals," and lowercase will remain lowercase, but with ascenders slightly reduced. The purpose of this command is so that acronyms such as NASA and NATO blend well with surrounding text. I have found that whereas ordinary uppercase is too conspicuous, small caps also looks wrong. Example:</p>
<p class="code"><img class="floatright" src="html-resources/acronym2.png" width="192" height="89" alt="acronym"/>
<code>
The NATO alliance...\par<br/>
The \acronym{NATO} alliance...\par<br/>
The \allsmcp{NATO} alliance...\par
</code></p>
<p>Whether or not to use the \acronym command, is up to you. Since its letters are drawn from the <i>NovelDeco</i> font, rather than your main font, there may be some stylistic differences if your <i>parentfont</i> is not Libertinus&nbsp;Serif.</p>
</div>

<h4 id="h7.2.5">7.2.5. &nbsp; Local Tracking Adjustment</h4>
<div class="d4" id="d7.2.5">
<p class="noindent"><b><code>\squeeze{<em>text</em>}</code></b> narrows the text by one percent.</p>
<p class="noindent"><b><code>\crush{<em>text</em>}</code></b> narrows the text by two percent.</p>
<p>These commands are for emergency use only. They temporarily apply a horizontal scale to the letters, so that they are very slightly narrower than usual. Inter-word spacing is not necessarily changed (it can even grow larger), because spacing is calculated during paragraph layout. The enclosed text may span paragraphs.</p>
<p>The commands do not compound. That is, placing one crush inside another will not narrow the text by four percent. But any adjustments made by <i>microtype</i> will still apply, and may compound with these commands.</p>
<p>The only application for these commands is when a paragraph does not quite fit where you would like it to be. For example: Perhaps one short word, or part of a word, dangles to an extra line. Try <code>\squeeze</code> first, then <code>\crush</code>, for all or most of the paragraph. These do not always produce a useful effect, since the actual paragraph layout depends on other factors. But <em>if you are lucky,</em> then the paragraph re-flows to a better layout.</p>
<p>&bull; If the commands do not help, then <em>be sure to remove them</em>, or the typography will be worse than it was before!</p>
</div>

<h4 id="h7.2.6">7.2.6. &nbsp; Local Font Selection</h4>
<div class="d4" id="d7.2.6">
<p class="noindent"><b><code>{\<em>fontcode</em> <em>text</em>}</code></b> where <i>fontcode</i> is a previously-defined <a href="#h5.1">built-in</a> or <a href="#h5.3">user-defined</a> font command.</p>
<p>You locally change the font in use, by calling its font command. For example, <code>\subchfont</code> is a built-in command, automatically used in certain macros. You can use it yourself:</p>
<p class="code"><code>{\subchfont <em>text</em>} % Note that the braces go on the outside.</code></p>
<p>Likewise, if you used <code>\NewFontFamily</code> or <code>\NewFontFace</code> to define your own font, giving it the command name <code>\mynewfont</code>, then you would use it like this:</p>
<p class="code"><code>{\mynewfont <em>text</em>} % Again, the braces go on the outside.</code></p>
</div>

<h4 id="h7.2.7">7.2.7. &nbsp; Local Feature Changes</h4>
<div class="d4" id="d7.2.7">
<p class="noindent"><b><code>{\addfontfeature{<em>feature</em>} <em>text</em>}</code></b> for changing Open Type features.</p>
<p>If a font is already defined, you can locally add one or more <a href="#h5.4.3">features</a>. For example, suppose that you defined <code>\mynewfont</code> without using its Open Type feature <i>ss03</i> (we will assume that the font actually has this feature). In a particular place, you wish to activate <i>ss03</i>. The code looks like this:</p>
<p class="code"><code>{\mynewfont\addfontfeature{RawFeature=+ss03} <em>text</em>}</code> % Note + sign. Braces outside.</p>
<p>That limits the scope of the feature to the included group, in TeX terminology.</p>
<p>You can modify features used by any defined font, whether you defined it yourself or it is one of the <i>novel</i> built-in font commands. You can add more than one feature. If the requested feature does not exist in the font, then your request will be ignored.</p>
<p>What about removing a feature that is already present in the font definition? Suppose you defined <code>\mynewfont</code> so that <i>Numbers=OldStyle</i> is used. On a local basis, can you change the style of numbers? Usually, yes. You could use <i>Numbers=Lining</i> to over-ride the feature. Sometimes it depends on how you chose the features, as a matter of syntax. See the <i>fontspec</i> documentation.</p>
</div>

<h4 id="h7.2.8">7.2.8. &nbsp; Color Text (actually, grayscale)</h4>
<div class="d4" id="d7.2.8">
<p class="noindent">For this effect, the <a href="#h2.2"><i>graytext</i></a> class option must be used, or any color command will be ignored, and its included text will be rendered in black (even if the requested color is white). Images are unaffected.</p>
<p><b><code>\color{<em>name</em>}</code></b> or <b><code>\color[gray]{<em>scale</em>}</code></b> is used within a group. All text will be in grayscale, from where the command is placed, until the group ends. If the command is not at the beginning of the group, it does not affect prior text. Example:</p>
<p class="code"><code>
\begingroup<br/>
This text is unaffected by the following command.<br/>
\color{lightgray} % Alternative: \color[gray]{number 0 to 1}<br/>
This text is in lightgray, until the group ends.<br/>
\endgroup
</code></p>
<p style="margin-top:10px"><b><code>\textcolor{<em>text</em>}</code></b> or <b><code>\textcolor[gray]{<em>scale</em>}{<em>text</em>}</code></b> affects only the included text.</p>
<p class="code"><code>\textcolor{gray7}{This text is in color gray7, a medium-light gray.}<br/>
\textcolor[gray]{0.32}{This text is in 32 percent gray.}</code></p>
<p style="margin-top:10px">Whether you use <code>\color</code> or <code>\textcolor</code>, there are two ways to specify the color: by name, or by scale, using package <i>xcolor</i> syntax.</p>
<p>&bull; The following color names are accepted, and will be converted to some shade of gray (from dark to light): black, blue, violet, darkgray, purple, red, teal, olive, magenta, gray, brown, green, orange, cyan, lightgray, lime, pink, yellow, white.</p>
<p>The above names are often not helpful, so <i>novel</i> also allows you to use these: black, gray1, gray2, gray3, gray4, gray5, gray6, gray7, gray8, gray9, white. The scale is not uniform (gray5 is not 50 percent gray), but the values are usefully spaced.</p>
<p>Other names "known to dvips," such as <i>Apricot</i>, do not work. An error will result.</p>
<p>&bull; To specify color by scale, follow the color command with <i>[gray]{<em>scale</em>}</i>, where the scale is a number between 0 (black) and 1 (white). Example:<code> \color[gray]{0.63}</code>.</p>
<p>&bull; If you use <i>xcolor</i> syntax to request an rgb color, it will be converted to 1-channel grayscale.</p>
<p>&bull; Absolutely no transparency!</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h7.3">7.3. &nbsp; Positioning and Alignment</h3>
<div class="d3" id="d7.3">
<p class="noindent">By now, you already know: In <i>novel</i> there are new ways to position or align text, and some of the standard TeX methods are discouraged or disabled.</p>

<h4 id="h7.3.1">7.3.1. &nbsp; What to Avoid</h4>
<div class="d4" id="d7.3.1">
<p class="noindent">&bull; The <code>\raisebox</code> command does not play well with novel. It can be used, but there is the great risk of disturbing the line grid. Use <code><a href="#h7.1.2">\charscale</a></code> instead.</p>
<p>&bull; If you must use the <code>\vspace</code> command (or its relative, <code>\vskip</code>) be sure to measure the space in units of <code>\nbs</code> (normal baseline skip).</p>
<p>&bull; Avoid the <i>minipage</i> and <i>parbox</i> environments. These are likely to disrupt the line grid. When that happens, restoring the grid is your own responsibility. You may find the <i>adjustwidth</i> environment to be a useful alternative.</p>
<p>&bull; In most cases, do not use the center environment. You may use <code>{\centering ... \par}</code> instead, for a single paragraph. The center environment may cause the text to go off-grid. That's not a problem on some stand-alone pages where you don't care about the grid, but it is ugly in the middle of running text.</p>
<p>&bull; Avoid positioning via the <i>textblock</i> or <i>textblock*</i> environments (package <i>textpos</i>). Actually, <i>novel</i> uses that code internally. But if not handled with more care than usual, positioned text can disrupt the baseline and position of surrounding text. You may use <code><a href="#h7.1.2">\charscale</a></code> to position small amounts of text safely, but not on a paragraph basis. Images have built-in positioning arguments, which may also be useful for positioned text.</p>
<p>&bull; Do not use floats. If you try, then <i>novel</i> may intercept them with a nasty message.</p>
<p>&bull; Do not use tables. Nasty message will result. But <i>novel</i> has its <a href="#h9.3.5">own provision</a> for a Table of Contents, and the code may be used for other purposes as well.</p>
<p>&bull; If you use images, then use only the image commands provided by novel: <code><a href="#h8.4.2">\InlineImage</a></code> and <code><a href="#h8.4.4">\BlockImage</a></code>.<p>
<p>&bull; There is no built-in provision for a two-column environment. However, you can place text <a href="#h8.4.5">alongside</a> an image.</p>
</div>

<h4 id="h7.3.2">7.3.2. &nbsp; Some Useful Commands</h4>
<div class="d4" id="d7.3.2">
<p class="noindent">This is not a complete list. It merely addresses a few situations that you are likely to encounter, without the need for elaborate code, and without loading additional packages.</p>
<p style="margin-top:10pt"><b><code>\begin{adjustwidth}{<em>left</em>}{<em>right</em>}</b> ... <b>\end{adjustwidth}</code></b></p>
<p>This environment, from the included <i>changepage</i> package, is the most useful way to create block indents. The included text may have multiple paragraphs and span pages. The left and right arguments are lengths, being the amount to <em>increase</em> the respective margins from their normal values.</p>
<p style="margin-top:10pt"><b><code>\phantom{<em>text</em>}</code></b></p>
<p>Does not print the text, but leaves a horizontal gap as if the text were there.</p>
<p style="margin-top:10pt"><b><code>\mbox{<em>text</em>}</code></b></p>
<p>Prevents a specific word from being hyphenated, or to ensure that two consecitive words always appear on the same line. The box will not be broken across lines. However, it may overhang the margin, which is undesirable.</p>
<p style="margin-top:10pt"><b><code>\makebox[<em>width</em>][<em>alignment</em>]{<em>text</em>}</code></b></p>
<p>Puts the text in a box of fixed width (usually much larger than the text's own width) and aligns it left, center, or right in the box. If using this across the full textwidth, be sure to precede it with <code>\noindent</code> to prevent offset.</p>
<p style="margin-top:10pt"><b><code>\hspace{<em>length</em>}</code></b></p>
<p>Creates a horizontal space.</p>
<p style="margin-top:10pt"><b><code>\strut</code></b></p>
<p>Places an invisible box with no width, which has the height and depth of the font. Sometimes used as a placeholder.</p>
<p style="margin-top:10pt"><b><code>\stake</code></b></p>
<p>Placeholder like <code>\strut</code>, but does not occupy the height or depth of the font.</p>
<p style="margin-top:10pt"><b><code>\indent</code>, <code>\noindent</code>, <code>\forceindent</code>, <code>\backindent</code></b></p>
<p>Commands <code>\indent</code> and <code>\noindent</code> have their ordinary TeX meaning. Sometimes, the action of other macros will remove an indent that should be there, or add an indent that should not be there. If writing <code>\indent</code> and <code>\noindent</code> do not fix the problems, use <code>\forceindent</code> and <code>\backindent</code> as more forceful solutions.</p>
<p style="margin-top:10pt"><b><code>\hfill</code></b></p>
<p>Pushes the following text to the right end of the line. Actual effect depends on what precedes and follows. Sometimes a \strut is needed at the beginning of a line.</p>
<p style="margin-top:10pt"><b><code>\vfill</code>, <code>\vfill*</code></b></p>
<p>Pushes the following text to the bottom of the page. Actual effect depends on paragraph organization. Use the asterisk if there is nothing printed above this command, on the same page.</p>
<p style="margin-top:10pt"><b><code>\kern</code></b></p>
<p>Tweaks the spacing between consecutive letters. A tricky command, as it is always used without braces, and makes the surrounding text illegible in your source code. If you use it, the units of length should always be <i>em</i>, rather than <i>pt</i>. Example:</p>
<p class="code"><code>It wa\kern-.02ems a da\kern.03emrk and stormy ni\kern-.004emght.</code></p>
<p>The <code>\kern</code> command is not useful for globally changing kern values.</p>
<p style="margin-top:10pt"><b><code>\bigemdash[<em>yoffset,thickness</em>]</code></b></p>
<p>Simulates a "big emdash" of variable length. Horizontal width is from command to end of line marked by <code>\par</code>, or limited by a fixed width such as created by <code>\makebox</code>. If placed in other situations, the line may be missing or too long.</p>
<p>The line's normal position is at the typical height of an emdash, which is slightly above half the height of lowercase x. Its normal width is typical of an emdash width. Thus, the line is like an extended emdash.</p>
<p>You can tweak the line using its optional argument. The first value tweaks the vertical position by a scale factor, where 1 equals its normal position (so that 0.9 places it a little lower). The second argument, if used, is separated from the first by a comma. It tweaks the line thickness by a scale factor (so that 0.9 makes it a little thinner).</p>
<p>Since <code>\bigemdash</code> allows an optional argument, but no mandatory argument, you may not immediately follow it with text. If it is boxed, then first close the box; otherwise, end the paragraph.</p>
<p style="margin-top:10pt"><b><code>\straightquote</code>, <code>\straightdblquote</code></b></p>
<p>These insert the single quote (apostrophe), and double quote, as ASCII straight characters. Prevents TeX (or your software) from automatically substituting the curly characters.</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page07 -->
<!-- ************************************************************ -->
<div id="page08" class="page">


<h2 id="h8">8. &nbsp; Images</h2>
<div class="d2" id="d8">
<p class="noindent">If you intend to place a lot of images in your document, or if you need to have text wrap around floating images, then the <i>novel</i> document class is not well-suited to your purpose. This is because the methods of formatting, and the emphasis on maintaining a constant baseline skip, sometimes interfere with the behavior you expect from other document classes.</p>
<p>Yet you can place the occasional image. Most fiction does use imagery on the title page, and sometimes at chapter starts. Some stories include a map, or an image of ancient writing. In a detective novel, we might get a glimpse at handwritten evidence. The <i>novel</i> class has its own commands for easily dealing with these situations.</p>
<p>Like it or not, you are restricted to <em>png</em> and <em>jpg</em> raster images. No vector artwork. No included <em>eps</em> or <em>pdf</em>. Forget about <i>pgf</i> and <i>TikZ</i>. Although you can "cheat" the <i>novel</i> commands, and circumvent the restrictions, don't do it. The restrictions are intentional. The reasons are explained below.</p>

<h3 id="h8.1">8.1. &nbsp; Use Raster Images</h3>
<div class="d3" id="d8.1">
<p class="noindent">Place raster images, not vector images, in your document.</p>
<p>You may think that the above sentence is a mistake. Haven't you been told that vector artwork is always preferable to rasterized artwork, because vector artwork is scalable? The part about being scalable is true. But if you do not need scalability, vector artwork is worse.</p>
<p>How so? A PDF file can incorporate vector artwork, and if properly done it will meet commercial printing standards. <em>Sadly, it is often not properly done.</em> When vector artwork has technical errors, as it often does, then the appearance will depend on which software is used to view the image. The fact that it is within a PDF does not always help.</p>
<p>When you design a vector image, or perhaps acquire one, you approve its appearance based on what you see on your computer. The odds are good that someone else, on a different computer, will be using the same software and thus see the same result. However, that is not true of the software built into commercial printing machines. That software may interpret ambiguous vector instructions in a different way than you expected.</p>
<p>A good example is on pages 232-234 of the <i>Adobe PDF 1.7 Reference</i>. That's an enormous file, full of technical information. You don't need to read it. But Adobe provides an example of a vector drawing in the form of a five-pointed star, made with one continuous line that crosses itself. There are two possible rules for deciding whether the central pentagon should be filled or not. They produce different results. Adobe chooses a particular rule, and so should all compliant software. But is all software compliant? Without reading the Adobe spec, there is no particular reason to prefer one rule over the other. And, that's a simple example. Many vector drawings are very convoluted, in ways that make the artist's intent difficult to interpret.</p>
<p>You normally do not need to scale images. Your finished work will be viewed at fixed size on the printed page, not at variable size in a PDF reader. So, scalability is not an advantage. Your image is placed on paper at its exact size and resolution. You are in complete control. If it is purely black/white line art, its detail will be about the same whether it was placed as vector or raster. If it is grayscale, it is subject to halftoning, which reduces the resolution in any case.</p>
<p>Do not attempt to place an image by including a PDF within your TeX file. The reason is that the included PDF may carry its own File Data, which will differ from the File Data of the main PDF. There's nothing you can do about that, and commercial printers don't like it. So, don't do it. Indeed, <i>novel</i> may ban it!</p>
</div><!-- end class="d3" -->

<h3 id="h8.2">8.2. &nbsp; Use Flattened png or jpg Image Format</h3>
<div class="d3" id="d8.2">
<p class="noindent">The <i>novel</i> image-handling commands require the <i>png</i> or <i>jpg</i> formats, exclusively. If you already have a raster image in another format, such as <i>tif</i>, you must convert it. If you have a vector image, such as <i>eps</i> or <i>svg</i> format, you must rasterize it. This must all be done in an external graphics program, such as <i>GIMP</i> or <i>Inkscape</i>. It cannot be done from within TeX.</p>
<p>Both <i>jpg</i> and <i>png</i> images can store their resolution internally. When you export images from a graphics program, be sure that the resolution is stored. This may or may not be an option that you need to check.</p>
<p>With <i>png</i>, the image must be flattened (no transparency). Be sure to flatten the image before you export it to <i>png</i>. With <i>jpg</i>, the exported image is always flattened.</p>
<p>When using grayscale, be sure to convert the image to true grayscale, which has only one color channel. In GIMP, this is achieved with the <i>Image&gt;Mode</i> menu. Note that an RGB or CMYK image "that only uses grays" is <em>not</em> the same thing, since these have three or four color channels!</p>
<p>When using pure black/white (<i>png</i> only), you can get there with GIMP's <i>Image&gt;Mode&gt;Indexed</i> menu.</p>
<p>Note that within the finished PDF file, images are stored in an internal format which differs from your input. If your image is in the wrong format, or contains transparency, it will not be detected by TeX.</p>

<h4 id="h8.2.1">8.2.1. &nbsp; Saving the Resolution</h4>
<div class="d4" id="d8.2.1">
<p class="noindent">Image resolution is measured in dots per inch (dpi). In a graphics program, it may be called pixels per inch (ppi). And, if the software was written in Europe or Asia, it may be measured in pixels per centimetre!</p>
<p>When you prepare an image in a graphics program, you must first ensure that it is at the correct resolution. Most U.S. print services require <i>300dpi</i> for grayscale images (or color covers), <i>600dpi</i> for black/white line art. Then, it is a simple matter of multiplying the image dimensions (in inches) by the resolution, to get the image dimensions in pixels.</p>
<p>Example: A grayscale image that will print at 1.25" wide by 1.5" high, must be 375 pixels wide by 450 pixels high, at 300dpi. If the original image is at different dimensions, it must be cropped and scaled to the correct size. However, it is not enough to finish the image at 375x450 pixels. You must specifically set the resolution to 300dpi. If you fail to set the resolution correctly, then the image will not appear at its correct size in your PDF.</p>
<p>In GIMP, you can use the <i>Image&gt;Scale&nbsp;Image</i> dialog box to ensure that the image is at the proper size and resolution. When you change any of the settings, others may change in response. Be sure that all settings are satisfactory.</p>
<p>When you export your image, you may be asked whether or not to save the resolution. Be sure to save it.</p>
<p>Example dialog boxes for grayscale png exported from GIMP:</p>
<p class="centerimg"><img src="html-resources/imgdialogs.png" width="600" height="192" alt="png image with resolution"/></p>
</div>

<h4 id="h8.2.2">8.2.2. &nbsp; Removing Private Metadata</h4>
<div class="d4" id="d8.2.2">
<p class="noindent">Your image may contain "private metadata" that records how the image was created, especially if it was converted from a digital photograph. It may also contain color profile data that is inappropriate for a grayscale or black/white image. Commercial printing standards prefer that such private metadata be removed from images; the PDF File Data should speak for everything, not the individual images.</p>
<p>The simplest way to remove private metadata is via a command-line program: Use either <i>ImageMagick</i>, or <i>GraphicsMagick</i>. These programs work on Windows, Linux, and (so I am told) OS/X. Specific code is shown in the workflow examples, below. If you ever re-work an image, you must once again remove its private data.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="h8.3">8.3. &nbsp; Line Art vs. Grayscale</h3>
<div class="d3" id="d8.3">
<p class="noindent">Two kinds of images may appear in a black-and-white book: <i>line art</i>, and <i>grayscale</i>.</p>
<p>Line art contains only black and white. Moreover, there cannot be any places where the black or white areas are very tiny. Most print services request that your line art be rasterized at 600dpi (dots per inch), but that does not mean you can emulate gray with an alternating pattern of black and white, repeated 300 times per inch. All it means is that the sharp transition from black areas to white areas can be resolved to about 1/600" during printing (only "about" since the ink spreads a little).</p>
<p>So, if you think you can use Floyd-Steinberg dithering to convert a grayscale image to "line art," that won't work: The printer will note that it cannot resolve such fine detail, and treat it as a grayscale. The result will be worse than if you had left it as grayscale instead of dithering to black and white.</p>
<p>Think in terms of how an <i>offset press</i> works. Look it up on the Internet. You can have a sharp boundary between black and white, but you cannot closely mingle tiny black and white areas. Actually, at low production volume, your book may be printed with an inkjet technology that can resolve very fine details. But you cannot count on that; and, if your book does sell well, you may be shocked if the print technology changes.</p>
<p>A PDF file can place ordinary (vector) text atop an image. However, if the underlying image is halftoned, there is the risk that the overlying text will also be halftoned, even if it sits atop white areas of the image. Ask your print service for advice. It may be better to make the text part of the image, and anticipate halftoning by using appropriately styled text.</p>

<h4 id="h8.3.1">8.3.1. &nbsp; Workflow: Line Art in GIMP</h4>
<div class="d4" id="d8.3.1">
<p class="noindent">To create a suitable <b>line art</b> image in GIMP, with post-processing in ImageMagick or GraphicsMagick, follow these instructions:</p>
<p>(1) Open the image file in GIMP. If it is a vector format (such as svg or pdf), ensure that it is resolved to 600 pixels/in with anti-aliasing, and that its size is the same as your intended dimensions (measured in inches or mm). You can also use a larger size, if you intend to crop some of the periphery; or you can use a smaller size, if you intend to make it larger by adding white space.</p>
<p>(2) If you need to crop to a smaller size, or add to a larger size, do it now. Image > Canvas Size, with Resize Layers All.</p>
<p>(3) If you need to edit the image, by adding or removing anything, do it now.</p>
<p>(4) Image&gt;Flatten Image.</p>
<p>(5) Image&gt;Mode&gt;Grayscale.</p>
<p>(6) View&gt;Zoom to an appropriate amount that shows the image at approximately its print size. That depends on your monitor's resolution. On my own computer, 25% is about right. Does not need to be exact.</p>
<p>(7) Colors&gt;Threshold. If necessary, adjust the slider until the image looks best. It might be that the default 50% works for you. If you move it to the left, then black areas will become a little narrower. If to the right, black areas will become a little thicker.</p>
<p>(8) Image&gt;Mode&gt;Indexed&gt;(black and white 1-bit palette). Remove unused colors from colormap. No dithering.</p>
<p>(9) File&gt;Export. Use png (Portable Network Graphics) extension. When the dialog box appears, ensure that "save resolution" is checked. Use the highest level of compression offered. The exported image may look poor in some image viewers, because those viewers do not read the full resolution. Not a problem. The image will look good when seen in better viewers.</p>
<p>(10) Command-Line Terminal, using GraphicsMagick or ImageMagick:</p>
<p class="code">GraphicsMagick, Windows or Linux: <code>gm mogrify -strip nameofimage.png</code></p>
<p class="code">ImageMagick, Windows: <code>magick mogrify -strip nameofimage.png</code></p>
<p class="code">ImageMagick, Linux: <code>mogrify -strip nameofimage.png</code></p>
<p>(11) Sanity check:</p>
<p class="code">GraphicsMagick, Windows or Linux: <code>gm identify -verbose nameofimage.png</code></p>
<p class="code">ImageMagick, Windows: <code>magick identify -verbose nameofimage.png</code></p>
<p class="code">ImageMagick, Linux: <code>identify -verbose nameofimage.png</code></p>
<p>After a few moments, the Terminal will show some information. It should say that the depth is 1-bits per pixel, that the only color is gray (1 bits),  that the resolution is 236.22 pixels per centimeter (which is 600dpi). The page geometry, divided by 600, will give you the image size in inches (thus, a page geometry of 900+1200+0+0 represents an image 1.5" wide x 2" high).</p>
</div>

<h4 id="h8.3.2">8.3.2. &nbsp; Workflow: Grayscale in GIMP</h4>
<div class="d4" id="d8.3.2">
<p class="noindent">To produce a suitable <b>grayscale</b> image in GIMP, with post-processing in ImageMagick or GraphicsMagick, follow these instructions:</p>
<p>(1) Open the image file in GIMP. If it is a vector format (such as svg or pdf), ensure that it is resolved to 300 pixels/in with anti-aliasing, and that its size is the same as your intended dimensions (measured in inches or mm). You can also use a larger size, if you intend to crop some of the periphery; or you can use a smaller size, if you intend to make it larger by adding white space.</p>
<p>(2) If you need to crop to a smaller size, or add to a larger size, do it now. Image > Canvas Size, with Resize Layers All.</p>
<p>(3) If you need to edit the image, by adding or removing anything, do it now.</p>
<p>(4) Image&gt;Flatten Image.</p>
<p>(5) Image&gt;Mode&gt;Grayscale.</p>
<p>(6) View&gt;Zoom to an appropriate amount that shows the image at approximately its print size. That depends on your monitor's resolution. On my own computer, 25% is about right. Does not need to be exact.</p>
<p>(7) Very dark grays are hard to produce accurately, and so are very light grays. If your image relies on areas that are nearly black and nearly white, then consider adjusting lightness and contrast so that they are not so close to black and white. GIMP's Colors&gt;Levels might be more useful than Colors&gt;Brightness/Contrast.</p>
<p>(8) Ensure that white areas are truly white, not light gray. Use GIMP's <i>Select By Color</i> Tool, with a very low threshold, to choose areas that should be exactly white, then clear them.</p>
<p>(9) File&gt;Export. Use png (Portable Network Graphics) extension. When the dialog box appears, ensure that "save resolution" is checked. Use the highest level of compression offered. The exported image may look poor in some image viewers, because those viewers do not read the full resolution. Not a problem. The image will look good when seen in better viewers.</p>
<p>(10) Command-Line Terminal, using GraphicsMagick or ImageMagick:</p>
<p class="code">GraphicsMagick, Windows or Linux: <code>gm mogrify -strip nameofimage.png</code></p>
<p class="code">ImageMagick, Windows: <code>magick mogrify -strip nameofimage.png</code></p>
<p class="code">ImageMagick, Linux: <code>mogrify -strip nameofimage.png</code></p>
<p>(11) Sanity check:</p>
<p class="code">GraphicsMagick, Windows or Linux: <code>gm identify -verbose nameofimage.png</code></p>
<p class="code">ImageMagick, Windows: <code>magick identify -verbose nameofimage.png</code></p>
<p class="code">ImageMagick, Linux: <code>identify -verbose nameofimage.png</code></p>
<p>After a few moments, the Terminal will show some information. It should say that the type is grayscale, at 8 bits per pixel. The resolution is 118.11 pixels per centimeter (which is 300dpi). The page geometry, divided by 300, will give you the image size in inches (thus, a page geometry of 900+1200+0+0 represents an image 3" wide x 4" high).</p>
<p class="floatright"><img src="html-resources/pngcolortype.png" width="270" height="46" alt="png color type"/><br/><img src="html-resources/jpgcolorspace.png" width="296" height="46" alt="jpg colorspace"/></p>
<p>Most important of all: Scroll through the information. Near its end, you should see a line like this. The exact wording will depend on your software:</p>
<p class="code" style="clear:both">For png images: &nbsp; <i>png: IHDR.color_type: 0 (grayscale)</i></p>
<p class="code">For jpg images: &nbsp; <i>JPEG-Colorspace: 1</i> and <i>JPEG-Colorspace-Name: GRAYSCALE</i></p>
<p>The above codes are the only ones that matter. Even if other information claims that the image is grayscale, or lists the colors and they are all shades of gray, <em>that is not good enough</em>. When automated software reviews your PDF for compliance, it will look at the png <i>IHDR.color_type</i>, which must be 0, or the <i>JPEG-Colorspace</i>, which must be 1. Anything else fails. If the information is different, it means that you forget to change the mode from RGB to grayscale before you exported the image.</p>
<p>You may ask: If the image was not really grayscale, can it be converted to grayscale using a simple command line, with ImageMagick or GraphicsMagick? The answer is yes, but don't do it that way. The reason is that there are many ways to map colors (even "gray colors") to true grayscale, and an automated conversion may produce unexpectedly light or dark results. It is better to do the conversion in a graphics program, where you can see what you are doing.</p>
</div>

<h4 id="h8.3.3">8.3.3. &nbsp; Scaling Images after <code>\Rework</code>.</h4>
<div class="d4" id="d8.3.3">
<p class="noindent">When you use one or both of the <code>\Rework</code> commands (<a href="#hF">Appendix F</a>), the font size and/or the baselineskip will change. However, it does not scale images. In many cases, there is no problem. But in some cases, an un-scaled image will disrupt the previous flow of text or pagination. See <a href="#hF.5">Appendix F.5</a> for how to re-work images.</p>
</div>
<!-- end class="d3" -->

<h3 id="h8.4">8.4. &nbsp; Placing Images In Your Document</h3>
<div class="d3" id="d8.4">
<p class="noindent">An image may be placed as an inline element, using the <code>\InlineImage</code> or <code>\InlineImage*</code> command. This allows the image to mingle with text, and even have text as an overlay.</p>
<p><code>\BlockImage</code> places the image so that <em>subsequent</em> text will clear the bottom of the image, and be on the baseline grid. You may also <em>accompany</em> the image with text in its own block space, if you wish.</p>
<p>If your book has a lot of images, then you should consider using a page layout program (such as Scribus) instead of TeX. That's because the best strategies for an image-intensive picture book are very different from the strategies adoped by <i>novel</i>.</p>
<p>Beware of overlap. If images overlap each other, or overlap with text, no error will result. If text lies atop an image, the result may be desirable. All other situations are undesirable. Since TeX cannot detect such errors, you need to carefully review the result.</p>
<p>Do not use the ordinary TeX commands, or environments, for floats or figures.</p>

<h4 id="h8.4.1">8.4.1. &nbsp; <code>\charscale[<em>scale,hoffset,voffset</em>]{<em>text</em>}</code> and starred version</h4>
<div class="d4" id="d8.4.1">
<p class="noindent">The <code>\charscale</code> command pertains to text, not images. It is mentioned here because it can place text almost anywhere on a page, even overlapping other text or previously-placed images. Thus, it provides an image-like effect.</p>
<p>The command is documented <a href="#h7.1.2">earlier</a> on this page.</p>
</div>

<h4 id="h8.4.2">8.4.2 &nbsp; <code>\InlineImage[<em>hoffset,voffset</em>]{<em>imageFile.png or .jpg</em>}</code> and starred version</h4>
<div class="d4" id="d8.4.2">
<p class="noindent">This command places the image as an inline element, at 100% scale. The use of <i>png</i> or <i>jpg</i> images, with file extension, is required.<p>
<p>You may offset the image horizontally or vertically. Positive direction is to the right and up. If you use one offset, then you must use both (if necessary, <i>0em</i>). Any units of length may be used, but the preferred units are <i>em</i> or <code>\textwidth</code> for horizontal, and <i>em</i> or <code>\nbs</code> for vertical, because these are most compatible with the <code><a href="#hF">\Rework</a></code> commands.</p>
<p>By default, the <em>top</em> of the image is at the text baseline. If you prefer that the <em>bottom</em> of the image be at the text baseline, use voffset <i>b</i>. Example:</p>
<p class="code"><code>\InlineImage[0em,b]{imageFile.png}</code></p>
<p>Thanks to the included <i>calc</i> package, offsets may use <code>\widthof{<em>text</em>}</code> and/or <code>\heightof{<em>text</em>}</code> as lengths. The most useful of these is when you wish to align the top of an image at the X-height of surrounding text:</p>
<p class="code"><code>\InlineImage[0em,\heightof{X}]{imageFile.png}</code></p>
<p>You may also use <code>\heightof{\Aring}</code> for the tallest accented letter normally found in Latin-1.</p>
<p>Lengths <code>\imagewidth</code> and <code>\imageheight</code> may also be used for offsets. These lengths remain set, and can be used for other purposes (such as displacing text) until another image is placed.</p>
<p>Offsets may be written as combinations of lengths. If you use the baseline <i>b</i> as above, it must be the first character of voffset. If you use <code>\widthof</code> or <code>\heightof</code>, then its backslash must be the first character <em>unless</em> it is preceded by another length. Thus, an offset of <code>-\heightof{X}</code> is prohibited, but you can use <code>0pt-\heightof{X}</code>.
<p>Here are some examples of allowable code:</p>
<p class="code"><code>
\InlineImage[2.3em, -0.4em]{imageFile.png}<br/>
\InlineImage[0pt-\widthof{eee}, b+\heightof{X}-0.2em]{imageFile.jpg}
</code></p>
<p>The image occupies zero vertical space. So, it will not push apart baselines. The next line(s) of text may overlie the image. In some cases, this is desirable. If you do not want that effect, then you can either insert a suitable number of <code>\null</code> lines after the image, or use the <code>\BlockImage</code> command instead.</p>
<p>With the un-starred <code>\InlineImage</code> command, the image occupies its natural horizontal width. That is, text following the image will (if it fits) continue from the right edge of the image. But with the starred <code>\InlineImage*</code> command, the image occupies zero width. In this case, text following the image will continue from the left of the image, and overlie the image.</p>
<p>Having text overlie the image is allowable, and can create some interesting special effects. But when your print service sees what you have done, they may think that it is a mistake. Be sure that you discuss this with them.</p>
<p>If you do allow text to overlie an image, be sure that the image is very light. Repeat: <em>very light</em>. Depending on the printing technology, an image may print darker than you see on your computer screen, and that would make text hard to read. At low print volume, your print service will probably use a technology that is like an industrial-strength home inkjet printer, which can make very sharp text over images. However, if your book goes to volume production, then the technology will be different. Volume printing will use halftoned images, and the text overlay may also become halftoned, which will reduce its sharpness considerably.</p>
<p>Note that an image may be placed in a way that prints some of the image in the margin. That's allowable if your margin is wider than the minimum required for printing clearance. But even if it is not allowable, there will be no complaint or warning from TeX. Use the <a href="#h2.3">shademargins</a> class option to ascertain position.</p>
<p>Do not place an image so that it approaches or goes beyond the page edge. That requires a "bleed box" which is not part of <i>novel</i> capabilities. If your book needs that kind of image handling, use a page layout program instead.</p>
<p>Do not place images so that they overlap. Although that is allowed in the PDF, it is likely to be flagged as an error by your print service.</p>
</div>

<h4 id="h8.4.3">8.4.3. &nbsp; Text Over <code>\InlineImage</code></h4>
<div class="d4" id="d8.4.3">
<p class="noindent">As noted above, an <code>\InlineImage</code> (or its starred version) can be used as the background to any subsequent text. Just as with any other text, whatever sits atop an image must be pure black. If you need text in gray, then you must integrate the rasterized text with the image in an external graphics program, instead of typing the text in your document.</p>
<p>When text overlies an image, it retains its identity as vector paths, as far as the PDF is concerned. In some printing processes, particularly those for very low volume production, the result will be as sharp and dark as ordinary text. However, if your book sells well (or is being prepared to sell well), the image will be converted to halftone, and the text that lies above it may also be converted to halftone. This will reduce the sharpness of the text. It is not necessarily a problem, unless your text is very small or has fine details.</p>
<p>If the text-over-image is part of a title, then the text is naturally large and dark, and will easily withstand halftoning.</p>
<p>Be aware that not all print services will accept text over images. It's not that they <em>cannot</em> do it; after all, your home and office printers can easily do it. The reason they object is because the pages of your book will be handled in small volume by persons who are unfamiliar with the book. Text over an image may be flagged as a printing error or a bug in the PDF. In the advertising world, text over image is routine. But in the world of fictional novels, it is unusual. Don't imagine that they will decide what you meant to do, by reading your book. Also, very sharp image/text, at low printing volume, will not appear as sharp when the technology changes for higher volume production. They know that, but are not sure if <em>you</em> know that.</p>
<p>An inline image occupies zero vertical space. If you place its top near the bottom of the textblock, then the image will happily flow into the lower margin and perhaps off the bottom of the page, without an error (but the print service will reject it). The reason that TeX does not provide an error message is quite simple: Technically, it is not an error! It is just not what you meant to do. The software cannot read your mind. This is where the <a href="#h2.3">shademargins</a> class option helps.</p>
<p>Example:</p>
<p class="code"><code>
\noindent\InlineImage*[0pt,1.2\nbs]{gavel.png} Lord Withens took a seat at the rear of the courtroom, attempting to be inconspicuous. Yet his effort was in vain, as he was the only person there with a riding crop and spurs.\par<br/>
He would have taken the car, had it not been stolen. But that was why he was here, at the arraignment of the person charged with the theft. It was most unfortunate that the accused was his own elderly father; but then, theft ran in the family line.\par
</code></p>
<p class="centerimg"><img src="html-resources/inlineimagest.png" width="651" height="249" alt="example of InlineImage*"/></p>
</div>

<h4 id="h8.4.4">8.4.4. &nbsp; <code>\BlockImage[<em>alignment,hoffset,voffset</em>]{<em>imageFile.png or .jpg</em>}[<em>text</em>]</code></h4>
<div class="d4" id="d8.4.4">
<p class="noindent">Note that <code>\BlockImage</code> has an optional argument that <i>precedes</i> the mandatory image file name. It has another optional argument that <i>follows</i> the file name. If this second option is used, there must be no space between <code>}[</code>.</p>
<p>The first optional argument has up to three comma-separated values. The first is alignment: <i>l</i>, <i>c</i>, or <i>r</i> for left, center, or right. The second and third values are hoffset and voffset. Unlike the <code>\InlineImage</code> command, do not use <i>b</i> to indicate vertical position relative to the image bottom; it is always at the top with this command. The default alignment is centered, without offsets.</p>
<p>An automatic calculation clears the height of the image. Subsequent text will be on grid. This is the right thing to do when the image and included text fit on a single page. But if they cannot both fit on a single page, an unusual layout will result.</p>
</div>

<h4 id="h8.4.5">8.4.5. &nbsp; <code>\BlockImage</code> with Accompanying Text</h4>
<div class="d4" id="d8.4.5">
<p class="noindent">The second optional argument of <code>\BlockImage</code>, following the image file name, may contain text that will accompany the image in the same block of space. The text is left-aligned like ordinary text, no matter which alignment you use for the image. The text may be in more than one paragraph, and may use <code>{\centering ...\par}</code> or <code>\begin{adjustwidth} ... \end{adjustwidth}</code> for positioning relative to the image. The text may overlie the image, using <code>\charscale</code>. You may need to use <code>\forceindent</code> or <code>\backindent</code> to control how the text appears. Note that you cannot automatically "flow" text around an image in <i>novel</i> class.</p>
<p>Example:</p>
<p class="code">
<code>
It was a dark and stormy night. Lord Withens mounted his horse and rode through the darkness, accidentally trampling some petunias in Her Ladyship's garden.\par<br/>
\BlockImage[l]{gnome.png}[\begin{adjustwidth}{8em}{0pt}\forceindent Suddenly he was confronted by an irate gnome, who expressed an opinion in the crudest of language, even for a gnome.\par<br/>
Lord Withens was taken aback. How dare this mere gnome speak to him in such a tone of voice? But then he remembered that the gnomes had gone to college, where swearing was routine.\par\end{adjustwidth}]<br/>
\charscale[1, 5\nbs]{CENSORED}\forceindent Lord Withens shrugged, and rode on. There was nothing to do but remain silent, this time taking more care. He would speak with his wife about the gnome situation when he returned.\par
</code></p>
<p class="centerimg"><img src="html-resources/irategnome.png" width="639" height="423" alt="example of BlockImage with accompanying text"/></p>
<p>In the above example, the text to the right of the image happens to have just the right number of lines to fill the available area. But that is only because I wrote it that way. If I had written less, then there would be one or more blank lines before the subsequent text ("Lord Withens shrugged..."). If I had written more, then the subsequent text would have been pushed down by the necessary number of lines, and there would have been more white area underneath the gnome.</p>
<p>Thus, this technique requires careful inspection, particularly if there is the danger that the image or accompanying text may overflow the bottom of the page.</p>
<p>Note that I used the start of the following text as a reference point for placing CENSORED over the gnome. That is not the only way it could have been done, but it was easy to discern the necessary offset.</p>
<p>&bull; In general, avoid using accompanying text with an image, with the possible exception of titles and other special layouts. There is little need for it in the flowing text of a novel. If you find that you need to use it frequently, then perhaps your book would benefit from a page layout program such as <i>Scribus</i>, instead of TeX.</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page08 -->
<!-- ************************************************************ -->
<div id="page09" class="page">


<h2 id="h9">9. &nbsp; Front Matter</h2>
<div class="d2" id="d9">
<p class="noindent">The <b><code>\frontmatter</code></b> command must be written immediately after <code>\begin{document}</code>. This sets page numbering to lowercase roman, and performs some other actions.</p>
<p>A book's front matter is <em>about the book</em>. It is not part of the story. The only mandatory front matter is the Title Page and its verso, the Copyright Page. On a practical basis, six pages of front matter are the minimum, and this minimum is often used, even by major publishers. See <a href="#hB">Appendix B</a> for how to construct basic six-page front matter.</p>

<h3 id="h9.1">9.1. &nbsp; Useful Commands in Front Matter</h3>
<div class="d3" id="d9.1">
<p class="noindent">Among the numerous commands available to you, here are some that are particularly useful in front matter, for styling and positioning:</p>
<p class="code"><code>\thispagestyle{empty}</code> prevents header or footer from printing on that page. In most cases, this command should be the first to appear on each page of front matter. The only exceptions are lengthy Foreword, Preface, and Introduction. Those should be treated with the same styling as chapters, and may contain headers (except at their start) or footers.</p>
<p class="code"><code>\strut</code> and <code>\stake</code> are invisible, zero-width placeholders. <code>\strut</code> occupies the vertical text height, but <code>\stake</code> does not. Once in a while, these are used to establish a reference point, where positioning is relative to prior code.</p>
<p class="code"><code>\charscale</code> changes text size, and can also tweak position.</p>
<p class="code"><code>\vspace</code> inserts a specified vertical space between block elements (such as paragraphs). Without an asterisk, the command does nothing if it is at the top of the page. With an asterisk, the command is equally effective anywhere on the page.</p>
<p class="code"><code>\vfill</code> between block elements (such as paragraphs) pushes the following material downward on the page. Typically used on a title page, where the publisher's imprint is forced down to the final line.</p>
<p class="code"><code>center</code> environment. Although the center environment may sometimes cause vertical misalignment when used within flowing text (chapters), it is OK for front matter, where that is not a problem.</p>
<p class="code"><code>adjustwidth</code> environment. Very useful for creating text areas do not occupy the full page text width. Often used for a Dedication or Epigraph. Also useful in conjunction with the center environment, for certain copyright page designs. In other cases, a non-centered copyright page may have its text limited to less than full width, so that it is visually different from an ordinary page.</p>
<p class="code"><code>legalese</code> environment. Sets text ragged-right, and disables hyphenation. Useful for some copyright page designs.</p>
<p class="code"><code>\smcp</code> and <code>\allsmcp</code> for small caps. <code>\smcp</code> is the same as <code>\textsc</code>, which converts lowercase letters to small caps, leaving uppercase letters unchanged. <code>\allsmcp</code> changes both uppercase and lowercase letters to small caps. These commands are useful for such expressions as FIRST EDITION, which are customarily set in small caps.</p>
<p class="code"><code>\lnum</code> sets Lining numbers, which all have the height of a capital letter. Without using <code>\lnum</code>, numbers will probably be set Old Style, since that is the text default.</p>
<p class="code"><code>\indent</code>, <code>\forceindent</code>, <code>\noindent</code>, <code>\backindent</code> control indentation. <code>\forceindent</code> and <code>\backindent</code> usually work when the others don't, and can also be used cumulatively. If your copyright page has CIP data, you will need to pay attention to how the data is indented, since that is part of the specification.</p>
<p class="code"><code>\decoglyph</code> selects a decorative element from the deco font (normally <i>NovelDeco.otf</i>). The decoration may usually have to be magnified, using <code>\charscale</code>. This is a handy way to add something to a title page, if you do not otherwise have artwork there.</p>
<p class="code"><code>\clearpage</code> or <code>\cleartorecto</code> terminates a page. With <code>\clearpage</code>, the following material will be placed recto or verso, in normal flow. With <code>\cleartorecto</code>, if the following page would normally be verso, then a blank verso is inserted, so that the following material is forced to recto. The blank page has no header/footer.</p>
<p class="code"><code>\itshape</code> or <code>\textit</code> for italics. The <code>\itshape</code> command is used when the text includes multiple paragraphs. Sometimes a copyright page is styled in all italics. The <code>\textit</code> command cannot cross paragraphs.</p>
<p class="code"><code>\straightquote</code> and <code>\straightdblquote</code> insert a character. A following space is gobbled, in usual TeX fashion. This commands may be helpful if (for some technical reason) you must place a straight quote, and cannot allow the typesetter to convert it to a curly quote.</p>
<p class="code"><code>parascale</code> environment. Unlike <code>\charscale</code>, this command works with line breaks and multiple paragraphs. The scaled text also has its line spacing scaled, which is not a problem in most front matter. Possibly useful if your copyright information does not quite fit on one page, at normal text size.</p>
<p class="code"><code>\strut\hfill</code> right-aligns the following text n a single line. Be sure to finish with <code>\par</code>. Useful for attributing an Epigraph, or for things such as a signed Foreword.</p>
<p class="code"><code>toc</code> environment. Specifically designed for a Table of Contents.</p>
<p class="code"><code>\tocitem</code> is an entry in a Table of Contents.</p>
<p>You may also use image commands, as needed. In fiction, the title page often has graphical elements.</p>
</div><!-- end class="d3" -->

<h3 id="h9.2">9.2. &nbsp; Chapter-Like Sections in Front Matter</h3>
<div class="d3" id="d9.2">
<p class="noindent">By "chapter-like section" I mean something such as a Foreword, Preface, or Introduction that may be styled in the same manner as a chapter. Most fiction does not have them. Before you place such sections in front matter, ask yourself: Do your readers really want to hear about your travails in writing the book? Maybe they'd rather get directly to the sex and violence in your main story.</p>
<p>You may begin a chapter-like section with the <i>ChapterStart</i> environment, and use <code>\ChapterTitle</code>. These commands may be used anywhere.</p>
<p>Such a section always begins recto. If it does not extend for more than two pages, then you should use <code>\thispagestyle{empty}</code> to ensure that headers and footers do not appear. Since you don't know where a two-page section will break, the second <code>\thispagestyle{empty}</code> may be placed at the end of the second page, before <code>\clearpage</code>.</p>
<p>However, if the section is longer than two pages, it may have headers and footers. For example, suppose you have a lengthy Preface, in a book that ordinarily has page headings. At the start of the Preface:</p>
<p class="code"><code>\SetVersoHeadText{\allsmcp{Preface}}<br/>
\SetRectoHeadText{\allsmcp{Preface}}</code></p>
<p>In the above case, small caps were chosen as style. Then, instead of the author and title of your book, the word <small>PREFACE</small> will appear in headings. Page numbers will be lowercase roman, because those were set by the <code>\frontmatter</code> command.</p>
<p>Note: If your book is of the genre that pretends to be a "lost manuscript," with the main story being a transcription or translation of the manuscript, then your own explanation of its finding may go in front matter or main matter. If it pretends to be "about the book" with litle to say, then it can go in front matter (probably as an "Author's Note"). If it is a chapter-length tale of the adventure finding the rest of the book, then is should go in main matter (probably as an "Introduction" or possibly "Prologue"). I doubt if there is a bright line.</p>
</div><!-- end class="d3" -->

<h3 id="h9.3">9.3. &nbsp; Examples of Front Matter Pages</h3>
<div class="d3" id="d9.3">

<h4 id="h9.3.1">9.3.1. &nbsp; Sample Title Page</h4>
<div class="d4" id="d9.3.1">
<p class="noindent">Below is a sample title page. The <code>\orbitron</code> command would be defined in Preamble using <code><a href="#h5.3">\NewFontFace</a></code>. It calls for the font <i>Orbitron-Medium.otf</i>, which is not part of the TeX distribution. The <code>\decoglyph</code> command calls for a decorative element from the <i>NovelDeco.otf</i> font, which comes with the <i>novel</i> class. The length \nbs is the normal baseline skip of the book's main font. The <code>\stake</code> commands place an invisible zero-width reference point, for the use of adjacent commands. Here is the code:</p>
<p class="code"><img class="floatright" src="html-resources/starsmash.png" width="263" height="410" alt="sample title page"/>
<code><small>
\clearpage<br/>
\thispagestyle{empty}<br/>
\vspace*{6\nbs}<br/>
\stake\hfill{\orbitron\charscale[3]{Star Smash}}\par<br/>
\vspace{0.4\nbs}<br/>
\noindent\charscale[3]{\decoglyph{r10059}}<br/>
\bigemdash[3.4,3]\stake\par<br/>
\vspace{0.4\nbs}<br/>
\stake\hfill{\orbitron\charscale[1.42]{A Sci-Fi Murder Mystery}}\par<br/>
\vspace{9\nbs}<br/>
\begin{center}<br/>
\charscale[4]{Dirk Hardcase}<br/>
\vfill<br/>
Meaningless Press\par<br/>
Eschwege • Merthyr Tydfil • Lethbridge\par<br/>
\end{center}<br/>
\clearpage
</small></code></p>
<div style="clear:both"></div>
</div>

<h4 id="h9.3.2">9.3.2. &nbsp; Sample Copyright Page</h4>
<div class="d4" id="d9.3.2">
<p class="noindent">The Copyright Page should be styled differently from the main text. Note that you may past the copyright symbol © from a Unicode character map.</p>
<p>The simplest Copyright Page begins with <code>\null\vfill</code> so that the following text sinks to the bottom of the page. Ensure that the text is not hyphenated. One way to do that is to use the <i>legalese</i> environment, which prevents hyphenation and sets text ragged-right instead of justified. The <a href="#h7.1.3"><i>parascale</i></a> environment is helpful for setting the text size to something other than normal.</p>
<p>&nbsp;</p>
<p class="noindent"><img class="floatright" style="padding-top:2em" src="html-resources/copyrightcentered.png" width="264" height="408" alt="sample copyright page, centered"/> First Example: centered italics, limited width. This design is most effective when you don't have a lot to say.</p>
<p class="code"><code><small>
\clearpage\thispagestyle{empty}\vspace*{6\nbs}<br/>
\begin{center}\itshape{<br/>
Dark and Stormy: A Tale of Nights / Dirk Hardcase\par<br/>
Copyright ©2017 Dirk Hardcase. All Rights Reserved.\par<br/>
\null<br/>
This is a work of fiction.\\<br/>
All persons and events are imaginary.\\<br/>
Resemblance to any real persons or events\\<br/>
is entirely coincidental.\par<br/>
\null<br/>
Printed in the United States of America.\par<br/>
\null<br/>
\allsmcp{FIRST EDITION}, March 2017.\par<br/>
\null<br/>
ISBN 9-876-54321-0\par<br/>
\null<br/>
Independently Published\\Dirkstown, U.S.A.\par<br/>
\null<br/>
Inquiries for Cataloging-in-Publication data\\<br/>
should be directed to the author's web site:\par<br/>
\null<br/>
http://example.com/bigdealauthor.html\par<br/>
}\end{center}\clearpage % note initial closing brace ends itshape
</small></code></p>
<p>&nbsp;</p>
<p class="noindent" style="clear:both"><img class="floatright" style="padding-top:2em" src="html-resources/copyrightoffset.png" width="264" height="408" alt="sample copyright page, not centered"/> Second example: offset block. This style is more effective when there are many details, particularly if there is complete Cataloging-in-Publication data.</p>
<p class="code"><code><small>
\clearpage\thispagestyle{empty}\null\vfill<br/>
\begin{adjustwidth}{0em}{5em}\begin{legalese}<br/>
Dark and Stormy: A Tale of Nights / Dirk Hardcase\par<br/>
Copyright ©2017 Dirk Hardcase. All Rights Reserved.\par<br/>
\null<br/>
This is a work of fiction.\\<br/>
All persons and events are imaginary.\\<br/>
Resemblance to any real persons or events\\<br/>
is entirely coincidental.\par<br/>
\null<br/>
Printed in the United States of America.\par<br/>
\null<br/>
\allsmcp{FIRST EDITION}, March 2017.\par<br/>
\null<br/>
ISBN 9-876-54321-0\par<br/>
\null<br/>
Independently Published\\Dirkstown, U.S.A.\par<br/>
\null<br/>
Inquiries for Cataloging-in-Publication data\\<br/>
should be directed to the author's web site:\par<br/>
http://example.com/bigdealauthor.html\par<br/>
\end{legalese}\end{adjustwidth}\clearpage
</small></code></p>
<div style="clear:both"></div>
</div>
</div><!-- end class="d3" -->

<h4 id="h9.3.3">9.3.3. &nbsp; Sample Dedication</h4>
<div class="d4" id="d9.3.3">
<p class="noindent">A Dedication is not required. But sadly, nowadays many authors write a Dedication, which is often frivolous and detracts from the book. If you feel that you need a Dedication, why not put it on your web site? Then you can always edit or remove it, if the subject or your affection runs off with someone else.</p>
<p>Keep it simple. This one might be used for a novel of military combat.</p>
<p class="code"><img class="floatright" src="html-resources/dedic.png" width="133" height="205" alt="sample dedication page"/> <code><small>
\clearpage<br/>
\thispagestyle{empty}<br/>
\vspace*{12\nbs}<br/>
\begin{center}<br/>
\charscale[1.25]{\textsc{To Those Who Served}}\par<br/>
\end{center}<br/>
\clearpage
</small></code></p>
<div style="clear:both"></div>
</div>

<h4 id="h9.3.4">9.3.4. &nbsp; Sample Epigraph</h4>
<div class="d4" id="d9.3.4">
<p class="noindent">An Epigraph may be placed verso or recto. If your book has a Dedication and Table of Contents, a possible place for an Epigraph would be on the otherwise-blank verso between them.<p>
<p>In this sample Epigraph, the fictional speaker will appear as a character in the book. A glance at this, and you know where the story is headed:</p>
<p class="code"><img class="floatright" src="html-resources/dorfmcnorf.png" width="131" height="208" alt="sample epigraph"/>
<code><small>
\clearpage<br/>
\thispagestyle{empty}<br/>
\vspace*{10\nbs}<br/>
\begin{adjustwidth}{7em}{7em}<br/>
Let me tell you, there's nothing more exciting than the brouhaha at Mickey's Pub each Saturday night in April.\par<br/>
\stake\hfill---Dorf McNorf\par<br/>
\end{adjustwidth}<br/>
\clearpage
</small></code></p>
<div style="clear:both"></div>
</div>

<h4 id="h9.3.5">9.3.5. &nbsp; Sample Table of Contents</h4>
<div class="d4" id="d9.3.5">
<p class="noindent">Most fiction does not have, and does not need, a Table of Contents. It is more useful when the story consists of discrete episodes with distinctive names, not just numbers. Or, if the book is a collection of short stories, a table of contents is mandatory. If your book is a critical edition, with sections by different authors, then a Table of Contents is appropriate.</p>
<p>Avoid any of the table environments that come with TeX or its packages. These do not provide the most attractive presentation for fiction, without a lot of work on your part.</p>
<p>A Table of Contents has no header or footer, and no printed page number. Use <code>\thispagestyle{empty}</code>. If it continues to a second page, add <code>\thispagestyle{empty}</code> at the end, if you don't know where the page breaks.</p>
<p>If you use a Table of Contents, it must begin on a recto page.</p>
<p>The Table of Contents does not include itself, Dedication, or Epigraph.</p>
<p>A single front matter map, wherever it appears, need not be listed in a Table of Contents. If there are numerous maps and diagrams strewn throughout the book, then you may list them in the Table, or provide a separate List of Illustrations.</p>
<p>A basic Table of Contents uses the center environment, so that the Table's title and each entry appear centered on the page, without any fancy layout. So simple. So effective. However, if you prefer a more formal table, <i>novel</i> has commands for this purpose.</p>

<h5 id="h9.3.5.1">9.3.5.1. &nbsp; The toc Environment</h5>
<div class="d5" id="d9.3.5.1">
<p class="code"><code>\begin{toc}[<em>extra entry separation</em>]{<em>extra margins</em>} <em>...</em> \end{toc}</code></p>
<p>The table is not indented, and text within it is not indented.</p>
<p>&bull; The optional argument is a number. It is the portion of normal baselineskip that will be added beneath each <code>\tocitem</code> entry (see next section). Default is 0, meaning that there is no extra skip between items, and normal baselineskip is maintained. A value greater than 0 spreads the entries, which could be attractive if there are only a few chapters and you'd like to use more space on the page. For example, a value of 0.25 means that a gap of 0.25 normal baselineskip will be added beneath each entry. A small negative value will crowd the lines together, but there is a limit (approximately -0.1) before the lines cannot be squeezed any tighter.</p>
<p>Note that the optional argument only applies to <code>\tocitem</code> entries, not to any other text within the environment.</p>
<p>&bull; The required argument is a length, which will be the amount of extra margin added at left and right of the table (using adjustwidth). A value of 0em allows the table to occupy the full width of the textblock. A value of 2em adds 2em to the margin on each side, so that the width of the table is 4em less than the width of the textblock.</p>
<p>It is best to specify horizontal lengths in units of <i>em</i> or the proportional <code>\parindent</code> or <code>\textwidth</code>.</p>
<p>&bull; Place at least one empty line above the Table, using <code>\null</code> or <code>\vspace*</code>. This will prevent the Table's title (which is normally enlarged using <code>\charscale</code>) from encroaching into the top margin.</p>
</div>

<h5 id="h9.3.5.2">9.3.5.2. &nbsp; <code>\tocitem</code> and <code>\tocitem*</code> Entries</h5>
<div class="d5" id="d9.3.5.2">
<p class="code"><code>\tocitem[<em>chapter number</em>]{<em>description</em>}{<em>page number</em>} and starred version</code></p>
<p>&bull; Use this command for entries in the Table. Do not use it for non-Table text on the page.</p>
<p>&bull; The optional argument is the chapter number, at most two digits. The number will be left-aligned, with a period automatically added. Following the period will be the amount of space needed to keep the following description aligned.</p>
<p>&bull; If the optional argument is omitted (or empty), then there is no space, and the following description will align to the left of the table.</p>
<p>&bull; If the optional argument is the tilde character ~ then no number or period is printed, but the space is occupied, so that the following description aligns as if you had entered a chapter number.</p>
<p>&bull; The description is usually the chapter title. If it cannot easily fit on one line, then use an additional <code>\tocitem</code>, because the text cannot be wrapped. The following example shows how this can be done.</p>
<p>&bull; Without the asterisk, <code>\tocitem</code> fills the area between the description and the page number with empty space. The more popular, starred <code>\tocitem*</code> command fills with a dotted line, and is very attractive.</p>
<p>&bull; You may use ordinary style commands, such as <code>\textit</code>, in the entries.</p>
<p><b>Example of toc:</b></p>
<p class="code" style="text-indent:0px; font-size:small"><img class="floatright" src="html-resources/toc.png" width="264" height="408" alt="toc example"/>
<code>
\clearpage<br/>
\thispagestyle{empty}<br/>
\begin{toc}[0.25]{3em}<br/>
\vspace*{4\nbs}<br/>
{\centering\charscale[1.25]{Contents}\par}<br/>
\null\null<br/>
\tocitem*[1]{The Evil Weeds}{1}<br/>
\tocitem*[2]{A Plan of Attack}{14}<br/>
\tocitem*[3]{Lady Withens Objects}{35}<br/>
\tocitem*[4]{Back-Hoe to the Rescue}{48}<br/>
\tocitem[5]{Invasion of the Dandelions}{}<br/>
\tocitem*[~]{\emph{Interlude}}{63}<br/>
\tocitem*[6]{Army of the Gardeners}{94}<br/>
\tocitem*[7]{Too Much Rain}{113}<br/>
\tocitem*[8]{To Nuke, or Not to Nuke?}{145}<br/>
\tocitem*[9]{Revenge of the Zucchini}{162}<br/>
\tocitem*[10]{Lady Withens Sneezes}{180}<br/>
\tocitem*[11]{The Concrete Lawn}{206}<br/>
\end{toc}<br/>
\clearpage 
</code>
</p>
<div style="clear:both"></div>
</div></div><!-- end class="d4" -->

<h4 id="h9.3.6">9.3.6. &nbsp; Sample Foreword</h4>
<div class="d4" id="d9.3.6">
<p>A Foreword is very rare in fiction, because its normal purpose (in nonfiction) is to endorse, or add credence to, the rest of the book. Thus, a Foreword is not written by the author, but by an editor, expert, or celebrity. You should be so lucky.</p>
<p><img src="html-resources/foreword.png" class="floatright" width="178" height="826" alt="example foreword"/> A Foreword begins recto. Its start page has no header, but may have a footer. If there is only one more page, then again have no header, possibly footer. More than two pages, use both header and footer if they are available. The header text is not the author and title of the book. Usually, it is "Foreword" (perhaps in small caps) recto and verso. Typically the Foreword is signed at its end. A very lengthy Foreword might have its writer's name and credentials shown on its start page.</p>
<p>We will imagine that your book <i>Zombie Chemists</i> was once approved for the reading list of some low-income elementary school. Four years later, all the kids who read it were accepted in chemical engineering programs at elite colleges. Now, someone from the National Bureau of Schools wants to recommend the book everywhere. The lengthy Foreword is styled like a chapter (see below), using header/footer book layout:</p>
<p class="code"><code><small>
\cleartorecto <span class="ap">% always start with this</span><br/>
\thispagestyle{footer} <span class="ap">% the book has a footer</span><br/>
\SetVersoHeadText{\textsc{Foreword}}<br/>
\SetRectoHeadText{\textsc{Foreword}}<br/>
\begin{ChapterStart}<br/>
\vspace*{2\nbs}<br/>
\ChapterTitle{Foreword}<br/>
\end{ChapterStart}<br/>
It is my great pleasure to recommend...\par<br/>
\lipsum<br/>
... And I urge all schools to adopt it.\par<br/>
\null<br/>
\stake\hfill Bigg Wigg, Ph.D.\par<br/>
\stake\hfill Honcho, National Bureau of Schools, 2017\par<br/>
\clearpage <span class="ap">% always end with this or \cleartorecto</span><br/>
<span class="ap">% Be sure to re-set the head texts!</span>
</small></code></p>
<p style="clear:both">Once again: It is very unlikely that your book will have a Foreword. Ever.</p>
</div>

<h4 id="h9.3.7">9.3.7. &nbsp; Sample Preface</h4>
<div class="d4" id="d9.3.7">
<p>A Preface is written by the author. Usually, it is an explanation of the circumstances that led to the writing of this book. That is common in nonfiction, where a how-to book might self-praise expertise; a lifestyle book might mention the author's own success with the following advice; an account of an incident might explain that the author was really there.</p>
<p><img class="floatright" src="html-resources/preface.png" width="178" height="826" alt="example preface"/> A Preface is uncommon in fiction, but it is sometimes used as a catch-all for a variety of things, perhaps including acknowledgements and permissions when they are not shown separately. Or, if the fiction was "inspired by" some real events, that might be mentioned. Don't you dare say that your book was inspired by the writing style of [famous living author] or the setting and characters of [television, movie, another author's book].</p>
<p>Here, we will imagine that the author is a combat veteran who is writing combat fiction. He will explain his own experience in the armed forces, so we can understand that the setting is realistic:</p>
<p class="code"><code><small>
\cleartorecto <span class="ap">% always start with this</span><br/>
\thispagestyle{footer} <span class="ap">% the book has a footer</span><br/>
\SetVersoHeadText{\textsc{Preface}}<br/>
\SetRectoHeadText{\textsc{Preface}}<br/>
\begin{ChapterStart}<br/>
\vspace*{2\nbs}<br/>
\ChapterTitle{Preface}<br/>
\end{ChapterStart}<br/>
In the 1990s I served three tours of duty in...\par<br/>
\lipsum[1-2]<br/>
Our platoon successfully...\par<br/>
\lipsum[1-2]<br/>
By the time I returned home...\par<br/>
\lipsum[1-2]<br/>
... And finally, I would like to thank....\par<br/>
\null<br/>
\stake\hfill Dirk Hardcase\par<br/>
\stake\hfill Springfield, March 14, 2017\par<br/>
\clearpage <span class="ap">% always end with this or \cleartorecto</span><br/>
<span class="ap">% Be sure to re-set the head texts!</span>
</small></code></p>
<p style="clear:both">Note that a <i>fictional</i> tale of the book's creation does not belong in a Preface, or anywhere in front matter. Put it in main matter.</p>
</div>

<h4 id="h9.3.8">9.3.8. &nbsp; Sample Acknowledgements</h4>
<div class="d4" id="d9.3.8">
<p class="noindent">Most books don't need acknowledgements. As with a Dedication, don't write Acknowledgements just because you can. Acknowledgements are for those who provided real assistance. If you want to provide a shout-out to your friends for their encouragement, do that on a web page.</p>
<p>If you have a Preface, you can include acknowledgements there, so you don't need a separate Acknowledgements section. If you obtained permission to use copyrighted material, and if that can be documented on the copyright page, do it there; or do it in the Preface, if you have one.</p>
<p>Acknowledgements begin on a recto page. If lengthy, style the section like a chapter. See the above sample Foreword and Preface. If very brief, it is better to use the style of a Dedication or Epigraph, with the material in a block that does not fill the page width. In the following, the width was manually adjusted until the text looked good, without hyphenation:</p>
<p class="code"><img class="floatright" src="html-resources/acknowledgements.png" width="178" height="274" alt="sample acknowledgements"/>
<code><small>
\cleartorecto <span class="ap">% always start with this</span><br/>
\thispagestyle{empty}<br/>
\vspace*{6\nbs}<br/>
\begin{adjustwidth}{3.6em}{3.6em}<br/>
{\centering\charscale[1.6]{Acknowledgements}\par}<br/>
\null<br/>
\null<br/>
\noindent The author would like to thank the antiquities research staff at the Erewhon County Library, without whose assistance the material regarding Eighteenth Century axe murderers would never have come to light.\par<br/>
\end{adjustwidth}<br/>
\clearpage <span class="ap">% always end with this or \cleartorecto</span>
</small></code></p>
<div style="clear:both"></div>
</div>

<h4 id="h9.3.9">9.3.9. &nbsp; Sample Map</h4>
<div class="d4" id="d9.3.9">
<p class="noindent">Many works of fiction have a map or other diagram. It might be the map of a real or fictional geographic area. It might be the map of a crime scene. It might be an inheritance chart. Even though fictional, it may be placed in front matter.</p>
<p>A map may be placed verso or recto, as long as it does not visually interfere with material on the facing page. In particular, do not place a map on the verso that faces the opening of your story.</p>
<p>Typically, a map appears late in front matter, but I have sometimes seen it early in front matter. I have not seen an authoritative guide to placement. A single map, or maybe two, need not be mentioned in a table of contents or illustrations. If you have a lot of them strewn around the book, then they should be listed in such a table; but this is very rare in fiction.</p>
<p>As with all images in <i>novel</i>, a map must be raster png or jpg (not vector artwork), of correct resolution, placed using <i>novel's</i> own image placement commands. These are described <a href="#h8">elsewhere</a> in this documentation.</p>
<p>Normally, a map in front matter has no header/footer. For example:</p>
<p class="code"><img class="floatright" src="html-resources/map.png" width="178" height="274" alt="sample map"/>
<code><small>
\clearpage <span class="ap">% always start with this or \cleartorecto</span><br/>
\thispagestyle{empty}<br/>
\BlockImage{areamap.png} <span class="ap">% 600dpi b/w</span>
\vspace{2\nbs}<br/>
\begin{center}<br/>
1. Alice Springs\\<br/>
2. Tuktoyaktuk\\<br/>
3. Pflugerville\\<br/>
4. Pucallpa\\<br/>
5. Kolwezi\\<br/>
6. Dushanbe\\<br/>
7. Mittenwald\\<br/>
8. Sanya\\<br/>
9. Ice Station 414\par<br/>
\end{center}<br/>
\clearpage <span class="ap">% always end with this or \cleartorecto</span>
</small></code></p>
<div style="clear:both"></div>
</div>

<h4 id="h9.3.10">9.3.10. &nbsp; Cast of Characters, Synopsis, etc.</h4>
<div class="d4" id="d9.3.10">
<p class="noindent">Some authors like to provide a page or two that names the characters who will appear in the story, with a quick description. This seems fashionable in murder mysteries.</p>
<p>Example: "Lord Withens: Master of his ancestral estate, fond of horses and bridge. Who knew what he kept in that distant farmer's cottage?" (Plus a few other characters.)</p>
<p>Or, if your book is part of a series where this book begins where another left off, you may have a short Synopsis reminding the reader what came before. Example: "Space Captain Withens and his robo-sidekick are on a quest to find the lost Frgltz stone. After intercepting a secret message, they hastily sped to planet Wkertx, only to discover that it was a trap. They are now hiding in an abandoned mine, with a squad of Qltprs patrolling the skies above."</p>
<p>The Cast of Characters, or Synopsis, begins recto. It is placed very late in front matter, just before main matter begins.</p>
<p>What's the difference between a Synopsis and a Prologue? A Synopsis is very brief, rarely more than a page, and does not reveal anything that an avid reader would not already know, from previous books in the series. It belongs in front matter. A Prologue is brief (but may be a few pages), and does reveal something that the reader would not already know. It belongs in main matter. I cannot think of any occasion for using both.</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page09 -->
<!-- ************************************************************ -->
<div id="page10" class="page">


<h2 id="h10">10. &nbsp; Transition from Front Matter to Main Matter</h2>
<div class="d2" id="d10">
<p class="noindent">Main matter always begins with the <code>\mainmatter</code> command, immediately following <code>\clearpage</code> or \cleartorecto</code>. The <code>\mainmatter</code> command sets the page recto, numbering to Arabic 1.</p>
<p>There is no middle-matter between front matter and main matter. So, it is necessary to decide whether a page belongs in one or the other. The final page of front matter is verso, with a lowercase roman page number that is almost never printed. The first page of main matter has Arabic page number 1, which may or may not be printed, depending on layout.</p>
<p>In general, anything that is "about the book" is meta-information that belongs in front matter. "The story itself," and any aftermath, belongs in main matter. This section provides a guide to determining which is which.</p>
<p>Some situations are judgement calls. Where I provide an opinion, it is based on my obervations of popular fiction books, or the <i>Chicago Manual of Style, 16th Edition (CMoS)</i>, favoring actual books when there is room for disagreement. Opinions offered by non-authoritative web sites have been disregarded. It's not that I am more authoritative; take my advice, or leave it, as you see fit.</p>
<p>Just the other day, I was looking at a famous book by a famous author, reprinted by a famous publisher in hard cover. Its page numbers began with 1 at the Half-Title and ran continuously. No separate numbering for front matter. Why bother thinking about it, when the book will sell the same number of copies anyway?</p>

<h3 id="h10.1">10.1. &nbsp; Introduction in Front Matter</h3>
<div class="d3" id="d10.1">
<p class="noindent">An Introduction is a chapter-like section, written by the author.</p>
<p>In nonfiction, the purpose of an Introduction is to familiarize the reader with background material, so that the main material can be properly understood in context. Such an Introduction appears after Foreword and Preface (if any), and is placed in front matter. It begins recto.</p>
<p>In fiction, a front matter Introduction is very rare (I have never seen any), because it is supposed to be factual, not a part of the story. Perhaps a fictional front matter Introduction might be used in a novel that requires extensive world-building; but that's not my genre, so I do not know. If in doubt, look at some actual books in that genre.</p>
</div><!-- end class="d3" -->

<h3 id="h10.2">10.2. &nbsp; Author's Note in Front Matter</h3>
<div class="d3" id="d10.2">
<p class="noindent">An Author's Note is brief, preferably one page (at most two), beginning recto. If very brief, it may be styled like an Epigraph. Otherwise, it is styled like a chapter. No header, but page numbers may appear in footer.</p>
<p>Typically, an Author's Note is used when an author has something to say, but there is no Preface (or the Note is inappropriate in a Preface). The Note directly addresses the reader, from the author, and is often signed with place and date.</p>
<p>For example, I recall a book (crime genre) where the Author's Note mentions that a certain aspect of animal behavior, which will appear in the story, is actually based in reality. Otherwise, it sounds ridiculous, and we would assume that the author just made that up. The author is making a truthful remark about the book, rather than telling a story, so the Note properly belongs in front matter.</p>
<p>On the other hand, in the "lost manuscript" genre, the Author's Note may tell how the information came into possession of the author. That is fiction, but since it is brief and pretends to be about the book, it is placed in front matter. However, a long tale about the discovery of the manuscript belongs in a main matter Introduction, as described below. You can also have a front matter Author's Note mentioning how the material was acquired by the author from some adventurer, followed by a main matter Introduction, with the adventurer's own tale of the manuscript's finding.</p>

<h4 id="h10.2.1">10.2.1. &nbsp; Sample Author's Note</h4>
<div class="d4" id="d10.2.1">
<p class="noindent">For example, in a book of historical fiction:</p>
<p class="code"><img class="floatright" src="html-resources/authorsnote-frontmatter.png" width="178" height="274" alt="sample author's note in frontmatter"/>
<code><small>
\cleartorecto <span class="ap">% always start with this</span><br/>
\thispagestyle{empty}<br/>
\vspace*{6\nbs}<br/>
{\centering\charscale[1.6]{Author's Note}\par}<br/>
\null<br/>
\null<br/>
\noindent The Third-Century burial practices of the Roman Empire, for those of the lesser nobility, were generally as described in this story. The description of Alemanni tribes is based on a pastiche of opinions by contemporaneous writers, who saw them from the perspective of Graeco-Roman culture.\par<br/>
In the chapters pertaining to transmontane trade and cultural exchange, I have taken great liberty with the likely behavior and responses of the characters as events unfold. Nevertheless, the goods and services available to them, in ordinary commerce, are as described in the story.\par<br/>
\clearpage <span class="ap">% always end with this or \cleartorecto</span>
</small></code></p>
<div style="clear:both"></div>
</div>
</div><!-- end class="d3" -->

<h3 id="h10.3">10.3. &nbsp; Second Half-Title in Front Matter</h3>
<div class="d3" id="d10.3">
<p class="noindent">If a second Half-Title is used, <i>CMoS</i> acknowledges that theory and practice often differ. Here, I will go with the common practice in fiction.</p>
<p>If front matter is short, a second Half-Title is sometimes used to prevent verso front matter from clashing with recto main matter. This is one of the possibilities discussed in the basic six-page front matter (<a href="#hB">Appendix B</a>). In this case, the second Half-Title is front matter, and so is its verso. Main matter begins at the following recto.</p>
<p>You can also do this for more than the basic six pages of front matter, if you wish. However, there are situations where a second Half-Title should be the start of main matter. See below.</p>
</div><!-- end class="d3" -->

<h3 id="h10.4">10.4. &nbsp; Part Separator in Main Matter</h3>
<div class="d3" id="d10.4">
<p class="noindent">Some books are partitioned into distinct sub-books. A sub-book is of substantial length, not individual short stories.</p>
<p>If your book has distinct sub-books, then each of them has its own recto cover page, known as a Part Separator. Its verso is blank or Epigraph. Then the accompanying story begins recto.</p>
<p>A Part Separator is always main matter. So, the first Part Separator is page 1. Its text begins on page 3. Do not re-initialize the page count when you get to the next Part Separator.</p>
<p>The simplest Part Separator is <i>Part I</i>, followed by <i>Part II</i>. You could also call them <i>Book I</i> and <i>Book II</i>, or perhaps <i>First Invasion</i> and <i>Second Invasion</i>. These are not chapters; each part occupies a substantial portion of the entire book, and contains its own chapters.</p>
<p>Sometimes a Part Separator has a brief description of its purpose, as in <i>Book I. On Earth</i> followed by <i>Book II. On Mars</i>.</p>
<p>Unless your book has a very complex structure, do not use both a second Half-Title and a Part Separator. Combine them as the recto main matter page 1: <i>The Withens Chronicles. Part I</i>. Then the next Part Separator might simply be <i>Part II</i>. No particular rule.</p>
</div><!-- end class="d3" -->

<h3 id="h10.5">10.5. &nbsp; Second Half-Title in Main Matter</h3>
<div class="d3" id="d10.5">
<p class="noindent">When front matter is <i>lengthy</i>, and there is no Part Separator, then a second Half-Title is used as the start of main matter. It is recto page 1. Its verso (blank, sometimes Epigraph) is page 2, and the beginning of the story is page 3.</p>
<p>How long is <i>lengthy</i>? No specific value. If in doubt, place a second Half-Title in main matter, rather than in front matter. If the front matter contains any chapter-like sections (such as Foreword, Preface, Introduction) then consider it to be <i>lengthy</i> regardless of the number of pages.</p>
</div><!-- end class="d3" -->

<h3 id="h10.6">10.6. &nbsp; Introduction in Main Matter</h3>
<div class="d3" id="d10.6">
<p class="noindent">An Introduction is a chapter-like section. If the book is nonfiction and the Introduction is factual, it belongs in front matter, as described above. But in fiction, where an Introduction is a lead-in to the larger story, it belongs in main matter.</p>
<p>A main matter Introduction is typically used in the "lost manuscript" genre, where some fictional adventurer or archaeologist describes how the manuscript was found and translated. Usually the narration is told in the first person. Sometimes the author pretends to be the adventurer or achaeologist. Often the narrator is someone else. Following such an Introduction, the various chapters will reveal the contents of the manuscript. If the voice of the Introduction returns at the end, it is called a Conclusion.</p>
</div><!-- end class="d3" -->

<h3 id="h10.7">10.7. &nbsp; Prologue in Main Matter</h3>
<div class="d3" id="d10.7">
<p class="noindent">A Prologue, even if one page, is styled as a chapter. It belongs in main matter.</p>
<p>The purpose of a Prologue is to provide a quick lead-in or setting for the story, and get the reader's attention. It is fiction, confined in place and time (one scene, one perspective). The narrator may be first-person or third-person.</p>
<p>Do not use a Prologue for the voice of the author speaking about the book, as author; that goes in an Introduction or Author's Note.</p>
<p>If a book has a Prologue, then it is likely to have an Epilogue after the main story ends. An Epilogue also belongs in main matter.</p>
<p>I do not know of any fiction with both a fictional Introduction and a Prologue. If so, Introduction precedes Prologue.</p>
<p>Note: I have seen some web pages advising that a Prologue should go in front matter, and be told by a character (who appears in the following story). Based on <i>CMoS</i> and actual books, I do not think that is correct.</p>
</div><!-- end class="d3" -->

<h3 id="h10.8">10.8. &nbsp; Chapters</h3>
<div class="d3" id="d10.8">
<p class="noindent">Finally, you have arrived at Chapter One! It is always recto, in main matter. As described above, its page number may be 1 or 3. If your book is a collection of short stories, the same applies to the first story.</p>
<p>Subsequent chapters may begin recto or verso, or the book may be designed so that each chapter always begins recto. In the majority of novels I have seen, recto/verso is used. The <code>\clearpage</code> command starts a new page (recto or verso), and the \cleartorecto command will (if necessary) insert a blank verso, so that the following material is always recto.</p>
<p>In the case of short stories, especially if they are by different authors, it is customary to begin each one as recto.</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page10 -->
<!-- ************************************************************ -->
<div id="page11" class="page">


<h2 id="h11">11. &nbsp; Chapter Structure</h2>
<div class="d2" id="d11">
<p class="noindent">This section describes how chapters, and chapter-like material such as Preface, are designed. The <i>novel</i> class has commands specifically for this purpose. Do not use the ordinary TeX <code>\chapter</code> command, or any other TeX partitioning such as <code>\section</code>.</p>
<p>The last command of the document body must be \cleartoend. This ensures that the final page will be a blank verso, if necessary preceded by a blank recto.</p>

<h3 id="h11.1">11.1. &nbsp; ChapterStart Environment</h3>
<div class="d3" id="d11.1">
<p class="noindent">Unless your book has numerous short, rapid-fire chapters, begin each chapter with the ChapterStart environment. Also do this for chapter-like sections such as Foreword, Preface, Introduction, Prologue, Epilogue, and other places where the design resembles a chapter:</p>
<p class="code"><code>
\clearpage % or \cleartorecto<br/>
% \thispagestyle{<em>choose</em>} % if not default<br/>
% \SetVersoHeadText{<em>text</em>} % sometimes
% \SetRectoHeadText{<em>text</em>} % sometimes
\begin{ChapterStart}[<em>lines</em>]<br/>
% contents of chapter start<br/>
\end{ChapterStart
</code></p>
<p>The environment reserves a block of space, default 10 lines high. You may globally change that value in the Preamble, using the <code>\SetChapterStartHeight{<em>lines</em>}</code> command.</p>
<p>On a per-chapter basis, the height may be changed using the optional <i>lines</i> argument of the ChapterStart environment. For example, sometimes that is helpful if a chapter has only one or two lines on its final page; then, you can effectively move all lines forward, by reducing the height of its ChapterStart.</p>
<p>In all cases, the height must be an integer, greater than or equal to 4.</p>
<p>You can put almost anything you like within this environment. Its height does not shrink or expand with content. However, if you put too much for the reserved space, then the excess will flow out the bottom of the reserved area, and mingle with the main text below. That is usually undesirable. If you do put too much, no error or warning is generated (because it might have been by intent).</p>
<p>Note that ChapterStart does not, by itself, begin a new page. You have to issue the <code>\clearpage</code> (or <code>\cleartorecto</code>) command before ChapterStart. This is to allow for exotic designs with small ChapterStart space, and more than one chapter per page. But if that is the nature of your book, have a look at the <code>\QuickChapter</code> command.</p>
<p>If the header/footer style for a particular chapter is <i>not</i> the same as the ChapterStart default style, then locally over-ride the default using <code>\thispagestyle</code> <i>prior to</i> ChapterStart. See below.</p>
<p>In some books that have headers, their content varies from chapter to chapter. Commands <code>\SetVersoHeadText</code> and <code>\SetRectoheadText</code> control that content. Once issued, they do not expire at the end of a chapter, but remain in effect until re-issued.</p>

<h4 id="h11.1.1">11.1.1. &nbsp; Chapter Title, Subtitle, Deco</h4>
<div class="d4" id="d11.1,1">
<p class="noindent">These commands are intended for use within the ChapterStart environment. In each case the optional <i>alignment</i> is <i>l</i> for left, <i>c</i> for center (default), <i>r</i> for right.</p>
<p class="code">\ChapterTitle[<em>alignment</em>]{<em>text</em>}</p>
<p>The chapter title will automatically use the font specifications of <i>chapterfont</i>, unless you locally over-ride them using other font commands.</p>
<p class="code">\ChapterSubtitle[<em>alignment</em>]{<em>text</em>}</p>
<p>The chapter subtitle will automatically use the font specifications of <i>subchfont</i>, unless you locally over-ride them using other font commands.</p>
<p class="code">\ChapterDeco[<em>alignment</em>]{<em>text, image</em>}</p>
<p>The chapter deco is a non-committal way to place almost anything. It uses the ordinary text font, unless you over-ride it with a font command. Perhaps you will use the <code>\decoglyph</code> command to pick an item from the deco font. You can also use an image.</p>
<p>Each of the above commands is limited to one, non-wrapping line. However, they may be issued more than once in the same <i>ChapterStart</i>. So, if the chapter title requires two lines, use <code>\ChapterTitle</code> twice.<p>
<p>If you don't like the vertical positioning, you can change it using <code>\vspace</code> commands. You will usually need to use <code>\vspace*</code> above the chapter title, so that it is not too high on the page.</p>
</div>

<h4 id="h11.1.2">11.1.2. &nbsp; Default Header/Footer at Chapter Start</h4>
<div class="d4" id="d11.1,2">
<p>By default, <i>novel</i> automatically uses <code>\thispagestyle{footer}</code> when it sees the ChapterStart environment. Then, no header will print above the chapter start. However, if there is a footer, it will print.</p>
<p>If you wish to use a different default behavior for ChapterStart, then write this command <i>in the Preamble</i>:</p>
<p class="code"><code>\SetChapterStart{<em>choice</em>}</code></p>
<p>In the above, <i>choice</i> is one of the choices available for <code>\thispagestyle</code>, as listed below.</p>
</div>

<h4 id="h11.1.3">11.1.3. &nbsp; <code>\thispagestyle</code> at Chapter Start</h4>
<div class="d4" id="d11.1.3">
<p>No matter whether a book is fiction or nonfiction,the first page of a chapter almost never has a header. However, it may have a footer if the book design normally has one (typically the page number).</p>
<p>If the setting provided by <code>\SetChapterStart</code> is inappropriate for a particular chapter (or anything using ChapterStart environment), then locally over-ride it using one of these choices:</p>
<p class="code"><code>\thispagestyle{footer}</code></p>
<p>The above choice actually means, &ldquo;footer, if normally available.&rdquo; It does not create a footer that would not otherwise be present in your general book layout. This is the built-in default.</p>
<p class="code"><code>\thispagestyle{empty}</code></p>
<p>The above choice prints neither header nor footer. Not best, since it is usually appropriate to print a footer when it exists.</p>
<p class="code"><code>\thispagestyle{dropfoliobeneath}</code></p>
<p>The above choice is the same as \thispagestyle{footer}, if the layout has a footer. Otherwise, a fake footer is created just below the text block, in the lower margin. The page number is centered there. This choice can be used if your lower margin is much taller than the minimum required by the printer's safe clearance zone. Since TeX does not know what that requirement is, you will have to inspect the result yourself.</p>
<p class="code"><code>\thispagestyle{dropfolioinside}</code></p>
<p>The above choice is the same as \thispagestyle{footer}, if the layout has a footer. Otherwise, it is very tricky. It reduces the height of the ChapterStart environment by one line. Then, the text on that page is moved upward by one line, leaving a vacancy where the last line would normally be. The page number is centered there. This does not intrude into the lower margin.</p>
<p>The following image shows three pages of a Foreword, from a book that uses header but no footer. On its start page, the folio has been dropped inside. Color added for illustration.</p>
<p class="centerimg"><img src="html-resources/dfi.png" width="534" height="267" alt="example of inside drop folio"/></p>
<p>Note that the placement of page number does not honor \SetFootJump. The number is sized a little smaller than main text, but it is right where another line of text would be.</p>
<p class="code"><code>\thispagestyle{forcenumber}</code></p>
<p>The above choice is the same as \thispagestyle{footer}, if the layout has a footer. Otherwise, it assumes that the page number is located at the outside of a header, and prints only that outside header portion. This is a very rare situation that I have only seen in some nonfiction, where the page number of each new chapter (usually by different authors) must be printed somewhere on the page. Avoid it unless you are certain that you need it.</p>
</div>

<h4 id="h11.1.4">11.1.4. &nbsp; ChapterStart With Image</h4>
<div class="d4" id="d11.1.4">
<p class="noindent">You can use an image in chapter titles. If you place an image, use one of the image commands defined by <i>novel</i> elsewhere in the documentation. Any other method is likely to push the following text off-grid.</p>
<p>Be sure that you are licensed to use the image. Many clipart catalogs "for personal use only," prohibit usage in commercial books. One possible source is <a href="http://openclipart.org" rel="external" target="new">openclipart.org</a> (note the <em>.org</em>).</p>

<h5 id="h11.1.4.1">11.1.4.1 &nbsp; Text Over Image</h5>
<div class="d5" id="d11.1.4.1">
<p class="noindent"><img class="floatright" src="html-resources/ctimg35.png" width="79" height="196" alt="example of chapter title image, text over"/> You may position text over an image. Be aware that overlapping text and graphics may be interpreted as a mistake, by human reviewers. It is best to use black text, or grayscale text that is much darker than the underlying image. Results are uncertain if you try to place light text over a dark image.</p>
<p>Example, where the command <code>\unifrac</code> calls for the font <i>UnifrakturMaguntia.ttf</i>. Note that the font command is <i>outside</i> \charscale:</p>
<p class="code"><code><small>\begin{ChapterStart}<br/>
\BlockImage{sword.png} <span class="ap">% centered by default</span><br/>
{\unifrak\centering\charscale[3,0pt,4\nbs]{35}\par}<br/>
</small>\end{ChapterStart}</code></p>
</div>

<h5 id="h11.1.4.2">11.1.4.2. &nbsp; Text Within Image</h5>
<div class="d5" id="d11.1.4.2">
<p class="noindent">If the text is not ordinary black, or not much darker than the background image, then it is better to include the text as part of the raster image. The reason is that there is no "white ink." Although light text over a dark image may appear as expected in PDF, and print that way on many printers, there are many exceptions. If in doubt, ask your print service. In this example, the number is built into the image itself:</p>
<p class="code"><img class="floatright" src="html-resources/smfingerprint8.png" width="86" height="70" alt="example of chapter title image, raster text"/><code><small>\begin{ChapterStart}<br/>
\BlockImage[l]{smfingerprint8.png}<br/>
\end{ChapterStart}</small></code></p>
</div></div><!-- end class="d4" -->
</div><!-- end class="d3" -->

<h3 id="h11.2">11.2. &nbsp; QuickChapter and Scene Breaks</h3>
<div class="d3" id="d11.2">
<p class="noindent">These commands are used for indicating a break, without the formality of ChapterStart.</p>
<p>You will need to inspect your layout, to ensure that the break does not occur at an inconvenient location, such as at the bottom of the page. This is not automated. If the break occurs in a bad place, you will simply have to re-write so that it occurs elsewhere.</p>

<h4 id="h11.2.1">11.2.1. &nbsp; <code>\QuickChapter[<em>linelength</em>]{<em>chapter title</em>}</code></h4>
<div class="d4" id="d11.2.1">
<p class="noindent">If your novel is the kind of story that consists of numerous short chapters in rapid succession, then you probably do not wish to begin each chapter on its own page, with a block of whitespace at the top. The \QuickChapter command provides an alternative to ChapterStart.</p>
<p><code>\QuickChapter</code> inserts two blank lines. In the gap, the chapter title is left-justified using <i>subchfont</i> (not <i>chapterfont</i>). It is slightly raised from the normal baseline, because this looks better; but the following text is back on-grid. By default, the start of the following text will be un-indented.</p>
<p>If the optional <i>linelength</i> is provided, then a dash will be written after the title, at the position and thickness typical of the em dash in <i>subchfont</i>. If <i>linelength</i> is specified in units of length, then that will be the length of the line. But if <i>linelength</i> is an asterisk, then the line will fill to the right margin.</p>
<p>Note that this command is too obtrusive for mere scene changes within a chapter.</p>
<p>Example:</p>
<p class="code"><code><small>Then he looked at me with a sneer, and barked, ``You better haul your can over to Vinny's joint, before the Boss finds out.''\par<br/>
\QuickChapter[3em]{16. At Vinny's}<br/>
So I took his advice, and hauled my can over to Vinny's. It was everything I had expected, and worse.\par<br/>
The bouncer wasn't the biggest one I'd ever seen, but he was the ugliest. ...</small></code></p>
<p class="centerimg"><img src="html-resources/quickchapter.png" width="629" height="240" alt="quick chapter"/></p>
</div>

<h4 id="h11.2.2">11.2.2. &nbsp; Scene Breaks</h4>
<div class="d4" id="d11.2.2">
<p class="noindent">There are several commands dedicated to the purpose of scene breaks.</p>
<p class="code"><b><code>\scenebreak</code></b> inserts a one-line blank skip. The following line of text is not indented.</p>
<p class="code"><b><code>\sceneline</code></b> inserts a one-line skip, containing a short centered line. The following line of text is not indented.</p>
<p class="code"><b><code>\scenestars</code></b> inserts a one-line skip, containing three spaced, centered asterisks. The following line of text is not indented.</p>
<p style="margin-top:20px">Examples:</p>
<p class="code"><img style="float:right; margin-left:16px;" src="html-resources/scenebreaks.png" width="331" height="236" alt="scene breaks"/>
<code><small>
\noindent It was a dark and stormy night.\par<br/>
Lord Withens, the last of his line, hurried through the gloom to Castle McWhistle, where Lady McWhistle awaited.\par<br/>
\scenebreak<br/>
Well, maybe it was not very dark.\par<br/>
But to Lord Withens, it seemed dark enough. Or rather, he hoped it was dark enough. Lord McWhistle was suspicious.\par<br/>
\sceneline<br/>
Actually, it was not all that stormy, either. But the Withens clan never tolerated drizzle, much less a storm.\par<br/>
Who could blame them? It's not like they lived in Italy.\par<br/>
\scenestars<br/>
Ah, such ill fortune haunted the Withens!\par<br/>
Unfortunately, novelists of that era had so little to write about, or they would have chosen another family to pursue.\par
</small></code></p>
<p>If you are using \scenebreak and the gap occurs at the very bottom or top of a page, then manually substitute \sceneline or \scenestars there. This is a standard way to indicate that the gap is intentional. The substitution is not automatic.</p>
</div>

<h4 id="h11.2.3">11.2.3. &nbsp; <code>\IndentAfterScenebreak</code></h4>
<div class="d4" id="d11.2.3">
<p class="noindent">This global command may only be used in the Preamble.</p>
<p>Normally, text begins without a paragraph indent, after each scene break. This is standard in fiction. If you prefer that each new scene begins indented, use this command. It works with <code>\scenebreak</code>, <code>\sceneline</code>, and <code>\scenestars</code>.</p>
</div>

<h4 id="h11.2.4">11.2.4. &nbsp; <code>\linebreak</code></h4>
<div class="d4" id="d11.2.4">
<p class="noindent">The general method for breaking a line, without creating a new paragraph, is to use the double backslash <code>\\</code>. The break will be ragged-right. This is suitable for such things as poetry, and other places where the break does not need to be justified.</p>
<p>In some cases, you need the break to be justified. Command <code>\linebreak</code> does that. Use with caution, since lines earlier in the paragraph will not reflow! Instead, the broken line will justify by itself, possibly resulting in excessive stretch.</p>
<p>One possible use of <code>\linebreak</code> is when layout places something very short at the calculated break. This often happens in English first-person narration, where the word "I" is common. Then, placing <code>\linebreak</code> just before the "I" is likely to result in better appearance. But you will need to inspect the result, both before and after the manually inserted break.</p>
</div>

<h4 id="h11.2.5">11.2.5. &nbsp; Widows and Orphans (Clubs)</h4>
<div class="d4" id="d11.2.5">
<p class="noindent">The <i>novel</i> class applies virtually no penalty to widows and orphans (clubs). There are good reasons for this.</p>
<p>In many other document classes, different pages can have different numbers of lines, to avoid widows and orphans. This is accomplished by stretching inter-line or inter-paragraph spaces. That kind of strategy is unacceptable in a novel, which is expected to have an identical line grid on facing pages.</p>
<p>Also, a novel typically has many short paragraphs, often consisting of dialog. It becomes problematic to deal with them, without causing excess hyphenation and other unpleasant results.</p>
<p>So, <i>novel</i> lets widows and orphans happen. This is common practice for the typesetting of many actual novels by major authors, with major publishers, as seen in the library.</p>
<p>But do inspect your own work for widows and (especially) orphans that result in poor typesetting. Usually widows are not the problem, since they fill a line at the end of a page. But an orphan may only occupy a small part of its line at the top of a page, possibly as little as one word. There are also "paragraph orphans," where the final word (maybe even just a hyphenated syllable) is on a line by itself.</p>
<p>Since you are writing your own book, you have the liberty to edit your text, so that problematic paragraph layouts disappear. Really, that's the only way to do it. TeX cannot read your mind.</p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page11 -->
<!-- ************************************************************ -->
<div id="page12" class="page">


<h2 id="h12">12. &nbsp; Footnotes, Endnotes, Back Matter</h2>
<div class="d2" id="d12">
<p class="noindent">The <i>novel</i> class has <em>limited</em> support for footnotes, because they are rarely used in fiction. Nevertheless, I have seen them. The notes may be factual or imaginary.</p>
<p>If there are more than a handful of notes, then use endnotes to avoid a constant disruption of the text flow. You may use both footnotes and endnotes.</p>
<p>Footnotes and endnotes use superscripts at the appropriate point in the main text. The actual footnote or endnote begins with ordinary text, not a superscript. You can control the appearance of superscripts using <code>\SetMarkers</code> and related commands. See the section regarding fonts, earlier in this document.</p>

<h3 id="h12.1">12.1 &nbsp; Footnotes</h3>
<div class="d3" id="d12.1">
<p>Footnotes appear at the bottom of the page where they are placed. There is no option to accumulate them to another location. Very long footnotes might straddle pages, but that situation is uncommon in fiction (and not within your control).</p>
<p class="code"><code>\footnote[<em>option</em>]{<em>text</em>}</code></p>
<p>The <code>\footnote</code> command places a superscript "marker" at the place where the command is written. The included text is written at the bottom of the page, beneath a short line that separates it from the main text. The footnote text is at smaller size and line skip, and has the same marker placed before it (but not as superscript). All of this is automatic.</p>
<p>You may, if necessary, apply some style to the footnote text. For example, if you are referring to another work, its title might be in italics.</p>
<p>Normally, no option is used. If you use option <i>0</i> (zero) then no marker will appear in the main text, and the footnote text will also appear without a marker. The count of markers is not incremented. This applies whether the markers are numbers or symbols.</p>
<p>&bull; Trick: If you are using footnote numbers, but wish to place a special footnote using a symbol, you can do it manually. For example:</p>
<p class="code"><code>He blinked.*\footnote[0]{* No, he didn't.}</code></p>
<p>&bull; Avoid use of underlining, as it is considered bad style, due to visual distraction. If necessary, use italics.</p>
</div><!-- end class="d3" -->

<h3 id="h12.2">12.2 &nbsp; Endnotes</h3>
<div class="d3" id="d12.2">
<p class="noindent">Endnotes are sometimes used in fiction. In general, the endnotes are also fictional.</p>
<p>You may use both footnotes and endnotes, if you wish. However, if endnotes are used, then footnotes must be marked by symbols, rather than by numbers, to avoid confusion. The counts for endnotes and footnotes are independent.</p>

<h4 id="h12.2.1">12.2.1 &nbsp; <code>\endnote</code>, <code>\ResetEndnote</code>, <code>\memo{}</code></h4>
<div class="d4" id="d12.2.1">
<p class="noindent">The <code>\endnote</code> command inserts a numerical superscript in the text. A running count of the numbers is automatically updated. This command does nothing else.</p>
<p>The endnote numbers run continuously through the text, without reset. If you wish to reset the count (perhaps at new chapters), you have to do it manually, using <code>\ResetEndnote</code>.</p>
<p>When you use <code>\endnote</code>, there is no provision for the actual note. The <i>novel</i> class does not know, and does not care, whether or not you actually write the endnote later. If you wish to write a reminder to yourself, about why you put an endnote marker there, use <code>\memo{<i>text</i>}</code>. The argument of <code>\memo</code> will not be printed, and will not be remembered for later use. Note that <code>\memo</code> is not like the percent <code>%</code> comment, because anything following <code>\memo</code> will be honored.</p>
</div>

<h4 id="h12.2.2">12.2.2 &nbsp; <code>\endnotetext{<em>number</em>}{<em>text</em>}</code></h4>
<div class="d4" id="d12.2.2">
<p class="noindent">The <code>\endnotetext</code> command is a simple way of styling endnotes. You do not have to use it, if you have your own method. These may be placed per-chapter, or at the final end. The <i>novel</i> class does not keep track of them.</p>
<p>The first argument is usually the endnote number. A period and following space will automatically be added, so that the text of the note is block-indented. You may use <code>\emph{<em>number</em>}</code> if you prefer the number to be in italics.</p>
<p>The text must be one paragraph. Be sure to end with <code>\par</code> or equivalent.</p>
<p>If the note needs more than one paragraph, then continue like this, with an empty note number:</p>
<p class="code"><code>\endnotetext{}{\indent <em>text</em>}</code></p>
<p>&bull; In <i>novel</i>, you must create and style the page(s) with endnotes yourself! There is no provision for bibliography, and no provision for any other kind of automated styling. This is because the endnotes, being fictional, are more like the main text than any academic style. Think of the endnotes as just another chapter, but starting with something that identifies them as being endnotes. Pagination continues as main matter, with Arabic page numbers. This is recommended by the <i>Chicago Manual of Style</i>, for both fiction and nonfiction.</p>
<p>Example of an endnote:</p>
<p class="code">
<code><small>
\endnotetext{9}{Yang Sho-Nuff was the twelfth son of the elder god of the ancient Who-Zit Clan, with power over the forces of rust.\par}<br/>
\endnotetext{}{\indent However, since this was not yet the Iron Age, the terrible might of Yang Sho-Nuff was largely unrecognized.\par}<br/>
\endnotetext{10}{As Professor Withens notes in his treatise, \emph{When Sho-Nuff Was Not Enough}, the ceremony of daily human sacrifice had a devastating effect on the tribal population.\par}
</small></code></p>
<p class="centerimg"><img src="html-resources/endnotetext.png" width="447" height="151" alt="using endnotetext"/></p>
</div>
</div><!-- end class="d3" -->

<h3 id="h12.3">12.3 &nbsp; Regarding Back Matter</h3>
<div class="d3" id="d12.3">
<p class="noindent">In <i>novel</i>, <code>\backmatter</code> command is an alias for <code>\cleartorecto</code>. It does nothing else. In particular, it does not change the page number style, or reset the page number. Back matter is rare nowadays, in fiction and nonfiction alike.</p>
<p>Anything following the end of your story is still treated as main matter. Epilogue, Conclusion, Endnotes, Appendix, whatever: all of them continue the Arabic page numbers. This is recommended by <i>CMoS</i> and is also best on a practical basis. For example, J.R.R. Tolkien's <i>The Return of the King</i> has very extensive post-story material, such as a history of the Elves, some linguistics, and notes. Nevertheless, the page numbering is Arabic, continued from the main story without reset.</p>
<p>Of course, you may add anything you wish, after your story ends. Call it what you wish. Such material must begin recto, and may have its own cover page.</p>
<p>If your book is available in both hardcover and softcover, then the dust jacket of the hardcover may have "About the Author" on its interior flap. This information is not present on the soft cover, which has no flap. You may, if you wish, place it as an About the Author section, recto, after your story ends. However, I sugest that such material is better on a web site, where you can change or remove it.</p>
</div><!-- end class="d3" -->

<h3 id="h12.4">12.4 &nbsp; <code>\cleartoend</code></h3>
<div class="d3" id="d12.4">
<p class="noindent">The last command of the document body must be <code>\cleartoend</code>. This ensures that the final page will be a blank verso, if necessary preceded by a blank recto.</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page12 -->
<!-- ************************************************************ -->
<div id="page13" class="page">


<h2 id="h13">13. &nbsp; Cover Artwork</h2>
<div class="d2" id="12">
<p class="noindent">This portion serves a limited purpose. It is for the benefit of those who need to submit color print cover artwork in the form of a PDF/X-1a:2001 file, with the artwork as CMYK and 240% ink limit. This is the format required by some American print-on-demand services. It is also generally acceptable to others, whose requirements are less restrictive.</p>
<p>Example cover artwork can be found at the <a class="external" rel="external" target="new" href="https://github.com/RobtAll/novel/">GitHub project page</a>, in the "other" folder.</p>
<p><b>Before you begin:</b> Do you really need to do this? Many print-on-demand services are perfectly happy to accept something such as an ordinary RGB jpeg image, as long as it has the correct size (with bleed area). They can easily process it for print production in a few moments, using professional software. If they do it, then whether or not you are surprised by the resulting colors, will depend on whether or not your original image is within the printer gamut. In other cases, the print service prefers (or insists) that you do the image print production processing yourself. Then, you get to see an emulation of the print colors <em>before</em> you submit the file, and can change your artwork if the resulting colors are disappointing.</p>
<p>The <em>novel</em> document class does not provide any support for creating the original artwork, either image or text. In fact, TeX is not the best way to do that. Use a graphics program (such as the free GIMP) to do your artwork, including text. In the end, your text will be rasterized, just like any background image. For this reason, avoid using small text, or consider using a sans-serif typeface on the cover (even though there is no sans-serif in the book itself).</p>
<p>DO NOT PLACE A BARCODE. If your print service requests a white rectangle where the barcode will go, then include it in your image. Almost every print service is willing to create the barcode from your ISBN, and place the barcode image into your PDF during post-processing. Most of them even demand that they do it themselves. Do-it-yourself barcodes are incompatible with the following instructions.</p>
<p><b>DISCLAIMER:</b> This documentation, and its accompanying software, is offered AS-IS, WITHOUT WARRANTY EXPRESS OR IMPLIED. USE ONLY AT YOUR OWN RISK. The author is an amateur who does not profess expertise in these matters. The best I can say is, "It works for me."</p>

<h3 id="h13.1">13.1. &nbsp; Begin With PNG</h3>
<div class="d3" id="12.1">
<p class="noindent">Create your artwork, including all text (but not barcode or barcode text) using whatever means you have. How you do it is not relevant. To follow these instructions, you must provide the artwork as a flattened (no transparency) PNG format image, at correct size (including bleed area) and resolution (dpi).</p>
<p style="margin-top:8px"><b>Example:</b> Suppose your book is 5.5" x 8.5" softcover, a typical size for American fiction. Based on its page count and paper, you are told that the spine width must be 0.62". The required bleed width, on all four sides, must be 0.125".</p>
<p>Then, the image is 0.125 + 5.5 + 0.62 + 5.5 + 0.125 = 11.87in wide.</p>
<p>The image is 0.125 + 8.5 + 0.125 = 8.75in high.</p>
<p>At 300dpi resolution (a typical value) the image must be 11.87 x 300 = 3561 pixels wide, and 8.75 x 300 = 2625 pixels high. In case of fractional pixels, round upward. The exact pixel count is important.</p>
<p style="margin-top:8px"><img src="html-resources/example-adobergb.png" class="floatright" width="445" height="328" alt="example rgb image"/> It is best to use the AdobeRGB1998 color workspace, or equivalent. But you can also use sRGB, or equivalent, and in many cases you will not notice much difference. It is helpful to attach (embed) the workspace color profile in your PNG image, especially if it is something other than AdobeRGB1998 or sRGB. Note that the workspace is NOT the color profile of your monitor (if you have it). If you do not attach (embed) the workspace color profile, then remember whether you were using AdobeRGB1998 or sRGB. If you make a mistake here, it is not fatal. It merely means that some colors (particularly bright greens and blue-greens) will print somewhat brighter or duller than you were expecting.</p>
<p>When done, export it as a flattened PNG.</p>
<p>If you are provided with an image other than PNG, you have to convert it to PNG. No alternative. It is easy enough to use GIMP to convert most image formats. If you have a PDF (which is not already in the required format), GIMP can probably open it as an image. Be sure you import it with the correct resolution. Again, the pixel width and height are important.</p>
<p><b>Cover Text:</b> These instructions assume that your cover text is rasterized, and is part of the image rather than vector text. In many cases your graphics program has enough text capability to do what you need.</p>
<p>If you wish to use TeX to typeset the cover text, do it this way: Use TeX to create one or more PDFs of the cover text, without images. You can create several blocks of text at different pages sizes, if you wish. Open your background artwork in GIMP. Add a new transparent layer above it. Open a text PDF in GIMP. Choose resolution 300dpi, full antialiasing, grayscale or color. The opened text is now a raster image. Copy it, and paste it atop the transparent layer. Anchor it. Use Color: Color to Alpha: white to alpha filter. That removes the white area from the PDF image. Finally, move the text to where it should go. You can rotate the text 90 degrees, but do not resize it! If you would rather the text be at a different size, then either change it in TeX, or use a different resolution when you open the PDF in GIMP. Note that even when you open the PDF at a different resolution, it will still be at 300dpi when you place it over the 300dpi background image; but its size will change.</p>
</div><!-- end class="d3" -->

<h3 id="h13.2">13.2. &nbsp; Get Some Software</h3>
<div class="d3" id="12.2">
<p class="noindent">Get the 238% total ink limit color profile from <a href="http://www.newselfpublishing.com/TotalInkLimit.html" rel="external" target="new">Aaron Shepard</a>. This does the magic of ensuring that you comply with the 240% ink limit (the profile provides a little headroom, which seems useful). It can also be used for softproofing, if you know how to do that. This is not the only possible profile, but it seems to me that it is the best of several available. A good alternative s from <a class="external" rel="external" target="new" href="https://indesignsecrets.com/force-color-images-cmyk-240-ink-limit.php">David Blatner</a> (find "Here's a simple one" on that page).</p>
<p>Included in the <i>novel</i> documentation <i>extras</i> folder is an open-source color profile for sRGB (file <i>srgb.icc</i>). There is also an open-source Equivalent to AdobeRGB (file <i>crgb.icc</i>). You will be using these when you convert your PNG image to a JPG in CMYK color space. I can think of no technical need to use the "real" profiles that may be lurking somewhere in your computer. These profiles are cross-platform.</p>
<p>Get GraphicsMagick or ImageMagick. On Linux, you can install it via your system package manager. On Windows, get GraphicsMagick Q16 binaries for your system (32 or 64 bit) from <a href="https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick-binaries/" rel="external" target="new">SourceForge</a>. I am told that versions for Mac are available via homebrew and macports, but again, I do not have a Mac, so I cannot check that. Or, get ImageMagick Q16 for various platforms from <a href="https://www.imagemagick.org/script/download.php" rel="external" target="new">here</a>.</p>
</div><!-- end class="d3" -->

<h3 id="h13.3">13.3. Convert Your Image to CMYK at 240% (or less) Ink Limit</h3>
<div class="d3" id="12.3">
<p class="noindent"><img src="html-resources/example-cmyk238.png" class="floatright" width="445" height="328" alt="example cmyk238 image, back to rgb"/> At right, you can see an emulation of the above image, softproofed to CMYK at 238% ink limit. It is not the CMYK file itself, but an RGB image that is supposed to help you visualize what happens during conversion. The original image contained colors that didn't fit the gamut of the printing process. Nevertheless, it is very close, because (in the original) I avoided using much color that I knew would not convert well.</p>
<p><b>Get ready:</b> Make a copy of the above 238% (or 240%) ink limit color profile, and re-name the copy as <i>240.icc</i>. I will call your original PNG image <i>yourimage.png</i>. Put this image, the <i>240.icc</i> file, and files <i>srgb.icc</i> and <i>crgb.icc</i> in a single working folder.</p>
<p>I will also assume that the image resolution is <i>300dpi</i>. If it is something else, then modify <i>300</i> to the other number, when you see it below.</p>
<p><i>Note: Each of the following boxed commands is a single command line. You may need to scroll the box to the right, or the text may wrap, depending on how you view this file.</i></p>
<p style="margin-top:16px"><b>Step 1:</b> Open a Terminal (Command Prompt) and navigate to that folder.</p>
<p>In the following commands, the initial "gm" calls GraphicsMagick (same code Linux and Windows). If you prefer ImageMagick, then eliminate the initial "gm" on Linux, or change the "gm" to "magick" on Windows.</p>
<div class="codeblock">
<p><code>gm convert yourimage.png embedded.icc</code></p>
</div>
<p>The above command may return the message "No color profile available" and generate a zero-byte embedded.icc file. Not a problem. Discard the zero-byte file. But if it generates a non-zero embedded.icc file, keep it.</p>
<p style="margin-top:16px"><b>Step 2:</b> Next (note the file extensions):</p>
<div class="codeblock">
<p><code>gm convert -strip yourimage.png yourimage-stripped.tif</code></p>
</div>
<p style="margin-top:16px"><b>Step 3:</b> At this point, there are three possibilities:</p>
<p><b>(a)</b> You have a non-zero embedded.icc file. In this case:</p>
<div class="codeblock">
<p><code>gm convert -profile embedded.icc -profile 240.icc yourimage-stripped.tif yourimage-temp.tif</code></p>
</div>
<p><b>(b)</b> No embedded.icc, but you know that the artwork was create using AdobeRGB1998 workspace, or equivalent. Then:</p>
<div class="codeblock">
<p><code>gm convert -profile crgb.icc -profile 240.icc yourimage-stripped.tif yourimage-temp.tif</code></p>
</div>
<p><b>(c)</b> Neither of the above. The image is probably sRGB (default). Then:</p>
<div class="codeblock">
<p><code>gm convert -profile srgb.icc -profile 240.icc yourimage-stripped.tif yourimage-temp.tif</code></p>
</div>
<p style="margin-top:16px"><b>Step 4:</b> Now, regardless of which possibility you used above:</p>
<div class="codeblock">
<p><code>gm mogrify -strip yourimage-temp.tif</code></p>
</div>
<p style="margin-top:16px"><b>Step 5:</b> And finally:</p>
<div class="codeblock">
<p><code>gm convert -units PixelsPerInch -density 300 -quality 100 yourimage-temp.tif yourimage-cmyk240.jpg</code></p>
</div>
<p style="margin-top:16px"><b>Step 6:</b> Now verify your work:</p>
<div class="codeblock">
<p><code>gm identify -verbose yourimage-cmyk240.jpg</code></p>
</div>
<p>The report should show that the image is CMYK, that it is at 300 pixels/inch, and that there is NO entry for "Profile-color". It will not have anything to say about ink limit, or SWOP.</p>
</div><!-- end class="d3" -->

<h3 id="h13.4">13.4. &nbsp; Convert your CMYK Image to PDF/X.</h3>
<div class="d3" id="12.4">
<p class="noindent">Up to now, you did not need TeX. Now you do. Be sure that you have a working TeX installation, with the <em>novel</em> document class package.</p>
<p>In folder (your TeX root)/doc/lualatex/novel/extras you will find file "novel-cover-template.tex". Place a copy in the same working folder as your image, and modify it as needed.</p>
<p><code>\SetMediaSize</code> refers to the full size of the image, with units (usually in). This includes the bleed box. For example, <code>\SetMediaSize{11.87in}{8.75in}</code>.</p>
<p><code>\SetTrimSize</code> refers to the trimmed image, without bleed. For example, <code>\SetTrimSize{11.62in}{8.5in}</code>.</p>
<p><code>\SetPDFX[CGATSTR001]{X-1a:2001}</code> will get you "US Web Coated SWOP v2" output intent (most common the USA), and PDF/X-1a:2001 compliance. The Output Intent *.icc color profile will NOT be embedded, because this is almost always the way that print services want it. The PDF contains a code identifying the intent, so there is no need to embed the color profile (and disadvantages to embedding it). In the unlikely event that they demand the Output Intent color profile embedded, put an asterisk on the command.</p>
<p>For compliance you need to use <code>\SetTitle</code>. The title for this file might not be the title of your book, because this file isn't your book. Ask you print service what they want. Same with <code>\SetAuthor</code>.</p>
<p>You can use <code>\SetApplication</code> and <code>\SetProducer</code> to change internal identifiers. Don't use these unless you have a reason.</p>
<p><code>\SetCoverImage</code> is self-explanatory. Must have file extension jpg, jpeg, JPG, or JPEG. Must be CMYK. Note that TeX cannot verify whether the image is in correct color space. It will compile, even if the image is wrong. Beware!</p>
<p>Do not attempt to write anything between <code>\begin{document}</code> and <code>\end{document}</code>. If you erroneously put some text there, the document will probably compile, and it may even be a valid PDF/X file. However, the resulting text color will almost surely be wrong. If so, the problem will be detected when you submit your file (wrong ink limit or color space).</p>
<p>Compiling may take a little longer than expected. If your TeX system opens a PDF viewer automatically, the image might be missing (or partial) until a few seconds after the viewer opens. Be patient. The file size is large.</p>
</div><!-- end class="d3" -->

<h3 id="h13.5">13.5. &nbsp; Final Check</h3>
<div class="d3" id="12.5">
<p class="noindent">Open the PDF in Adobe Reader, which does a trick that no other free software will do, to my knowledge. If your platform does not have Adobe Reader, then find a friend who has it. May be a different platform.</p>
<p>In Adobe Reader, go to Edit, Preferences, Documents. Check "Save As optimizes for fast web view." Then go to Edit, Preferences, Page Display. Check "Show art, trim, and bleed boxes." Then OK.</p>
<p>Open your PDF. You should see a light green box, just inside the image boundary. This shows the Trim Area. This box does not print; it is only for visualization. Go to File, Properties, Fonts. There should be no fonts listed.</p>
<p>Then, "Save As" the same file name (or another one, if you prefer). This will optimize the file. You probably do not need to do that, but it does not hurt, and a few services expect it.</p>
<p>There will always be some difference between color as viewed on your monitor, and color as printed. This is due to the difference between emitted light (your monitor) and reflected light (print). In professional use, the monitor will be calibrated, and operated at a specific screen brightness. The print will be viewed under lighting with a specific color temperature and illumination. Your own colors are not that critical, are they? If you have a calibrated monitor, and view the PDF and images in color-managed software, then what you see on your computer will be reasonably close to what prints. If your monitor is not calibrated, or you are not using color-managed software, then the printed cover may have its greens a bit more colorful than you were expecting. That doesn't mean there will be a greenish cast. It merely means that things such as spring leaves and shamrocks will be a bit greener (in print) than you expected.</p>
<p><b>Remember the Disclaimer!</b> Your PDF file should now be ready for submission. Only "should," not "is," because this documentation and its accompanying software comes without warranty. Submit at your own risk!</p>
<p>All I can say is that it "works for me." Screenshot from Adobe Acrobat Pro:</p>
<p class="centerimg"><img src="html-resources/verified238.png" width="700" height="446" alt="works for me"/></p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end page13 -->
<!-- ************************************************************ -->

<!-- ************************************************************ -->
<div id="pageA" class="page">


<h2 id="hA">Appendix A. &nbsp; Book Terminology and Manufacturing</h2>
<div class="d2" id="dA">
<p class="noindent">Most authors in P.O.D. use an ordinary word processor, particularly MS Word. For that reason, many print services, and most online user forums, refer to the terminology and settings of MS Word, rather than to the meanings in traditional book publishing. In the case of images, Photoshop settings are often described.</p>
<p>Since you are neither using MS Word nor Photoshop, you must understand the terminology of printed book design. Then, you can apply that knowledge to the physical layout and internal design of your book, using <i>novel</i> document class.</p>

<h3 id="hA.1">A.1 &nbsp; Sheet, Page, Leaf</h3>
<div class="d3" id="dA.1">
<p class="noindent">A <b>sheet</b> of paper is a single, physical piece of paper, regardless of whether anything is printed on it, or where. Often, paper starts out as a large sheet that will subsequently be cut into smaller sheets. The size doesn't matter. A sheet of paper is, in ordinary understanding, a piece of paper.</p>
<p><img class="floatright" src="html-resources/page-leaf.png" width="490" height="155" alt="page, leaf"/> In a finished book, a <b>page</b> is one side of a <b>leaf</b>. Thus, there are always exactly twice as many pages are there are leaves. From the manufacturer's point of view, a 240-page (double-sided printing) book has 120 leaves, regardless of whether or not anything is printed on the pages, or how they are numbered.</p>
</div><!-- end class="d3" -->

<h3 id="hA.2">A.2 &nbsp; Folio, Spine</h3>
<div class="d3" id="dA.2">
<p class="noindent">Imagine a single sheet of 8.5"Wx11"H paper. It has two pages, since you can print on both sides (even if one is empty).</p>
<p>If you fold that sheet in half across its width, it is still one sheet. But now you have a <b>folio</b>, consisting of two leaves of size 5.5"Wx8.5"H. Each leaf has two pages, so you now have four pages. The fold is at the <b>spine</b>.</p>
<p>Caution: The term "folio" has several different meanings, even in the narrow field of book publishing. It may refer to folded paper, as mentioned above. Or it may refer to a particular sheet size of paper ("foolscap"). Or, it may simply refer to the number printed on a page. This last use of "folio" is discussed in the context of headers and footers.</p>
</div><!-- end class="d3" -->

<h3 id="hA.3">A.3 &nbsp; Signature, Imposition</h3>
<div class="d3" id="dA.3">
<p class="noindent"><img class="floatright" src="html-resources/signature.png" width="133" height="102" alt="signature"/> When a book is commercially manufactured, folios are nested to form <b>signatures</b>. The number of folios in a signature is typically 6 to 16 (that would be 24 to 64 pages). If you were hand-making a single book at home, you might use only one folio per signature.</p>
<p>Now, think about how those pages must be ordered. Suppose a book contains a single signature of 4 folios. The outermost folio is printed with pages 1 and 16 on one side (before folding), and pages 2 and 15 on its other side. The next nested folio has pages 3/14 and 4/13. Nested inside is 5/12 and 6/11. Innermost is 7/10 and 8/9.</p>
<p>Re-arranging the page order is part of the <b>imposition</b> process. The process may involve tweaking the position of each page slightly, to account for offset due to paper thickness when the folios are grouped into signatures. If numerous folios are printed on a larger sheet of paper before cutting, the process may involve rotating folios so that they waste less paper.</p>
<p>Your home printer software can probably do imposition for a single-folio design (four pages). Anything beyond that is left to professional software. You don't need to do it. The print service does it for you, automatically.</p>
</div><!-- end class="d3" -->

<h3 id="hA.4">A.4 &nbsp; Perfect Binding</h3>
<div class="d3" id="dA.4">
<p class="noindent"><img class="floatright" src="html-resources/perfectbinding.png" width="160" height="290" alt="perfect binding"/> Most modern softcover books (and some inexpensive hardcovers) are manufactured using a process named <b>Perfect Binding</b>.
<p>In Perfect Binding, the signatures are clamped together, and the folded area is removed by a cutting machine. Then there are no longer any folios, just individual leaves.</p>
<p>The leaves are glued together at the spine, possibly with reinforcement. Note that the glue is not merely at the edge of the leaves; it penetrates the paper slightly, for better strength. Finally, the cover is attached.</p>
<p>The Perfect Binding method is inexpensive, and is more than adequate for a book that will not receive rough handling. Whether using P.O.D. or a major mass-quantity publisher, most softcover books have been made this way for a long time. Unless you know that your book will be acquired by libraries for addition to their long-term literary collection, there is little reason to have your book manufactured by any other process. The possible exception would be books for small children, which receive rough handling under all circumstances.</p>
</div><!-- end class="d3" -->

<h3 id="hA.5">A.5 &nbsp; Library Binding</h3>
<div class="d3" id="dA.5">
<p class="noindent">Libraries rarely purchase Perfect Binding books (regardless of soft or hard cover) due to lack of durability in a library environment. The exceptions are popular books of no lasting literary value, and how-to books for evolving technologies. These may be obtained by libraries in the cheapest softcover version, because such books will be discarded long before they wear out.</p>
<p>Unless you are sure that your book will be acquired by numerous libraries for long-term addition to their collections, there is little reason to produce a quality hardcover version. Not all P.O.D. services offer hardcover. If you do need a hardcover version, then be sure to carefully inquire regarding its manufacture, and preferably obtain a copy of someone else's book manufactured that way.</p>
<p><img class="floatright" src="html-resources/smythsewn.png" width="177" height="141" alt="perfect binding"/> The best hardcovers, suitable for library use, are made using the <b>Smyth Sewing</b> process. A Smyth Sewn book has signatures of (typically) 12 or 16 folios. But instead of removing the creases after folding, each signature is sewn through its crease using strong thread, onto a durable spine material. The pages will remain attached, even with hard usage. If the spine material is sufficiently flexible, then the book will lie flat when opened.</p>
<p>Be sure to ask about spine flexibility. The most flexible methods have a soft, curved spine, and are best suited to thick novels. There is also a variety that has a square (flat) spine, which will not quite lie flat when opened. Square-spine Smyth Sewn books seem to be the fashion for documenting intellectual property.</p>
<p>If a major publisher is producing a book that is sure to be ordered by many libraries, due to its author's popularity or maybe a movie tie-in, then it is likely to be released as a Smyth Sewn hardcover. That's because the production method is affordable in quantity. But on a P.O.D. basis, it is a significant expense.</p>
<p>Note that it is possible to retroactively add a hard cover to what was originally a Perfect Binding softcover book. Depending on the technology, the result may be more durable, or not. But it will still be nothing like a Smyth Sewn library binding, because that has to be done at original manufacture. If you want a couple of Smyth Sewn copies for private use (your good children inherit the ranch, the bad ones inherit your books) then there are businesses that can build them, at fabulous cost, from your original PDF (minus its ISBN). If you need to change the Trim Size or margins to accomodate the different technology, then <i>novel</i> can help you. See the <code>\ReworkTrimSize</code> and <code>\ReworkMargins</code> commands.</p>
</div><!-- end class="d3" -->

<h3 id="hA.6">A.6 &nbsp; Paper and Cover Materials</h3>
<div class="d3" id="dA.6">
<p class="noindent">The interior paper may be white or "creme" (off-white). White paper is generally used for nonfiction, and must be used if there are interior color images. Creme paper is generally used for fiction. The idea is that white paper creates an air of authority, whereas creme paper is more comfortable for lengthy reading. I agree. I recently read a novel that was (mis-) printed on white paper, and it was hard to read in a bright area. So, for your novel, choose creme paper.</p>
<p>The cover of a Perfect-Binding softcover book may be produced with a glossy or a matte finish. The fashion is to use glossy for nonfiction, matte for fiction. Again, the idea is authority versus comfort. But you may choose what you wish. "Instant Best-Seller" mass-market paperbacks  often have an embossed texture, and maybe even metal foil. In the print-on-demand market, forget it. Don't even think about it.</p>
<p>If you do request a hardcover edition, then it may or may not have a dust jacket (costs extra). The general rule is that books for libraries have a dust jacket, which will be encased in plastic by the library. Books for documentation generally have no dust jacket, with the title and other info embossed in the cover material, for permanance.</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end Appendix A -->
<!-- ************************************************************ -->
<div id="pageB" class="page">


<h2 id="hB">Appendix B. &nbsp; Basic Six-Page Front Matter</h2>
<div class="d2" id="dB">
<p class="imgcentered"><img src="html-resources/sixpage-frontmatter.png" width="740" height="189" alt="Six-page front matter, with Epigraph on page v." title="Six-page front matter."/></p>
<p class="noindent1">In many instances, six pages of front matter are all you need for fiction. This is often true for major publishers, not just self-published P.O.D. authors.</p>
<p class="noindent1">You can use six pages, provided that:</p>
<p class="overhang">&bull; Your front matter does not contain material written by someone else (such as a Foreword), no matter how short. Exception: You may use an Epigraph.</p>
<p class="overhang">&bull; Your front matter contains at most one of the following, limited to a single page: Dedication, Epigraph, Table of Contents, Acknowledgements, Author's Note, Map.</p>
<p class="noindent2">If both of the above points apply, then your front matter is organized as follows. Be sure that your document begins with the <code>\frontmatter</code> command, and that each page begins with <code>\thispagestyle{empty}</code> and ends with <code>\clearpage</code>.</p>

<h3 id="hB.1">B.1 &nbsp; Half-Title to Copyright</h3>
<div class="d3" id="dB.1">
<p class="noindent">The first four pages (i - iv) are the same for nearly every book.</p>
<p class="overhang"><b>Page i. Half-Title.</b></p>
<p class="overhang"><b>Page ii. Blank.</b> Alternatively, if you wrote numerous books, you can provide a list of them. However, many print/distribution services will not allow such a list, unless they carry everyhing on the list.</p>
<p class="overhang"><b>Page iii. Title Page.</b></p>
<p class="overhang"><b>Page iv. Copyright Page.</b></p>
</div><!-- end class="d3" -->

<h3 id="hB.2">B.2 &nbsp; Post-Copyright</h3>
<div class="d3" id="dB.2">
<p class="noindent">After the copyright page, there may be some variation.</p>
<p class="overhang"><b>Page v. Varies.</b> One of: Dedication, Epigraph, Table of Contents, Acknowledgements, Author's Note, Map. If you have none of them, then repeat the Half-Title.</p>
<p>Don't be afraid to simply repeat the Half-Title. Even major publishers do it, when they have nothing else to say in front matter.</p>
<p class="overhang"><b>Page vi. Blank.</b> Exception: If Page v does not have an Epigraph or Half-Title, you may place an Epigraph here, provided that it does not visually detract from the story that begins on the facing page.</p>
<p class="noindent1"><b>The TeX code looks like this:</b></p>
<div style="margin-left:32px">
<p class="code"><code>
\begin{document}<br/>
\frontmatter % Sets page number to i.<br/>
\thispagestyle{empty}<br/>
% Half-Title Page.<br/>
\clearpage<br/>
\thispagestyle{empty}<br/>
\null % Necessary for blank page.<br/>
% Alternatively, List of Books.<br/>
\clearpage<br/>
\thispagestyle{empty}<br/>
% Title Page.<br/>
\clearpage<br/>
\thispagestyle{empty}<br/>
% Copyright Page.<br/>
\clearpage<br/>
\thispagestyle{empty}<br/>
% Dedication or Epigraph or TOC or Acknowledgements or Author's Note or Map.<br/>
% Alternatively, repeat the Half-Title.<br/>
\clearpage<br/>
\thispagestyle{empty}<br/>
\null % Necessary for blank page.<br/>
% Alternatively, Epigraph if it does not detract from facing page.<br/>
\clearpage<br/>
\mainmatter % Sets page number to 1 for following material.
</code></p>
</div>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end Appendix B -->
<!-- ************************************************************ -->
<div id="pageC" class="page">


<h2 id="hC">Appendix C. &nbsp; Shopping for Fonts</h2>
<div class="d2" id="dC">
<p class="noindent1">Since the <i>novel</i> class uses only <i>LuaLaTeX</i> and <i>fontspec</i> with utf-8 encoding, you may use any Open&nbsp;Type or TrueType font, subject to licensing. You are not limited to TeX fonts.</p>
<p>Many TeX fonts are only available in older Type 1 format (PostScript) or even as bitmap metafonts. <i>Do not use them.</i></p>
<p>In some other cases, a TeX font package provides both the older format, and a newer Open&nbsp;Type (*.otf or *.ttf) format. The different formats will have different font names. Sometimes the difference is very slight. Carefully look at the font name for the Open&nbsp;Type format. Remember that most on-line discussions will refer to the older fonts, simply because they have been around longer. For example: <i>Linux&nbsp;Biolinum</i> is a sans-serif font available via TeX as a PostScript font. But <i>Linux&nbsp;Biolinum&nbsp;O</i> (note the O) is an Open&nbsp;Type font. If you need this font, then call for <i>Linux&nbsp;Biolinum&nbsp;O</i>, not simply <i>Linux&nbsp;Biolinum</i>.</p>
<p><b>Important:</b> Do not attempt to load a font by the <code>\RequirePackage</code> or <code>\usepackage</code> commands. Instead, if you choose to use fonts other than the defaults, load them via the font setting commands described in this documentation. If you attempt to load a font the wrong way, you may get an error message.</p>

<h3 id="hC.1">C.1 &nbsp; Licensing Issues</h3>
<div class="d3" id="dC.1">
<p class="noindent1">Presumably, you are writing your novel for commercial value, and do not intend to give anything away for free. For that reason, avoid any font licensed under the GPL (GNU Public License) unless it has the <em>font exception</em> clause. Some TeX fonts, and some non-TeX free fonts, are licensed under GPL. Be careful!</p>
<p>Beware of fonts "free for personal use" from download sites. Your commercial application is not "personal use." Of course, if you like the font, you may purchase its commercial license.</p>
<p>Also beware of fonts generically labeled as "freeware" with no particular designer name. If you don't know who created the font, then how do you know that it can be given away for free? Even if there is a designer name, some of them had second thoughts about "freeware." They intended the fonts to be free only if you give your own work away for free. But they didn't mention it. Maybe they have no legal recourse, but you don't want them making anonymous negative reviews of your book.</p>
<p>You have numerous fonts already installed in your operating system, and perhaps others that came bundled with a particular application. If you intend to use those fonts, carefully read their licenses. It is often the case that fonts bundled with an application may <em>only</em> be used for documents created within, or processed by, that application. Or, the fonts may be OK to use for printing directly by your own home printer, but not for embedding in a PDF that will go to a commercial printer.</p>
<p>Although it does not pertain to TeX, another issue can arise if you later publish an ebook version. Fonts licensed for printing are often not licensed for an ebook. Indeed, the ebook distributor may ban them.</p>
<p>Always look for a Copyright notice, which can be identified with a particular person or organization. Copyright is good! It means that someone is claiming authorship of the font software. Only the Copyright owner has the right to give the font away for free, or license it to you after payment (often through an intermediary).</p>
<p>If you prefer free fonts, the most widely accepted license is the <em>SIL Open Font License</em>. This allows you to use the font for commercial purposes, embed it in PDF, modify it to suit your needs (if you change the font name), and even re-distribute the modifications. The recommended default <i>Libertinus Serif</i> bears this font license.</p>
</div><!-- end class="d3" -->

<h3 id="hC.2">C.2 &nbsp; Technical Issues</h3>
<div class="d3" id="dC.2">
<p class="noindent1">Many fonts have technical errors, even among professional fonts. Some of the errors are so minor that they are not worth fixing.</p>
<p>However, beware of fonts based on traced artwork. The late 1990s had an explosion of amateur dingbat and decorative fonts produced this way, by scanning images from old books and digitizing the scan. The resulting vector glyphs rarely meet standards, and often are quite awful. The problem is that when a commercial printer renders your PDF to print, the printer's software is very different from what you have on your home computer. A technically erroneous glyph might look OK at home, but be rejected commercially.</p>
<p>If you have the knowledge, you can open a font in font editor software (such as <i>FontForge</i>) and ask it for validation. Missing extrema are rarely a problem, even if a lot of them are missing. Self-intersecting glyphs are not a problem if the the glyph is composed of two elements stuck together, such as Ç composed of C with separate cedilla. However, a self-intersecting glyph may be a problem if its lines criss-cross each other. Open paths, and outer paths drawn the wrong way, are often a problem. If the errors are confined to glyphs that you will not be using, then it can pass.</p>
</div><!-- end class="c3" -->

<h3 id="hC.3">C.3 &nbsp; Appearance Issues</h3>
<div class="d3" id="dC.3">
<p class="noindent1">There are general expectations for book fonts, in terms of character sizes and shapes, and weights. Many of the widely-used TeX fonts, including Latin&nbsp;Modern, are unacceptable in fiction for this reason. Times&nbsp;New&nbsp;Roman is not quite acceptable for fiction; but it is often mis-used by amateurs with a word processor.</p>
<p>The best way to assess a font is to print it to paper. Computer screens rarely show details, except at large magnification. Depending on whom you ask for an opinion, fiction is most easily read when there are about 60 to 66 characters (including spaces) per line. To evaluate a font for the main text, print out some paragraphs about 4" to 4.25" wide, and scale the font's point size so that you get an average number of characters per line in that range. Be sure to do that: Adobe&nbsp;Garamond&nbsp;Pro at 12pt, Libertinus&nbsp;Serif at 11.4pt, and Libre&nbsp;Caslon&nbsp;Text at 9.6pt (!) provide about the same number of characters per line of text. At the proper point size, some fonts will look too dark, and others will look too light.</p>
<p>Things to look for: (1) Are the lowercase letters too tall? If they are, then it is hard for readers in many Western languages to find where sentences start, by looking for capital letters. Also, there is less white space between lines, which makes the text appear dense and harder to read. (2) Is the shape of the characters so natural that you don't notice them? That's good! It is your writing, not the font, that is to be noticed. (3) Remember that some fonts are designed for use at large size, in posters; such fonts tend to look mechanical in fiction. Other fonts are designed for computer screens; the letters will be too widely-spaced in fiction. Nearly all modern fonts have decent kerning and important ligatures, so that's not usually a decisive factor.</p>
<p>The prevailing rule: If you notice the font, it's wrong.</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!--end Appendix C -->
<!-- ************************************************************ -->
<div id="pageD" class="page">


<h2 id="hD">Appendix D. &nbsp; The 240% Ink Limit (TAC) Color Gamut</h2>
<div class="d2" id="dD">
<p class="noindent">The <i>gamut</i>, or range of available colors, is not the same for your computer monitor as it is for a printer. Obviously that depends on the technology of your monitor, and the technology of the printer. By and large, a good CMYK commercial printer can provide blue-greens that your monitor cannot accurately display. And, your monitor can display purple-violet colors that cannot accurately be printed. The monitor's advantage in purple-violet largely disappears for inexpensive LCD flat panels, which is what most of us have.</p>
<p>However, the full CMYK gamut is only realized when each ink channel can act independently. That is, each spot on the paper must be able to retain as much as a full dose of each ink. At 0%-100% ink per channel, a spot of paper would have to hold up to 400% ink. For a variety of reasons, most printing technologies cannot apply that much ink. Or rather, if they did try to apply that much, the resulting print might smear, fail to dry, lift off, or soak through to the opposite side of the paper. Subsequent lamination might fail to adhere.</p>
<p>Quality books and magazines, using coated paper, can typically hold 300%-360% ink (the technical name is TAC, Total Area Coverage). However, the color cover of a print-on-demand book might be produced by a method that holds less ink. The operative word is "might." Common P.O.D. printers are industrial-strength inkjet machines, capable of very high quality when used with suitable paper. However, the print job will be sent out to any number of different print shops, who may use other technology. Therefore, P.O.D. services may require that the color gamut be limited to those printable by a "lowest common denominator" process. One widely-used "lowest common denominator" is 240% ink limit.</p>
<p>At 240% ink limit, brightly colored areas are generally unaffected. Deep, rich colors cannot be produced, since they would require too much ink. You will be required to provide an image with colors that fit within the ink limit, or the P.O.D. service may quietly alter your image for you.</p>
<p>Print simulation, or <i>softproofing</i>, is a method of viewing an image on your computer, "as if it were printed" to some standard. GIMP can do this, as long as you provide the necessary *.icc color profile for the printer. Then you can decide whether or not the result is acceptable. The actual CMYK image is produced by the methods described in <a href="#h13">Chapter 13</a>, above.</p>

<h3 id="hD.1">D.1. &nbsp; Example: Bright Colors Preserved</h3>
<div class="d3" id="dD.1">
<p>Below is a painting from the Middle Ages (photo by me) on display at the San Francisco Legion of Honor museum. The photo, at left, is as originally seen on a computer monitor. At right, the image is softproofed using the SWOP 238% ink limit color profile mentioned in Chapter 13. You can see that the brightest blue is about the same, The brightest reds and greens are almost the same. But the images differ in the dark areas. Especially look at the lion's leg (lower left corner) and the writer's hair and beard (right foreground).</p>
<p class="centerimg"><img src="html-resources/medieval-painting.jpg" width="707" height="321" title="Medieval Painting, monitor and softproof" alt="Medieval Painting, monitor and softproof"/></p>
</div><!-- end class="d3" -->

<h3 id="hD.2">D.2. &nbsp; Example: Natural Light Preserved</h3>
<div class="d3" id="dD.2">
<p>Below is a photograph taken on a dull day along the California coast, near Bixby Creek. Whether in monitor color or softproofed, the results are almost exactly the same. With the exception of some tiny shadowed areas in the foreground (hard to notice), just about everything in the picture can print with not more than 238% ink.</p>
<p class="centerimg"><img src="html-resources/bixby-compare.jpg" width="738" height="340" title="Medieval Painting, monitor and softproof" alt="Bixby Creek, monitor and softproof"/></p>
</div><!-- end class="d3" -->

<h3 id="hD.3">D.3. &nbsp; Example: Dark, Rich Colors Lost</h3>
<div class="d3" id="dD.3">
<p>The biggest problem occurs when the artwork is naturally dark. That might occur in night scenes, or with dark-skinned humans. For copyright reasons I cannot show you the original image by Hyacinthe Rigaud, on display in a European museum. But if it is reduced to a map of 256 colors (as with GIF images), you can see the effect. The original, at left, has many rich browns and reddish-browns. When softproofed, those become nearly gray. The original image still is attractive when softproofed, but its muted dark colors might be surprising if you were unaware of the ink limit effect.</p>
<p class="centerimg"><img src="html-resources/colormap-brown.jpg" width="674" height="305" title="Medieval Painting, monitor and softproof" alt="Dark color map, monitor and softproof"/></p>
<p>You might wonder why the ink limit caused rich browns to appear <i>darker</i>. That's because a blend of yellow, magenta, and black (with too much ink) was changed to one with much less yellow and magenta, but more black (and not too much ink).</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end Appendix D -->
<!-- ************************************************************ -->
<div id="pageE" class="page">


<h2 id="hE">Appendix E. &nbsp; Command Summary by Topic</h2>
<div class="d2" id="dE">
<p class="noindent">Here is a list of commands created by <i>novel</i> class, plus a few of the many LaTeX commands that are likely to be most useful in fiction. Commands are sorted according to where they would be used.</p>
<p>Do not let the many Preamble settings intimidate you. All of them are pre-configured with default values that were carefully chosen for use in fiction. You may not need to write many settings.</p>
<p>Since <i>novel</i> is specifically intended for fiction, such as novels and collections of short stories, it does not implement many of the commands familiar to academic writers. In some cases, where such commands would interfere with <i>novel</i> commands, the academic commands have been entirely disabled.</p>
<p>LaTeX has many other commands. Only the most popular ones are mentioned here. If you know something that is not on the list, you can try it.</p>

<h3 id="hE.1">E.1 &nbsp; Command Summary: Preamble</h3>
<div class="d3" id="dE.1">

<h4 id="hE.1.1">E.1.1 &nbsp; Class Options</h4>
<div class="d4" id="dE.1.1">
<p class="noindent2">Unlike other document classes, <i>novel</i> does not use class options to set layout dimensions or font point size.</p>
<p class="overhang"><code>draft</code> &nbsp; Marks horizontal overflow. Enables some other options.</p>
<p class="overhang"><code>graytext</code> &nbsp; Allows text in gray, not just pure K black.</p>
<p class="overhang"><code>shademargins</code> &nbsp; Only in draft. Gray background in page margins.</p>
<p class="overhang"><code>cropmarks</code> &nbsp; Adds basic cropmarks. Do not use unless required!</p>
<p class="overhang"><code>cropview</code> &nbsp; Only in draft. Removes excess area surrounding TrimBox.</p>
<p class="overhang"><code>closecrop</code> &nbsp; Only in draft. Crops to just clear the live text area.</p>
<p class="overhang"><code>xml</code> &nbsp; Exports XMP Metadata as an xml file.</p>
<p class="overhang"><code>coverart</code> &nbsp; For use with cover artwork only.</p>
<p class="overhang"><code>unblock</code> &nbsp; Allows some normally-banned packages to load.</p>
</div>

<h4 id="hE.1.2">E.1.2 &nbsp; Metadata (File Data)</h4>
<div class="d4" id="dE.1.2">
<p class="noindent2">Metadata can be seen by PDF viewers. Some of it can only be seen by professional software. The data identifies your file and describes some of its properties. In the case of PDF/X, choosing a compliance standard will also affect how LaTeX compiles your document. You may <em>not</em> apply styling to metadata!</p>
<p class="overhang"><code>\SetTitle{<em>title of your book</em>}</code> &nbsp; Default: empty. The value of this setting is available as \thetitle everywhere.</p>
<p class="overhang"><code>\SetSubtitle{<em>subtitle of your book, if any</em>}</code> &nbsp; Default: empty. The value of this setting is available as \thesubtitle everywhere.</p>
<p class="overhang"><code>\SetAuthor{<em>author of your book</em>}</code> &nbsp; Default: empty. The value of this setting is available as \theauthor everywhere.</p>
<p class="overhang"><code>\SetPDFX[<em>embed-icc or no-embed</em>]{<em>compliance standard</em>}{<em>output intent</em>}</code> &nbsp; Default: off.</p>
<p class="overhang"><code>\SetApplication{<em>software that created the source document</em>}</code> &nbsp; Advanced. Default: an identifying string, automatically inserted by TeX.</p>
<p class="overhang"><code>\SetProducer{<em>software that compiled the PDF</em>}</code> &nbsp; Avanced. Default: an identifying string, automatically inserted by TeX.</p>
<p class="overhang"><code>\straightquote</code> and <code>\straightdblquote</code> &nbsp; Inserts the character in text string.</p>
</div>

<h4 id="hE.1.3">E.1.3 &nbsp; Layout</h4>
<div class="d4" id="dE.1.3">
<p class="noindent2">The <i>novel</i> class provides improved alternatives to papersize, offset, and other layout commands used by other document classes. These commands have been carefully chosen to do what you need to do.<p>
<p class="overhang"><code>\SetTrimSize{width}{height}</code> &nbsp; Default: {5.5in}{8.5in}. The finished size of your book.</p>
<p class="overhang"><code>\SetMargins{top}{outside}{bottom}{inside}</code> &nbsp; Default: {0.5in}{0.5in}{0.5in}{0.75in}</p>
<p class="overhang"><code>\SetHeadFootStyle{number}</code> &nbsp; Default: 1 (header, but no footer)</p>
<p class="overhang"><code>\SetHeadJump{number}</code> &nbsp; Default: 1.5. Gap between header and main text.</p>
<p class="overhang"><code>\SetFootJump{number}</code> &nbsp; Default: 1.5. Gap between main text and footer.</p>
<p class="overhang"><code>\SetFontSize{<em>size</em>}</code> &nbsp; Default: Varies. Usually 11.4pt</p>
<p class="overhang"><code>\SetLinesPerPage{<em>integer</em>}</code> &nbsp; Default: Calculated automatically from other layout settings.</p>
<p class="overhang"><code>\SetMediaSize[alignment]{width}{height}</code> &nbsp; Advanced. Default: Identical to Trim Size.</p>
<p class="overhang"><code>\SetCropmarkGap{<em>size of gap</em>}</code> &nbsp; Advanced. Default: 0.125in if cropmarks option.</p>
<p class="overhang"><code>\ReworkTrimSize{width}{height}</code> &nbsp; Advanced. For emergency re-layout.</p>
<p class="overhang"><code>\ReworkMargins{top}{outside}{bottom}{inside}</code> &nbsp; Advanced. For emergency re-layout.</p>
</div>

<h4 id="hE.1.4">E.1.4 &nbsp; Specifying Fonts</h4>
<div class="d4" id="dE.1.4">
<p class="noindent2">In <i>novel</i>, you do not load a font using \usepackage{<em>fontname</em>}.</p>
<p class="overhang"><code>\SetParentFont[features]{font family}</code> &nbsp; Default:&nbsp;Libertinus&nbsp;Serif. Alternate:&nbsp;Linux&nbsp;Libertine&nbsp;O. Last&nbsp;Choice:&nbsp;Latin&nbsp;Modern&nbsp;Roman.</p>
<p class="overhang"><code>\SetHeadFont[features]{font family}</code> &nbsp; Default: [Numbers=Lining,Scale=0.92]{<em>based on parent font</em>}.</p>
<p class="overhang"><code>\SetChapterFont[features]{font family}</code> &nbsp; Default: [Numbers=Lining,Scale=1.6]{<em>based on parent font</em>}</p>
<p class="overhang"><code>\SetSubchFont[features]{font family}</code> &nbsp; Default: [Numbers=Lining,Scale=1.2]{<em>based on parent font</em>}</p>
<p class="overhang"><code>\SetDecoFont[features]{font}</code> &nbsp; Advanced. Default: NovelDeco.</p>
<p class="overhang"><code>\SetSansFont[features]{font family}</code> &nbsp; Advanced. Default:&nbsp;Libertinus&nbsp;Sans. Alternate:&nbsp;Linux&nbsp;Biolinum&nbsp;O. Last&nbsp;Choice:&nbsp;Latin&nbsp;Modern&nbsp;Sans.</p>
<p class="overhang"><code>\SetMonoFont[features]{font family}</code> &nbsp; Advanced. Default:&nbsp;Libertinus&nbsp;Mono. Alternate:&nbsp;Linux&nbsp;Libertine&nbsp;Mono&nbsp;O. Last&nbsp;Choice:&nbsp;Latin&nbsp;Modern&nbsp;Mono.</p>
<p class="overhang"><code>\NewFontFamily\<i>yourfontcommand</i>[features]{font family}</code>. Advanced. Uses <i>fontspec</i> notation.</p>
<p class="overhang"><code>\NewFontFace\<i>yourfontcommand</i>[features]{font}</code>. Advanced. Uses <i>fontspec</i> notation.</p>
</div>

<h4 id="hE.1.5">E.1.5 &nbsp; Other Preamble Configuration</h4>
<div class="d4" id="dE.1.5">
<p class="noindent2">These commands perform miscellaneous setup.</p> 
<p class="overhang"><code>\SetEmblems{<em>verso</em>}{<em>recto</em>}</code> &nbsp; Advanced. Default: empty. Applies decoration near page number, only for selected header/footer styles.</p>
<p class="overhang"><code>\SetPageNumberStyle{<em>code using \thepage</em>}</code> &nbsp; Advanced. Default: <code>\thepage</code>.</p>
<p class="overhang"><code>\SetLooseHead{number}</code> &nbsp; Advanced. Default: 50. Adjusts header tracking.</p>
<p class="overhang"><code>\SetChapterStart{<em>choice</em>}</code> &nbsp; Advanced. Default: footer (if present).</p>
<p class="overhang"><code>\SetIndentAfterScenebreak</code> &nbsp; Advanced. Default: no indent after scenebreak.</p>
<p class="overhang"><code>\SetMarkerStyle[real/fake]{asterisk/dagger/number}</code> &nbsp; Advanced. Default: [real][asterisk].</p>
<p class="overhang"><code>\microtypesetup{<em>see microtype package docs</em>}</code> &nbsp; Advanced.<br/>Default: config=novel-microtype,stretch=20,shrink=20,final,tracking.</p>
<p class="overhang"><code>\setmainlanguage{<em>language</em>}</code> &nbsp; Advanced. Default: english.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="hE.2">E.2 &nbsp; Command Summary: Document Body</h3>
<div class="d3" id="dE.2">
<p class="noindent">Note that standard font size commands, such as <code>\small</code> and <code>\Large</code>, are disabled.</p>

<h4 id="hE.2.1">E.2.1 &nbsp; Book Divisions</h4>
<div class="d4" id="dE.2.1">
<p class="overhang"><code>\frontmatter</code> &nbsp; Page numbering (if shown) is lowercase roman.</p>
<p class="overhang"><code>\mainmatter</code> &nbsp; Forces recto, if necessary inserting blank verso. Page numbering re-starts at 1, and is Arabic.</p>
<p class="overhang"><code>\backmatter</code> &nbsp; Forces recto, if necessary inserting blank verso. Page numbering continues Arabic, without reset. If you need something else, you must code it yourself.</p>
</div>

<h4 id="hE.2.2">E.2.2 &nbsp; Page Management</h4>
<div class="d4" id="dE.2.2">
<p class="overhang"><code>\thispagestyle{<em>choose</em>}</code> &nbsp; Whether header/footer appears, for current page.</p>
<p class="overhang"><code>\SetRectoHeadText{<em>text</em>}</code> &nbsp; Content of recto heading (if present).</p>
<p class="overhang"><code>\SetVersoHeadText{<em>text</em>}</code> &nbsp; Content of verso heading (if present).</p>
<p class="overhang"><code>\enlargethispage{<em>usually -\nbs</em>}</code> &nbsp; Changes textblock height. Use with caution.</p>
<p class="overhang"><code>\clearpage</code> &nbsp; Page break.</p>
<p class="overhang"><code>\cleartorecto</code> &nbsp; Page break, if necessary inserts blank, continues recto.</p>
<p class="overhang"><code>\clearpage\thispagestyle{empty}\null\clearpage</code> &nbsp; Blank page.
<p class="overhang"><code>\cleartoend</code> &nbsp; Use only at end. Inserts 1 or 2 blank pages, so final page is blank verso.</p>
</div>

<h4 id="hE.2.3">E.2.3 &nbsp; Environments and Related Commands</h4>
<div class="d4" id="dE.2.3">
<p class="overhang"><code>legalese</code> &nbsp; (env.) Text alignment left (ragged right), hyphenation disabled.</p>
<p class="overhang"><code>toc</code> &nbsp; (env.) Table of Contents.</p>
<div style="margin-left:16px">
<p class="overhang"><code>\tocitem[<em>number</em>]{<em>title</em>}{<em>page</em>}</code> &nbsp; Item in the toc environment.</p>
</div>
<p class="overhang"><code>ChapterStart</code> &nbsp; (env.) Creates an area of fixed height.</p>
<div style="margin-left:16px">
<p class="overhang"><code>\ChapterTitle{<em>text</em>}</code> &nbsp; Single line. May be used more than once.</p>
<p class="overhang"><code>\ChapterSubtitle{<em>text</em>}</code> &nbsp; Single line. May be used more than once.</p>
<p class="overhang"><code>\ChapterDeco[<em>scale</em>]{<em>deco code</em>}</code> &nbsp; Single line. May be used more than once.</p>
</div>
<p class="overhang"><code>parascale</code> &nbsp; (env.) Entire paragraph scaled, off-grid. Also see \charscale.</p>
<p class="overhang"><code>adjustwidth</code> &nbsp; (env.) Block indenting, left and/or right.</p>
</div>

<h4 id="hE.2.4">E.2.4 &nbsp; Scene Breaks and First Lines</h4>
<div class="d4" id="dE.2.4">
<p class="noindent2">Also see Preamble command <code>\SetIndentAfterScenebreak</code>.</p>
<p class="overhang"><code>\QuickChapter[<em>dash size</em>]{<em>chapter title</em>}</code> &nbsp; Chapters without page breaks.</p>
<p class="overhang"><code>\scenebreak</code> &nbsp; Skips a line, gap is blank.</p>
<p class="overhang"><code>\sceneline</code> &nbsp; Skips a line, gap has centered long dash.</p>
<p class="overhang"><code>\scenestars</code> &nbsp; Skips a line, gap has asterisks.</p>
<p class="overhang"><code>\FirstLine{<em>text</em>}</code> &nbsp; First line of paragraph in small caps.</p>
</div>

<h4 id="hE.2.5">E.2.5 &nbsp; Inline Text Effects</h4>
<div class="d4" id="dE.2.5">
<p class="noindent2">Note that standard LaTeX font size commands, such as <code>\small</code> and <code>\Large</code>, have no effect.</p>
<p class="overhang"><code>\charscale[<em>scale,x,y</em>]{<em>text</em>}</code> &nbsp; Scales and moves text. Single line. See also <i>parascale</i> environment.</p>
<p class="overhang"><code>{\somefontcommand <em>text</em>}</code> &nbsp; Applies font defined by \somefontcommand to the included text.</p>
<p class="overhang"><code>\forceindent</code> &nbsp; When <code>\indent</code> fails. May be used multiple times.</p>
<p class="overhang"><code>\backindent</code> &nbsp; When <code>\noindent</code> fails. May be used multiple times.</p>
<p class="overhang"><code>\hangindent{<em>text</em>}</code> &nbsp; Place text to the left of the command insertion point.</p>
<p class="overhang"><code>\acronym{<em>text</em>}</code> &nbsp; Requires NovelDeco font. Caps become "medium" caps.<p>
<p class="overhang"><code>\decoglyph{<em>code</em>}</code> &nbsp; Places decoration from the decofont, by code.</p>
<p class="overhang"><code>\squeeze{<em>text</em>}</code> &nbsp; Horizontally shrinks text 1%.</p>
<p class="overhang"><code>\crush{<em>text</em>}</code> &nbsp; Horizontally shrinks text 2%.</p>
<p class="overhang"><code>\begingroup\color[<em>gray</em>]{<em>name or code</em>}\endgroup</code> &nbsp; Only when graytext option.</p>
<p class="overhang"><code>\textcolor[<em>gray</em>]{<em>name or code</em>}{<em>text</em>}</code> &nbsp; Only when graytext option.</p>
<p class="overhang"><code>\memo{<em>text</em>}</code> &nbsp; Ignores its argument. Does not ignore following.</p>
<p class="overhang"><code>\nfs</code> &nbsp; (Length) Normal font size.</p>
<p class="overhang"><code>\nbs</code> &nbsp; (Length) Normal baseline skip.</p>
<p class="overhang"><code>\textit{<em>text</em>}, \emph{<em>text</em>}, \itshape{<em>text</em>}</code> &nbsp; Italics.</p>
<p class="overhang"><code>\textsc{<em>text</em>}, \smcp{<em>text</em>}</code> &nbsp; Lowercase to small caps. Not faked.</p>
<p class="overhang"><code>\allsmcp{<em>text</em>}</code> &nbsp; Uppercase and lowercase to small caps. Not faked.</p>
<p class="overhang"><code>\realmarker, \fakemarker</code> &nbsp; Changes superscripts/subscripts real or fake.</p>
<p class="overhang"><code>\sups{<em>text</em>}</code> &nbsp; Superscripts.</p>
<p class="overhang"><code>\subs{<em>text</em>}</code> &nbsp; Subscripts (scientific inferiors).</p>
<p class="overhang"><code>\null</code> &nbsp; Inserts a blank line between paragraphs.</p>
<p class="overhang"><code>\mbox{<em>text</em>}</code> &nbsp; Puts contents in a box. Useful for preventing hyphenation.</p>
<p class="overhang"><code>\makebox[<em>width</em>][<em>alignment</em>]{<em>text</em>}</code> &nbsp; Box with adjustments.</p>
<p class="overhang"><code>\hspace{<em>length</em>}</code> &nbsp; Creates a horizontal space.</p>
<p class="overhang"><code>\vspace{<em>length</em>}</code> &nbsp; Creates a vertical space. Caution: May disturb baseline grid.</p>
<p class="overhang"><code>\kern<em>length</em></code> &nbsp; Tweaks kerning between characters.</p>
<p class="overhang"><code>\strut</code> &nbsp; Ensures that a line of text maintains its proper height.</p>
<p class="overhang"><code>{\centering <em>text</em>\par}</code> &nbsp; Limited to single paragraph.</p>
<p class="overhang"><code>\hfill</code> &nbsp; Precedes right-aligned text.</p>
<p class="overhang"><code>\vfill</code> &nbsp; Forces text downward on page.</p>
<p class="overhang"><code>\\</code> &nbsp; Ordinary line break, not justified.</p>
<p class="overhang"><code>\linebreak</code> &nbsp; Justified line break. Use with caution.</p>
<p class="overhang"><code>\bigemdash[<em>voffset,thickness</em>]</code> &nbsp; Simulated emdash of variable width.</p>
</div>

<h4 id="hE.2.6">E.2.6 &nbsp; Footnotes and Endnotes</h4>
<div class="d4" id="dE.2.6">
<p class="noindent2">See also <code>\realmarker</code> and <code>\fakemarker</code>.</p>
<p class="overhang"><code>\footnote[<em>option</em>]{<em>note text</em>}</code> &nbsp; Marker, with footnote at page bottom.</p>
<p class="overhang"><code>\endnote</code> &nbsp; Places marker for subsequent endnote.</p>
<p class="overhang"><code>\endnotetext{<em>number</em>}{<em>note text</em>}</code> &nbsp; Text of an endnote.</p>
</div>

<h4 id="hE.2.7">E.2.7 &nbsp; Images</h4>
<div class="d4" id="dE.2.7">
<p class="overhang"><code>\InlineImage[<em>hoffset</em>][<em>voffset</em>]{<em>filename.ext</em>}</code> &nbsp; Inline image.
<p class="overhang"><code>\InlineImage*[<em>hoffset</em>][<em>voffset</em>]{<em>filename.ext</em>}</code> &nbsp; Inline image, no cursor width.</p>
<p class="overhang"><code>\BlockImage[<em>alignment,hoffset,voffset</em>]{<em>filename.ext</em>}[<em>accompanying text</em>]</code> &nbsp; Image block element.</p>
</div>
</div><!-- end class="d3" -->

<h3 id="hE.3">E.3 &nbsp; Disabled LaTeX Commands</h3>
<div class="d3" id="dE.3">
<p class="noindent2">These commands are disabled or ineffective. Depending on the command, it may silently do nothing, or simply echo its argument, or generate a Warning or Error. Some of these commands are part of standard LaTeX document classes, but others are part of widely-used packages.</p>
<p>There are other commands that <em>should</em> be disabled, but it is difficult to keep track of all of them. This list only includes some popular commands.</p>
<p class="overhang"><code>\small, \LARGE, etc.</code> &nbsp; Use \characale or parascale environment.</p>
<p class="overhang"><code>\textls</code> &nbsp; Use {\addfontfeature{LetterSpace=<em>number</em>}text} instead.</p>
<p class="overhang"><code>\includegraphics</code> Use \InsertImage or \BlockImage instead.</p>
<p class="overhang"><code>\maketitle</code> &nbsp; Do it yourself.</p>
<p class="overhang"><code>bibliography, index, part, chapter, section, floats, captions, tables, etc.</code> &nbsp; This ain't no stinking thesis. LaTeX "academic layout" commands don't work.</p>
</div><!-- end class="d3" -->

<h3 id="hE.4">E.4 &nbsp; Discouraged LaTeX Commands</h3>
<div class="d3" id="dE.4">
<p class="noindent2">These commands may be used, but are likely to interfere with other commands defined by <i>novel</i>, or are likely to disturb the constant baseline grid. Only use them when you are willing to carefully inspect the output at magnification. These are less likely to be problematic when used on a display-only page, such as the book's title page.</p>
<p class="overhang"><code>\parbox, \minipage</code> &nbsp; Perhaps use adjustwidth environment.</p>
<p class="overhang"><code>center</code> (env.) &nbsp; If used, pay careful attention to line space above/below.</p>
<p class="overhang"><code>\raisebox</code> &nbsp; Use <code>\charscale</code> instead.</p>
<p class="overhang"><code>\backmatter</code> &nbsp; Avoid in fictional works.</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end Appendix E -->
<!-- ************************************************************ -->
<div id="pageF" class="page">


<h2 id="hF">Appendix F. &nbsp; <img src="html-resources/amb.png" width="30" height="22" alt="emergency icon"/> Emergency Clinic: Rework Layout</h2>
<div class="d2" id="dF">
<div style="padding: 6px 0px 6px 0px; margin:0px 32px 6px 16px; background:#ffe7e7 none">
<p class="noindent">Situation: Your book is designed for Trim Size 5.25x8, one of several widely-used American sizes. You have put many hours of work into getting just the right line breaks within paragraphs, and just the right pagination. It looks beautiful. But then you get an e-mail from a British distributor. Could you change to British size B novel format, essentially 5.06x7.81 Trim Size?</p>
<p>Sure, you say. Just needs a little math. Knock 0.095" off each margin. What could be easier? So you try that, but the printer rejects your file. It seems that your original margins were as narrow as they could be, per the printer's specifications. You cannot make them any narrower.</p>
<p>But if you re-size the book and don't knock the margins down, then the text width and height won't be the same. Your text doesn't fit the way it used to. All your lines re-flow, the page breaks are different, and all that work you put into getting just the right appearance must be re-done.</p>
<p><em>Oh, nooooo ...</em></p>
</div>
<p>Relax. Here is all you need to do: add <code>\ReworkTrimSize{5.06in}{7.81in}</code>. That's it. Your existing margins will be preserved. The font size, and line skip, will be cleverly re-scaled to fit the new dimensions. Paragraphs and pagination are the same as before.</p>
<p>There are two Rework commands available. One changes the Trim Size without changing the margins. The other changes the margins without changing the Trim Size. If you wish to change both Trim Size and margins, you may use both commands.</p>

<h3 id="hF.1">F.1. &nbsp; <code>\ReworkTrimSize{<em>width</em>}{<em>height</em>}</code></h3>
<div class="d3" id="dF.1">
<p>This command changes the <em>existing</em> Trim Size. If you do not use the <code>\SetTrimSize</code> command, then the existing Trim Size is the default. But if you do use <code>\SetTrimSize</code>, then you must leave that command as-is, and place <code>\ReworkTrimSize</code> later in the Preamble.</p>
<p>If you used <code>\SetMediaSize</code>, you may leave that command as-is, or change it if you wish; the Trim Size does not care.</p>
</div><!-- end class="d3" -->

<h3 id="hF.2">F.2. &nbsp; <code>\ReworkMargins{<em>top</em>}{<em>outside</em>}{<em>bottom</em>}{<em>inside</em>}</code></h3>
<div class="d3" id="dF.2">
<p>This command changes the <em>existing</em> margins. If you do not use the <code>\SetMargins</code> command, then the existing margins are the defaults. But if you do use <code>\SetMargins</code>, then you must leave that command as-is, and place <code>\ReworkMargins</code> later in the Preamble.</p>
</div><!-- end class="d3" -->

<h3 id="hF.3">F.3. &nbsp; Example of Rework</h3>
<div class="d3" id="dF.3">
<p>Here is an example of the Rework commands in use. When the layout is reworked, the font size and (if necessary) baseline skip is scaled to fit the new dimensions, in a way that preserves the original paragraphs and pagination. This is done in a single pass: The method simultaneously works and re-works the layout.</p>
<p>In the following example, the original font size is 11pt, and the baselineskip (calculated based on other factors) is 14.377pt. After rework, the font size is automatically re-calculated to 10.468pt, with lineskip 13.883pt.</p>
<p class="code">
<code>\documentclass{novel}<br/>
\SetTrimSize{5.25in}{8in} % Original. American.<br/>
\SetMargins{0.36in}{0.4in}{0.38in}{0.65in} % Original. American<br/>
\ReworkTrimSize{5.06in}{7.81in} % New. Equivalent to British 129mmW x 198mmH.<br/>
\ReworkMargins{12mm}{12mm}{12mm}{15mm} % New. British.
</code></p>
<p>Result with original layout (above Rework commands commented out):</p>
<p class="centerimg"><img src="html-resources/originalspread.png" width="726" height="544" alt="original spread, before rework"/></p>
<p>Result after Rework:</p>
<p class="centerimg"><img src="html-resources/reworkedspread.png" width="700" height="531" alt="spread after rework"/></p>
</div><!-- end class="d3" -->

<h3 id="hF.4">F.4. &nbsp; Limitations of Rework</h3>
<div class="d3" id="dF.4">
<p>&bull; The technique has been tested, but it might not always work. Be sure to inspect the result carefully.</p>
<p>&bull; If you use Rework to make a radical size change, then the resulting font size or line skip might be unattractive.</p>
<p>&bull; If the reworked pages have one less line than expected (or one more), this is due to roundoff in the calculations. It can usually be fixed by adding or substracting as little as <code>0.001\nbs</code> from the top or bottom rework margin.</p>
<p>&bull; The biggest obstacle occurs when you specify some internal length in terms of absolute units (such as pt). It is always best to use relative units (such as <i>em</i>, or sometimes <code>\nbs</code>), so that they can be scaled along with the text:</p>
<p class="code">
Bad: <code>\hspace{6pt}</code> &nbsp; Good: <code>\hspace{0.5em}</code><br/>
Bad: <code>\kern1pt</code> &nbsp; Good: <code>\kern.08em</code><br/>
Bad: <code>\vspace{0.5in}</code> &nbsp; Good: <code>\vspace{2.4\nbs}</code>
</p>
<p>&bull; When you use Rework, images are <em>not</em> scaled. Thus, they will have a different relationship to the surrounding text than they did before. In many cases, this is not a problem. However, an un-scaled image may disrupt the flow of text, or the number of lines in a page, or overlap text that was previously cleared. Look in the log file for an Alert message, which suggests an appropriate image scale, depending on how an image was placed. Problem areas can often be fixed be scaling the related image(s) in an external graphics program (see <a href="noveldocs-08-images.html#a8.3.3">Page 8</a>) then re-compiling with the scaled image(s).</p>
<p>&bull; Note that you may see the Alert whether or not there are problem images, so scaling images will not make the Alert go away. It is a friendly message.</p>
<div style="clear:both"></div>
</div><!-- end class="d3" -->

<h3 id="hF.5">F.5. &nbsp; Scaling Images after <code>\Rework</code>.</h3>
<div class="d3" id="dF.5">
<p>When you use one or both of the Rework commands, the font size and/or the baselineskip will change. However, it does not scale images. In many cases, there is no problem. But in some cases, an un-scaled image will disrupt the previous flow of text or pagination. If you look in the log file, you will see an Alert message, which suggests (only suggests) appropriate values for scaling problem images, depending on whether they are placed inline or block. Then, you should re-work the image in an external image editor. When you scale the image, be sure that the revised version is at the correct resolution of 300dpi or 600dpi, or whatever is necessary.</p>
<p>It is best to go back to your copy of the original artwork, before you exported it to <i>png</i> or <i>jpg</i>. But what if you do not have anything but the 1-bit or grayscale images that you created earlier? Then do this (in GIMP):</p>
<p>(1) If the image is 1-bit, change to Color&gt;Mode grayscale.</p>
<p>(2) Use Image&gt;Scale Image to get new dimensions, at 600 or 300 pixels per inch. Careful: Sometimes when you change size, it auto-changes resolution, or vice-versa. Click back and forth in the dialog box, to ensure that both the dimensions and resolution are correct. Use Cubic interpolation or better.</p>
<p>(3) Change View to something that puts the image at its approximate print size.</p>
<p>(4) If desired, play with Filters&gt;Enhance&gt;Sharpen.</p>
<p>(5) Image&gt;Flatten.</p>
<p>(6) If the image is to be 1-bit line art, then use GaphicsMagick or ImageMagick as described in section 8.3.1.</p>
<p>(7) Export as png, then use GraphicsMagick or Image Magick as described in section 8.3.2.</p>
<p>The above does not take too much time, and will provide superior results. Note that when an image is placed within text, the calculation for text positioning is different than the calculation for image positioning. It is possible (although unlikely) that a <code>\Rework</code> situation will cause an unexpected page break, due to roundoff error in the placement of the final line on a page. This can be fixed by subtracting (or, in some cases, adding) as little as <code>\vspace{-0.001\nbs}</code> before or after the re-scaled image.</p>
</div><!-- end class="d3" -->


</div><!-- end class="d2" -->
</div><!-- end Appendix F -->
<!-- ************************************************************ -->




</div><!-- end main -->
<div id="finish"></div>
</div><!-- end master -->
</body>
</html>