Difference between revisions of "User:DukeEgr93/LaTeX"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Top for | + | == Top for Reports == |
− | \documentclass{ | + | <source> |
− | \usepackage{amsmath, amssymb | + | \documentclass{report} |
− | \usepackage[letterpaper, margin=0. | + | \usepackage{amsmath, amssymb, epsfig, listings, moreverb} |
− | \usepackage{ | + | \usepackage{enumerate, fancyhdr, multicol, oldlfont, pagepc, textcomp, titlesec} |
− | + | \usepackage[letterpaper, margin=0.75in]{geometry} | |
− | \ | + | \usepackage{../GENERAL/GenSty} % personalized commands |
− | + | \usepackage{Karnaugh} % just for EGR 224 | |
− | + | </source> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Other packages: | ||
+ | * doc -- must come early or quote and verbatim get unhappy | ||
+ | * For EGR 103: | ||
+ | <source> | ||
+ | \usepackage{EGR103style} | ||
+ | \usepackage{wrapfig, color} | ||
+ | \usepackage{comment, verbatim} | ||
+ | </source> | ||
== Top for Large-font documents == | == Top for Large-font documents == |
Latest revision as of 16:17, 14 January 2017
Top for Reports
\documentclass{report}
\usepackage{amsmath, amssymb, epsfig, listings, moreverb}
\usepackage{enumerate, fancyhdr, multicol, oldlfont, pagepc, textcomp, titlesec}
\usepackage[letterpaper, margin=0.75in]{geometry}
\usepackage{../GENERAL/GenSty} % personalized commands
\usepackage{Karnaugh} % just for EGR 224
Other packages:
- doc -- must come early or quote and verbatim get unhappy
- For EGR 103:
\usepackage{EGR103style}
\usepackage{wrapfig, color}
\usepackage{comment, verbatim}