listoftheorems and its alternative with tcbtheorems not displaying,How to create a list of tcbtheorems

Why do cars have plastic shrouds over the engine?

How do you catch Smeargle in Pokemon Go?

Crontab: Ubuntu running script (noob)

Why zero tolerance on nudity in space?

Scripture(s) saying not to look at the sun during his rising and setting time

"We can't save the customer" error after Migration - Magento 2.3

Is using an 'empty' metaphor considered bad style?

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

What is the wife of a henpecked husband called?

Is it possible to grant users sftp access without shell access? If yes, how is it implemented?

What is a good reason for every spaceship to carry a weapon on board?

Play Zip, Zap, Zop

How would an AI self awareness kill switch work?

What is the purpose of easy combat scenarios that don't need resource expenditure?

Does Skippy chunky peanut butter contain trans fat?

Why do neural networks need so many training examples to perform?

Line of Bones to Travel and Conform to Curve (Like Train on a Track, Snake...)

Has Britain negotiated with any other countries outside the EU in preparation for the exit?

How to make ice magic work from a scientific point of view?

How does Leonard in "Memento" remember reading and writing?

Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?

How do I append a character to the end of every line in an Excel cell?

A curious equality of integrals involving the prime counting function?

Avoid page break between paragraphs



listoftheorems and its alternative with tcbtheorems not displaying,


How to create a list of tcbtheorems













0















i tried to to get a list of definitions (theorems) at the end of my document in the appednix. Unfortunality, the list is empty. I tried to use the description here but it does not work (for me). The "Definitionsverzeichnis", here marked with "List of Questions" should look like this: enter image description hereI do not find the mistake(s) and im searching for 4 hours no, so its a little bit frustrating.



Bevor using tcbtheorems I used mdtheorems, where it was no problem to get a list of theorems. However, now it wont work...



Perhaps someone could help me because tcbtheorems look really nice and i just want to keep them.



Here is my MWE:



`



documentclass[ngerman,12pt, listof=totocnumbered, toc=bibliographynumbered,appendixprefix = on]{scrartcl} %scrartcl article}



usepackage[ngerman]{babel}



% preamble

usepackage{tcolorbox}

tcbuselibrary{theorems}

tcbuselibrary{skins}

usepackage{amsthm}

usepackage{thmtools}

usepackage{cleveref}
usepackage{thmtools}
usepackage[framemethod=tikz]{mdframed}



% definiton

tcbset{

defstyle/.style={fonttitle=bfseriesupshape,fontupper=slshape,arc=0mm,colback=blue!5!white,colframe=blue!75!black},

theostyle/.style={fonttitle=bfseriesupshape, fontupper=slshape,colback=red!10!white,colframe=red!75!black},

}

newtcbtheorem[number within=subsection,crefname={definition}{definitions}, list inside={qst}]{Definition}{defstyle}{def}{qst}

newtcbtheorem[use counter from=Definition, crefname={theorem}{theorems}, list inside={qst}]{Theorem}{theostyle}{theo}{qst}

newtcbtheorem[use counter from=Definition,crefname={corollary}{corollaries}]{Corollary}{Corollary}{theostyle}{cor}



newtcbtheorem[use counter from=Definition]{definition}{Definition}{theorem style=plain,enhanced,colframe=blue!50!black,colback=yellow!20!white,coltitle=red!50!black,fonttitle=upshapebfseries,fontupper=itshape,drop fuzzy shadow=blue!50!black!50!white,boxrule=0.4pt}{theo}



% theorem
newtheorem{satz}{Satz}



begin{document}

section{hello}

subsection{world}



section{new section}

subsection{new subsection for definitons}



% example definition

begin{definition}{Hello}{labelHEY}%
newline
a nice definition
end{definition}



% example theorem
begin{tcolorbox}[colback=gray!10!white,colframe=red!60!black,sharp corners=all ]
begin{satz}
this is not a proof, just a theorem
end{satz}
end{tcolorbox}



% appendix,



tcblistof[section]{qst}{Definitionsverzeichnis}



end{document}
`
This is how it looks like: enter image description here



THANK YOU VERY VERY MUCH for your help and your time.



Peter









share







New contributor




Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    i tried to to get a list of definitions (theorems) at the end of my document in the appednix. Unfortunality, the list is empty. I tried to use the description here but it does not work (for me). The "Definitionsverzeichnis", here marked with "List of Questions" should look like this: enter image description hereI do not find the mistake(s) and im searching for 4 hours no, so its a little bit frustrating.



    Bevor using tcbtheorems I used mdtheorems, where it was no problem to get a list of theorems. However, now it wont work...



    Perhaps someone could help me because tcbtheorems look really nice and i just want to keep them.



    Here is my MWE:



    `



    documentclass[ngerman,12pt, listof=totocnumbered, toc=bibliographynumbered,appendixprefix = on]{scrartcl} %scrartcl article}



    usepackage[ngerman]{babel}



    % preamble

    usepackage{tcolorbox}

    tcbuselibrary{theorems}

    tcbuselibrary{skins}

    usepackage{amsthm}

    usepackage{thmtools}

    usepackage{cleveref}
    usepackage{thmtools}
    usepackage[framemethod=tikz]{mdframed}



    % definiton

    tcbset{

    defstyle/.style={fonttitle=bfseriesupshape,fontupper=slshape,arc=0mm,colback=blue!5!white,colframe=blue!75!black},

    theostyle/.style={fonttitle=bfseriesupshape, fontupper=slshape,colback=red!10!white,colframe=red!75!black},

    }

    newtcbtheorem[number within=subsection,crefname={definition}{definitions}, list inside={qst}]{Definition}{defstyle}{def}{qst}

    newtcbtheorem[use counter from=Definition, crefname={theorem}{theorems}, list inside={qst}]{Theorem}{theostyle}{theo}{qst}

    newtcbtheorem[use counter from=Definition,crefname={corollary}{corollaries}]{Corollary}{Corollary}{theostyle}{cor}



    newtcbtheorem[use counter from=Definition]{definition}{Definition}{theorem style=plain,enhanced,colframe=blue!50!black,colback=yellow!20!white,coltitle=red!50!black,fonttitle=upshapebfseries,fontupper=itshape,drop fuzzy shadow=blue!50!black!50!white,boxrule=0.4pt}{theo}



    % theorem
    newtheorem{satz}{Satz}



    begin{document}

    section{hello}

    subsection{world}



    section{new section}

    subsection{new subsection for definitons}



    % example definition

    begin{definition}{Hello}{labelHEY}%
    newline
    a nice definition
    end{definition}



    % example theorem
    begin{tcolorbox}[colback=gray!10!white,colframe=red!60!black,sharp corners=all ]
    begin{satz}
    this is not a proof, just a theorem
    end{satz}
    end{tcolorbox}



    % appendix,



    tcblistof[section]{qst}{Definitionsverzeichnis}



    end{document}
    `
    This is how it looks like: enter image description here



    THANK YOU VERY VERY MUCH for your help and your time.



    Peter









    share







    New contributor




    Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      i tried to to get a list of definitions (theorems) at the end of my document in the appednix. Unfortunality, the list is empty. I tried to use the description here but it does not work (for me). The "Definitionsverzeichnis", here marked with "List of Questions" should look like this: enter image description hereI do not find the mistake(s) and im searching for 4 hours no, so its a little bit frustrating.



      Bevor using tcbtheorems I used mdtheorems, where it was no problem to get a list of theorems. However, now it wont work...



      Perhaps someone could help me because tcbtheorems look really nice and i just want to keep them.



      Here is my MWE:



      `



      documentclass[ngerman,12pt, listof=totocnumbered, toc=bibliographynumbered,appendixprefix = on]{scrartcl} %scrartcl article}



      usepackage[ngerman]{babel}



      % preamble

      usepackage{tcolorbox}

      tcbuselibrary{theorems}

      tcbuselibrary{skins}

      usepackage{amsthm}

      usepackage{thmtools}

      usepackage{cleveref}
      usepackage{thmtools}
      usepackage[framemethod=tikz]{mdframed}



      % definiton

      tcbset{

      defstyle/.style={fonttitle=bfseriesupshape,fontupper=slshape,arc=0mm,colback=blue!5!white,colframe=blue!75!black},

      theostyle/.style={fonttitle=bfseriesupshape, fontupper=slshape,colback=red!10!white,colframe=red!75!black},

      }

      newtcbtheorem[number within=subsection,crefname={definition}{definitions}, list inside={qst}]{Definition}{defstyle}{def}{qst}

      newtcbtheorem[use counter from=Definition, crefname={theorem}{theorems}, list inside={qst}]{Theorem}{theostyle}{theo}{qst}

      newtcbtheorem[use counter from=Definition,crefname={corollary}{corollaries}]{Corollary}{Corollary}{theostyle}{cor}



      newtcbtheorem[use counter from=Definition]{definition}{Definition}{theorem style=plain,enhanced,colframe=blue!50!black,colback=yellow!20!white,coltitle=red!50!black,fonttitle=upshapebfseries,fontupper=itshape,drop fuzzy shadow=blue!50!black!50!white,boxrule=0.4pt}{theo}



      % theorem
      newtheorem{satz}{Satz}



      begin{document}

      section{hello}

      subsection{world}



      section{new section}

      subsection{new subsection for definitons}



      % example definition

      begin{definition}{Hello}{labelHEY}%
      newline
      a nice definition
      end{definition}



      % example theorem
      begin{tcolorbox}[colback=gray!10!white,colframe=red!60!black,sharp corners=all ]
      begin{satz}
      this is not a proof, just a theorem
      end{satz}
      end{tcolorbox}



      % appendix,



      tcblistof[section]{qst}{Definitionsverzeichnis}



      end{document}
      `
      This is how it looks like: enter image description here



      THANK YOU VERY VERY MUCH for your help and your time.



      Peter









      share







      New contributor




      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      i tried to to get a list of definitions (theorems) at the end of my document in the appednix. Unfortunality, the list is empty. I tried to use the description here but it does not work (for me). The "Definitionsverzeichnis", here marked with "List of Questions" should look like this: enter image description hereI do not find the mistake(s) and im searching for 4 hours no, so its a little bit frustrating.



      Bevor using tcbtheorems I used mdtheorems, where it was no problem to get a list of theorems. However, now it wont work...



      Perhaps someone could help me because tcbtheorems look really nice and i just want to keep them.



      Here is my MWE:



      `



      documentclass[ngerman,12pt, listof=totocnumbered, toc=bibliographynumbered,appendixprefix = on]{scrartcl} %scrartcl article}



      usepackage[ngerman]{babel}



      % preamble

      usepackage{tcolorbox}

      tcbuselibrary{theorems}

      tcbuselibrary{skins}

      usepackage{amsthm}

      usepackage{thmtools}

      usepackage{cleveref}
      usepackage{thmtools}
      usepackage[framemethod=tikz]{mdframed}



      % definiton

      tcbset{

      defstyle/.style={fonttitle=bfseriesupshape,fontupper=slshape,arc=0mm,colback=blue!5!white,colframe=blue!75!black},

      theostyle/.style={fonttitle=bfseriesupshape, fontupper=slshape,colback=red!10!white,colframe=red!75!black},

      }

      newtcbtheorem[number within=subsection,crefname={definition}{definitions}, list inside={qst}]{Definition}{defstyle}{def}{qst}

      newtcbtheorem[use counter from=Definition, crefname={theorem}{theorems}, list inside={qst}]{Theorem}{theostyle}{theo}{qst}

      newtcbtheorem[use counter from=Definition,crefname={corollary}{corollaries}]{Corollary}{Corollary}{theostyle}{cor}



      newtcbtheorem[use counter from=Definition]{definition}{Definition}{theorem style=plain,enhanced,colframe=blue!50!black,colback=yellow!20!white,coltitle=red!50!black,fonttitle=upshapebfseries,fontupper=itshape,drop fuzzy shadow=blue!50!black!50!white,boxrule=0.4pt}{theo}



      % theorem
      newtheorem{satz}{Satz}



      begin{document}

      section{hello}

      subsection{world}



      section{new section}

      subsection{new subsection for definitons}



      % example definition

      begin{definition}{Hello}{labelHEY}%
      newline
      a nice definition
      end{definition}



      % example theorem
      begin{tcolorbox}[colback=gray!10!white,colframe=red!60!black,sharp corners=all ]
      begin{satz}
      this is not a proof, just a theorem
      end{satz}
      end{tcolorbox}



      % appendix,



      tcblistof[section]{qst}{Definitionsverzeichnis}



      end{document}
      `
      This is how it looks like: enter image description here



      THANK YOU VERY VERY MUCH for your help and your time.



      Peter







      table-of-contents lists theorems tcolorbox





      share







      New contributor




      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 min ago









      Peter MuellerPeter Mueller

      1




      1




      New contributor




      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Peter Mueller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















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


          }
          });






          Peter Mueller is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476967%2flistoftheorems-and-its-alternative-with-tcbtheorems-not-displaying%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








          Peter Mueller is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Peter Mueller is a new contributor. Be nice, and check out our Code of Conduct.













          Peter Mueller is a new contributor. Be nice, and check out our Code of Conduct.












          Peter Mueller is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f476967%2flistoftheorems-and-its-alternative-with-tcbtheorems-not-displaying%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...