How to add babel captions to newfloat package environments?How to override command on my preamble, after its redefinition by my class with renewcommand?Write a class with language dependent stringsPackage babel error: Unknow optionError using ref in captions with Tufte and BabelProblem with babel packageExercise package with BabelOrdinal captions of figures with Basque-Babel in tufte-bookPackage babel errorHow to format paragraphs in newfloatsvmono + newfloat - caption: how to adjust spacing separating the caption and the float contentsHow to make multi language figure captions without babel package

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

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

Am I breaking OOP practice with this architecture?

How to prevent "they're falling in love" trope

Should I tell management that I intend to leave due to bad software development practices?

Can someone clarify Hamming's notion of important problems in relation to modern academia?

Ambiguity in the definition of entropy

Is there a hemisphere-neutral way of specifying a season?

What is the opposite of "eschatology"?

How to stretch the corners of this image so that it looks like a perfect rectangle?

What exactly is ineptocracy?

Do creatures with a listed speed of "0 ft., fly 30 ft. (hover)" ever touch the ground?

Unlock My Phone! February 2018

What do you call someone who asks many questions?

In the UK, is it possible to get a referendum by a court decision?

How exploitable/balanced is this homebrew spell: Spell Permanency?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

What is the fastest integer factorization to break RSA?

How to enclose theorems and definition in rectangles?

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

In Bayesian inference, why are some terms dropped from the posterior predictive?

How dangerous is XSS

What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?

Why do I get negative height?



How to add babel captions to newfloat package environments?


How to override command on my preamble, after its redefinition by my class with renewcommand?Write a class with language dependent stringsPackage babel error: Unknow optionError using ref in captions with Tufte and BabelProblem with babel packageExercise package with BabelOrdinal captions of figures with Basque-Babel in tufte-bookPackage babel errorHow to format paragraphs in newfloatsvmono + newfloat - caption: how to adjust spacing separating the caption and the float contentsHow to make multi language figure captions without babel package













0















This minimal example, will produce the following PDF:



documentclass[12pt]abntex2
usepackage[utf8]inputenc

usepackagenewfloat
DeclareFloatingEnvironment[fileext=loq,placement=!hbtp,name=Frame,within=chapter,listname=List of Frames]board

% addtocaptionsbrazilrenewcommandboardnameQuadro
% addtocaptionsbrazilrenewcommandlistofboardsnameLista de Quadros

newififenglishenglishfalse
% englishtrue
newcommandlang[2]ifenglish#1else#2fi

ifenglish
PassOptionsToPackagelanguage=englishbiblatex
PassOptionsToPackagebrazil,main=english,spanish,frenchbabel
else
PassOptionsToPackagelanguage=brazilbiblatex
PassOptionsToPackagemain=brazil,english,spanish,frenchbabel
fi

begindocument

sectionlangEnglish SectionSeção em Português

listofboards*

langSection contents.Conteúdo da seção.

beginboard[htb]
centering
captionlangSubtitleLegenda
begintabularc
hline
langContentConteúdo\
hline
endtabular
fontelangAuthorAutor
endboard

enddocument


enter image description here



Where the captions are mixed with English. If you uncomment the lines addtocaptionsbrazil, Latex will throw the error:



LaTeX Error: listofboardsname undefined.


I had used something like addtocaptionsbrazil on this other issue How to override command on my preamble, after its redefinition by my class with renewcommand?, and it fixed the problem. How can I use addtocaptionsbrazil with the newfloat package board environment I just created?










share|improve this question


























    0















    This minimal example, will produce the following PDF:



    documentclass[12pt]abntex2
    usepackage[utf8]inputenc

    usepackagenewfloat
    DeclareFloatingEnvironment[fileext=loq,placement=!hbtp,name=Frame,within=chapter,listname=List of Frames]board

    % addtocaptionsbrazilrenewcommandboardnameQuadro
    % addtocaptionsbrazilrenewcommandlistofboardsnameLista de Quadros

    newififenglishenglishfalse
    % englishtrue
    newcommandlang[2]ifenglish#1else#2fi

    ifenglish
    PassOptionsToPackagelanguage=englishbiblatex
    PassOptionsToPackagebrazil,main=english,spanish,frenchbabel
    else
    PassOptionsToPackagelanguage=brazilbiblatex
    PassOptionsToPackagemain=brazil,english,spanish,frenchbabel
    fi

    begindocument

    sectionlangEnglish SectionSeção em Português

    listofboards*

    langSection contents.Conteúdo da seção.

    beginboard[htb]
    centering
    captionlangSubtitleLegenda
    begintabularc
    hline
    langContentConteúdo\
    hline
    endtabular
    fontelangAuthorAutor
    endboard

    enddocument


    enter image description here



    Where the captions are mixed with English. If you uncomment the lines addtocaptionsbrazil, Latex will throw the error:



    LaTeX Error: listofboardsname undefined.


    I had used something like addtocaptionsbrazil on this other issue How to override command on my preamble, after its redefinition by my class with renewcommand?, and it fixed the problem. How can I use addtocaptionsbrazil with the newfloat package board environment I just created?










    share|improve this question
























      0












      0








      0








      This minimal example, will produce the following PDF:



      documentclass[12pt]abntex2
      usepackage[utf8]inputenc

      usepackagenewfloat
      DeclareFloatingEnvironment[fileext=loq,placement=!hbtp,name=Frame,within=chapter,listname=List of Frames]board

      % addtocaptionsbrazilrenewcommandboardnameQuadro
      % addtocaptionsbrazilrenewcommandlistofboardsnameLista de Quadros

      newififenglishenglishfalse
      % englishtrue
      newcommandlang[2]ifenglish#1else#2fi

      ifenglish
      PassOptionsToPackagelanguage=englishbiblatex
      PassOptionsToPackagebrazil,main=english,spanish,frenchbabel
      else
      PassOptionsToPackagelanguage=brazilbiblatex
      PassOptionsToPackagemain=brazil,english,spanish,frenchbabel
      fi

      begindocument

      sectionlangEnglish SectionSeção em Português

      listofboards*

      langSection contents.Conteúdo da seção.

      beginboard[htb]
      centering
      captionlangSubtitleLegenda
      begintabularc
      hline
      langContentConteúdo\
      hline
      endtabular
      fontelangAuthorAutor
      endboard

      enddocument


      enter image description here



      Where the captions are mixed with English. If you uncomment the lines addtocaptionsbrazil, Latex will throw the error:



      LaTeX Error: listofboardsname undefined.


      I had used something like addtocaptionsbrazil on this other issue How to override command on my preamble, after its redefinition by my class with renewcommand?, and it fixed the problem. How can I use addtocaptionsbrazil with the newfloat package board environment I just created?










      share|improve this question














      This minimal example, will produce the following PDF:



      documentclass[12pt]abntex2
      usepackage[utf8]inputenc

      usepackagenewfloat
      DeclareFloatingEnvironment[fileext=loq,placement=!hbtp,name=Frame,within=chapter,listname=List of Frames]board

      % addtocaptionsbrazilrenewcommandboardnameQuadro
      % addtocaptionsbrazilrenewcommandlistofboardsnameLista de Quadros

      newififenglishenglishfalse
      % englishtrue
      newcommandlang[2]ifenglish#1else#2fi

      ifenglish
      PassOptionsToPackagelanguage=englishbiblatex
      PassOptionsToPackagebrazil,main=english,spanish,frenchbabel
      else
      PassOptionsToPackagelanguage=brazilbiblatex
      PassOptionsToPackagemain=brazil,english,spanish,frenchbabel
      fi

      begindocument

      sectionlangEnglish SectionSeção em Português

      listofboards*

      langSection contents.Conteúdo da seção.

      beginboard[htb]
      centering
      captionlangSubtitleLegenda
      begintabularc
      hline
      langContentConteúdo\
      hline
      endtabular
      fontelangAuthorAutor
      endboard

      enddocument


      enter image description here



      Where the captions are mixed with English. If you uncomment the lines addtocaptionsbrazil, Latex will throw the error:



      LaTeX Error: listofboardsname undefined.


      I had used something like addtocaptionsbrazil on this other issue How to override command on my preamble, after its redefinition by my class with renewcommand?, and it fixed the problem. How can I use addtocaptionsbrazil with the newfloat package board environment I just created?







      captions babel newfloat






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 11 mins ago









      useruser

      1,2402930




      1,2402930




















          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%2f482886%2fhow-to-add-babel-captions-to-newfloat-package-environments%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%2f482886%2fhow-to-add-babel-captions-to-newfloat-package-environments%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.

          Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

          Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm