diff options
Diffstat (limited to 'style/style.tex')
| -rw-r--r-- | style/style.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/style/style.tex b/style/style.tex new file mode 100644 index 0000000..f6e2697 --- /dev/null +++ b/style/style.tex @@ -0,0 +1,14 @@ +\usepackage[T1]{fontenc} +\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx} + +\textwidth 15cm +\textheight 22cm +\parindent 10pt +\oddsidemargin 2.5cm +\evensidemargin 2.5cm + +\newcommand{\ie}{\emph{i.e.,}\xspace} +\newcommand{\eg}{\emph{e.g.,}\xspace} +\newcommand{\etc}{etc.\xspace} +\newcommand{\etal}{\emph{et~al.}\xspace} +\newcommand{\todo}[1]{\textcolor{blue}{#1}} |
