Error “! Illegal parameter number in definition of tikz @ children @ list.” with library mindmap and...

Single word request: Harming the benefactor

Decoding assembly instructions in a Game Boy disassembler

what does the apostrophe mean in this notation?

Straight line with arrows and dots

Excess Zinc in garden soil

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

The three point beverage

How could a female member of a species produce eggs unto death?

Replacing Windows 7 security updates with anti-virus?

Unreachable code, but reachable with exception

Making a sword in the stone, in a medieval world without magic

How to deal with a cynical class?

Is having access to past exams cheating and, if yes, could it be proven just by a good grade?

Is going from continuous data to categorical always wrong?

Playing ONE triplet (not three)

Counter-example to the existence of left Bousfield localization of combinatorial model category

How to discourage/prevent PCs from using door choke-points?

Is King K. Rool's down throw to up-special a true combo?

Word for a person who has no opinion about whether god exists

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

What Happens when Passenger Refuses to Fly Boeing 737 Max?

What happens with multiple copies of Humility and Glorious Anthem on the battlefield?

Time travel short story where dinosaur doesn't taste like chicken

Can infringement of a trademark be pursued for using a company's name in a sentence?



Error “! Illegal parameter number in definition of tikz @ children @ list.” with library mindmap and hyperref packages


memoir class with subcaption and hyperref packageshyperref conflicts with todonotes and chemfig packagesClash between ocgcolorlinks option of hyperref and patterns library of TikZ“improper alphabetic constant” with hyperref and bidi packageserror with hyperref and the krantz classHow to solve problem with url and hyperref packages?hyperref error using latex: “Illegal parameter number in definition of Hy@temp”Issue with hyperref and appendix packagesTroubles with hyperref and Tikz externalizationhref: Illegal parameter number in definition of test













0















I've been trying to put the following url in quotation marks: https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2. But I always get the following error: "! Illegal parameter number in definition of tikz @ children @ list." . I am generating the pdf file through the latexmk -pdflua -pvc file.tex command. Below is the file.tex code:



documentclass{article}
usepackage{tikz,hyperref}
usetikzlibrary{mindmap}
begin{document}
centering
begin{tikzpicture}[mindmap]
centering
tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
node [concept, text=blue!50!black!10,align=center] at (0,0)
{href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
child [concept]
{node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
;
end{tikzpicture}
end{document}


I noticed that if I make the code as below, I do not get this error. That is if I use the url only in the node parent and not in the node child.



documentclass{article}
usepackage{tikz,hyperref}
usetikzlibrary{mindmap}
begin{document}
centering
begin{tikzpicture}[mindmap]
centering
tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
node [concept, text=blue!50!black!10,align=center] at (0,0)
{href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
child [concept]
{node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
;
end{tikzpicture}
end{document}








share



























    0















    I've been trying to put the following url in quotation marks: https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2. But I always get the following error: "! Illegal parameter number in definition of tikz @ children @ list." . I am generating the pdf file through the latexmk -pdflua -pvc file.tex command. Below is the file.tex code:



    documentclass{article}
    usepackage{tikz,hyperref}
    usetikzlibrary{mindmap}
    begin{document}
    centering
    begin{tikzpicture}[mindmap]
    centering
    tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
    node [concept, text=blue!50!black!10,align=center] at (0,0)
    {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
    child [concept]
    {node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
    ;
    end{tikzpicture}
    end{document}


    I noticed that if I make the code as below, I do not get this error. That is if I use the url only in the node parent and not in the node child.



    documentclass{article}
    usepackage{tikz,hyperref}
    usetikzlibrary{mindmap}
    begin{document}
    centering
    begin{tikzpicture}[mindmap]
    centering
    tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
    node [concept, text=blue!50!black!10,align=center] at (0,0)
    {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
    child [concept]
    {node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
    ;
    end{tikzpicture}
    end{document}








    share

























      0












      0








      0








      I've been trying to put the following url in quotation marks: https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2. But I always get the following error: "! Illegal parameter number in definition of tikz @ children @ list." . I am generating the pdf file through the latexmk -pdflua -pvc file.tex command. Below is the file.tex code:



      documentclass{article}
      usepackage{tikz,hyperref}
      usetikzlibrary{mindmap}
      begin{document}
      centering
      begin{tikzpicture}[mindmap]
      centering
      tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
      node [concept, text=blue!50!black!10,align=center] at (0,0)
      {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
      child [concept]
      {node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
      ;
      end{tikzpicture}
      end{document}


      I noticed that if I make the code as below, I do not get this error. That is if I use the url only in the node parent and not in the node child.



      documentclass{article}
      usepackage{tikz,hyperref}
      usetikzlibrary{mindmap}
      begin{document}
      centering
      begin{tikzpicture}[mindmap]
      centering
      tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
      node [concept, text=blue!50!black!10,align=center] at (0,0)
      {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
      child [concept]
      {node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
      ;
      end{tikzpicture}
      end{document}








      share














      I've been trying to put the following url in quotation marks: https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2. But I always get the following error: "! Illegal parameter number in definition of tikz @ children @ list." . I am generating the pdf file through the latexmk -pdflua -pvc file.tex command. Below is the file.tex code:



      documentclass{article}
      usepackage{tikz,hyperref}
      usetikzlibrary{mindmap}
      begin{document}
      centering
      begin{tikzpicture}[mindmap]
      centering
      tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
      node [concept, text=blue!50!black!10,align=center] at (0,0)
      {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
      child [concept]
      {node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
      ;
      end{tikzpicture}
      end{document}


      I noticed that if I make the code as below, I do not get this error. That is if I use the url only in the node parent and not in the node child.



      documentclass{article}
      usepackage{tikz,hyperref}
      usetikzlibrary{mindmap}
      begin{document}
      centering
      begin{tikzpicture}[mindmap]
      centering
      tikzset{every node/.style={font=fontsize{4mm}{4mm}selectfont,text width=4cm,minimum size=3cm}}
      node [concept, text=blue!50!black!10,align=center] at (0,0)
      {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{Problem}}
      child [concept]
      {node [concept] {href{https://integrada.minhabiblioteca.com.br/#/books/9788522112654/cfi/98!/4/4@0.00:18.2}{n}}}
      ;
      end{tikzpicture}
      end{document}






      hyperref mindmaps





      share












      share










      share



      share










      asked 4 mins ago









      Diego Bnei NoahDiego Bnei Noah

      1037




      1037






















          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%2f479378%2ferror-illegal-parameter-number-in-definition-of-tikz-children-list-wi%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%2f479378%2ferror-illegal-parameter-number-in-definition-of-tikz-children-list-wi%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

          IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

          Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

          Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...