latex2
latex2
AND
PARAGRAPHS
1. BASIC TEXT FORMATTING
BOLD TEXT
TO MAKE TEXT BOLD, USE THE COMMAND.
\TEXTBF{}
ITALIC TEXT
• TO ITALICIZE TEXT, USE THE COMMAND.
\TEXTIT{}
UNDERLINED TEXT
• TO UNDERLINE TEXT, USE THE COMMAND.
\UNDERLINE{}
TYPEWRITER (MONOSPACED) FONT
• To display text in a monospaced (typewriter) font, use the command.
\TEXTTT{}
SMALL CAPS
• To display text in small caps, use the command.
\textsc{}
EMPHASIZED TEXT
• To emphasize text (usually rendered as italicized), use the
command. this is typically used for emphasis in text.
\emph{}
2. FONT SIZE
PARAGRAPH BREAK
• A paragraph is created by leaving a blank line between two blocks of text
• This is the first paragraph.
• CITING REFERENCES:
• \cite{authoryear}
7. CUSTOMIZING PARAGRAPHS WITH \PAR AND \
NOINDENT
NO INDENTATION:
• \noindent this paragraph has no indentation.