My school (LSU) also requires page numbers to be on the long edge of the page for landscaped pages. Here's what I did, and it seemed a little simpler to me.
\documentclass[12pt]{report}
\usepackage{pdflscape}
\usepackage{blindtext}
\begin{document}
\blindtext
\begin{landscape}
\thispagestyle ...
Search found 4 matches
- Fri Feb 25, 2011 7:05 pm
- Forum: General
- Topic: How to intercalate one landscape page into a portrait doc?
- Replies: 10
- Views: 39048
- Thu Feb 24, 2011 6:01 pm
- Forum: General
- Topic: epstopdf | Disable Compression
- Replies: 4
- Views: 6399
epstopdf | Disable Compression
Sorry to bring this thread back from the dead. I had this same problem with using the epstopdf package on certain EPS files from Matlab, and found a different solution. (For an example of what I was seeing, see http://www.mediafire.com/file/3m7vvtavgz9p7n6/good%20conversion.pdf for what the file ...
- Thu Jan 13, 2011 6:27 pm
- Forum: General
- Topic: TeXnicCenter automatically changes double quotes
- Replies: 2
- Views: 4125
Re: TeXnicCenter automatically changes double quotes
Wow, it's right there. Thanks! I tried searching the forum for the answer before posting and didn't find anything, but after your post I tried again and found some related posts. I must have mistyped something. Anyway, thanks again.
- Thu Jan 13, 2011 5:05 pm
- Forum: General
- Topic: TeXnicCenter automatically changes double quotes
- Replies: 2
- Views: 4125
TeXnicCenter automatically changes double quotes
Hi, I noticed when I type a double quotation into TexnicCenter, it automatically changes it to include an extra quote to mark it as either an opening or closing double quote. So " becomes "` or "', depending on if it's opening or closing. Is there any way to disable this autocorrection? Thanks.