diff options
author | 2009-04-12 19:31:34 +0200 | |
---|---|---|
committer | 2009-04-23 23:56:40 +0100 | |
commit | 149bd8434af4a34af963b4bf381dc151b2edfd69 (patch) | |
tree | 0a168bd55e1d2c4137bf1edd67d9e1de701beaab /Makefile | |
parent | Set text size manually to generate larger right margin (diff) | |
download | pms-149bd8434af4a34af963b4bf381dc151b2edfd69.tar.gz pms-149bd8434af4a34af963b4bf381dc151b2edfd69.tar.bz2 pms-149bd8434af4a34af963b4bf381dc151b2edfd69.zip |
Factor out pms.cls for better readability of source
Use small capitals for references and margin labels.
Go back to report class (we want one-sided layout).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ clean : rm -f *~ *.pdf *.dvi *.log *.aux *.bbl *.blg *.toc *.lol *.loa *.lox \ *.lot *.out *.html *.css *.png *.4ct *.4tc *.idv *.lg *.tmp *.xref vc.tex || true -LATEXFILES = $(shell ls *.tex) +LATEXFILES = $(shell ls *.tex) pms.cls LISTINGFILES = $(shell ls *.listing) SOURCEFILES = $(LATEXFILES) $(LISTINGFILES) |