loujott / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

usepackage geometry #487

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. \usepackage{geometry}
2. \newgeometry{left=1cm, right=1cm, textheight=667pt}
**can change the internal parameters of this function.
3. \restoregeometry

What is the expected output? What do you see instead?
It is expected to resize the margins and writing space.
Instead it prints the contents of the \newgeometry function. In this specific 
case: left=1cm, right=1cm, textheight=667pt

What version of the product are you using? On what browser?
This I'm not sure of. When I click the 'Development Version' tab it opens a new 
browser tab for a new file, it does not inform me of the version.
I'm doing this in Google's Chrome browser.

Please provide any additional information below.
I'm guessing what might be the case is that it does not yet read the header 
calls into the document to use the packages I'm requesting for the document.

Original issue reported on code.google.com by Jeremie....@gmail.com on 9 Nov 2014 at 5:11