Indentation after line wrap in listoftables/listoffigures using titletocUnderstanding titletoc example (and...
Gears on left are inverse to gears on right?
Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?
Is the destination of a commercial flight important for the pilot?
Where does the Z80 processor start executing from?
Two monoidal structures and copowering
Do sorcerers' subtle spells require a skill check to be unseen?
How to draw lines on a tikz-cd diagram
How does buying out courses with grant money work?
How does it work when somebody invests in my business?
Closest Prime Number
Anatomically Correct Strange Women In Ponds Distributing Swords
How does the UK government determine the size of a mandate?
Applicability of Single Responsibility Principle
Purchasing a ticket for someone else in another country?
Balance Issues for a Custom Sorcerer Variant
How easy is it to start Magic from scratch?
Failed to fetch jessie backports repository
You cannot touch me, but I can touch you, who am I?
How long to clear the 'suck zone' of a turbofan after start is initiated?
Class Action - which options I have?
How do I extract a value from a time formatted value in excel?
Go Pregnant or Go Home
Is a stroke of luck acceptable after a series of unfavorable events?
Is this apparent Class Action settlement a spam message?
Indentation after line wrap in listoftables/listoffigures using titletoc
Understanding titletoc example (and vertical alignment on line)How to remove section indentation in partial ToC using titletoc?Typesetting listofalgorithms like listoffigures and listoftables using titletocHow to limit number of sections in minitoc using titletocadd figurename to listoffigures (package titletoc)Roman numbered sections missing when using titletocModifying Table of contents using titletocTable of Contents with titletoc is cut off after first pageAutomatic partial toc at every chapter using titletocUnwanted space between page number and margin when using titletoc
I am trying to better understand the titletoc package behavior.
I am wondering if there is a decent way to control the hspace infront of all the "wrapped" lines. In other words, of all lines except the one containing the label.
Is there a way to easily align it i.e. with the table label?

To test this i set up the following minimal example:
documentclass[11pt,a4paper]{scrartcl}
usepackage{titletoc}
titlecontents{table}
[0pt] % left margin
{} % above code (e.g vertical space)
{Table~thecontentslabel:enspace}
{} % unnumbered entry format
{titlerule*[.5pc]{.}contentspage} % filler-page format (e.g dots)
[] % right margin
begin{document}
begin{table}
caption{Magni corporis voluptatem totam vero dignissimos nisi. Laboriosam repellendus ullam sint. Iure asperiores quae saepe. Sint non commodi explicabo. Omnis reiciendis est culpa non aliquam velit earum. Eum repudiandae excepturi sapiente odio sunt.}
begin{tabular}{ c }
end{tabular}
end{table}
listoftables
end{document}
You can find the manual to the package here:
manual
titletoc
add a comment |
I am trying to better understand the titletoc package behavior.
I am wondering if there is a decent way to control the hspace infront of all the "wrapped" lines. In other words, of all lines except the one containing the label.
Is there a way to easily align it i.e. with the table label?

To test this i set up the following minimal example:
documentclass[11pt,a4paper]{scrartcl}
usepackage{titletoc}
titlecontents{table}
[0pt] % left margin
{} % above code (e.g vertical space)
{Table~thecontentslabel:enspace}
{} % unnumbered entry format
{titlerule*[.5pc]{.}contentspage} % filler-page format (e.g dots)
[] % right margin
begin{document}
begin{table}
caption{Magni corporis voluptatem totam vero dignissimos nisi. Laboriosam repellendus ullam sint. Iure asperiores quae saepe. Sint non commodi explicabo. Omnis reiciendis est culpa non aliquam velit earum. Eum repudiandae excepturi sapiente odio sunt.}
begin{tabular}{ c }
end{tabular}
end{table}
listoftables
end{document}
You can find the manual to the package here:
manual
titletoc
add a comment |
I am trying to better understand the titletoc package behavior.
I am wondering if there is a decent way to control the hspace infront of all the "wrapped" lines. In other words, of all lines except the one containing the label.
Is there a way to easily align it i.e. with the table label?

To test this i set up the following minimal example:
documentclass[11pt,a4paper]{scrartcl}
usepackage{titletoc}
titlecontents{table}
[0pt] % left margin
{} % above code (e.g vertical space)
{Table~thecontentslabel:enspace}
{} % unnumbered entry format
{titlerule*[.5pc]{.}contentspage} % filler-page format (e.g dots)
[] % right margin
begin{document}
begin{table}
caption{Magni corporis voluptatem totam vero dignissimos nisi. Laboriosam repellendus ullam sint. Iure asperiores quae saepe. Sint non commodi explicabo. Omnis reiciendis est culpa non aliquam velit earum. Eum repudiandae excepturi sapiente odio sunt.}
begin{tabular}{ c }
end{tabular}
end{table}
listoftables
end{document}
You can find the manual to the package here:
manual
titletoc
I am trying to better understand the titletoc package behavior.
I am wondering if there is a decent way to control the hspace infront of all the "wrapped" lines. In other words, of all lines except the one containing the label.
Is there a way to easily align it i.e. with the table label?

To test this i set up the following minimal example:
documentclass[11pt,a4paper]{scrartcl}
usepackage{titletoc}
titlecontents{table}
[0pt] % left margin
{} % above code (e.g vertical space)
{Table~thecontentslabel:enspace}
{} % unnumbered entry format
{titlerule*[.5pc]{.}contentspage} % filler-page format (e.g dots)
[] % right margin
begin{document}
begin{table}
caption{Magni corporis voluptatem totam vero dignissimos nisi. Laboriosam repellendus ullam sint. Iure asperiores quae saepe. Sint non commodi explicabo. Omnis reiciendis est culpa non aliquam velit earum. Eum repudiandae excepturi sapiente odio sunt.}
begin{tabular}{ c }
end{tabular}
end{table}
listoftables
end{document}
You can find the manual to the package here:
manual
titletoc
titletoc
asked 15 mins ago
ls.ls.
84
84
add a comment |
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%2f481807%2findentation-after-line-wrap-in-listoftables-listoffigures-using-titletoc%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%2f481807%2findentation-after-line-wrap-in-listoftables-listoffigures-using-titletoc%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