Conversion of page Geometry to Typearea with scrbook Koma ScriptChange layout or borders of my document without package geometryUnderfull vbox and typearea warnings with Koma-Script and a5paperKOMA-Script footer marginsIncreasing left margins when using scrbook with geometryKOMA-Script scrbook: How to remove period after partKoma-Script (scrbook): twocolumn formatting and wide equation problemDefine page layout in geometry similar to Koma Script with DIV 12Koma-Script areaset and footlinesKOMA-Script: Why does “DIV=calc” destroy the initial geometry?Difference between DIV=calc and default DIV for Koma Script class scrbookWhat KOMA-Script article (scrartcl) has that KOMA-Script book (scrbook) does not?

Brothers & sisters

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Can I use a neutral wire from another outlet to repair a broken neutral?

How badly should I try to prevent a user from XSSing themselves?

How could indestructible materials be used in power generation?

Does a druid starting with a bow start with no arrows?

Can a virus destroy the BIOS of a modern computer?

Can I ask the recruiters in my resume to put the reason why I am rejected?

A reference to a well-known characterization of scattered compact spaces

What to put in ESTA if staying in US for a few days before going on to Canada

Reserved de-dupe rules

Anagram holiday

Should I tell management that I intend to leave due to bad software development practices?

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Do I have a twin with permutated remainders?

Twin primes whose sum is a cube

Neighboring nodes in the network

Can one be a co-translator of a book, if he does not know the language that the book is translated into?

Today is the Center

Will google still index a page if I use a $_SESSION variable?

Combinations of multiple lists

Is there a hemisphere-neutral way of specifying a season?

Stopping power of mountain vs road bike

Is "remove commented out code" correct English?



Conversion of page Geometry to Typearea with scrbook Koma Script


Change layout or borders of my document without package geometryUnderfull vbox and typearea warnings with Koma-Script and a5paperKOMA-Script footer marginsIncreasing left margins when using scrbook with geometryKOMA-Script scrbook: How to remove period after partKoma-Script (scrbook): twocolumn formatting and wide equation problemDefine page layout in geometry similar to Koma Script with DIV 12Koma-Script areaset and footlinesKOMA-Script: Why does “DIV=calc” destroy the initial geometry?Difference between DIV=calc and default DIV for Koma Script class scrbookWhat KOMA-Script article (scrartcl) has that KOMA-Script book (scrbook) does not?













3















I've read that I shouldn't use the geometry package with KOMA-Script. So, I would like to convert my page layout to something similar using Koma-Scripts built in typearea features.



documentclass[american,headings=openany]scrbook
usepackagescrlayer-scrpage %inputheadersfooters
usepackagemicrotype
usepackagesetspace onehalfspacing
usepackage[utf8]inputenc
usepackage[T1]fontenc
%
% % % these font packages require a full install %
renewcommandttdefaultlmtt % monospace font %
usepackagelibris % san serif font %
usepackagetgschola % roman font %
%
%
usepackage[paperwidth=5.06in,paperheight=7.81in]geometry
geometryverbose,tmargin=0.75in,bmargin=0.75in,%
lmargin=0.7in,rmargin=0.4in,headheight=0.25in,%
headsep=0.2in,footskip=0.4in%
%
begindocument

% inputmybook % I will input many chapters %

Hello World, this will be my book.

enddocument


Can anyone provide me the typearea code that would replace geometry with similar results? It does not have to be exact. I want to learn which typearea options I will need, and what adjustments I need to tinker with. I've read through the scrguien.pdf but it's not sinking in very well (I'm still confused). But so far I've read about the BCOR= and DIV= options, the possible values for DIV, especially the numeric values, the last value, the areaset value. And the typearea command. But I have no idea what to do with them.










share|improve this question
























  • Please provide something people can compile which doesn't rely on files only you have.

    – cfr
    Sep 27 '16 at 23:58











  • Done. I it should compile now. But the book will be tiny.

    – user12711
    Sep 28 '16 at 2:19















3















I've read that I shouldn't use the geometry package with KOMA-Script. So, I would like to convert my page layout to something similar using Koma-Scripts built in typearea features.



documentclass[american,headings=openany]scrbook
usepackagescrlayer-scrpage %inputheadersfooters
usepackagemicrotype
usepackagesetspace onehalfspacing
usepackage[utf8]inputenc
usepackage[T1]fontenc
%
% % % these font packages require a full install %
renewcommandttdefaultlmtt % monospace font %
usepackagelibris % san serif font %
usepackagetgschola % roman font %
%
%
usepackage[paperwidth=5.06in,paperheight=7.81in]geometry
geometryverbose,tmargin=0.75in,bmargin=0.75in,%
lmargin=0.7in,rmargin=0.4in,headheight=0.25in,%
headsep=0.2in,footskip=0.4in%
%
begindocument

% inputmybook % I will input many chapters %

Hello World, this will be my book.

enddocument


Can anyone provide me the typearea code that would replace geometry with similar results? It does not have to be exact. I want to learn which typearea options I will need, and what adjustments I need to tinker with. I've read through the scrguien.pdf but it's not sinking in very well (I'm still confused). But so far I've read about the BCOR= and DIV= options, the possible values for DIV, especially the numeric values, the last value, the areaset value. And the typearea command. But I have no idea what to do with them.










share|improve this question
























  • Please provide something people can compile which doesn't rely on files only you have.

    – cfr
    Sep 27 '16 at 23:58











  • Done. I it should compile now. But the book will be tiny.

    – user12711
    Sep 28 '16 at 2:19













3












3








3








I've read that I shouldn't use the geometry package with KOMA-Script. So, I would like to convert my page layout to something similar using Koma-Scripts built in typearea features.



documentclass[american,headings=openany]scrbook
usepackagescrlayer-scrpage %inputheadersfooters
usepackagemicrotype
usepackagesetspace onehalfspacing
usepackage[utf8]inputenc
usepackage[T1]fontenc
%
% % % these font packages require a full install %
renewcommandttdefaultlmtt % monospace font %
usepackagelibris % san serif font %
usepackagetgschola % roman font %
%
%
usepackage[paperwidth=5.06in,paperheight=7.81in]geometry
geometryverbose,tmargin=0.75in,bmargin=0.75in,%
lmargin=0.7in,rmargin=0.4in,headheight=0.25in,%
headsep=0.2in,footskip=0.4in%
%
begindocument

% inputmybook % I will input many chapters %

Hello World, this will be my book.

enddocument


Can anyone provide me the typearea code that would replace geometry with similar results? It does not have to be exact. I want to learn which typearea options I will need, and what adjustments I need to tinker with. I've read through the scrguien.pdf but it's not sinking in very well (I'm still confused). But so far I've read about the BCOR= and DIV= options, the possible values for DIV, especially the numeric values, the last value, the areaset value. And the typearea command. But I have no idea what to do with them.










share|improve this question
















I've read that I shouldn't use the geometry package with KOMA-Script. So, I would like to convert my page layout to something similar using Koma-Scripts built in typearea features.



documentclass[american,headings=openany]scrbook
usepackagescrlayer-scrpage %inputheadersfooters
usepackagemicrotype
usepackagesetspace onehalfspacing
usepackage[utf8]inputenc
usepackage[T1]fontenc
%
% % % these font packages require a full install %
renewcommandttdefaultlmtt % monospace font %
usepackagelibris % san serif font %
usepackagetgschola % roman font %
%
%
usepackage[paperwidth=5.06in,paperheight=7.81in]geometry
geometryverbose,tmargin=0.75in,bmargin=0.75in,%
lmargin=0.7in,rmargin=0.4in,headheight=0.25in,%
headsep=0.2in,footskip=0.4in%
%
begindocument

% inputmybook % I will input many chapters %

Hello World, this will be my book.

enddocument


Can anyone provide me the typearea code that would replace geometry with similar results? It does not have to be exact. I want to learn which typearea options I will need, and what adjustments I need to tinker with. I've read through the scrguien.pdf but it's not sinking in very well (I'm still confused). But so far I've read about the BCOR= and DIV= options, the possible values for DIV, especially the numeric values, the last value, the areaset value. And the typearea command. But I have no idea what to do with them.







geometry scrbook typearea






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 28 '16 at 2:18







user12711

















asked Sep 27 '16 at 21:52









user12711user12711

1,4911228




1,4911228












  • Please provide something people can compile which doesn't rely on files only you have.

    – cfr
    Sep 27 '16 at 23:58











  • Done. I it should compile now. But the book will be tiny.

    – user12711
    Sep 28 '16 at 2:19

















  • Please provide something people can compile which doesn't rely on files only you have.

    – cfr
    Sep 27 '16 at 23:58











  • Done. I it should compile now. But the book will be tiny.

    – user12711
    Sep 28 '16 at 2:19
















Please provide something people can compile which doesn't rely on files only you have.

– cfr
Sep 27 '16 at 23:58





Please provide something people can compile which doesn't rely on files only you have.

– cfr
Sep 27 '16 at 23:58













Done. I it should compile now. But the book will be tiny.

– user12711
Sep 28 '16 at 2:19





Done. I it should compile now. But the book will be tiny.

– user12711
Sep 28 '16 at 2:19










1 Answer
1






active

oldest

votes


















4














Well, at last you can read the definition of the page layout with typearea in the documentation of KOMA-Script, page 24, chapter Construction of the Page Layout with typearea (you can open it with texdoc komascript.



You can also use package layout or package layouts to check the resulting values for different parameters for typearea (documentation: texdoc layout or texdoc layouts).



The main difference between geometry and typearea is, that typearea calculates an optimal typing area depending on the used fontsize but geometry "only" uses the given values for margins etc to create a typing area. With geometry there is no algorithm to calculate an typing area depending on the fontsize.



So if you want a good looking typography for the page (and you do not know what is a good typography) use typearea to calculate a good looking page. If you have to follow rules given by your university for margins etc. then it is easier to use geometry to fullfill the rules.






share|improve this answer

























  • Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

    – user12711
    Sep 28 '16 at 2:39







  • 2





    Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

    – Peter Wilson
    Sep 28 '16 at 18:36






  • 1





    @user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

    – Kurt
    Sep 28 '16 at 19:38












  • @PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

    – Kurt
    Sep 28 '16 at 19:41











  • @PeterWilson, it's working when I type it [full texlive distribution].

    – user12711
    Sep 28 '16 at 21:40











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%2f331654%2fconversion-of-page-geometry-to-typearea-with-scrbook-koma-script%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














Well, at last you can read the definition of the page layout with typearea in the documentation of KOMA-Script, page 24, chapter Construction of the Page Layout with typearea (you can open it with texdoc komascript.



You can also use package layout or package layouts to check the resulting values for different parameters for typearea (documentation: texdoc layout or texdoc layouts).



The main difference between geometry and typearea is, that typearea calculates an optimal typing area depending on the used fontsize but geometry "only" uses the given values for margins etc to create a typing area. With geometry there is no algorithm to calculate an typing area depending on the fontsize.



So if you want a good looking typography for the page (and you do not know what is a good typography) use typearea to calculate a good looking page. If you have to follow rules given by your university for margins etc. then it is easier to use geometry to fullfill the rules.






share|improve this answer

























  • Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

    – user12711
    Sep 28 '16 at 2:39







  • 2





    Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

    – Peter Wilson
    Sep 28 '16 at 18:36






  • 1





    @user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

    – Kurt
    Sep 28 '16 at 19:38












  • @PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

    – Kurt
    Sep 28 '16 at 19:41











  • @PeterWilson, it's working when I type it [full texlive distribution].

    – user12711
    Sep 28 '16 at 21:40















4














Well, at last you can read the definition of the page layout with typearea in the documentation of KOMA-Script, page 24, chapter Construction of the Page Layout with typearea (you can open it with texdoc komascript.



You can also use package layout or package layouts to check the resulting values for different parameters for typearea (documentation: texdoc layout or texdoc layouts).



The main difference between geometry and typearea is, that typearea calculates an optimal typing area depending on the used fontsize but geometry "only" uses the given values for margins etc to create a typing area. With geometry there is no algorithm to calculate an typing area depending on the fontsize.



So if you want a good looking typography for the page (and you do not know what is a good typography) use typearea to calculate a good looking page. If you have to follow rules given by your university for margins etc. then it is easier to use geometry to fullfill the rules.






share|improve this answer

























  • Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

    – user12711
    Sep 28 '16 at 2:39







  • 2





    Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

    – Peter Wilson
    Sep 28 '16 at 18:36






  • 1





    @user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

    – Kurt
    Sep 28 '16 at 19:38












  • @PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

    – Kurt
    Sep 28 '16 at 19:41











  • @PeterWilson, it's working when I type it [full texlive distribution].

    – user12711
    Sep 28 '16 at 21:40













4












4








4







Well, at last you can read the definition of the page layout with typearea in the documentation of KOMA-Script, page 24, chapter Construction of the Page Layout with typearea (you can open it with texdoc komascript.



You can also use package layout or package layouts to check the resulting values for different parameters for typearea (documentation: texdoc layout or texdoc layouts).



The main difference between geometry and typearea is, that typearea calculates an optimal typing area depending on the used fontsize but geometry "only" uses the given values for margins etc to create a typing area. With geometry there is no algorithm to calculate an typing area depending on the fontsize.



So if you want a good looking typography for the page (and you do not know what is a good typography) use typearea to calculate a good looking page. If you have to follow rules given by your university for margins etc. then it is easier to use geometry to fullfill the rules.






share|improve this answer















Well, at last you can read the definition of the page layout with typearea in the documentation of KOMA-Script, page 24, chapter Construction of the Page Layout with typearea (you can open it with texdoc komascript.



You can also use package layout or package layouts to check the resulting values for different parameters for typearea (documentation: texdoc layout or texdoc layouts).



The main difference between geometry and typearea is, that typearea calculates an optimal typing area depending on the used fontsize but geometry "only" uses the given values for margins etc to create a typing area. With geometry there is no algorithm to calculate an typing area depending on the fontsize.



So if you want a good looking typography for the page (and you do not know what is a good typography) use typearea to calculate a good looking page. If you have to follow rules given by your university for margins etc. then it is easier to use geometry to fullfill the rules.







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago

























answered Sep 27 '16 at 23:30









KurtKurt

40.7k850164




40.7k850164












  • Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

    – user12711
    Sep 28 '16 at 2:39







  • 2





    Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

    – Peter Wilson
    Sep 28 '16 at 18:36






  • 1





    @user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

    – Kurt
    Sep 28 '16 at 19:38












  • @PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

    – Kurt
    Sep 28 '16 at 19:41











  • @PeterWilson, it's working when I type it [full texlive distribution].

    – user12711
    Sep 28 '16 at 21:40

















  • Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

    – user12711
    Sep 28 '16 at 2:39







  • 2





    Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

    – Peter Wilson
    Sep 28 '16 at 18:36






  • 1





    @user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

    – Kurt
    Sep 28 '16 at 19:38












  • @PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

    – Kurt
    Sep 28 '16 at 19:41











  • @PeterWilson, it's working when I type it [full texlive distribution].

    – user12711
    Sep 28 '16 at 21:40
















Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

– user12711
Sep 28 '16 at 2:39






Hi, I don't really know what a "good looking" typography is. Typearea sounds like a good option for me. I do have a couple of rules: there needs to be at minimum 0.25" margin. (The pages will be printed on a larger stock and trimmed, and the result is that there's a plus/minus 0.25" cutting error, so everything could get shifted one way or the other by up to 0.25" Anything closer to edge could get cropped out.) They advise 0.5" margins or greater so nothing will be on the edge. Also I have several pagesize inch options to pick from 5x8.25 8.5x5.5 or 5.06x7.81. (How do I use areaset?)

– user12711
Sep 28 '16 at 2:39





2




2





Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

– Peter Wilson
Sep 28 '16 at 18:36





Perhaps you would find this useful A Few Notes on Book Design by myself. Available via texdoc memdesign

– Peter Wilson
Sep 28 '16 at 18:36




1




1





@user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

– Kurt
Sep 28 '16 at 19:38






@user12711 typearea uses A4 or letter as basics. Then it calculates depending on fontsize (see table 2.1 in KOMA-Script documentation) and BCOR. If you check the log file you find there in pt the used values. Package layout/s prints the used values in cm as far as I remember. So you can play with the values for KOMA-Script to get as close as possible to your needs (that could be took some time) or if you need to fullfill the rules in your comment just use geometry. That fit then better your needs ... And sorry, I'm a German, not used to calculate in inch :-(

– Kurt
Sep 28 '16 at 19:38














@PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

– Kurt
Sep 28 '16 at 19:41





@PeterWilson With MiKTeX 2.9 texdoc memdesign does not show any document ...

– Kurt
Sep 28 '16 at 19:41













@PeterWilson, it's working when I type it [full texlive distribution].

– user12711
Sep 28 '16 at 21:40





@PeterWilson, it's working when I type it [full texlive distribution].

– user12711
Sep 28 '16 at 21:40

















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%2f331654%2fconversion-of-page-geometry-to-typearea-with-scrbook-koma-script%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

strTok function (thread safe, supports empty tokens, doesn't change string)String case reverse function in CGet line from string functionTDD: String Calculator KataC - K&R getint() variationSimple function to generate an HTML-safe stringGeneric Pairing Heap PerformancePattern for writing a generic string transformation functionChange a string into a function/def activatorC++ string tokenizing without streams, with certain conditionsRead consecutive blanks in array

How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

Title of papers that have not been submitted to a venue?How “submitted”, “to appear”, “accepted” papers are evaluated in a CV?What percentage of papers submitted to a conference or journal have been previously rejected in the same or another venue?How to automatically extract submitted/accepted dates of many journal papers?Is it okay/common/good to mention the submitted papers in my phd thesis?Can one determine whether somebody's work may have been plagiarized?How to describe a paper for which you have not yet submitted revisions in CV?JCR publication required to enrol in PhD program - is it common?“Full” versions versus “Preliminary” version of result/paper. Are they considered different?How can I prove that my article has not been submitted to another journal?Is there anything that has been tried to stop publication shopping