summaryrefslogtreecommitdiff
path: root/info/docsurvey/docsurvey.tex
blob: fb5a1e19951c6a552ffc7d3c0bdca0efe7678a91 (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

% To compile:
% lualatex docsurvey.tex
% lualatex docsurvey.tex
% biber docsurvey
% lualatex docsurvey.tex
% lualatex docsurvey.tex

\begin{filecontents}[overwrite]{docsurvey.bib}
@book{lamport:latex,
    title={\LaTeX: A Document Preparation System},
    author={Leslie Lamport},
    edition=2,
    publisher={Addison Wesley},
    year=1994,
    isbn=0201529831,
}

@book{hokpkadaly:guide,
    title={Guide to \LaTeX},
    author={Helmut Kopka and Patrick W. Daly},
    edition=4,
    publisher={Addison-Wesley},
    year=2004,
    isbn=0321173856,
}

@book{gratzer:moremath,
    title={More Math Into \LaTeX},
    author={George Gr\"{a}tzer},
    edition=5,
    publisher={Springer},
    year=2016,
    isbn=9783319237954,
}

@book{kottwitz:beginner,
    title={\LaTeX\ Beginner's Guide},
    author={Stefan Kottwitz},
    publisher={Packt Publishing},
    year=2011,
    isbn=1847199860,
}

@book{kottwitz:cookbook,
    title={\LaTeX\ Cookbook},
    author={Stefan Kottwitz},
    publisher={Packt Publishing},
    year=2015,
    isbn=9781784395148,
    url={http://latex-cookbook.net}
}

@book{mittelbachgossens:companion,
    title={The \LaTeX\ Companion},
    author={Frank Mittelbach and Michel Goossens and Johannes Braams
        and David Carlisle and Chris Rowley},
    edition=2,
    publisher={Addison-Wesley},
    year=2004,
    isbn=0201362996,
}

@book{eijkhout:topic,
    title={\TeX\ by Topic},
    subtitle={A \TeX{}nician's Reference},
    author={Victor Eijkhout},
    publisher={Addison-Wesley UK},
    year=1991,
    isbn=0201568829,
    url={http://eijkhout.net/texbytopic/texbytopic.html}
}

@manual{hefferon:first,
    title={Getting something out of \LaTeX},
    author={Jim Hefferon},
    year=2009,
    url={https://ctan.org/pkg/first-latex-doc}
}

@manual{flynn:veryshort,
    title={The very short guide to typesetting with \LaTeX},
    author={Peter Flynn},
    year=2016,
    url={https://ctan.org/pkg/latex-veryshortguide}
}

@manual{flynn:formatting,
    title={Formatting Information, A beginner’s introduction to
        typesetting with \LaTeX},
    author={Peter Flynn},
    year=2005,
    url={https://ctan.org/pkg/beginlatex}
}

@manual{talbot:novices,
    title={\LaTeX\ for Complete Novices},
    author={Nicola L. C. Talbot},
    year=2012,
    publisher={Dickimaw Books},
    url={http://www.dickimaw-books.com}
}

@manual{talbot:phd,
    title={Using \LaTeX\ to Write a PhD Thesis},
    author={Nicola L. C. Talbot},
    year=2013,
    publisher={Dickimaw Books},
    url={http://www.dickimaw-books.com}
}

@manual{morris:gettingstarted,
    title={Getting Started with \LaTeXe},
    author={Michael P. Morris},
    year=2020,
    url={https://ctan.org/pkg/startlatex2e}
}

@manual{Bennieston:scientific,
    title={Writing Scientific Documents Using \LaTeX},
    author={Andrew J. Bennieston},
    year=2009,
    url={https://ctan.org/pkg/intro-scientific}
}

@manual{oetiker:introduction,
    title={The Not So Short Introduction to \LaTeXe},
    author={Tobias Oetiker},
    year=2015,
    url={https://ctan.org/pkg/lshort}
}

@manual{greenwade:reference,
    title={\LaTeXe: An unofficial reference manual},
    author={George~D. Greenwade and Stephen Gilmore and Torsten~Martinsen and Karl Berry},
    url={https://latexref.xyz}
}

@manual{latex:authors,
    title={\LaTeXe\ for authors},
    author={\LaTeX3 Project Team},
    year=2020,
    url={https://ctan.org/pkg/usrguide}
}

@manual{downes:shortmath,
    title={Short Math Guide for \LaTeX},
    author={Michael Downes and Barbara Beeton},
    year=2017,
    url={https://ctan.org/pkg/short-math-guide}
}

@article{voss:farbige,
    title={Farbige Mathematik},
    journaltitle={TeXnische Komödie},
    author={Herbert Voß},
    year=2004,
    url={https://ctan.org/pkg/voss-mathcol}
}

@manual{Gonzato:musicians,
    title={\LaTeX\ for Musicians},
    author={Guido Gonzato},
    year=2019,
    url={https://ctan.org/pkg/latex4musicians}
}

@manual{pakin:list,
    title={The Comprehensive \LaTeX\ Symbol List},
    author={Scott Pakin},
    year=2017,
    url={https://ctan.org/pkg/comprehensive}
}

@manual{robertson:mathsymbols,
    title={Every symbol (most symbols) defined by unicode-math},
    author={Will Robertson},
    year=2018,
    url={https://ctan.org/pkg/unicode-math}
}

@manual{latexteam:sources,
    title={The \LaTeXe\ Sources},
    author={Johannes Braams and David Carlisle and Alan Jeffrey and Leslie Lamport and
        Frank Mittelbach and Chris Rowley and Rainer Sch\"opf},
    url={https://ctan.org/pkg/source2e}
}

@manual{scharrer:listinternal,
    title={List of internal \LaTeXe\ Macros useful to Package Authors},
    author={Martin Scharrer},
    url={https://ctan.org/pkg/macros2e}
}

@online{TeX:FAQ,
    title={\TeX\ FAQ},
    url={https://texfaq.org/}
}

@manual{pakin:visual,
    title={The Visual \LaTeX\ FAQ},
    author={Scott Pakin},
    url={https://ctan.org/pkg/visualfaq}
}

@manual{bouzigues:guide,
    title={Initiation à \LaTeX},
    subtitle={Pour débutants ou jeunes utilisateurs},
    author={Adrien Bouzigues},
    year=2017,
    url={https://ctan.org/pkg/guide-latex-fr}
}

@manual{Goulet:Redaction,
    title={Rédaction avec \LaTeX},
    author={Vincent Goulet},
    year=2020,
    url={https://ctan.org/pkg/formation-latex-ul}
}

@manual{Holkar:polyglossia,
    title={A practical guide to \LaTeX\ and polyglossia for Indian Languages},
    author={Rohit Dilip Holkar},
    year=2017,
    url={https://ctan.org/pkg/latex-mr}
}

@manual{massago:exemplos,
    title={\LaTeXe\ Via Exemplos},
    author={Sadao Massago},
    year=2018,
    url={https://ctan.org/pkg/latex-via-exemplos}
}

@online{latexwikibook,
    title={Wikibooks},
    subtitle={LaTeX},
    url={https://en.wikibooks.org/wiki/LaTeX}
}

@online{ebookfoundation:free,
    title={Free Programming Books},
    author={Ebook Foundation},
    url={https://github.com/EbookFoundation/free-programming-books}
}

@book{wilson:design,
    title={A Few Notes on Book Design},
    author={Peter Wilson},
    year=2009,
    month=8,
    publisher={The Herries Press},
    edition=1,
    url={https://ctan.org/pkg/memdesign}
}

@manual{kohm:typearea,
    title={KOMA-Script — The Guide},
    author={Markus Kohm},
    year=2018,
    url={https://ctan.org/pkg/koma-script}
}

@manual{tufte:book,
    title={A TUFTE-STYLE BOOK},
    author={The Tufte-LaTeX Developers},
    year=2015,
    url={https://ctan.org/pkg/tufte-latex}
}

@article{revets:octavo,
    title={The Octavo Package},
    author={Stefan A. Revets},
    journaltitle={TUGboat},
    number={23 3/4},
    year=2002,
    pages={269},
    url={https://ctan.org/pkg/octavo}
}

@manual{beccari:canoniclayout,
    title={Package canoniclayout},
    author={Claudio Beccari},
    year=2011,
    url={https://ctan.org/pkg/canoniclayout}
}

@manual{fear:booktabs,
    title={Publication-quality tables in \LaTeX},
    author={Simon Fear},
    year=2016,
    url={https://ctan.org/pkg/booktabs}
}

@manual{tantu:pgf,
    title={The TikZ and PGF Packages},
    author={Till Tantau},
    year=2020,
    url={https://ctan.org/pkg/pgf}
}

@online{texdocnet,
    title={TeXdoc Online},
    url={http://texdoc.net}
}

@online{ctan,
    title={Comprehensive \TeX\ Archive Network},
    shorttitle={CTAN},
    url={https://ctan.org}
}

@manual{hefferon:firstset,
    title={A First Set of \LaTeX\ Packages},
    author={Jim Hefferon},
    year=2020,
    url={https://ctan.org/pkg/first-packages}
}

@manual{pakin:dtxtut,
    title={How to Package Your \LaTeX\ Package},
    author={Scott Pakin},
    url={https://ctan.org/pkg/dtxtut}
}

@manual{latexteam:class,
    title={\LaTeXe\ for class and package writers},
    author={\LaTeX3 Project},
    url={https://ctan.org/pkg/clsguide}
}

@manual{mittelbach:doc,
    title={The doc and shortvrb packages},
    author={Frank Mittelbach},
    url={https://ctan.org/pkg/doc}
}

@manual{mittelbach:docstrip,
    title={The DocStrip program},
    author={Frank Mittelbach and Denys Duchier and Johannes Braams and
        Marcin Woli\'nski and Mark Wooding},
    url={https://ctan.org/pkg/docstrip}
}

@article{flynn:article,
    title={Rolling your own Document Class:
        Using \LaTeX\ to keep away from the Dark Side},
    author={Peter Flynn},
    journaltitle={TUGboat},
    number={28:1},
    year=2007,
    pages={110--123},
    url={http://tug.org/TUGboat/tb28-1/tb88flynn.pdf}
}

@article{pakin:goodthings,
    title={Good things come in little packages:
        An introduction to writing \texttt{.ins} and \texttt{.dtx} files},
    author={Scott~Pakin},
    journaltitle={TUGboat},
    number={29:2},
    year=2008,
    pages={305--314},
    url={http://tug.org/TUGboat/tb29-2/tb92pakin.pdf}
}

@article{mansfield:class,
    title={How to develop your own document class\Dash our experience},
    author={Niall Mansfield},
    journaltitle={TUGboat},
    number={29:3},
    year=2008,
    pages={356--361},
    url={http://tug.org/TUGboat/tb29-3/tb93mansfield.pdf}
}

@online{gutenberg:TeXniques,
    title={TeXniques},
    subtitle={Groupe francophone des Utilisateurs de TEX, \LaTeX\ et logiciels compagnons},
    url={https://www.gutenberg.eu.org/TeXniques}
}

@book{lozano:everythingLaTeX,
    title={Tout Ce Que Vous Avez Toujours Voulu Savoir Sur \LaTeX\ Sans Jamais Oser Le Demander},
    author={Vincent Lozano},
    year=2011,
    url={http://lozzone.free.fr/index.php?vlunch=latex}
}

@book{baudoin:learnLaTeX,
    title={Apprends \LaTeX!},
    author={Marc Baudoin},
    year=2012,
    url={http://www.babafou.eu.org/Apprends_LaTeX}
}

@manual{amsmath,
    title={User’s Guide for the amsmath Package},
    author={{American Mathematical Society} and {\LaTeX3 project}},
    year=2020,
    url={https://ctan.org/pkg/amsmath}
}

@manual{amsmath-it,
    title={Manuale utente per il pacchetto amsmath},
    author={{American Mathematical Society} and {\LaTeX3 project}},
    translator={
        Giulio Agostini and Giuseppe Bilotta and Flavio Casadei Della Chiesa and Onofrio
        de Bari and Giacomo Delre and Luca Ferrante and Tommaso Pecorella and
        Mileto Rigido and Roberto Zanasi
    },
    year=1999,
    url={http://tug.ctan.org/tex-archive/info/italian/amsldoc/itamsldoc.pdf}
}

@manual{campani:tutorial,
    title={Introdução ao Uso do Preparador de Documentos \LaTeX},
    author={Carlos A. P. Campani},
    year=2011,
    url={https://ctan.org/pkg/cursolatex}
}

@manual{amsmath-vn,
    title={{\setmainfont{Latin Modern Roman} \textit{Hướng dẫn sử dụng gói amsmath}}},
    author={{American Mathematical Society} and {\LaTeX3 project}},
    translator={Ky Anh},
    year=1999,
    url={https://ctan.org/pkg/amslatexdoc-vietnamese}
}

@manual{latex2e-japanese,
    title={\LaTeX2e for authors},
    author={\LaTeX3 Project Team},
    translator={Yukitoshi FUJIMURA},
    year=2015,
    url={https://www.latex-project.org/help/documentation/usrguide_jpn.pdf}
}

@manual{amsmath-jp,
    title={User’s Guide for the amsmath Package},
    author={{American Mathematical Society} and {\LaTeX3 project}},
    translator={Yukitoshi FUJIMURA},
    year=2018,
    url={https://www.latex-project.org/help/documentation/amsldoc_jpn.pdf}
}

@manual{shortmath-jp,
    title={Short Math Guide for LaTeX},
    author={Michael Downes and Barbara Beeton},
    translator={Yukitoshi FUJIMURA},
    year=2017,
    url={https://www.latex-project.org/help/documentation/short-math-guide_jpn.pdf}
}

\end{filecontents}




\documentclass{article}


% \documentclass[twocolumn]{article}


% \usepackage[T1]{fontenc} 
% \usepackage[utf8]{inputenc}
\usepackage{fontspec}
% \setmonofont{Inconsolata}
% \setmainfont{Erewhon}
% \setsansfont{SourceSansPro}


\usepackage{lmodern}
\usepackage{erewhon}
% \usepackage[type1,scaled=.95]{cabin} % sans serif like Gill Sans, full styles
\usepackage{sourcesanspro}
\usepackage[varqu,varl]{inconsolata} % typewriter
% \renewcommand{\familydefault}{\sfdefault}


\usepackage[bottom=1in]{geometry}

\usepackage{graphicx}

\usepackage{metalogox}

\usepackage{needspace}

\usepackage{biblatex}
\addbibresource{docsurvey.bib}

\usepackage[nottoc,numbib]{tocbibind}

\setcounter{secnumdepth}{0}

% colored section headers:
\usepackage[x11names]{xcolor}
\usepackage[compact,pagestyles]{titlesec}

\definecolor{sectioncolor}{rgb}{.38,.59,.77}
\definecolor{sectioncolor}{HTML}{033E8C}
\definecolor{burgundycolor}{HTML}{900020}
\definecolor{plumcolor}{HTML}{8E4585}


\titleformat{\section}
  {\normalfont\sffamily\large\bfseries\color{sectioncolor}}{\thesection}{1em}{}%[\hrule]
\titlespacing*{\section}{0pt}{*2}{*.5}

\titleformat{\subsection}
  {\normalfont\sffamily\normalsize\bfseries\color{sectioncolor}}{\thesubsection}{1em}{}
\titlespacing*{\subsection}{0pt}{*1}{*.5}

\titleformat{\subsubsection}
  {\normalfont\sffamily\normalsize\itshape\color{sectioncolor}}{\thesubsubsection}{1em}{}
\titlespacing*{\subsubsection}{0pt}{*1}{*.5}



\newpagestyle{pageheadfoot}{
	\headrule
	\sethead{Programming \LaTeX\Dash{}A survey of documentation and packages}{}{\thepage}
% 	\renewcommand{\makefootrule}{\rule[2.5ex]{\linewidth}{.4pt}}
	\setfoot{}{}{}
}

\pagestyle{pageheadfoot}


\newcommand*{\XeTeXrevE}
{\protect\hspace{-.1667em}\protect\raisebox{-.5ex}{\protect\reflectbox{E}}\protect\hspace{-.125em}}
\providecommand*{\XeTeX}{\mbox{X\XeTeXrevE\TeX}}
\providecommand*{\XeLaTeX}{\mbox{X\XeTeXrevE\LaTeX}}

\newcommand{\shortTitle}[1]{}
\newcommand{\thisnetaddress}{}
\newcommand{\netaddress}[1]{\renewcommand{\thisnetaddress}{#1}}
\newcommand{\thispersonalURL}{}
\newcommand{\personalURL}[1]{\renewcommand{\thispersonalURL}{#1}}

\DeclareRobustCommand{\cs}[1]{{\tt \char`\\#1}}
\DeclareRobustCommand{\tubbraced}[1]{\mbox{\texttt{\char`\{#1\char`\}}}}
\DeclareRobustCommand{\env}[1]{\cs{begin}\tubbraced{#1}}
\DeclareRobustCommand{\thinskip}{\hskip 0.16667em\relax}
\def\endash{–}
\def\emdash{—}
\def\d@sh#1#2{\unskip#1\thinskip#2\thinskip\ignorespaces}
% \def\dash{\d@sh\nobreak\endash}
% \def\Dash{\d@sh\nobreak\emdash}
\newcommand{\thinbrspace}{\hspace{.16667em}\penalty\exhyphenpenalty\hspace{0pt}}
\newrobustcmd{\Dash}{\unskip\thinspace\textemdash\thinbrspace}
\newrobustcmd{\dash}{\unskip\thinspace\mbox{--}\thinbrspace}
\def\ldash{\d@sh\empty{\hbox{\endash}\nobreak}}
\def\rdash{\d@sh\nobreak\endash}
\def\Ldash{\d@sh\empty{\hbox{\emdash}\nobreak}}
\def\Rdash{\d@sh\nobreak\emdash}
\def\hyph{-\penalty\z@\hskip\z@skip }
% \def\slash{/\penalty\z@\hskip\z@skip }
\renewcommand{\slash}{/\penalty\exhyphenpenalty\hspace{0pt}}
\newcommand{\spslash}{\unskip\kern.085em/\hspace{.085em}\penalty\exhyphenpenalty\hspace{0pt}}


\let\texttub\textsl              % redefined in other situations
% \DeclareRobustCommand{\AllTeX}{(\La\kern-.075em)\kern-.075em\TeX}
% \def\AMS{American Mathematical Society}
% \def\AmS{$\mathcal{A}$\kern-.1667em\lower.5ex\hbox
%     {$\mathcal{M}$}\kern-.125em$\mathcal{S}$}
% \def\AmSLaTeX{\AmS-\LaTeX}
% \def\AmSTeX{\AmS-\TeX}
% \def\ANSI{\acro{ANSI}}
% \def\API{\acro{API}}
% \def\ASCII{\acro{ASCII}}
% \def\aw{\acro{A\kern.04em\raise.115ex\hbox{-}W}}
% \def\AW{Addison\kern.1em-\penalty\z@\hskip\z@skip Wesley}
% \def\Bib{%
%   \ifdim \fontdimen1\font>0pt
%      B{\SMC\SMC IB}%
%   \else
%      \textsc{Bib}%
%   \fi
% }
% \def\BibTeX{\Bib\kern-.08em \TeX}
% \def\BSD{\acro{BSD}}
% \def\CandT{\textsl{Computers \& Typesetting}}
% \def\ConTeXt{C\kern-.0333emon\-\kern-.0667em\TeX\kern-.0333emt}
% \def\CMkIV{\ConTeXt\ \MkIV}
% \def\Cplusplus{C\plusplus}
% \def\plusplus{\raisebox{.7ex}{$_{++}$}}
% \def\CPU{\acro{CPU}}
% \def\CSS{\acro{CSS}}
% \def\CSV{\acro{CSV}}
\def\CTAN{\acro{CTAN}}
% \def\DTD{\acro{DTD}}
% \def\DTK{\acro{DTK}}
% \def\DVD{\acro{DVD}}
% \def\DVI{\acro{DVI}}
% \def\DVIPDFMx{\acro{DVIPDFM}$x$}
% \def\DVItoVDU{DVIto\kern-.12em VDU}
% \def\ECMA{\acro{ECMA}}
% \def\EPS{\acro{EPS}}
% \DeclareRobustCommand{\eTeX}{\ensuremath{\varepsilon}-\kern-.125em\TeX}
% \DeclareRobustCommand{\ExTeX}{%
%   \ensuremath{\textstyle\varepsilon_{\kern-0.15em\cal{X}}}\kern-.2em\TeX}
% \def\FAQ{\acro{FAQ}}
% \def\FTP{\acro{FTP}}
% \def\Ghostscript{Ghost\-script}
% \def\GNU{\acro{GNU}}
% \def\GUI{\acro{GUI}}
% \def\Hawaii{Hawai`i}
% \def\HTML{\acro{HTML}}
% \def\HTTP{\acro{HTTP}}
% \def\IDE{\acro{IDE}}
% \def\IEEE{\acro{IEEE}}
% \def\ISBN{\acro{ISBN}}
% \def\ISO{\acro{ISO}}
% \def\ISSN{\acro{ISSN}}
% \def\JPEG{\acro{JPEG}}
% \def\JTeX{\leavevmode\hbox{\lower.5ex\hbox{J}\kern-.18em\TeX}}
% \def\JoT{\textsl{The Joy of \TeX}}
% \def\LAMSTeX{L\raise.42ex\hbox{\kern-.3em
%                    $\m@th$\fontsize\sf@size\z@\selectfont
%                    $\m@th\mathcal{A}$}%
%     \kern-.2em\lower.376ex\hbox{$\m@th\mathcal{M}$}\kern-.125em
%     {$\m@th\mathcal{S}$}-\TeX}
% \DeclareRobustCommand{\La}%
%    {L\kern-.36em
%         {\setbox0\hbox{T}%
%          \vbox to\ht0{\hbox{$\m@th$%
%                             \csname S@\f@size\endcsname
%                             \fontsize\sf@size\z@
%                             \math@fontsfalse\selectfont
%                             A}%
%                       \vss}%
%         }}
% \def\LyX{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX}
% \def\MacOSX{Mac\,\acro{OS\,X}}
% \def\MathML{Math\acro{ML}}
% \def\Mc{\setbox\TestBox=\hbox{M}M\vbox
%    to\ht\TestBox{\hbox{c}\vfil}} %  for Robert McGaffey
% \def\mf{\textsc{Metafont}}
% \def\MFB{\textsl{The \MF book}}
% \def\MkIV{Mk\acro{IV}}
% % \let\TB@@mp\mp
% \DeclareRobustCommand{\mp}{\ifmmode\TB@@mp\else MetaPost\fi}
% \DeclareRobustCommand{\NTG}{\acro{NTG}}
% \DeclareRobustCommand{\NTS}{\ensuremath{\mathcal{N}\mkern-4mu
%   \raisebox{-0.5ex}{$\mathcal{T}$}\mkern-2mu \mathcal{S}}}
% \DeclareTextSymbol{\textohm}{OT1}{'012}
% \DeclareTextSymbolDefault{\textohm}{OT1}
% \newcommand{\OMEGA}{\textohm}
% \DeclareRobustCommand{\OCP}{\OMEGA\acro{CP}}
% \DeclareRobustCommand{\OOXML}{\acro{OOXML}}
% \DeclareRobustCommand{\OTF}{\acro{OTF}}
% \DeclareRobustCommand{\OTP}{\OMEGA\acro{TP}}
% \def\mtex{T\kern-.1667em\lower.424ex\hbox{\^E}\kern-.125emX\@}
% \def\Pas{Pascal}
% \def\pcMF{\leavevmode\raise.5ex\hbox{p\kern-.3\p@ c}MF\@}
% \def\PCTeX{PC\thinspace\TeX}
% \def\pcTeX{\leavevmode\raise.5ex\hbox{p\kern-.3\p@ c}\TeX}
% \def\PDF{\acro{PDF}}
% \def\PGF{\acro{PGF}}
% \def\PHP{\acro{PHP}}
% \def\PiC{P\kern-.12em\lower.5ex\hbox{I}\kern-.075emC\@}
% \def\PiCTeX{\PiC\kern-.11em\TeX}
% \def\plain{\texttt{plain}}
% \def\PNG{\acro{PNG}}
% \def\POBox{P.\thinspace O.~Box }
% \def\PS{{Post\-Script}}
% \def\PSTricks{\acro{PST}ricks}
% \def\RTF{\acro{RTF}}
% \def\SC{Steering Committee}
% \def\SGML{\acro{SGML}}
% \def\SliTeX{\textrm{S\kern-.06em\textsc{l\kern-.035emi}%
%                      \kern-.06em\TeX}}
% \def\slMF{\textsl{\MF}} % should never be used
% \def\SQL{\acro{SQL}}
% \def\stTeX{\textsc{st}\kern-0.13em\TeX}
% \def\STIX{\acro{STIX}}
% \def\SVG{\acro{SVG}}
% \def\TANGLE{\texttt{TANGLE}\@}
% \def\TB{\textsl{The \TeX book}}
% \def\TIFF{\acro{TIFF}}
% \def\TP{\textsl{\TeX}: \textsl{The Program}}
% \DeclareRobustCommand{\TeX}{T\kern-.1667em\lower.424ex\hbox{E}\kern-.125emX\@}
% \def\TeXhax{\TeX hax}
% \def\TeXMaG{\TeX M\kern-.1667em\lower.5ex\hbox{A}%
%    \kern-.2267emG\@}
% \def\TeXtures{\textit{Textures}}
% \let\Textures=\TeXtures
% \def\TeXworks{\TeX\kern-.07em works}
% \def\TeXXeT{\TeX-{}-\XeT}
% \def\TFM{\acro{TFM}}
% \expandafter\ifx\csname XeTeXrevision\endcsname\relax
% \def\Thanh{H\`an~Th\^e\llap{\raise 0.5ex\hbox{\'{}}}~Th\`anh}% non-XeTeX
% \else
% \def\Thanh{H\`an~Th\textcircumacute{e}~Th\`anh}% xunicode drops the acute else
% \fi
% \def\TikZ{Ti{\em k}Z}
% \def\ttn{\textsl{TTN}\@}
% \def\TTN{\textsl{\TeX{} and TUG News}}
% \let\texttub\textsl              % redefined in other situations
\def\TUB{\texttub{TUGboat}}
% \def\TUG{\TeX\ \UG}
% \def\tug{\acro{TUG}}
% \def\UG{Users Group}
% \def\UNIX{\acro{UNIX}}
% \def\VAX{V\kern-.12em A\kern-.1em X\@}
% \def\VnTeX{V\kern-.03em n\kern-.02em \TeX}
% \def\VorTeX{V\kern-2.7\p@\lower.5ex\hbox{O\kern-1.4\p@ R}\kern-2.6\p@\TeX}
% \def\XeT{X\kern-.125em\lower.424ex\hbox{E}\kern-.1667emT\@}
% \def\XML{\acro{XML}}
% \def\WEB{\texttt{WEB}\@}
% \def\WEAVE{\texttt{WEAVE}\@}
% \def\WYSIWYG{\acro{WYSIWYG}}
% \def\tubreflect#1{%
%   \@ifundefined{reflectbox}{%
%     \TBerror{A graphics package must be loaded for \string\XeTeX}%
%   }{%
%     \ifdim \fontdimen1\font>0pt
%       \raise 1.75ex \hbox{\kern.1em\rotatebox{180}{#1}}\kern-.1em
%     \else
%       \reflectbox{#1}%
%     \fi
%   }%
% }
% \def\tubhideheight#1{\setbox0=\hbox{#1}\ht0=0pt \dp0=0pt \box0 }
% \def\XekernbeforeE{-.125em}
% \def\XekernafterE{-.1667em}
% \DeclareRobustCommand{\Xe}{\leavevmode
%   \tubhideheight{\hbox{X%
%     \setbox0=\hbox{\TeX}\setbox1=\hbox{E}%
%     \lower\dp0\hbox{\raise\dp1\hbox{\kern\XekernbeforeE\tubreflect{E}}}%
%     \kern\XekernafterE}}}
% \def\XeTeX{\Xe\TeX}
% \def\XeLaTeX{\Xe{\kern.11em \LaTeX}}
% \def\XHTML{\acro{XHTML}}
% \def\XSL{\acro{XSL}}
% \def\XSLFO{\acro{XSL}\raise.08ex\hbox{-}\acro{FO}}
% \def\XSLT{\acro{XSLT}}

\newcommand{\pub}[1]{\textit{#1}}

\newcommand{\acro}[1]{\textsc{\MakeLowercase{#1}}}


\newcommand{\EDITORnoaddress}{}


\usepackage{microtype}
\usepackage{graphicx}
\usepackage{ifpdf}
\ifpdf
\definecolor{myurlcolor}{rgb}{.4,0,0}
\definecolor{mylinkcolor}{rgb}{.4,0,0}
\definecolor{mycitecolor}{rgb}{.4,0,0}
\usepackage[breaklinks,colorlinks,
    linkcolor=mylinkcolor,
    urlcolor=myurlcolor,
    citecolor=mycitecolor]{hyperref}
\else
\usepackage{url}
\fi

\hypersetup{%
pdfinfo={%
Title={Programming LaTeX - A survey of documentation and packages},%
Author={Brian Dunn},%
Subject={LaTeX programming documentation},%
Keywords={LaTeX, programming, documentation, BD Tech Concepts LLC}%
}}


\usepackage{enumitem}
\setlist[description]{style=nextline,font=\small}
\setlist[description]{style=nextline,font=\small,before={\raggedright}}

\usepackage{multicol}


\usepackage{titling}
\setlength{\droptitle}{-1in}
\predate{\begin{center}\small}


\newrobustcmd*{\pkg}[1]{\textsf{#1}}
\newrobustcmd*{\prog}[1]{\texttt{#1}}
\newrobustcmd*{\tag}[1]{\texttt{<#1>}}
\newrobustcmd*{\prop}[1]{\textsl{\texttt{#1}}}
\newrobustcmd*{\epub}{\acro{EPUB}}
\newrobustcmd*{\texdoc}[1]{\hspace*{\fill}\mbox{(\texttt{texdoc #1})}}
\newrobustcmd*{\hfurl}[1]{\hspace*{\fill}\mbox{(\url{#1})}}
\newrobustcmd*{\hfciteurl}[1]{\hspace*{\fill}\mbox{(\citeurl{#1})}}
\newrobustcmd*{\userentry}[1]{%
\leavevmode\par\hspace*{2em}\texttt{#1}\smallskip\\}

\pdfstringdefDisableCommands{
\renewcommand*{\quad}{ }
\renewcommand*{\pkg}[1]{#1}
\renewcommand*{\prog}[1]{#1}
\renewcommand*{\LuaLaTeX}{LuaLaTeX}
\renewcommand*{\XeLaTeX}{XeLaTeX}
\renewcommand*{\TeX}{TeX}
\renewcommand*{\LaTeX}{LaTeX}
\renewcommand*{\Dash}{ --- }
\renewcommand*{\dash}{ -- }
}

\title{Programming \LaTeX\Dash \\ A survey of documentation and packages}

\author{Brian Dunn \\
	\small \href{mailto:bd@BDTechConcepts.com}{bd@BDTechConcepts.com} \\
	\small Copyright 2017--2020 Brian Dunn\thanks{
		This work may be distributed and/or modified under the
		conditions of the \LaTeX\ Project Public License, either version 1.3
		of this license or (at your option) any later version.
		The latest version of this license is in
		\url{http://www.latex-project.org/lppl.txt}
		and version 1.3 or later is part of all distributions of \LaTeX\
		version 2005/12/01 or later.
	}
}



\begin{document}

\maketitle

\thispagestyle{empty}

\begin{abstract}
\noindent
A survey of documentation for \LaTeX.
Included are references to printed and electronic books and manuals,
symbol lists, \acro{FAQ}s, the \LaTeX\ source code, CTAN and distributions,
programming-related packages, users groups and online communities,
and information on creating packages and documentation.
\end{abstract}

\tableofcontents

\section{Introduction}

Reinventing the wheel may be useful if you think that you can do it better.
Worse, though, is not even being aware that the wheel has already been
invented in the first place, which can be an embarrassing waste of time.
Such can be the case both for a new \LaTeX\ programmer who isn't aware of
the many ways things may be done, but also for someone, this author included,
who learned \LaTeX\ many years ago but may have missed some of the recent
advancements in package code and documentation.

A wealth of information is available, not
only in print and online, but also directly embedded in the typical \LaTeX\
distribution.
The following is meant to be a broad overview of some of today's resources
for \LaTeX\ programmers.

(The latest version of this document is available in the \pkg{docsurvey} package.)

\section{Printed books}

Even in an electronic/online era, printed books still have the advantage
of being able to be opened for reference without taking up space
on the screen.  Printed books also provide extended discussion of
useful topics, have extensive human-edited indexes which are more useful
than a simple document-wide search function, and some are also available in
electronic format.

\begin{description}
\item[\LaTeX:\ A Document Preparation System:]
	The classic introduction to \LaTeX, in continuous reprint for
	decades.~\cite{lamport:latex}
\item[Guide to \LaTeX:]
	An introduction and more advanced material, including an extensive
	reference guide.
	Fourth edition: 2004.~\cite{hokpkadaly:guide}
\item[More Math into \LaTeX:]
	Updated to a fifth edition in 2016.~\cite{gratzer:moremath}
\item[\LaTeX\ Beginner's Guide:]
	An overview with numerous examples.~\cite{kottwitz:beginner}
\item[\LaTeX\ Cookbook:]
	More examples.~\cite{kottwitz:cookbook}
\item[The \LaTeX\ Companion:]
	Provides extended discussion and examples of the inner workings
	of \LaTeX\ and numerous useful packages.
	Second edition: 2004.~\cite{mittelbachgossens:companion}
\item[Additional books:] Listed at the \TeX\ \acro{FAQ}.~\cite{TeX:FAQ}
    \hfciteurl{TeX:FAQ}
\end{description}


\section{Electronic books and documentation}

Most of these are provided with the \TeX\ distribution, and may be updated
with each release.
Access the embedded documentation from a command line using the \texttt{texdoc}
program.

\subsection{\TeX}

\begin{description}
\item[\TeX\ by Topic, A \TeX nician's Reference:]
    A reference for \TeX.
    This may be useful for understanding the source code of \LaTeX\ packages,
    many of which are quite old and written in
    low-level \TeX.~\cite{eijkhout:topic}
    \texdoc{texbytopic}
\end{description}

\subsection{\LaTeX}

\begin{description}
\item[Getting something out of \LaTeX:]
    Create your first document in \LaTeX.~\cite{hefferon:first}
    \hfciteurl{hefferon:first}

\item[The very short guide to typesetting with \LaTeX:]
    A four-page introduction.~\cite{flynn:veryshort}
    \hfciteurl{flynn:veryshort}

\item[Formatting Information:]
    A beginner’s introduction to typesetting with \LaTeX.~\cite{flynn:formatting}
    \hfciteurl{flynn:formatting}

\item[\LaTeX\ for Complete Novices:]
    An extensive introduction for a non-technical person.~\cite{talbot:novices}
    \texdoc{dickimaw-novices}

\item[Using \LaTeX\ to Write a PhD Thesis:]
    A followup to \pub{\LaTeX\ for Complete Novices}, including extensive
    discussion about bibliographies, indexes, and glossaries.~\cite{talbot:phd}
    \texdoc{dickimaw-thesis}

\item[Getting Started with \LaTeXe:]
    A beginner's bare-bones overview.~\cite{morris:gettingstarted}
    \texdoc{startlatex2e}

\item[Writing Scientific Documents Using \LaTeX:]
    An introduction to typesetting scientific documents.~\cite{Bennieston:scientific}
    \newline
    \hfciteurl{Bennieston:scientific}

\item[The Not So Short Introduction to \LaTeXe:]
	Covers introductory material, customizations,
	and a simple package.  Available in many languages~\cite{oetiker:introduction}
	\texdoc{-l lshort}
    \hfciteurl{oetiker:introduction}

\item[\LaTeXe: An unofficial reference manual:]
	A thorough but concise reference manual for \LaTeXe,
	available in several languages.~\cite{greenwade:reference}
	\texdoc{-l latex2e-help}
    \hfciteurl{greenwade:reference}

\item[LaTeX WikiBook:] An online book, includes information about
	creating \LaTeX\ packages and classes.~\cite{latexwikibook}
    \hfciteurl{latexwikibook}

\item[\LaTeXe\ for authors:]
    An overview of the new features of \LaTeXe\ compared to \LaTeX 2.09.
   ~\cite{latex:authors}
    \texdoc{usrguide}
\end{description}

\subsection{Lua\LaTeX}

\begin{description}
\item [A guide to Lua\LaTeX:] An introduction. \texdoc{lualatex-doc}
\item [Lua\TeX\ Reference:] The full manual. \texdoc{luatex.pdf}
\end{description}

\subsection{\XeLaTeX}

\begin{description}
\item [The \XeTeX\ reference guide:] A summary of additional features.
    \texdoc{xetex-reference}
\item [Font-change-xetex:] Macros for using fonts.
    \texdoc{font-change-xetex}
\end{description}

\subsection{\LaTeX3 and \pkg{expl3}}

\begin{description}
\item [The \LaTeX3 Interfaces:] Reference documentation for the \pkg{expl3}
    programming environment.    \texdoc{interface3}
\end{description}


\subsection{Math typesetting}
\label{sec:math}

\begin{description}
\item [User’s Guide for the amsmath Package:]
    How to use \pkg{amsmath}.~\cite{amsmath} \texdoc{amsmath} \\
    Also see \nameref{sec:international} for the Italian, Japanese,
    and Vietnamese translations.

\item[Short Math Guide for \LaTeX:]
    A summary of features in \LaTeX\ and packages for writing
    math formulas.~\cite{downes:shortmath}
    \texdoc{short-math-guide}

\item[Farbige Mathematik:]
    Math in color.  In German, but with easy-to-use examples.~\cite{voss:farbige}
    \texdoc{voss-mathcol}
\end{description}


\subsection{Music typesetting}

\begin{description}
\item [\LaTeX\ for Musicians:]
    Packages and programs for music symbols, lyrics, chord sheets, sheet music,
    and guitar tablature.~\cite{Gonzato:musicians}
    \texdoc{latex4musicians}
\end{description}


\subsection{Symbol references}

These are lists of the \LaTeX\ commands which produce symbols.

\begin{description}
\item[Comprehensive \LaTeX\ Symbol List:]
More than 14,000 symbols and \LaTeX\ commands.~\cite{pakin:list}
\texdoc{symbols-letter} \texdoc{symbols-a4}

\item[Every symbol (most symbols) defined by unicode-math:]
Unicode math symbols.~\cite{robertson:mathsymbols}
\texdoc{unimath-symbols}
\end{description}


\subsection{Source code}

The source code for \LaTeXe\ itself is also included in the distribution.

\begin{description}
\item[The \LaTeXe\ sources:] Occasionally useful for figuring out how
    something really works.~\cite{latexteam:sources}
        \texdoc{source2e}
\item[List of internal \LaTeXe\ macros useful to package authors:]
    A list of the core \LaTeX\ macros, each of which is linked to the
    source code.~\cite{scharrer:listinternal}
    \texdoc{macros2e}
\end{description}



\subsection{FAQs}

%Frequently-Asked Questions

\begin{description}
\item[\TeX\ FAQ:] A wide-ranging list of fre\-quently-asked questions.
(Formerly the UK TUG FAQ.)
~\cite{TeX:FAQ}
\texdoc{letterfaq}
\texdoc{newfaq}

\item[Visual \LaTeX\ FAQ:] Click on a visual element to learn how
it is programmed.~\cite{pakin:visual}
\texdoc{visualFAQ}
\end{description}


\subsection{International languages}
\label{sec:international}

\begin{description}[style=standard]
    \item [Multiple languages:] The following are available in several languages.
    \begin{description}
        \item[The Not So Short Introduction to \LaTeXe:]
            Covers introductory material, customizations,
            and a simple package.~\cite{oetiker:introduction}
            \texdoc{-l lshort}
            \hfciteurl{oetiker:introduction}

        \item[\LaTeXe: An unofficial reference manual:]
            A thorough but concise reference manual
            for \LaTeXe.~\cite{greenwade:reference}
            \texdoc{-l latex2e-help}
            \hfciteurl{greenwade:reference}

        \item [Ebook Foundation — Free Programming Books:] A variety
        of \TeX-related and other programming books
        and documents.~\cite{ebookfoundation:free}
        \hfciteurl{ebookfoundation:free}
    \end{description}
    \item[Brazilian Portuguese:] \
        \begin{description}
        \item[\LaTeXe\ Via Exemplos:] A study course.~\cite{massago:exemplos}
            \hfciteurl{massago:exemplos}
        \end{description}
    \item[French:] \
        Also see \nameref{sec:online}.
        \begin{description}
        \item[TeXniques:]
            A collection of resources.~\cite{gutenberg:TeXniques}
            \hfciteurl{gutenberg:TeXniques}
        \item[%
            Tout Ce Que Vous Avez Toujours Voulu Savoir
            Sur \LaTeX\ Sans Jamais Os Er Le Demander:%
        ]
            A book for beginners.~\cite{lozano:everythingLaTeX}
            \hfciteurl{lozano:everythingLaTeX}
        \item[Apprends \LaTeX!:] A full textbook written for
            École Nationale Supérieure de Techniques Avancées.~\cite{baudoin:learnLaTeX}
            \hfciteurl{baudoin:learnLaTeX}
        \item[Initiation à LATEX:] A guide on \LaTeX\ — for beginners
            or advanced users.~\cite{bouzigues:guide}
            \hfciteurl{bouzigues:guide}
        \item[Rédaction avec \LaTeX:]
            An introductory course prepared for
            Université Laval, Québec, Canada.~\cite{Goulet:Redaction}
            \texdoc{formation-latex-ul}
            \texdoc{formation-latex-ul-diapos}
        \end{description}
    \item[German:] \
        See \nameref{sec:math}, \nameref{sec:groups}, and \nameref{sec:online}.
    \item[Indian:] \
        \begin{description}
        \item [A practical guide to \LaTeX\ and polyglossia for Indian Languages:]
            \LaTeX\ and \pkg{polyglossia} for Indian languages.~\cite{Holkar:polyglossia}
            \texdoc{latex-mr}
        \end{description}
    \item[Italian:] \
        \begin{description}
        \item [Manuale utente per il pacchetto amsmath:] Manual for \pkg{amsmath}.
            \cite{amsmath-it}
            \texdoc{amsldoc-it}
        \end{description}
    \item[Japanese:] \
        \begin{description}
        \item [\LaTeX2e for authors:] \cite{latex2e-japanese}
            \hfciteurl{latex2e-japanese}
        \item [User’s Guide for the amsmath Package:] \cite{amsmath-jp}
            \hfciteurl{amsmath-jp}
        \item [Short Math Guide for LaTeX:] \cite{shortmath-jp}
            \hfciteurl{shortmath-jp}
        \end{description}
    \item[Portuguese:] \
        \begin{description}
        \item [Introdução ao Uso do Preparador de Documentos \LaTeX:]
            A tutorial as \acro{PDF} slides.~\cite{campani:tutorial}
            \texdoc{cursolatex}
        \end{description}
    \item[Vietnamese:] \
        \begin{description}
        \item [%
            {\setmainfont{Latin Modern Roman} \textbf{Hướng dẫn sử dụng gói}}
            amsmath:%
        ] Manual for \pkg{amsmath}.~\cite{amsmath-vn}
            \texdoc{amsldoc-vn}
        \end{description}
\end{description}

\subsection{General typesetting theory}

Discussion about general typesetting theory,
presented by various \TeX-related authors.

\begin{description}
\item[A Few Notes on Book Design:]
    Discussion about book design and typography.
    100+ pages.~\cite{wilson:design}
    \texdoc{memdesign}

\item[KOMA-Script — The Guide --- Calculating the Page Layout with typearea:]
    Discussion about the page layout of a book.~\cite{kohm:typearea}
    \texdoc{typearea}

\item[A TUFTE-STYLE BOOK --- The Design of Tufte's Books:]
    Emulating ideas from the books of Edward R. Tufte.~\cite{tufte:book}
    \texdoc{tufte-latex}

\item[The Octavo Package:]
    Design principles and guidelines emulating books
    from the Renaissance.~\cite{revets:octavo}
    \texdoc{octavo}

\item[Package canoniclayout:]
    Ideas regarding text-block proportions.~\cite{beccari:canoniclayout}
    \texdoc{canoniclayout}

\item[Publication-quality tables in \LaTeX:]
    Improved design of tabular layouts.~\cite{fear:booktabs}
    \texdoc{booktabs}

\item[The Ti\textit{k}Z and PGF Packages --- Guidelines on Graphics:]
    ``General guidelines and principles concerning the creation of graphics
    for scientific presentations, papers, and books''.~\cite{tantu:pgf}
    \texdoc{pgfmanual}

\end{description}

\section{Accessing embedded information}

\subsection{\pkg{texdoc}}

A large amount of documentation is included in a \TeX\ distribution.
Most can be accessed with the \prog{texdoc} program.
Enter ``\prog{texdoc -l <name>}'' to search for
matching package, file, or program names.  In some cases the same document
is available in both letter or A4 paper sizes, or in several languages.
\prog{texdoc} is also available online~\cite{texdocnet},
with popular packages sorted by category. \hfciteurl{texdocnet}

\subsection{\prog{kpsewhich}}

The program \prog{kpsewhich} may be used to find out where a file is
located.  \prog{kpsewhich filename} searches for and returns the
path to the given filename.

\prog{kpsewhich} can also return directories, such as:
\begin{verbatim}
        kpsewhich -var-value TEXMFROOT
        kpsewhich -var-value TEXMFDIST
        kpsewhich -var-value TEXMFLOCAL
\end{verbatim}
\medskip

Some package authors choose not to include the source code in the
package documentation.  To view the source code:

\begin{enumerate}
\item To locate and read a package's \verb+.sty+ file:
\userentry{kpsewhich package.sty}
Usually these files have their comments removed,
so it is better to use the \verb+.dtx+ file instead.
\item The \verb+.dtx+ file is usually available,
and will have the package's source code.
\userentry{kpsewhich package.dtx}
If it is not installed on your local system, it will
be necessary to download the \verb+.dtx+ file from
CTAN (see the next section).

The comments are not yet typeset and so
will not be as easily read.
\item To typeset the documentation with the source code,
copy the \verb+.dtx+ file and any associated image files
somewhere local and then look for
\cs{OnlyDescription}
in the source.
This command tells the \pkg{ltxdoc} package not to print the source code.
\item Remove \cs{OnlyDescription}, then process the \verb+.dtx+ file with
\userentry{pdflatex package.dtx}
Barring unusual circumstances, this will create a new documentation
\verb+.pdf+ file with the package source code included.
\end{enumerate}



\section{%
    Obtaining packages \Dash Comprehensive \TeX\ Archive Network \protect\quad (CTAN)%
}

The Comprehensive \TeX\ Archive Network
(\CTAN) provides a master collection of
packages.  A search function is available, which is useful when you know the
name of a package or its author, and a list of topics is also provided.
There are so many topics, however, that finding the right topic can be a
problem in itself.  One useful method to find what you are looking for is
to search for a related package you may already know about, then look at
its description on \CTAN\ to see what topics are shown for it.  Selecting these
topics then shows you related packages.~\cite{ctan}


\needspace{7\baselineskip}
\section{Useful packages}

\subsection{General use}

\begin{description}
\item [A First Set of \LaTeX\ Packages:]
    A list of packages useful for beginners.~\cite{hefferon:firstset}
    \texdoc{first-packages}
\end{description}

\subsection{Programming \LaTeX}

A number of packages are especially useful for \LaTeX\ programmers:
\texdoc{<packagename>}

\begin{multicols}{2}

\begin{description}[style=unboxed]
\raggedright
\item[\pkg{xifthen}:] Conditionals.
\item[\pkg{etoolbox}:] A wide range of programming tools, often avoiding
	the need to resort to low-level \TeX.
\item[\pkg{etextools}:] Adds to \pkg{etoolbox}.
	Strings, lists, and more.
\item[\pkg{xparse}:] Define macros and environments with
	flexible argument types.
\item[\pkg{environ}:] Process environment contents.
\item[\pkg{arrayjobx}, \pkg{fifo-stack}, \pkg{forarray},
	\pkg{forloop}, \pkg{xfor}:]
	Programming arrays, stacks, and loops.
\item[\pkg{iftex}:] Detect \TeX\ engine.
\item[\pkg{ifplatform}:] Detect operating system.
\item[\pkg{xstring}:] String manipulation.
\item[\pkg{keyval}, \pkg{xkeyval}, \pkg{kvsetkeys}:] Key\slash{}value arguments.
\item[\pkg{pgfkeys}, \pkg{pgfkeyx}:] Another form of key\slash{}value arguments.
\item[\pkg{kvoptions}:] Key\slash{}value package options.
\item[\pkg{expl3}:] \LaTeX3 programming.
\item[\pkg{l3keys}, \pkg{l3keys2e}:] Key\slash{}value for \LaTeX3.
\item[\pkg{chktex}:] Locates typographic errors.
\item[\CTAN\ topic \pkg{macro-supp}:] An entire topic of
	useful programming macros.
\end{description}
\end{multicols}


\section{Creating and documenting new packages}

\subsection{How-to}

Documentation for those interested in creating their own package or class:
\begin{description}
\item[How to package your \LaTeX\ package:] A tutorial.~\cite{pakin:dtxtut}
	\texdoc{dtxtut}
\item[\LaTeXe\ for class and package writers:] Programming a package
	or class.~\cite{latexteam:class}
	\texdoc{clsguide}
\item[The doc and shortvrb packages:] Packages for documenting
	packages.~\cite{mittelbach:doc}
	\texdoc{doc}
\item[The DocStrip program:] The program which processes \verb+.dtx+
	and \verb+.ins+ files to generate documentation and \verb+.sty+
	files.~\cite{mittelbach:docstrip}
	\texdoc{docstrip}
\end{description}

\subsection{Published articles about creating \LaTeX\ packages}

Related articles from \TUB:

\begin{description}
\item[Rolling your own Document Class:
Using \LaTeX\ to keep away from the Dark Side:] An overview of the
	\pkg{article} class.~\cite{flynn:article}
\item[Good things come in little packages: An
	introduction to writing \texttt{.ins} and \texttt{.dtx} files:] How and why
    to create your own \verb+.dtx+ and \verb+.ins+ files.~\cite{pakin:goodthings}
\item[How to develop your own document class\Dash our experience:]
	A comparison of developing class vs.\ package
	files.~\cite{mansfield:class}

\end{description}

\section{Users groups}
\label{sec:groups}

\begin{description}[style=unboxed]
\item[\TeX\ Users Group:] \url{http://tug.org}
\item[Dante:] German users group.  \url{https://www.dante.de}
\item[List of international users groups:] \url{http://tug.org/usergroups.html}
\end{description}

\section{Online communities}
\label{sec:online}

\begin{description}[style=unboxed]
\item[English forums:] \
\begin{description}[style=unboxed]
\raggedright
\item[TeX\Dash \LaTeX\ Stack Exchange:] 
    Almost any question has already
	been asked, and a quick web search will find answers, ranked by vote.
    \url{http://tex.stackexchange.com}
\item[\LaTeX\ Community:]
    A traditional forum with quick replies
	to your questions
    \url{http://www.latex-community.org}
\end{description}

\item[German forums:] \
\begin{description}[style=unboxed]
\item[TeXwelt:] \url{http://texwelt.de/wissen/}
\item[goLaTeX:] \url{http://golatex.de}
\end{description}

\item[French forums:] \
\begin{description}[style=unboxed]
\item[TeXnique.fr:] \url{http://texnique.fr}
\end{description}

\item[Mailing lists:]
    Several dozen, spanning a wide range of \TeX-related topics.
    \url{http://tug.org/mailman/listinfo}

\item[Newsgroup:] \url{comp.text.tex}
\end{description}


\section{Distributions \Dash \LaTeX\ for various operating systems}
\begin{description}[style=unboxed]
\item[TeXLive:] \url{http://tug.org/texlive} \hfill Unix and Windows
\item[MiKTex:] \url{https://miktex.org}  \hfill Windows and Mac
\item[proTeXt:] \url{http://tug.org/protext/}  \hfill Windows
\item[MacTex:] \url{http://tug.org/mactex/} \hfill Mac
\end{description}


\section{Change log}

\begin{description}[style=standard]
\item[2017/03/06:] Initial version.
\item[2017/10/04:] Added users groups, mailing lists,
    distributions, \LuaTeX, \XeTeX, \pkg{chktex}.
    Organization and formatting improvements.
\item[2017/10/14:] More information about accessing embedded documentation.
\item[2018/01/18:] Added \url{texdoc.net}.
\item[2018/01/21:] Added \pkg{la­tex-veryshort­guide}, \pkg{first-latex-doc},
                    \pkg{beginlatex},
                    \pkg{intro-scientific}, \pkg{guide-latex-fr}.
\item[2018/03/24:] Added \pkg{interface3}, \pkg{dickimaw-novices}, \pkg{dickimaw-thesis}.
\item[2018/04/01:] Added TeXnique.fr.
\item[2018/06/28:] Added sections for non-English documents and general typesetting theory.
    Updated host and name for \TeX\ \acro{FAQ}.  Added \pkg{latex-via-exemplos} and
    Ebook Foundation free programming books.
\item[2018/10/18:] Updated \acro{URL} for \pub{\LaTeXe: An unofficial reference manual}.
\item[2020/12/14:] Improved bibliography.
    Added categories for math and music; \pkg{startlatex2e};
    items written in French, German, Indian, Italian, Japanese, Portuguese, Vietnamese;
    Dante users group.
\end{description}


\printbibliography



\end{document}