[Tex/LaTex] Page count in LaTeX vs Word

formattingmsword

My term paper has fairly strict formatting guidelines – double-spaced & 12pt font. I am currently on page 7 (when previewed in LaTeX). However, when I copy and paste into MS Word, I've hit the 10-page limit already.

Any hints on how to get these two numbers to agree? I want to use LaTeX for BibTex integration, but I don't want to hand in a 7 page paper with the proviso that "it's 10 pages in Word, I swear" or have a paper that's actually far in excess of the page cap when viewed in Word.

Here's the relevant bits of my LaTeX document:

\documentclass[12pt]{article}
  \usepackage[tmargin=1in,bmargin=1in,lmargin=1.25in,rmargin=1.25in]{geometry}

\usepackage{setspace}
  \doublespacing

Best Answer

For me in your question it is not clear, whether you have to submit a word file or a pdf file to your professor. Must it be in Word or could it be a LaTeX pdf.

Nevertheless, I think the following could be very helpful for you:

On CTAN you can find the package wordlike to prepare a word like looking document with LaTeX.

If it is only important how many words are building your work, you can write your document in LaTeX and add the number of words used in your document. In the Question Is there any way to do a correct word count of a LaTeX document? you can learn how to do it.