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
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
add a comment |
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
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 withoutgeometry
you might take a look at the wikibook.
– Skillmon
Aug 22 '17 at 11:19
add a comment |
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
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
packages
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 withoutgeometry
you might take a look at the wikibook.
– Skillmon
Aug 22 '17 at 11:19
add a comment |
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 withoutgeometry
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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