Difference between revisions of "User:DukeEgr93/LaTeX"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
\usepackage{amsmath, amssymb, epsfig, listings, moreverb} | \usepackage{amsmath, amssymb, epsfig, listings, moreverb} | ||
\usepackage{enumerate, fancyhdr, multicol, oldlfont, pagepc, textcomp, titlesec} | \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> | </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}