basic concepts of the LaTeX typesetting system
Across
- 1. the part of your document that contains your actual text
- 3. you use this environment when you want to display a numbered formula on a seperate line
- 5. the title of a figure or table
- 8. you use this environment when you want to display a nonnumbered formula on a seperate line
- 10. when you want a picture to have a title and a number, you put it in this environment
- 12. the first part of your document: here you declare what kind of document you will be making and you load additional packages
- 13. you use this environment when you want to display several numbered formulas, one below the other and aligned on some symbol (such as an equals sign)
- 14. you use this environment when you want to create a numbered list
Down
- 1. each LaTeX command starts with this symbol
- 2. object that LaTeX places somewhere in the document in order to have a nice layout
- 4. you use this command to include a picture in your document
- 6. to create a numbered table, this environment is the one you should use
- 7. when you want to put text in a table, you use this environment
- 9. a part of your document that has a title and that is numbered; this title also appears in the table of contents
- 11. you use this environment when you want to create a bullet list