KOMA-script with minitoc library: redefine vertical spacing before and after parttoc headingRecommendations...
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Can you lasso down a wizard who is using the Levitate spell?
how to create a data type and make it available in all Databases?
Closed subgroups of abelian groups
Why was the small council so happy for Tyrion to become the Master of Coin?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Shell script can be run only with sh command
Non-Jewish family in an Orthodox Jewish Wedding
How does one intimidate enemies without having the capacity for violence?
"which" command doesn't work / path of Safari?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
Email Account under attack (really) - anything I can do?
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
What is the white spray-pattern residue inside these Falcon Heavy nozzles?
How to determine if window is maximised or minimised from bash script
Can town administrative "code" overule state laws like those forbidding trespassing?
Why don't electron-positron collisions release infinite energy?
Motorized valve interfering with button?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
Patience, young "Padovan"
What is the offset in a seaplane's hull?
Why do we use polarized capacitor?
Copycat chess is back
Could a US political party gain complete control over the government by removing checks & balances?
KOMA-script with minitoc library: redefine vertical spacing before and after parttoc heading
Recommendations for partial contents page arrangement in memoirHow to define the default vertical distance between nodes?Combine single and double spaceFrame/Box around chapter-, section-headings,minitoc suppress before/after spaceVertical spacing in KOMA-scriptminitoc does not work with RedeclareSectionCommand{chapter} in KOMA-Scriptuse Minitoc with KOMA-Script (scrbook)Create custom chapter template in scrbookMinitoc vertical spacing between title and top hrule
I would like to know, how it is possible to control vertical spaces before and after of the TOC heading in KOMA-Script I use package minitoc
.
I tried to find the answer in the documentation scrguien, but without success.
I try to use redefine commands mtcgapbeforeheads
and mtcgapafterheads
, but vertical space is still not 0pt. Which other parameters need to be changed.
Code snipet:
documentclass[a5paper]{scrbook}
usepackage{minitoc}
usepackage{lipsum}
renewcommandmtcgapbeforeheads{0pt}
renewcommandmtcgapafterheads{0pt}
begin{document}
doparttoc
part{part I}
parttoc
tableofcontents
chapter{Title of the first chapter}
lipsum[1]
chapter{Title of the second chapter}
lipsum[1]
end{document}
spacing scrbook minitoc
add a comment |
I would like to know, how it is possible to control vertical spaces before and after of the TOC heading in KOMA-Script I use package minitoc
.
I tried to find the answer in the documentation scrguien, but without success.
I try to use redefine commands mtcgapbeforeheads
and mtcgapafterheads
, but vertical space is still not 0pt. Which other parameters need to be changed.
Code snipet:
documentclass[a5paper]{scrbook}
usepackage{minitoc}
usepackage{lipsum}
renewcommandmtcgapbeforeheads{0pt}
renewcommandmtcgapafterheads{0pt}
begin{document}
doparttoc
part{part I}
parttoc
tableofcontents
chapter{Title of the first chapter}
lipsum[1]
chapter{Title of the second chapter}
lipsum[1]
end{document}
spacing scrbook minitoc
1
Well, the current version of KOMA-Script isv3.26b
, so your used version3.15
is a little bit outdated. And I fear not many people have it to be able to test your code. Is there a special reason that you can not update?
– Kurt
20 hours ago
1
You can redefine the macrosmtcgapbeforeheads
andmtcgapafterheads
to adjust the vertical space before and after the parttoc title. See the minitoc documentation.
– esdd
17 hours ago
Update done. Now I use your recommended macros.
– JardaFait
15 mins ago
add a comment |
I would like to know, how it is possible to control vertical spaces before and after of the TOC heading in KOMA-Script I use package minitoc
.
I tried to find the answer in the documentation scrguien, but without success.
I try to use redefine commands mtcgapbeforeheads
and mtcgapafterheads
, but vertical space is still not 0pt. Which other parameters need to be changed.
Code snipet:
documentclass[a5paper]{scrbook}
usepackage{minitoc}
usepackage{lipsum}
renewcommandmtcgapbeforeheads{0pt}
renewcommandmtcgapafterheads{0pt}
begin{document}
doparttoc
part{part I}
parttoc
tableofcontents
chapter{Title of the first chapter}
lipsum[1]
chapter{Title of the second chapter}
lipsum[1]
end{document}
spacing scrbook minitoc
I would like to know, how it is possible to control vertical spaces before and after of the TOC heading in KOMA-Script I use package minitoc
.
I tried to find the answer in the documentation scrguien, but without success.
I try to use redefine commands mtcgapbeforeheads
and mtcgapafterheads
, but vertical space is still not 0pt. Which other parameters need to be changed.
Code snipet:
documentclass[a5paper]{scrbook}
usepackage{minitoc}
usepackage{lipsum}
renewcommandmtcgapbeforeheads{0pt}
renewcommandmtcgapafterheads{0pt}
begin{document}
doparttoc
part{part I}
parttoc
tableofcontents
chapter{Title of the first chapter}
lipsum[1]
chapter{Title of the second chapter}
lipsum[1]
end{document}
spacing scrbook minitoc
spacing scrbook minitoc
edited 12 hours ago
JardaFait
asked 21 hours ago
JardaFaitJardaFait
1,43311941
1,43311941
1
Well, the current version of KOMA-Script isv3.26b
, so your used version3.15
is a little bit outdated. And I fear not many people have it to be able to test your code. Is there a special reason that you can not update?
– Kurt
20 hours ago
1
You can redefine the macrosmtcgapbeforeheads
andmtcgapafterheads
to adjust the vertical space before and after the parttoc title. See the minitoc documentation.
– esdd
17 hours ago
Update done. Now I use your recommended macros.
– JardaFait
15 mins ago
add a comment |
1
Well, the current version of KOMA-Script isv3.26b
, so your used version3.15
is a little bit outdated. And I fear not many people have it to be able to test your code. Is there a special reason that you can not update?
– Kurt
20 hours ago
1
You can redefine the macrosmtcgapbeforeheads
andmtcgapafterheads
to adjust the vertical space before and after the parttoc title. See the minitoc documentation.
– esdd
17 hours ago
Update done. Now I use your recommended macros.
– JardaFait
15 mins ago
1
1
Well, the current version of KOMA-Script is
v3.26b
, so your used version 3.15
is a little bit outdated. And I fear not many people have it to be able to test your code. Is there a special reason that you can not update?– Kurt
20 hours ago
Well, the current version of KOMA-Script is
v3.26b
, so your used version 3.15
is a little bit outdated. And I fear not many people have it to be able to test your code. Is there a special reason that you can not update?– Kurt
20 hours ago
1
1
You can redefine the macros
mtcgapbeforeheads
and mtcgapafterheads
to adjust the vertical space before and after the parttoc title. See the minitoc documentation.– esdd
17 hours ago
You can redefine the macros
mtcgapbeforeheads
and mtcgapafterheads
to adjust the vertical space before and after the parttoc title. See the minitoc documentation.– esdd
17 hours ago
Update done. Now I use your recommended macros.
– JardaFait
15 mins ago
Update done. Now I use your recommended macros.
– JardaFait
15 mins ago
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');
});
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%2f483630%2fkoma-script-with-minitoc-library-redefine-vertical-spacing-before-and-after-par%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');
});
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%2f483630%2fkoma-script-with-minitoc-library-redefine-vertical-spacing-before-and-after-par%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');
});
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');
});
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');
});
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
1
Well, the current version of KOMA-Script is
v3.26b
, so your used version3.15
is a little bit outdated. And I fear not many people have it to be able to test your code. Is there a special reason that you can not update?– Kurt
20 hours ago
1
You can redefine the macros
mtcgapbeforeheads
andmtcgapafterheads
to adjust the vertical space before and after the parttoc title. See the minitoc documentation.– esdd
17 hours ago
Update done. Now I use your recommended macros.
– JardaFait
15 mins ago