Koma-Script: Table of Contents in Two Columns Announcing the arrival of Valued Associate #679:...
Protagonist's race is hidden - should I reveal it?
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
/bin/ls sorts differently than just ls
How to know or convert AREA, PERIMETER units in QGIS
Why do people think Winterfell crypts is the safest place for women, children & old people?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
Why aren't these two solutions equivalent? Combinatorics problem
Why not use the yoke to control yaw, as well as pitch and roll?
Is my guitar’s action too high?
If gravity precedes the formation of a solar system, where did the mass come from that caused the gravity?
Why did Israel vote against lifting the American embargo on Cuba?
Why does BitLocker not use RSA?
Who's this lady in the war room?
Why aren't road bike wheels tiny?
Will the Antimagic Field spell cause elementals not summoned by magic to dissipate?
Lights are flickering on and off after accidentally bumping into light switch
Why does my GNOME settings mention "Moto C Plus"?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Has a Nobel Peace laureate ever been accused of war crimes?
What were wait-states, and why was it only an issue for PCs?
When does Bran Stark remember Jamie pushing him?
How to leave only the following strings?
What came first? Venom as the movie or as the song?
Koma-Script: Table of Contents in Two Columns
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)scrreprt - add levels below subparagraphWeird behavior of Partial TOC with titletocTable of contents is only print onceTrouble with titlesecPage number on the left with book classBetter two-column balancing?Image and wrapped text over two columnsKOMA-Script: Pagenumber immediately after heading in table of contentsMultipage synchronous two column abstract in a two column articleHow to change font style of numbers/caption label and pagenumbers in toc and listofs in Koma-Script?
I have a document in two column mode. All works fine (all in two columns) -- except the table of contents (toc). Strangely I found a solution:
unsettoc{toc}{onecolumn}
This leads to a toc in two columns?! I do not understand since it says
literallyonecolumn
in the command.
(screenshot; taken from the manual)
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
% Comment in/out to see effect
unsettoc{toc}{onecolumn}
begin{document}
tableofcontents
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
end{document}
unsettoc{toc}{onecolumn}
active
unsettoc{toc}{onecolumn}
NOT active
After the Solution
Be aware that there is UNset
(unsettoc
) and set
(setuptoc
) command. I didn't read carefully enough!
table-of-contents koma-script two-column tocbasic
|
show 2 more comments
I have a document in two column mode. All works fine (all in two columns) -- except the table of contents (toc). Strangely I found a solution:
unsettoc{toc}{onecolumn}
This leads to a toc in two columns?! I do not understand since it says
literallyonecolumn
in the command.
(screenshot; taken from the manual)
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
% Comment in/out to see effect
unsettoc{toc}{onecolumn}
begin{document}
tableofcontents
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
end{document}
unsettoc{toc}{onecolumn}
active
unsettoc{toc}{onecolumn}
NOT active
After the Solution
Be aware that there is UNset
(unsettoc
) and set
(setuptoc
) command. I didn't read carefully enough!
table-of-contents koma-script two-column tocbasic
1
I think thatunsettoc
switches an option off. So by default the optiononecolumn
seems to be set and byunsettoc{toc}{onecolumn}
you switch it off.
– Christian
Jul 9 '16 at 10:29
@Christian Maybe you are right - but I do not think that this is intuitive.
– Dr. Manuel Kuehner
Jul 9 '16 at 10:43
So, where is the question here? You might want to edit for clarity. If asking "how does theunsettoc
command work to influence toc columns in the Koma class that should be explicitly asked. Might also put something to that effect in the title.
– A Feldman
Jul 9 '16 at 10:51
@AFeldman Am I using the proper command or is this a lucky coincidence? (in addition the listof=totoc smmes not to work)
– Dr. Manuel Kuehner
Jul 9 '16 at 10:53
Then ask that question explicitly. In your question of course, not just here in the comments.
– A Feldman
Jul 9 '16 at 10:57
|
show 2 more comments
I have a document in two column mode. All works fine (all in two columns) -- except the table of contents (toc). Strangely I found a solution:
unsettoc{toc}{onecolumn}
This leads to a toc in two columns?! I do not understand since it says
literallyonecolumn
in the command.
(screenshot; taken from the manual)
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
% Comment in/out to see effect
unsettoc{toc}{onecolumn}
begin{document}
tableofcontents
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
end{document}
unsettoc{toc}{onecolumn}
active
unsettoc{toc}{onecolumn}
NOT active
After the Solution
Be aware that there is UNset
(unsettoc
) and set
(setuptoc
) command. I didn't read carefully enough!
table-of-contents koma-script two-column tocbasic
I have a document in two column mode. All works fine (all in two columns) -- except the table of contents (toc). Strangely I found a solution:
unsettoc{toc}{onecolumn}
This leads to a toc in two columns?! I do not understand since it says
literallyonecolumn
in the command.
(screenshot; taken from the manual)
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
% Comment in/out to see effect
unsettoc{toc}{onecolumn}
begin{document}
tableofcontents
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
end{document}
unsettoc{toc}{onecolumn}
active
unsettoc{toc}{onecolumn}
NOT active
After the Solution
Be aware that there is UNset
(unsettoc
) and set
(setuptoc
) command. I didn't read carefully enough!
table-of-contents koma-script two-column tocbasic
table-of-contents koma-script two-column tocbasic
edited Oct 2 '17 at 19:08
esdd
60.3k34793
60.3k34793
asked Jul 9 '16 at 10:22
Dr. Manuel KuehnerDr. Manuel Kuehner
9,29432770
9,29432770
1
I think thatunsettoc
switches an option off. So by default the optiononecolumn
seems to be set and byunsettoc{toc}{onecolumn}
you switch it off.
– Christian
Jul 9 '16 at 10:29
@Christian Maybe you are right - but I do not think that this is intuitive.
– Dr. Manuel Kuehner
Jul 9 '16 at 10:43
So, where is the question here? You might want to edit for clarity. If asking "how does theunsettoc
command work to influence toc columns in the Koma class that should be explicitly asked. Might also put something to that effect in the title.
– A Feldman
Jul 9 '16 at 10:51
@AFeldman Am I using the proper command or is this a lucky coincidence? (in addition the listof=totoc smmes not to work)
– Dr. Manuel Kuehner
Jul 9 '16 at 10:53
Then ask that question explicitly. In your question of course, not just here in the comments.
– A Feldman
Jul 9 '16 at 10:57
|
show 2 more comments
1
I think thatunsettoc
switches an option off. So by default the optiononecolumn
seems to be set and byunsettoc{toc}{onecolumn}
you switch it off.
– Christian
Jul 9 '16 at 10:29
@Christian Maybe you are right - but I do not think that this is intuitive.
– Dr. Manuel Kuehner
Jul 9 '16 at 10:43
So, where is the question here? You might want to edit for clarity. If asking "how does theunsettoc
command work to influence toc columns in the Koma class that should be explicitly asked. Might also put something to that effect in the title.
– A Feldman
Jul 9 '16 at 10:51
@AFeldman Am I using the proper command or is this a lucky coincidence? (in addition the listof=totoc smmes not to work)
– Dr. Manuel Kuehner
Jul 9 '16 at 10:53
Then ask that question explicitly. In your question of course, not just here in the comments.
– A Feldman
Jul 9 '16 at 10:57
1
1
I think that
unsettoc
switches an option off. So by default the option onecolumn
seems to be set and by unsettoc{toc}{onecolumn}
you switch it off.– Christian
Jul 9 '16 at 10:29
I think that
unsettoc
switches an option off. So by default the option onecolumn
seems to be set and by unsettoc{toc}{onecolumn}
you switch it off.– Christian
Jul 9 '16 at 10:29
@Christian Maybe you are right - but I do not think that this is intuitive.
– Dr. Manuel Kuehner
Jul 9 '16 at 10:43
@Christian Maybe you are right - but I do not think that this is intuitive.
– Dr. Manuel Kuehner
Jul 9 '16 at 10:43
So, where is the question here? You might want to edit for clarity. If asking "how does the
unsettoc
command work to influence toc columns in the Koma class that should be explicitly asked. Might also put something to that effect in the title.– A Feldman
Jul 9 '16 at 10:51
So, where is the question here? You might want to edit for clarity. If asking "how does the
unsettoc
command work to influence toc columns in the Koma class that should be explicitly asked. Might also put something to that effect in the title.– A Feldman
Jul 9 '16 at 10:51
@AFeldman Am I using the proper command or is this a lucky coincidence? (in addition the listof=totoc smmes not to work)
– Dr. Manuel Kuehner
Jul 9 '16 at 10:53
@AFeldman Am I using the proper command or is this a lucky coincidence? (in addition the listof=totoc smmes not to work)
– Dr. Manuel Kuehner
Jul 9 '16 at 10:53
Then ask that question explicitly. In your question of course, not just here in the comments.
– A Feldman
Jul 9 '16 at 10:57
Then ask that question explicitly. In your question of course, not just here in the comments.
– A Feldman
Jul 9 '16 at 10:57
|
show 2 more comments
1 Answer
1
active
oldest
votes
While the command setuptoc{<extension>}{<feature list>}
sets the features for an file extension like toc
or lof
, the command unsettoc{<extension>}{<feature list>}
unsets the listed features. Note that these are tocbasic
commands and the file extension must be controlled by package tocbasic
.
Each of the KOMA-Script classes scrartcl
, scrreprt
and scrbook
loads package tocbasic
and their ToC and the default lists are controlled by tocbasic
automatically. scrreprt
and scrbook
also set the feature onecolumn
for the TOC and the lists of owner float
as default. So if you do not want a onecolumn TOC with scrreprt
or scrbook
you have to use
unset{toc}{onecolumn}
to deactivate the onecolumn
feature for the TOC.
If the lists (controlled by tocbasic
) should alse be twocolumn, you can use
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
listof=totoc
is an option of the KOMA-Script classes which does the same as
makeatletter
doforeachtocfile[float]{setuptoc{@currext}{totoc}}
makeatother
So it effects only lists of the owner float
like lof
or lot
and not toc
. Note that an entry of the TOC in the TOC is not recommended. But it is possible with
setuptoc{toc}{totoc}
Code:
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
setuptoc{toc}{totoc}
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
begin{document}
tableofcontents
listoffigures
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
captionof{figure}{A Figure}
end{document}
1
I think that instead of "the commandsetuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the commandunsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.
– Christian
Jul 9 '16 at 12:01
1
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
1
Issetup{toc}{totoc}
above of the figure a typo and it should besetuptoc{toc}{totoc}
?
– Ben
4 hours ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
add a comment |
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%2f318640%2fkoma-script-table-of-contents-in-two-columns%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
While the command setuptoc{<extension>}{<feature list>}
sets the features for an file extension like toc
or lof
, the command unsettoc{<extension>}{<feature list>}
unsets the listed features. Note that these are tocbasic
commands and the file extension must be controlled by package tocbasic
.
Each of the KOMA-Script classes scrartcl
, scrreprt
and scrbook
loads package tocbasic
and their ToC and the default lists are controlled by tocbasic
automatically. scrreprt
and scrbook
also set the feature onecolumn
for the TOC and the lists of owner float
as default. So if you do not want a onecolumn TOC with scrreprt
or scrbook
you have to use
unset{toc}{onecolumn}
to deactivate the onecolumn
feature for the TOC.
If the lists (controlled by tocbasic
) should alse be twocolumn, you can use
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
listof=totoc
is an option of the KOMA-Script classes which does the same as
makeatletter
doforeachtocfile[float]{setuptoc{@currext}{totoc}}
makeatother
So it effects only lists of the owner float
like lof
or lot
and not toc
. Note that an entry of the TOC in the TOC is not recommended. But it is possible with
setuptoc{toc}{totoc}
Code:
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
setuptoc{toc}{totoc}
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
begin{document}
tableofcontents
listoffigures
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
captionof{figure}{A Figure}
end{document}
1
I think that instead of "the commandsetuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the commandunsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.
– Christian
Jul 9 '16 at 12:01
1
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
1
Issetup{toc}{totoc}
above of the figure a typo and it should besetuptoc{toc}{totoc}
?
– Ben
4 hours ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
add a comment |
While the command setuptoc{<extension>}{<feature list>}
sets the features for an file extension like toc
or lof
, the command unsettoc{<extension>}{<feature list>}
unsets the listed features. Note that these are tocbasic
commands and the file extension must be controlled by package tocbasic
.
Each of the KOMA-Script classes scrartcl
, scrreprt
and scrbook
loads package tocbasic
and their ToC and the default lists are controlled by tocbasic
automatically. scrreprt
and scrbook
also set the feature onecolumn
for the TOC and the lists of owner float
as default. So if you do not want a onecolumn TOC with scrreprt
or scrbook
you have to use
unset{toc}{onecolumn}
to deactivate the onecolumn
feature for the TOC.
If the lists (controlled by tocbasic
) should alse be twocolumn, you can use
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
listof=totoc
is an option of the KOMA-Script classes which does the same as
makeatletter
doforeachtocfile[float]{setuptoc{@currext}{totoc}}
makeatother
So it effects only lists of the owner float
like lof
or lot
and not toc
. Note that an entry of the TOC in the TOC is not recommended. But it is possible with
setuptoc{toc}{totoc}
Code:
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
setuptoc{toc}{totoc}
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
begin{document}
tableofcontents
listoffigures
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
captionof{figure}{A Figure}
end{document}
1
I think that instead of "the commandsetuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the commandunsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.
– Christian
Jul 9 '16 at 12:01
1
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
1
Issetup{toc}{totoc}
above of the figure a typo and it should besetuptoc{toc}{totoc}
?
– Ben
4 hours ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
add a comment |
While the command setuptoc{<extension>}{<feature list>}
sets the features for an file extension like toc
or lof
, the command unsettoc{<extension>}{<feature list>}
unsets the listed features. Note that these are tocbasic
commands and the file extension must be controlled by package tocbasic
.
Each of the KOMA-Script classes scrartcl
, scrreprt
and scrbook
loads package tocbasic
and their ToC and the default lists are controlled by tocbasic
automatically. scrreprt
and scrbook
also set the feature onecolumn
for the TOC and the lists of owner float
as default. So if you do not want a onecolumn TOC with scrreprt
or scrbook
you have to use
unset{toc}{onecolumn}
to deactivate the onecolumn
feature for the TOC.
If the lists (controlled by tocbasic
) should alse be twocolumn, you can use
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
listof=totoc
is an option of the KOMA-Script classes which does the same as
makeatletter
doforeachtocfile[float]{setuptoc{@currext}{totoc}}
makeatother
So it effects only lists of the owner float
like lof
or lot
and not toc
. Note that an entry of the TOC in the TOC is not recommended. But it is possible with
setuptoc{toc}{totoc}
Code:
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
setuptoc{toc}{totoc}
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
begin{document}
tableofcontents
listoffigures
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
captionof{figure}{A Figure}
end{document}
While the command setuptoc{<extension>}{<feature list>}
sets the features for an file extension like toc
or lof
, the command unsettoc{<extension>}{<feature list>}
unsets the listed features. Note that these are tocbasic
commands and the file extension must be controlled by package tocbasic
.
Each of the KOMA-Script classes scrartcl
, scrreprt
and scrbook
loads package tocbasic
and their ToC and the default lists are controlled by tocbasic
automatically. scrreprt
and scrbook
also set the feature onecolumn
for the TOC and the lists of owner float
as default. So if you do not want a onecolumn TOC with scrreprt
or scrbook
you have to use
unset{toc}{onecolumn}
to deactivate the onecolumn
feature for the TOC.
If the lists (controlled by tocbasic
) should alse be twocolumn, you can use
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
listof=totoc
is an option of the KOMA-Script classes which does the same as
makeatletter
doforeachtocfile[float]{setuptoc{@currext}{totoc}}
makeatother
So it effects only lists of the owner float
like lof
or lot
and not toc
. Note that an entry of the TOC in the TOC is not recommended. But it is possible with
setuptoc{toc}{totoc}
Code:
documentclass[
twoside = false,
twocolumn = true,
listof=totoc,
]{scrbook}
setuptoc{toc}{totoc}
makeatletter
doforeachtocfile{unsettoc{@currext}{onecolumn}}
makeatother
begin{document}
tableofcontents
listoffigures
chapter{Chapter}
Test
section{Section}
Test
subsection{SubSection}
Test
subsubsection{SubSubSection}
Test
paragraph{Paragraph}
Test
subparagraph{SubParagraph}
Test
captionof{figure}{A Figure}
end{document}
edited 11 mins ago
answered Jul 9 '16 at 11:55
esddesdd
60.3k34793
60.3k34793
1
I think that instead of "the commandsetuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the commandunsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.
– Christian
Jul 9 '16 at 12:01
1
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
1
Issetup{toc}{totoc}
above of the figure a typo and it should besetuptoc{toc}{totoc}
?
– Ben
4 hours ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
add a comment |
1
I think that instead of "the commandsetuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the commandunsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.
– Christian
Jul 9 '16 at 12:01
1
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
1
Issetup{toc}{totoc}
above of the figure a typo and it should besetuptoc{toc}{totoc}
?
– Ben
4 hours ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
1
1
I think that instead of "the command
setuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the command unsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.– Christian
Jul 9 '16 at 12:01
I think that instead of "the command
setuptoc{<extension>}{<feature list>}
unsets the listed features" it should be "the command unsettoc{<extension>}{<feature list>}
unsets the listed features" in the first sentence.– Christian
Jul 9 '16 at 12:01
1
1
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
@Christian Thanks, I have corrected the typo.
– esdd
Jul 9 '16 at 12:03
1
1
Is
setup{toc}{totoc}
above of the figure a typo and it should be setuptoc{toc}{totoc}
?– Ben
4 hours ago
Is
setup{toc}{totoc}
above of the figure a typo and it should be setuptoc{toc}{totoc}
?– Ben
4 hours ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
@Ben Thanks, I have corrected the typo.
– esdd
10 mins ago
add a comment |
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%2f318640%2fkoma-script-table-of-contents-in-two-columns%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
I think that
unsettoc
switches an option off. So by default the optiononecolumn
seems to be set and byunsettoc{toc}{onecolumn}
you switch it off.– Christian
Jul 9 '16 at 10:29
@Christian Maybe you are right - but I do not think that this is intuitive.
– Dr. Manuel Kuehner
Jul 9 '16 at 10:43
So, where is the question here? You might want to edit for clarity. If asking "how does the
unsettoc
command work to influence toc columns in the Koma class that should be explicitly asked. Might also put something to that effect in the title.– A Feldman
Jul 9 '16 at 10:51
@AFeldman Am I using the proper command or is this a lucky coincidence? (in addition the listof=totoc smmes not to work)
– Dr. Manuel Kuehner
Jul 9 '16 at 10:53
Then ask that question explicitly. In your question of course, not just here in the comments.
– A Feldman
Jul 9 '16 at 10:57