summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
W. Trevor King [Tue, 12 Jan 2010 01:25:37 +0000 (20:25 -0500)]
Major reorganization. Vast improvements.
* incorperated documentation from the base .dtx files.
* improved hyperref and natbib integration.
* cleaned examples.
W. Trevor King [Sun, 10 Jan 2010 15:59:56 +0000 (10:59 -0500)]
Better handling of figure/table/caption spacing.
Added \@dsp for flexible control of display (equations, etc.) spacing.
Removed \DescribeMacros call, since its not defined :p.
Defined \blabla for creating a dummy text in bulk, and added calls to
the examples.
W. Trevor King [Sun, 10 Jan 2010 14:56:20 +0000 (09:56 -0500)]
Broke \set@lines@length out of \blanklines
W. Trevor King [Sun, 10 Jan 2010 13:53:19 +0000 (08:53 -0500)]
Added draftwatermark handling, graphicx explanation.
Actually, the CS class seems to have tried to use _both_
a draftcopy implementation (in \DeclareOption{draft})
_and_
a handrolled \AddToShipoutPicture implementation
(in \DeclareOption{draftwatermark},
called by \DeclareOption{draft}).
I imagine this was due to inter-developer miscommunication...
Anyhow, I like draftmark ;).
W. Trevor King [Sun, 10 Jan 2010 00:56:48 +0000 (19:56 -0500)]
annotate isn't what I'd thought it was. Remove it for now
W. Trevor King [Sun, 10 Jan 2010 00:54:09 +0000 (19:54 -0500)]
Fix \makecopyrightCC implementation
W. Trevor King [Sun, 10 Jan 2010 00:49:12 +0000 (19:49 -0500)]
"\vfil" -> "\vspace*{\fill}" (better LaTeX idiom)
W. Trevor King [Sun, 10 Jan 2010 00:33:46 +0000 (19:33 -0500)]
Add \m@kecopyright + swap \listof* definitions
Began importing option descriptions from drexelthesis.cls
http://www.cs.drexel.edu/~jeffa/talks/drexelthesis.cls
W. Trevor King [Sun, 10 Jan 2010 00:29:00 +0000 (19:29 -0500)]
\newpage -> \clearpage
According to
http://help-csli.stanford.edu/tex/latex-pagebreaks.shtml
\clearpage is similar to \newpage but figures are also printed.
So there is no situation in our class for which we would prefer
\newpage over \clearpage.
W. Trevor King [Sun, 10 Jan 2010 00:07:02 +0000 (19:07 -0500)]
Fix "*" -> "def*" in \defmonth/\defyear example
W. Trevor King [Sat, 9 Jan 2010 23:38:20 +0000 (18:38 -0500)]
Began versioning