What is subcaption@CheckCompatibility and how to fix itSubfigure arrangment with no caption with IEEE formatSubcaption label on the top and centersubcaption: `caption' package not loadedconflict refcheck/subcaption packages for label with underscoresKeep Figures RIGHT AFTER textfine subcaption legend placementtufte-latex and subcaptionHow to evenly space subcaption - Use table?How to change subcaption numbering?Subcaption environment failed. All figures containing a subfigure crashing all of a sudden

How does a dynamic QR code work?

Spam email "via" my domain, but SPF record exists

What does the same-ish mean?

Pact of Blade Warlock with Dancing Blade

Are British MPs missing the point, with these 'Indicative Votes'?

Is it possible to create a QR code using text?

What historical events would have to change in order to make 19th century "steampunk" technology possible?

Sums of two squares in arithmetic progressions

What exactly is ineptocracy?

Processor speed limited at 0.4 Ghz

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

Does the Idaho Potato Commission associate potato skins with healthy eating?

Getting extremely large arrows with tikzcd

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?

How do I exit BASH while loop using modulus operator?

Blending or harmonizing

Machine learning testing data

How to show a landlord what we have in savings?

How to remove border from elements in the last row?

How can a day be of 24 hours?

Mathematica command that allows it to read my intentions

What is the fastest integer factorization to break RSA?

Obtaining database information and values in extended properties



What is subcaption@CheckCompatibility and how to fix it


Subfigure arrangment with no caption with IEEE formatSubcaption label on the top and centersubcaption: `caption' package not loadedconflict refcheck/subcaption packages for label with underscoresKeep Figures RIGHT AFTER textfine subcaption legend placementtufte-latex and subcaptionHow to evenly space subcaption - Use table?How to change subcaption numbering?Subcaption environment failed. All figures containing a subfigure crashing all of a sudden













0















I write my thesis in TeXstudio and i use for package manager MiKTeX. In the text who i write I want to put two shapes side by side. I find a very good solution for that "application" the subfigure.



I try to use it but i have an errors



My code:



documentclass[a4paper,12pt,twoside,openany]okonbook
usepackage[dvips]graphicx

usepackagemakeidx

usepackage[english,greek]babel

usepackage[iso-8859-7]inputenc
usepackageokonstyle

usepackageamssymb
usepackageamsfonts

usepackagefloat

%% The amsthm package provides extended theorem environments
%usepackageamsthm
usepackageamsmath

usepackagesubfig

usepackageurl
%usepackagealgorithm
usepackage[linesnumbered,ruled,vlined]algorithm2e
usepackagealgpseudocode

usepackagemathtools

usepackage[usenames,dvipsnames]pstricks
usepackagemarginnote
usepackagecomment

%% My packages
%usepackage[super]nth
newcommandgrselectlanguagegreek
newcommandenselectlanguageenglish
usepackageenumerate
usepackage[document]ragged2e
usepackage mathrsfs
usepackagecleveref
usepackagecaption
usepackagesubcaption

usepackagedrop
begindocument

beginfigure
centering
beginsubfigure[b]0.1textwidth
includegraphics[width=textwidth]images/grafima3.eps
captionGraph 1
labelfig:Graph 1
endsubfigure

beginsubfigure[b]0.1textwidth
includegraphics[width=textwidth]images/grafima4.eps
captionGraph 2
labelfig:Graph 3
endsubfigure

captionGraphslabelfig:Graphs
endfigure

enddocument


When I run it I have the following erros:



subcaption.sty line 60 Package subcaption Error: This package can't be used in cooperation(subcaption) with the subfig package. subcaption@CheckCompatibility
Environment subfigure undefined. beginsubfigure
Missing number, treated as zero. beginsubfigure[b]0.1textwidth
Illegal unit of measure (pt inserted). beginsubfigure[b]0.1textwidth
beginfigure on input line 979 ended by endsubfigure. endsubfigure


Does anyone know what conflict I have with the packages and how to fix it.



P.S. Μy packages are up to date
Thank you for your time.









share







New contributor




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
























    0















    I write my thesis in TeXstudio and i use for package manager MiKTeX. In the text who i write I want to put two shapes side by side. I find a very good solution for that "application" the subfigure.



    I try to use it but i have an errors



    My code:



    documentclass[a4paper,12pt,twoside,openany]okonbook
    usepackage[dvips]graphicx

    usepackagemakeidx

    usepackage[english,greek]babel

    usepackage[iso-8859-7]inputenc
    usepackageokonstyle

    usepackageamssymb
    usepackageamsfonts

    usepackagefloat

    %% The amsthm package provides extended theorem environments
    %usepackageamsthm
    usepackageamsmath

    usepackagesubfig

    usepackageurl
    %usepackagealgorithm
    usepackage[linesnumbered,ruled,vlined]algorithm2e
    usepackagealgpseudocode

    usepackagemathtools

    usepackage[usenames,dvipsnames]pstricks
    usepackagemarginnote
    usepackagecomment

    %% My packages
    %usepackage[super]nth
    newcommandgrselectlanguagegreek
    newcommandenselectlanguageenglish
    usepackageenumerate
    usepackage[document]ragged2e
    usepackage mathrsfs
    usepackagecleveref
    usepackagecaption
    usepackagesubcaption

    usepackagedrop
    begindocument

    beginfigure
    centering
    beginsubfigure[b]0.1textwidth
    includegraphics[width=textwidth]images/grafima3.eps
    captionGraph 1
    labelfig:Graph 1
    endsubfigure

    beginsubfigure[b]0.1textwidth
    includegraphics[width=textwidth]images/grafima4.eps
    captionGraph 2
    labelfig:Graph 3
    endsubfigure

    captionGraphslabelfig:Graphs
    endfigure

    enddocument


    When I run it I have the following erros:



    subcaption.sty line 60 Package subcaption Error: This package can't be used in cooperation(subcaption) with the subfig package. subcaption@CheckCompatibility
    Environment subfigure undefined. beginsubfigure
    Missing number, treated as zero. beginsubfigure[b]0.1textwidth
    Illegal unit of measure (pt inserted). beginsubfigure[b]0.1textwidth
    beginfigure on input line 979 ended by endsubfigure. endsubfigure


    Does anyone know what conflict I have with the packages and how to fix it.



    P.S. Μy packages are up to date
    Thank you for your time.









    share







    New contributor




    Giannis Aggelis 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 write my thesis in TeXstudio and i use for package manager MiKTeX. In the text who i write I want to put two shapes side by side. I find a very good solution for that "application" the subfigure.



      I try to use it but i have an errors



      My code:



      documentclass[a4paper,12pt,twoside,openany]okonbook
      usepackage[dvips]graphicx

      usepackagemakeidx

      usepackage[english,greek]babel

      usepackage[iso-8859-7]inputenc
      usepackageokonstyle

      usepackageamssymb
      usepackageamsfonts

      usepackagefloat

      %% The amsthm package provides extended theorem environments
      %usepackageamsthm
      usepackageamsmath

      usepackagesubfig

      usepackageurl
      %usepackagealgorithm
      usepackage[linesnumbered,ruled,vlined]algorithm2e
      usepackagealgpseudocode

      usepackagemathtools

      usepackage[usenames,dvipsnames]pstricks
      usepackagemarginnote
      usepackagecomment

      %% My packages
      %usepackage[super]nth
      newcommandgrselectlanguagegreek
      newcommandenselectlanguageenglish
      usepackageenumerate
      usepackage[document]ragged2e
      usepackage mathrsfs
      usepackagecleveref
      usepackagecaption
      usepackagesubcaption

      usepackagedrop
      begindocument

      beginfigure
      centering
      beginsubfigure[b]0.1textwidth
      includegraphics[width=textwidth]images/grafima3.eps
      captionGraph 1
      labelfig:Graph 1
      endsubfigure

      beginsubfigure[b]0.1textwidth
      includegraphics[width=textwidth]images/grafima4.eps
      captionGraph 2
      labelfig:Graph 3
      endsubfigure

      captionGraphslabelfig:Graphs
      endfigure

      enddocument


      When I run it I have the following erros:



      subcaption.sty line 60 Package subcaption Error: This package can't be used in cooperation(subcaption) with the subfig package. subcaption@CheckCompatibility
      Environment subfigure undefined. beginsubfigure
      Missing number, treated as zero. beginsubfigure[b]0.1textwidth
      Illegal unit of measure (pt inserted). beginsubfigure[b]0.1textwidth
      beginfigure on input line 979 ended by endsubfigure. endsubfigure


      Does anyone know what conflict I have with the packages and how to fix it.



      P.S. Μy packages are up to date
      Thank you for your time.









      share







      New contributor




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












      I write my thesis in TeXstudio and i use for package manager MiKTeX. In the text who i write I want to put two shapes side by side. I find a very good solution for that "application" the subfigure.



      I try to use it but i have an errors



      My code:



      documentclass[a4paper,12pt,twoside,openany]okonbook
      usepackage[dvips]graphicx

      usepackagemakeidx

      usepackage[english,greek]babel

      usepackage[iso-8859-7]inputenc
      usepackageokonstyle

      usepackageamssymb
      usepackageamsfonts

      usepackagefloat

      %% The amsthm package provides extended theorem environments
      %usepackageamsthm
      usepackageamsmath

      usepackagesubfig

      usepackageurl
      %usepackagealgorithm
      usepackage[linesnumbered,ruled,vlined]algorithm2e
      usepackagealgpseudocode

      usepackagemathtools

      usepackage[usenames,dvipsnames]pstricks
      usepackagemarginnote
      usepackagecomment

      %% My packages
      %usepackage[super]nth
      newcommandgrselectlanguagegreek
      newcommandenselectlanguageenglish
      usepackageenumerate
      usepackage[document]ragged2e
      usepackage mathrsfs
      usepackagecleveref
      usepackagecaption
      usepackagesubcaption

      usepackagedrop
      begindocument

      beginfigure
      centering
      beginsubfigure[b]0.1textwidth
      includegraphics[width=textwidth]images/grafima3.eps
      captionGraph 1
      labelfig:Graph 1
      endsubfigure

      beginsubfigure[b]0.1textwidth
      includegraphics[width=textwidth]images/grafima4.eps
      captionGraph 2
      labelfig:Graph 3
      endsubfigure

      captionGraphslabelfig:Graphs
      endfigure

      enddocument


      When I run it I have the following erros:



      subcaption.sty line 60 Package subcaption Error: This package can't be used in cooperation(subcaption) with the subfig package. subcaption@CheckCompatibility
      Environment subfigure undefined. beginsubfigure
      Missing number, treated as zero. beginsubfigure[b]0.1textwidth
      Illegal unit of measure (pt inserted). beginsubfigure[b]0.1textwidth
      beginfigure on input line 979 ended by endsubfigure. endsubfigure


      Does anyone know what conflict I have with the packages and how to fix it.



      P.S. Μy packages are up to date
      Thank you for your time.







      floats packages subcaption





      share







      New contributor




      Giannis Aggelis 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




      Giannis Aggelis 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




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









      asked 3 mins ago









      Giannis AggelisGiannis Aggelis

      1




      1




      New contributor




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





      New contributor





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






      Giannis Aggelis 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
          );



          );






          Giannis Aggelis 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%2f482864%2fwhat-is-subcaptioncheckcompatibility-and-how-to-fix-it%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








          Giannis Aggelis is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Giannis Aggelis is a new contributor. Be nice, and check out our Code of Conduct.












          Giannis Aggelis is a new contributor. Be nice, and check out our Code of Conduct.











          Giannis Aggelis 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%2f482864%2fwhat-is-subcaptioncheckcompatibility-and-how-to-fix-it%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

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

          Should we avoid writing fiction about historical events without extensive research?How do we write a story about genocide committed by a fascist government without falling into the “Nazi Germany” cliché?Researching sensitive subjectsShould I avoid “lecturing” my readers?Archetypical/popular historical fictionHow to write a “strong” passage?Will what worked 'back then' work today? (Novels)Historical Fiction: using you and thouHow do you make characters relatable if they exist in a completely different moral context?How do I write a MODERN combat/violence scene without being dry?Fictionizing firsthand accounts from history?Is it possible to narrate a novel in a faux-historical style without alienating the reader?