HTML Style Guide
For consistency and later HTML to LaTeX conversion
- Chapter headings:
- proceeded by hr
- centered using H1
- Followed by text in em which introduces the topic
- Followed by keywords and phrases introduced with em but in normal type
- Followed by p hr p
- Section headings: H2 ...
- times is ampersand times
- ö is ampersand ouml
- & gt=, and & lt=
- Top -|-, bottom _|_.
- Symbols: |-->, -->, ->, |-, ==>, in for membership
, union
- Greek alphabet various, usually spelled but may be in b, i, or em
- lambda: \ & lambda-
- Code, Equations & Formulas
- inline: tt ... tt
- single line: p center tt ... tt center p
- multi-line: blockquote pre ... pre blockquote
- Font style
- em -- for keywords defined in the running text
- b -- for headings in figures, tables and definitions
- tt -- for code
- Figures and tables: hr p center Figure/Table/Definition M.N b Description b p
The Figure/Table/Definition p hr
- Definitions & Principles: p hr h4 Definition I.J h4 blockquote ... blockquote
hr p
- Figures: blockquote center Figure N: b ... b center the Figure blockquote
where the figure may be in pre ... pre
- Aside: blockquote b Aside. b content blockquote
- Terminology: blockquote b Terminiology. b content blockquote
- Principle: blockquote b Principle -name- b content blockquote
- Tables: p center ...caption ... caption ... center p
- Sections:
- Falicies and Pitfalls
- Concluding Remarks
- Historical Perspectives and Further Reading:
- historical remarks,
- alternatives to the primiary presentation,
- books and papers
- Exercises
- [time/difficulty] (section) Problem statement
Author: A. Aaby