`usepackage[spanish]{babel}` flags `!LaTeX Error: Command quoting already defined.`











up vote
1
down vote

favorite












[spanish]{babel} flags !LaTeX Error: Command quoting already defined.



documentclass{article}
% RN. Mon 26/11/2018
% BRIEF DESCRIPTION:
% usepackage[spanish]{babel} flags !LaTeX Error: Command quoting already defined.
%=======================
usepackage{quoting}
usepackage{blindtext}
%usepackage[spanish]{babel}
%-----------------------
begin{document}

begin{quoting}[leftmargin=1cm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

medskip

begin{quoting}[leftmargin=2cm,rightmargin=3cm,font= {it,raggedleft},vskip=3mm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

end{document}









share|improve this question


















  • 1




    Obviously you will have to choose which quoting environment (the one from spanish or the one from the quoting package) you want to retain.
    – Ulrike Fischer
    Nov 26 at 11:22










  • No comprendo. It compiles without error with usepackage[english,italian,frenchb,ngerman]{babel}
    – Reinhard Neuwirth
    Nov 26 at 11:34






  • 2




    Sure, none of this languages define a quoting environment, but spanish.ldf does.
    – Ulrike Fischer
    Nov 26 at 11:45






  • 1




    Some babel modules do more than just providing translations of chaptername and the date format. Some also change the typesetting of other aspects of the document in non-trivial ways: Amongst the many things that spanish does (or can do) is that it defines a quoting environment. That clashes with quoting. If in doubt it is not enough to consult the babel documentation, one will also have to have a look at the babel-<language> docs (e.g. mirrors.ctan.org/macros/latex/contrib/babel-contrib/spanish/…).
    – moewe
    Nov 26 at 12:34

















up vote
1
down vote

favorite












[spanish]{babel} flags !LaTeX Error: Command quoting already defined.



documentclass{article}
% RN. Mon 26/11/2018
% BRIEF DESCRIPTION:
% usepackage[spanish]{babel} flags !LaTeX Error: Command quoting already defined.
%=======================
usepackage{quoting}
usepackage{blindtext}
%usepackage[spanish]{babel}
%-----------------------
begin{document}

begin{quoting}[leftmargin=1cm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

medskip

begin{quoting}[leftmargin=2cm,rightmargin=3cm,font= {it,raggedleft},vskip=3mm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

end{document}









share|improve this question


















  • 1




    Obviously you will have to choose which quoting environment (the one from spanish or the one from the quoting package) you want to retain.
    – Ulrike Fischer
    Nov 26 at 11:22










  • No comprendo. It compiles without error with usepackage[english,italian,frenchb,ngerman]{babel}
    – Reinhard Neuwirth
    Nov 26 at 11:34






  • 2




    Sure, none of this languages define a quoting environment, but spanish.ldf does.
    – Ulrike Fischer
    Nov 26 at 11:45






  • 1




    Some babel modules do more than just providing translations of chaptername and the date format. Some also change the typesetting of other aspects of the document in non-trivial ways: Amongst the many things that spanish does (or can do) is that it defines a quoting environment. That clashes with quoting. If in doubt it is not enough to consult the babel documentation, one will also have to have a look at the babel-<language> docs (e.g. mirrors.ctan.org/macros/latex/contrib/babel-contrib/spanish/…).
    – moewe
    Nov 26 at 12:34















up vote
1
down vote

favorite









up vote
1
down vote

favorite











[spanish]{babel} flags !LaTeX Error: Command quoting already defined.



documentclass{article}
% RN. Mon 26/11/2018
% BRIEF DESCRIPTION:
% usepackage[spanish]{babel} flags !LaTeX Error: Command quoting already defined.
%=======================
usepackage{quoting}
usepackage{blindtext}
%usepackage[spanish]{babel}
%-----------------------
begin{document}

begin{quoting}[leftmargin=1cm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

medskip

begin{quoting}[leftmargin=2cm,rightmargin=3cm,font= {it,raggedleft},vskip=3mm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

end{document}









share|improve this question













[spanish]{babel} flags !LaTeX Error: Command quoting already defined.



documentclass{article}
% RN. Mon 26/11/2018
% BRIEF DESCRIPTION:
% usepackage[spanish]{babel} flags !LaTeX Error: Command quoting already defined.
%=======================
usepackage{quoting}
usepackage{blindtext}
%usepackage[spanish]{babel}
%-----------------------
begin{document}

begin{quoting}[leftmargin=1cm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

medskip

begin{quoting}[leftmargin=2cm,rightmargin=3cm,font= {it,raggedleft},vskip=3mm]
blindtext
end{quoting}
textbf{Blindtext}, one of the LaTeX packages

end{document}






babel quoting






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 26 at 11:14









Reinhard Neuwirth

1,48311322




1,48311322








  • 1




    Obviously you will have to choose which quoting environment (the one from spanish or the one from the quoting package) you want to retain.
    – Ulrike Fischer
    Nov 26 at 11:22










  • No comprendo. It compiles without error with usepackage[english,italian,frenchb,ngerman]{babel}
    – Reinhard Neuwirth
    Nov 26 at 11:34






  • 2




    Sure, none of this languages define a quoting environment, but spanish.ldf does.
    – Ulrike Fischer
    Nov 26 at 11:45






  • 1




    Some babel modules do more than just providing translations of chaptername and the date format. Some also change the typesetting of other aspects of the document in non-trivial ways: Amongst the many things that spanish does (or can do) is that it defines a quoting environment. That clashes with quoting. If in doubt it is not enough to consult the babel documentation, one will also have to have a look at the babel-<language> docs (e.g. mirrors.ctan.org/macros/latex/contrib/babel-contrib/spanish/…).
    – moewe
    Nov 26 at 12:34
















  • 1




    Obviously you will have to choose which quoting environment (the one from spanish or the one from the quoting package) you want to retain.
    – Ulrike Fischer
    Nov 26 at 11:22










  • No comprendo. It compiles without error with usepackage[english,italian,frenchb,ngerman]{babel}
    – Reinhard Neuwirth
    Nov 26 at 11:34






  • 2




    Sure, none of this languages define a quoting environment, but spanish.ldf does.
    – Ulrike Fischer
    Nov 26 at 11:45






  • 1




    Some babel modules do more than just providing translations of chaptername and the date format. Some also change the typesetting of other aspects of the document in non-trivial ways: Amongst the many things that spanish does (or can do) is that it defines a quoting environment. That clashes with quoting. If in doubt it is not enough to consult the babel documentation, one will also have to have a look at the babel-<language> docs (e.g. mirrors.ctan.org/macros/latex/contrib/babel-contrib/spanish/…).
    – moewe
    Nov 26 at 12:34










1




1




Obviously you will have to choose which quoting environment (the one from spanish or the one from the quoting package) you want to retain.
– Ulrike Fischer
Nov 26 at 11:22




Obviously you will have to choose which quoting environment (the one from spanish or the one from the quoting package) you want to retain.
– Ulrike Fischer
Nov 26 at 11:22












No comprendo. It compiles without error with usepackage[english,italian,frenchb,ngerman]{babel}
– Reinhard Neuwirth
Nov 26 at 11:34




No comprendo. It compiles without error with usepackage[english,italian,frenchb,ngerman]{babel}
– Reinhard Neuwirth
Nov 26 at 11:34




2




2




Sure, none of this languages define a quoting environment, but spanish.ldf does.
– Ulrike Fischer
Nov 26 at 11:45




Sure, none of this languages define a quoting environment, but spanish.ldf does.
– Ulrike Fischer
Nov 26 at 11:45




1




1




Some babel modules do more than just providing translations of chaptername and the date format. Some also change the typesetting of other aspects of the document in non-trivial ways: Amongst the many things that spanish does (or can do) is that it defines a quoting environment. That clashes with quoting. If in doubt it is not enough to consult the babel documentation, one will also have to have a look at the babel-<language> docs (e.g. mirrors.ctan.org/macros/latex/contrib/babel-contrib/spanish/…).
– moewe
Nov 26 at 12:34






Some babel modules do more than just providing translations of chaptername and the date format. Some also change the typesetting of other aspects of the document in non-trivial ways: Amongst the many things that spanish does (or can do) is that it defines a quoting environment. That clashes with quoting. If in doubt it is not enough to consult the babel documentation, one will also have to have a look at the babel-<language> docs (e.g. mirrors.ctan.org/macros/latex/contrib/babel-contrib/spanish/…).
– moewe
Nov 26 at 12:34












1 Answer
1






active

oldest

votes

















up vote
4
down vote



accepted










It's an unfortunate state of things:





  1. babel-spanish defines a quoting environment

  2. the quoting package defines a quoting environment


Both environments cannot coexist.



Note that babel-spanish internally uses its own quoting for its quoting mechanism, unless you use the es-noquoting option.



A way out is



usepackage[...,spanish,es-noquoting,...]{babel}
letquotingrelaxletendquotingrelax

usepackage{quoting}


If needed, the quoting feature of babel-spanish can be realized with csquotes, which is much more powerful.






share|improve this answer























    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',
    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%2f461805%2fusepackagespanishbabel-flags-latex-error-command-quoting-already-defi%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote



    accepted










    It's an unfortunate state of things:





    1. babel-spanish defines a quoting environment

    2. the quoting package defines a quoting environment


    Both environments cannot coexist.



    Note that babel-spanish internally uses its own quoting for its quoting mechanism, unless you use the es-noquoting option.



    A way out is



    usepackage[...,spanish,es-noquoting,...]{babel}
    letquotingrelaxletendquotingrelax

    usepackage{quoting}


    If needed, the quoting feature of babel-spanish can be realized with csquotes, which is much more powerful.






    share|improve this answer



























      up vote
      4
      down vote



      accepted










      It's an unfortunate state of things:





      1. babel-spanish defines a quoting environment

      2. the quoting package defines a quoting environment


      Both environments cannot coexist.



      Note that babel-spanish internally uses its own quoting for its quoting mechanism, unless you use the es-noquoting option.



      A way out is



      usepackage[...,spanish,es-noquoting,...]{babel}
      letquotingrelaxletendquotingrelax

      usepackage{quoting}


      If needed, the quoting feature of babel-spanish can be realized with csquotes, which is much more powerful.






      share|improve this answer

























        up vote
        4
        down vote



        accepted







        up vote
        4
        down vote



        accepted






        It's an unfortunate state of things:





        1. babel-spanish defines a quoting environment

        2. the quoting package defines a quoting environment


        Both environments cannot coexist.



        Note that babel-spanish internally uses its own quoting for its quoting mechanism, unless you use the es-noquoting option.



        A way out is



        usepackage[...,spanish,es-noquoting,...]{babel}
        letquotingrelaxletendquotingrelax

        usepackage{quoting}


        If needed, the quoting feature of babel-spanish can be realized with csquotes, which is much more powerful.






        share|improve this answer














        It's an unfortunate state of things:





        1. babel-spanish defines a quoting environment

        2. the quoting package defines a quoting environment


        Both environments cannot coexist.



        Note that babel-spanish internally uses its own quoting for its quoting mechanism, unless you use the es-noquoting option.



        A way out is



        usepackage[...,spanish,es-noquoting,...]{babel}
        letquotingrelaxletendquotingrelax

        usepackage{quoting}


        If needed, the quoting feature of babel-spanish can be realized with csquotes, which is much more powerful.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 26 at 13:17









        Phelype Oleinik

        20.9k54380




        20.9k54380










        answered Nov 26 at 13:01









        egreg

        701k8618703144




        701k8618703144






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f461805%2fusepackagespanishbabel-flags-latex-error-command-quoting-already-defi%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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?