Aligning Multi-line Caption in list of figures The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Indent problem in list of tables (and figures) captionsHow do I control the space between the figure number (or table number) and the caption on the list of figures (list of tables) page?Combined List of Figures and Tables?List of Figures Citation IssueInclude both short and long caption in list of figureshow can i give a figure an extended caption without it going in my table of figures?list of figures and tables when there are no figures or tables?A series of diagrams in the list of figuresOne caption for multi page figureManipulating list of figures
Do warforged have souls?
Create an outline of font
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
Arduino Pro Micro - switch off LEDs
Am I ethically obligated to go into work on an off day if the reason is sudden?
How does ice melt when immersed in water
Can withdrawing asylum be illegal?
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Did the new image of black hole confirm the general theory of relativity?
What's the point in a preamp?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
How should I replace vector<uint8_t>::const_iterator in an API?
"... to apply for a visa" or "... and applied for a visa"?
Can the prologue be the backstory of your main character?
Why not take a picture of a closer black hole?
How is simplicity better than precision and clarity in prose?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Semisimplicity of the category of coherent sheaves?
how can a perfect fourth interval be considered either consonant or dissonant?
University's motivation for having tenure-track positions
Are spiders unable to hurt humans, especially very small spiders?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
First use of “packing” as in carrying a gun
Aligning Multi-line Caption in list of figures
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Indent problem in list of tables (and figures) captionsHow do I control the space between the figure number (or table number) and the caption on the list of figures (list of tables) page?Combined List of Figures and Tables?List of Figures Citation IssueInclude both short and long caption in list of figureshow can i give a figure an extended caption without it going in my table of figures?list of figures and tables when there are no figures or tables?A series of diagrams in the list of figuresOne caption for multi page figureManipulating list of figures
I have modified my list of figures so that it includes Fig. figure number before each caption in List of Figures. This done by using the following code.
%
letoldnumberlinenumberline%
renewcommandnumberlinetablename~oldnumberline%
listoftables%
However, I am not able to align figure caption which extends to second line. What should be done to align the multi-line figure caption in list of figures.
table-of-contents captions align
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have modified my list of figures so that it includes Fig. figure number before each caption in List of Figures. This done by using the following code.
%
letoldnumberlinenumberline%
renewcommandnumberlinetablename~oldnumberline%
listoftables%
However, I am not able to align figure caption which extends to second line. What should be done to align the multi-line figure caption in list of figures.
table-of-contents captions align
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
7
Can you make a minimal working example (MWE)?
– user36296
Mar 18 '18 at 13:56
You would have better luck modifying l@figure and l@table, which set the indentation,
– John Kormylo
Mar 18 '18 at 17:21
See tex.stackexchange.com/questions/326573/… (although it has other modifications you may not need).
– John Kormylo
Mar 18 '18 at 17:33
I tried the suggestion in above comment. However its showing following error ! Undefined control sequence. l@figure ->@tocline
– S.Dev
Mar 19 '18 at 4:13
The first step is finding the current definition of l@figure, which usually depends on the document class. meaningl@figure would belp. (don't forget makeatletter ... makeatother)
– John Kormylo
Mar 19 '18 at 16:53
add a comment |
I have modified my list of figures so that it includes Fig. figure number before each caption in List of Figures. This done by using the following code.
%
letoldnumberlinenumberline%
renewcommandnumberlinetablename~oldnumberline%
listoftables%
However, I am not able to align figure caption which extends to second line. What should be done to align the multi-line figure caption in list of figures.
table-of-contents captions align
I have modified my list of figures so that it includes Fig. figure number before each caption in List of Figures. This done by using the following code.
%
letoldnumberlinenumberline%
renewcommandnumberlinetablename~oldnumberline%
listoftables%
However, I am not able to align figure caption which extends to second line. What should be done to align the multi-line figure caption in list of figures.
table-of-contents captions align
table-of-contents captions align
asked Mar 18 '18 at 13:53
S.DevS.Dev
256
256
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
7
Can you make a minimal working example (MWE)?
– user36296
Mar 18 '18 at 13:56
You would have better luck modifying l@figure and l@table, which set the indentation,
– John Kormylo
Mar 18 '18 at 17:21
See tex.stackexchange.com/questions/326573/… (although it has other modifications you may not need).
– John Kormylo
Mar 18 '18 at 17:33
I tried the suggestion in above comment. However its showing following error ! Undefined control sequence. l@figure ->@tocline
– S.Dev
Mar 19 '18 at 4:13
The first step is finding the current definition of l@figure, which usually depends on the document class. meaningl@figure would belp. (don't forget makeatletter ... makeatother)
– John Kormylo
Mar 19 '18 at 16:53
add a comment |
7
Can you make a minimal working example (MWE)?
– user36296
Mar 18 '18 at 13:56
You would have better luck modifying l@figure and l@table, which set the indentation,
– John Kormylo
Mar 18 '18 at 17:21
See tex.stackexchange.com/questions/326573/… (although it has other modifications you may not need).
– John Kormylo
Mar 18 '18 at 17:33
I tried the suggestion in above comment. However its showing following error ! Undefined control sequence. l@figure ->@tocline
– S.Dev
Mar 19 '18 at 4:13
The first step is finding the current definition of l@figure, which usually depends on the document class. meaningl@figure would belp. (don't forget makeatletter ... makeatother)
– John Kormylo
Mar 19 '18 at 16:53
7
7
Can you make a minimal working example (MWE)?
– user36296
Mar 18 '18 at 13:56
Can you make a minimal working example (MWE)?
– user36296
Mar 18 '18 at 13:56
You would have better luck modifying l@figure and l@table, which set the indentation,
– John Kormylo
Mar 18 '18 at 17:21
You would have better luck modifying l@figure and l@table, which set the indentation,
– John Kormylo
Mar 18 '18 at 17:21
See tex.stackexchange.com/questions/326573/… (although it has other modifications you may not need).
– John Kormylo
Mar 18 '18 at 17:33
See tex.stackexchange.com/questions/326573/… (although it has other modifications you may not need).
– John Kormylo
Mar 18 '18 at 17:33
I tried the suggestion in above comment. However its showing following error ! Undefined control sequence. l@figure ->@tocline
– S.Dev
Mar 19 '18 at 4:13
I tried the suggestion in above comment. However its showing following error ! Undefined control sequence. l@figure ->@tocline
– S.Dev
Mar 19 '18 at 4:13
The first step is finding the current definition of l@figure, which usually depends on the document class. meaningl@figure would belp. (don't forget makeatletter ... makeatother)
– John Kormylo
Mar 19 '18 at 16:53
The first step is finding the current definition of l@figure, which usually depends on the document class. meaningl@figure would belp. (don't forget makeatletter ... makeatother)
– John Kormylo
Mar 19 '18 at 16:53
add a comment |
1 Answer
1
active
oldest
votes
I am able to get alignment using this code
contentsmargin1cm
titlecontentsfigure
[2.5cm]
makebox[0pt][r]%
makebox[2.5cm][l]Figure~thecontentslabel%
%
hspace-2.5cm
titlerule*[6pt]contentspage
However, in some cases the page number comes down
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%2f421832%2faligning-multi-line-caption-in-list-of-figures%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
I am able to get alignment using this code
contentsmargin1cm
titlecontentsfigure
[2.5cm]
makebox[0pt][r]%
makebox[2.5cm][l]Figure~thecontentslabel%
%
hspace-2.5cm
titlerule*[6pt]contentspage
However, in some cases the page number comes down
add a comment |
I am able to get alignment using this code
contentsmargin1cm
titlecontentsfigure
[2.5cm]
makebox[0pt][r]%
makebox[2.5cm][l]Figure~thecontentslabel%
%
hspace-2.5cm
titlerule*[6pt]contentspage
However, in some cases the page number comes down
add a comment |
I am able to get alignment using this code
contentsmargin1cm
titlecontentsfigure
[2.5cm]
makebox[0pt][r]%
makebox[2.5cm][l]Figure~thecontentslabel%
%
hspace-2.5cm
titlerule*[6pt]contentspage
However, in some cases the page number comes down
I am able to get alignment using this code
contentsmargin1cm
titlecontentsfigure
[2.5cm]
makebox[0pt][r]%
makebox[2.5cm][l]Figure~thecontentslabel%
%
hspace-2.5cm
titlerule*[6pt]contentspage
However, in some cases the page number comes down
answered Mar 19 '18 at 16:59
S.DevS.Dev
256
256
add a comment |
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%2f421832%2faligning-multi-line-caption-in-list-of-figures%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
7
Can you make a minimal working example (MWE)?
– user36296
Mar 18 '18 at 13:56
You would have better luck modifying l@figure and l@table, which set the indentation,
– John Kormylo
Mar 18 '18 at 17:21
See tex.stackexchange.com/questions/326573/… (although it has other modifications you may not need).
– John Kormylo
Mar 18 '18 at 17:33
I tried the suggestion in above comment. However its showing following error ! Undefined control sequence. l@figure ->@tocline
– S.Dev
Mar 19 '18 at 4:13
The first step is finding the current definition of l@figure, which usually depends on the document class. meaningl@figure would belp. (don't forget makeatletter ... makeatother)
– John Kormylo
Mar 19 '18 at 16:53