Search found 3 matches
- Tue Feb 07, 2012 4:17 pm
- Forum: General
- Topic: Running Draft Counter on a Page
- Replies: 0
- Views: 1114
Running Draft Counter on a Page
I'm wondering how I might go about putting a "Draft #" on the top of my LaTeX documents that gets updated every time I recompile. I'm working on a bash solution through my Makefile (1. create a PDF that has the draft text and 2. merge it onto the first page), but I figure there might be an easier ...
- Mon Jan 17, 2011 2:38 pm
- Forum: Graphics, Figures & Tables
- Topic: subfig package destroys figure captions
- Replies: 3
- Views: 7111
subfig package destroys figure captions
Thank you! I ended up having to do it this way, though, as simply using the one line command gave me an error ("Error: caption undefined").
Code: Select all
\usepackage[caption=false]{caption}
\usepackage{subfig}
- Mon Jan 17, 2011 5:30 am
- Forum: Graphics, Figures & Tables
- Topic: subfig package destroys figure captions
- Replies: 3
- Views: 7111
subfig package destroys figure captions
Hi there -- I am writing a paper using the acm_proc_article-sp.cls class file from the ACM. I'm also trying to use the subfig package as well. But, when I use the subfig package, my figure captions get screwed up. Instead of saying " Figure 1: This is my caption. ", it says "1: This is my caption ...