Lecture 10
Lecture 10
Kaushik Roy
Huge
\hspace{l} Horizontal space of length l (Ex: l = 20pt).
numbers of depth > x, where chapter has depth 0. Use a *, as \large large \Huge \vspace{l} Vertical space of length l.
in \section*{title}, to not number a particular item—these \rule{w}{h} Line of width w and height h.
items will also not appear in the table of contents. These are declarations and should be used in the form {\small
. . . }, or without braces to affect the entire document. Tabular environments
Text environments
\begin{comment} Comment (not printed). Requires verbatim Verbatim text tabbing environment
package. \begin{verbatim} Verbatim environment.
\begin{quote} Indented quotation block. \begin{verbatim*} Spaces are shown as �. \= Set tab stop. \> Go to tab stop.
\begin{quotation}Like quote with indented paragraphs. \verb!text! Text between the delimiting characters (in Tab stops can be set on “invisible” lines with \kill at the end
\begin{verse} Quotation block for verse. this case ‘!’) is verbatim. of the line. Normally \\ is used to separate lines.