Problem with margin?Problem with ifxetex.styProblem with the dropping package?Problem with musixtex's mezzo piano dynamicProblem with poker packageProblem with 'shrink'Problem with concmath packageProblem with Thesis TemplateProblem With stix PackageProblem with ï (LaTeX)Problem with the GFnotation package

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

What if a revenant (monster) gains fire resistance?

2.8 Why are collections grayed out? How can I open them?

Problem with TransformedDistribution

Removing files under particular conditions (number of files, file age)

Delivering sarcasm

Lowest total scrabble score

How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?

How do I color the graph in datavisualization?

Multiplicative persistence

Start making guitar arrangements

Not using 's' for he/she/it

Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]

What should you do if you miss a job interview (deliberately)?

Biological Blimps: Propulsion

When were female captains banned from Starfleet?

Must Legal Documents Be Siged In Standard Pen Colors?

What is this called? Old film camera viewer?

What should you do when eye contact makes your subordinate uncomfortable?

Pre-mixing cryogenic fuels and using only one fuel tank

Longest common substring in linear time

A social experiment. What is the worst that can happen?

What is Cash Advance APR?

What does routing an IP address mean?



Problem with margin?


Problem with ifxetex.styProblem with the dropping package?Problem with musixtex's mezzo piano dynamicProblem with poker packageProblem with 'shrink'Problem with concmath packageProblem with Thesis TemplateProblem With stix PackageProblem with ï (LaTeX)Problem with the GFnotation package













0















I am writing my thesis on a old style file (Latex2.9 i guess) that has the following preamble,



documentstyle[12pt,epsfig,EMU_Thesis_ikeV2,amsmath,times,enumerate,tikz,booktabs,slashbox,subfigure,microtype,caption]report


Now , i'm required to update the page margin with the following measurments:
top & bottom: 2.5 cm, left: 4cm and right: 2.5 cm.



In the style file there is a part as a page setup:



oddsidemargin 1.6cm
evensidemargin 2cm
topmargin -1.3cm
headheight20pt
textwidth 153mm
textheight 249mm
pagestylemyheadings


When I compile, I don't get the exact desired margin!



I tried to use geometry package but as I insert usepackagegeometry, it gives an error related to unsupported package!



Can you give me a way to get around with the problem?



I appreciated your help.










share|improve this question



















  • 4





    Why exactly are you using this old style? It has not been used since 1993!! Please update.

    – daleif
    Aug 22 '17 at 11:09











  • This is a thesis style, i don't have much chance to change it!

    – user459806
    Aug 22 '17 at 11:13






  • 1





    You have. Go to the person in charge, say "This is a fairly old style file, based on an outdated version of LaTeX, which isn't supported any longer. May I introduce a new template based on up to date packages and LaTeX-version -- perhaps which looks quite like the old one?". And there you go...

    – Skillmon
    Aug 22 '17 at 11:15











  • For a bit more about the page dimensions and how you might accomplish what you need without geometry you might take a look at the wikibook.

    – Skillmon
    Aug 22 '17 at 11:19















0















I am writing my thesis on a old style file (Latex2.9 i guess) that has the following preamble,



documentstyle[12pt,epsfig,EMU_Thesis_ikeV2,amsmath,times,enumerate,tikz,booktabs,slashbox,subfigure,microtype,caption]report


Now , i'm required to update the page margin with the following measurments:
top & bottom: 2.5 cm, left: 4cm and right: 2.5 cm.



In the style file there is a part as a page setup:



oddsidemargin 1.6cm
evensidemargin 2cm
topmargin -1.3cm
headheight20pt
textwidth 153mm
textheight 249mm
pagestylemyheadings


When I compile, I don't get the exact desired margin!



I tried to use geometry package but as I insert usepackagegeometry, it gives an error related to unsupported package!



Can you give me a way to get around with the problem?



I appreciated your help.










share|improve this question



















  • 4





    Why exactly are you using this old style? It has not been used since 1993!! Please update.

    – daleif
    Aug 22 '17 at 11:09











  • This is a thesis style, i don't have much chance to change it!

    – user459806
    Aug 22 '17 at 11:13






  • 1





    You have. Go to the person in charge, say "This is a fairly old style file, based on an outdated version of LaTeX, which isn't supported any longer. May I introduce a new template based on up to date packages and LaTeX-version -- perhaps which looks quite like the old one?". And there you go...

    – Skillmon
    Aug 22 '17 at 11:15











  • For a bit more about the page dimensions and how you might accomplish what you need without geometry you might take a look at the wikibook.

    – Skillmon
    Aug 22 '17 at 11:19













0












0








0








I am writing my thesis on a old style file (Latex2.9 i guess) that has the following preamble,



documentstyle[12pt,epsfig,EMU_Thesis_ikeV2,amsmath,times,enumerate,tikz,booktabs,slashbox,subfigure,microtype,caption]report


Now , i'm required to update the page margin with the following measurments:
top & bottom: 2.5 cm, left: 4cm and right: 2.5 cm.



In the style file there is a part as a page setup:



oddsidemargin 1.6cm
evensidemargin 2cm
topmargin -1.3cm
headheight20pt
textwidth 153mm
textheight 249mm
pagestylemyheadings


When I compile, I don't get the exact desired margin!



I tried to use geometry package but as I insert usepackagegeometry, it gives an error related to unsupported package!



Can you give me a way to get around with the problem?



I appreciated your help.










share|improve this question
















I am writing my thesis on a old style file (Latex2.9 i guess) that has the following preamble,



documentstyle[12pt,epsfig,EMU_Thesis_ikeV2,amsmath,times,enumerate,tikz,booktabs,slashbox,subfigure,microtype,caption]report


Now , i'm required to update the page margin with the following measurments:
top & bottom: 2.5 cm, left: 4cm and right: 2.5 cm.



In the style file there is a part as a page setup:



oddsidemargin 1.6cm
evensidemargin 2cm
topmargin -1.3cm
headheight20pt
textwidth 153mm
textheight 249mm
pagestylemyheadings


When I compile, I don't get the exact desired margin!



I tried to use geometry package but as I insert usepackagegeometry, it gives an error related to unsupported package!



Can you give me a way to get around with the problem?



I appreciated your help.







packages






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 25 mins ago









siracusa

5,12011429




5,12011429










asked Aug 22 '17 at 11:06









user459806user459806

155




155







  • 4





    Why exactly are you using this old style? It has not been used since 1993!! Please update.

    – daleif
    Aug 22 '17 at 11:09











  • This is a thesis style, i don't have much chance to change it!

    – user459806
    Aug 22 '17 at 11:13






  • 1





    You have. Go to the person in charge, say "This is a fairly old style file, based on an outdated version of LaTeX, which isn't supported any longer. May I introduce a new template based on up to date packages and LaTeX-version -- perhaps which looks quite like the old one?". And there you go...

    – Skillmon
    Aug 22 '17 at 11:15











  • For a bit more about the page dimensions and how you might accomplish what you need without geometry you might take a look at the wikibook.

    – Skillmon
    Aug 22 '17 at 11:19












  • 4





    Why exactly are you using this old style? It has not been used since 1993!! Please update.

    – daleif
    Aug 22 '17 at 11:09











  • This is a thesis style, i don't have much chance to change it!

    – user459806
    Aug 22 '17 at 11:13






  • 1





    You have. Go to the person in charge, say "This is a fairly old style file, based on an outdated version of LaTeX, which isn't supported any longer. May I introduce a new template based on up to date packages and LaTeX-version -- perhaps which looks quite like the old one?". And there you go...

    – Skillmon
    Aug 22 '17 at 11:15











  • For a bit more about the page dimensions and how you might accomplish what you need without geometry you might take a look at the wikibook.

    – Skillmon
    Aug 22 '17 at 11:19







4




4





Why exactly are you using this old style? It has not been used since 1993!! Please update.

– daleif
Aug 22 '17 at 11:09





Why exactly are you using this old style? It has not been used since 1993!! Please update.

– daleif
Aug 22 '17 at 11:09













This is a thesis style, i don't have much chance to change it!

– user459806
Aug 22 '17 at 11:13





This is a thesis style, i don't have much chance to change it!

– user459806
Aug 22 '17 at 11:13




1




1





You have. Go to the person in charge, say "This is a fairly old style file, based on an outdated version of LaTeX, which isn't supported any longer. May I introduce a new template based on up to date packages and LaTeX-version -- perhaps which looks quite like the old one?". And there you go...

– Skillmon
Aug 22 '17 at 11:15





You have. Go to the person in charge, say "This is a fairly old style file, based on an outdated version of LaTeX, which isn't supported any longer. May I introduce a new template based on up to date packages and LaTeX-version -- perhaps which looks quite like the old one?". And there you go...

– Skillmon
Aug 22 '17 at 11:15













For a bit more about the page dimensions and how you might accomplish what you need without geometry you might take a look at the wikibook.

– Skillmon
Aug 22 '17 at 11:19





For a bit more about the page dimensions and how you might accomplish what you need without geometry you might take a look at the wikibook.

– Skillmon
Aug 22 '17 at 11:19










0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f387623%2fproblem-with-margin%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f387623%2fproblem-with-margin%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"