Spacing between figure number and caption text in table of contentsHow to modify the space between the...

Method to test if a number is a perfect power?

What does 算不上 mean in 算不上太美好的日子?

Why does indent disappear in lists?

Is oxalic acid dihydrate considered a primary acid standard in analytical chemistry?

How to Reset Passwords on Multiple Websites Easily?

Replace character with another only if repeated and not part of a word

Increase performance creating Mandelbrot set in python

How did Arya survive the stabbing?

Sequence of Tenses: Translating the subjunctive

How do we know the LHC results are robust?

Arithmetic mean geometric mean inequality unclear

Is expanding the research of a group into machine learning as a PhD student risky?

How does Loki do this?

Is the destination of a commercial flight important for the pilot?

How do I rename a Linux host without needing to reboot for the rename to take effect?

Failed to fetch jessie backports repository

What happens if you roll doubles 3 times then land on "Go to jail?"

Large drywall patch supports

Why escape if the_content isnt?

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

What does "I’d sit this one out, Cap," imply or mean in the context?

How does the UK government determine the size of a mandate?

How do I extract a value from a time formatted value in excel?

Why not increase contact surface when reentering the atmosphere?



Spacing between figure number and caption text in table of contents


How to modify the space between the numbers and text of sectioning titles in the table of contents?













0















I want to have equal spaces between my caption number and caption text on the list of figures and list of tables. I tried modifying the lines as given Here But the list of figures have less space in the table of contents compared to the List of tables. Here is my MWE



   documentclass{report}
usepackage{etoolbox}
usepackage{lipsum}
usepackage{tocloft}
makeatletter
patchcmd{@caption}{csname the#1endcsname}{textbf{csnamefnum@#1endcsname:}}{}{}
renewcommand*l@figure{@dottedtocline{1}{1.5em}{5.6em}}
letl@tablel@figure
makeatother
begin{document}
listoffigures
listoftables
begin{figure}[h]
caption{A figure}
centering xyz
end{figure}
lipsum[1-1]
begin{table}[h]
caption{Some table}
centering abc
end{table}
end{document}


Is it possible to have equal spacing on both tables and figures?









share



























    0















    I want to have equal spaces between my caption number and caption text on the list of figures and list of tables. I tried modifying the lines as given Here But the list of figures have less space in the table of contents compared to the List of tables. Here is my MWE



       documentclass{report}
    usepackage{etoolbox}
    usepackage{lipsum}
    usepackage{tocloft}
    makeatletter
    patchcmd{@caption}{csname the#1endcsname}{textbf{csnamefnum@#1endcsname:}}{}{}
    renewcommand*l@figure{@dottedtocline{1}{1.5em}{5.6em}}
    letl@tablel@figure
    makeatother
    begin{document}
    listoffigures
    listoftables
    begin{figure}[h]
    caption{A figure}
    centering xyz
    end{figure}
    lipsum[1-1]
    begin{table}[h]
    caption{Some table}
    centering abc
    end{table}
    end{document}


    Is it possible to have equal spacing on both tables and figures?









    share

























      0












      0








      0








      I want to have equal spaces between my caption number and caption text on the list of figures and list of tables. I tried modifying the lines as given Here But the list of figures have less space in the table of contents compared to the List of tables. Here is my MWE



         documentclass{report}
      usepackage{etoolbox}
      usepackage{lipsum}
      usepackage{tocloft}
      makeatletter
      patchcmd{@caption}{csname the#1endcsname}{textbf{csnamefnum@#1endcsname:}}{}{}
      renewcommand*l@figure{@dottedtocline{1}{1.5em}{5.6em}}
      letl@tablel@figure
      makeatother
      begin{document}
      listoffigures
      listoftables
      begin{figure}[h]
      caption{A figure}
      centering xyz
      end{figure}
      lipsum[1-1]
      begin{table}[h]
      caption{Some table}
      centering abc
      end{table}
      end{document}


      Is it possible to have equal spacing on both tables and figures?









      share














      I want to have equal spaces between my caption number and caption text on the list of figures and list of tables. I tried modifying the lines as given Here But the list of figures have less space in the table of contents compared to the List of tables. Here is my MWE



         documentclass{report}
      usepackage{etoolbox}
      usepackage{lipsum}
      usepackage{tocloft}
      makeatletter
      patchcmd{@caption}{csname the#1endcsname}{textbf{csnamefnum@#1endcsname:}}{}{}
      renewcommand*l@figure{@dottedtocline{1}{1.5em}{5.6em}}
      letl@tablel@figure
      makeatother
      begin{document}
      listoffigures
      listoftables
      begin{figure}[h]
      caption{A figure}
      centering xyz
      end{figure}
      lipsum[1-1]
      begin{table}[h]
      caption{Some table}
      centering abc
      end{table}
      end{document}


      Is it possible to have equal spacing on both tables and figures?







      table-of-contents titlesec tocloft titletoc





      share












      share










      share



      share










      asked 1 min ago









      Mafeni AlphaMafeni Alpha

      156




      156






















          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481839%2fspacing-between-figure-number-and-caption-text-in-table-of-contents%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
















          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%2f481839%2fspacing-between-figure-number-and-caption-text-in-table-of-contents%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...