Abstract
This document is a sample of what can be done with LATEX. In addition todemonstrating the features of the hmcclinic and hmcthesis classes, we hope
to provide useful and clear examples of not only what can be done, but
how best to do it.
Contents
Abstract iii
Acknowledgments v
1 Introduction 1
1.1 What Is LATEX? . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 This Document . . . . . . . . . . . . . . . . . . . . . . . . . . 1
2 Structured Writing 3
2.1 Document Classes . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 Packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.3 Structural Commands . . . . . . . . . . . . . . . . . . . . . . 4
2.4 Labels and References . . . . . . . . . . . . . . . . . . . . . . 5
2.5 Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.6 Environments . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.7 Fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.8 Customization . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3 Mathematical Notation 13
3.1 Sums and Products . . . . . . . . . . . . . . . . . . . . . . . . 13
3.2 Matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3.3 Symbols . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.4 More Math . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.5 Aligning Equations . . . . . . . . . . . . . . . . . . . . . . . . 16
3.6 Adjusting Spacing . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.7 Specifying Equation Numbers or Names . . . . . . . . . . . . 17
3.8 Sizing Delimiters . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.9 Theorems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.10 Proofs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
viii Contents
4 Figures and Tables—LATEX’s Float Environments 23
4.1 Captions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2 Figures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.3 Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5 Typesetting 31
5.1 Getting to Paper . . . . . . . . . . . . . . . . . . . . . . . . . . 31
5.2 PDF for the Web . . . . . . . . . . . . . . . . . . . . . . . . . . 31
5.3 General Comments . . . . . . . . . . . . . . . . . . . . . . . . 32
5.4 Additional Programs . . . . . . . . . . . . . . . . . . . . . . . 33
6 Tips and Tricks 35
6.1 Special Characters . . . . . . . . . . . . . . . . . . . . . . . . . 35
6.2 Accents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
6.3 Comments and Spacing . . . . . . . . . . . . . . . . . . . . . 36
6.4 Quotes and Dashes . . . . . . . . . . . . . . . . . . . . . . . . 37
6.5 Controlling Pagination . . . . . . . . . . . . . . . . . . . . . . 38
6.6 Using Graphics with PDFTEX . . . . . . . . . . . . . . . . . . 38
6.7 Fonts Look Fuzzy in PostScript or PDF Files . . . . . . . . . . 39
6.8 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
7 Resources 43
7.1 Online Documentation . . . . . . . . . . . . . . . . . . . . . . 43
7.2 UK-TUG FAQ . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
7.3 comp.text.tex . . . . . . . . . . . . . . . . . . . . . . . . . . 44
8 Books 45
A Versions of the Sample Thesis/Clinic Report 47
A.1 Comments, Problems, and Updates . . . . . . . . . . . . . . . 47
Bibliography 49
No comments:
Post a Comment