Parent Directory
|
Revision Log
|
Revision Graph
- runmean: set running mean window to halfWindow*2 coeffs rather than halfWindow*2+1. - write2tex.m: use beamer class, include file creation (previously based on write2tex.header), with title page and table of content, include sections, reduce size of plots to 0.75\textwidth. - write2tex.header: retired
1 | %\documentclass[12pt]{article} |
2 | \documentclass[12pt]{beamer} |
3 | %\usepackage[]{ametsoc} |
4 | |
5 | %\documentclass[dvips]{article} |
6 | \usepackage{hyperref} |
7 | \usepackage{color} |
8 | |
9 | \usepackage[latin1]{inputenc} |
10 | \usepackage{graphicx} |
11 | \usepackage{natbib} |
12 | \usepackage{amsmath} |
13 | \usepackage{amsfonts} |
14 | \usepackage{amssymb} |
15 | |
16 | \setcounter{MaxMatrixCols}{10} |
17 | |
18 | \providecommand{\U}[1]{\protect\rule{.1in}{.1in}} |
19 | \providecommand{\U}[1]{\protect\rule{.1in}{.1in}} |
20 | \bibliographystyle{ametsoc} |
21 | \renewcommand{\baselinestretch}{1.3} |
22 | |
23 | |
24 | \hypersetup{colorlinks=true,urlcolor=blue} |
25 | %\newcommand{\mfile}[1]{ \hypersetup{urlcolor=blue} \url{#1} \hypersetup{urlcolor=blue} } |
26 | |
27 | |
28 | \begin{document} |
ViewVC Help | |
Powered by ViewVC 1.1.22 |