Which package version am I using?Conditional compilation of code based on package versionDefinition...

Why do games have consumables?

Exchange,swap or switch

How could Tony Stark make this in Endgame?

Does holding a wand and speaking its command word count as V/S/M spell components?

What is Niska's accent?

Does Gita support doctrine of eternal cycle of birth and death for evil people?

What are the potential pitfalls when using metals as a currency?

Is there a way to get a compiler for the original B programming language?

A ​Note ​on ​N!

How to have a sharp product image?

Why does nature favour the Laplacian?

How did Captain America manage to do this?

Fizzy, soft, pop and still drinks

Real-world applications of fields, rings and groups in linear algebra.

How to verbalise code in Mathematica?

Critique of timeline aesthetic

Interpret a multiple linear regression when Y is log transformed

How to write a column outside the braces in a matrix?

Are Boeing 737-800’s grounded?

web3.py web3.isConnected() returns false always

As an international instructor, should I openly talk about my accent?

Minor Revision with suggestion of an alternative proof by reviewer

What happened to Captain America in Endgame?

What's the polite way to say "I need to urinate"?



Which package version am I using?


Conditional compilation of code based on package versionDefinition conditional on pgfversionHow can I manually install a package on MiKTeX (Windows)Avoid linebreaks in LaTeX console / log output (or increase columns in terminal)How do I find which pgf version I have installed on Windows (MikTeX)?Limiting the number of authors in the references with IEEEtranRaggedRight makes document longerHow to plot a scatterplot in PGFPlotsWhen using Caption Package, I receive: “Undefined control sequence captionsetup ”How to properly install two parallel version of the same package in TeX Live?Package parameters should depend on the build environmentIs there a way to revert manually to earlier versions of a package?Which packages come standard with Ubuntu's `texlive` package?Package installed but not workingHow to tell latex which package version to usewhich LaTeX .sty files are in each MacPorts texlive-* bundle?LaTeX Package Version ManagementWhich version of Lollipop package should be installed on OS X with TeX Live Utility?Historical version of xeCJK packageWhy my caption package version is too old













106















Is there a LaTeX command for printing the versions of the currently installed packages? I need to know the installed version of the pgfplots package.










share|improve this question




















  • 6





    with vanilla TeXLive distro, On command line/Terminal invoking tlmgr info pgfplots gives the version of pgfplots installed.

    – texenthusiast
    Apr 4 '14 at 14:56


















106















Is there a LaTeX command for printing the versions of the currently installed packages? I need to know the installed version of the pgfplots package.










share|improve this question




















  • 6





    with vanilla TeXLive distro, On command line/Terminal invoking tlmgr info pgfplots gives the version of pgfplots installed.

    – texenthusiast
    Apr 4 '14 at 14:56
















106












106








106


31






Is there a LaTeX command for printing the versions of the currently installed packages? I need to know the installed version of the pgfplots package.










share|improve this question
















Is there a LaTeX command for printing the versions of the currently installed packages? I need to know the installed version of the pgfplots package.







packages






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 13 '11 at 12:24









Martin Scharrer

205k47653831




205k47653831










asked Mar 13 '11 at 11:47









Tim NTim N

4,46194781




4,46194781








  • 6





    with vanilla TeXLive distro, On command line/Terminal invoking tlmgr info pgfplots gives the version of pgfplots installed.

    – texenthusiast
    Apr 4 '14 at 14:56
















  • 6





    with vanilla TeXLive distro, On command line/Terminal invoking tlmgr info pgfplots gives the version of pgfplots installed.

    – texenthusiast
    Apr 4 '14 at 14:56










6




6





with vanilla TeXLive distro, On command line/Terminal invoking tlmgr info pgfplots gives the version of pgfplots installed.

– texenthusiast
Apr 4 '14 at 14:56







with vanilla TeXLive distro, On command line/Terminal invoking tlmgr info pgfplots gives the version of pgfplots installed.

– texenthusiast
Apr 4 '14 at 14:56












3 Answers
3






active

oldest

votes


















88














Add listfiles to your preamble and then look at the .log file. This will tell you the current version of all the packages loaded.






share|improve this answer



















  • 27





    Package versions are announced in the .log file even without listfiles.

    – Andrey Vihrov
    Mar 13 '11 at 12:28






  • 11





    @Andrey: makes them easier to find, thought :-)

    – Joseph Wright
    Mar 13 '11 at 12:30






  • 6





    It might be interesting to write a command line tool to check that.

    – ℝaphink
    Sep 16 '11 at 8:54






  • 3





    @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

    – Sean Allred
    Oct 24 '15 at 16:30











  • @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

    – ShreevatsaR
    May 5 '17 at 6:06



















54














If you need to know this 'programmatically', then you can use the LaTeX kernel function @ifpackagelater to test by date:



@ifpackagelater{<package>}{2011/03/13}
{%
% Do something for the newer version
}
{%
% Do something different for the older version
}%


The information is stored inside a special macro, so if you just want to 'take a peek' you can use that. Taking pgfplots as an example



expandaftershowcsname ver@pgfplots.styendcsname


Notice here that this needs the full file name we are interested in, so works for any file that contains suitable information (i.e. form ProvidesPackage, ProvidesClass or ProvidesFile).






share|improve this answer


























  • you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

    – wasteofspace
    Mar 13 '11 at 12:48








  • 1





    @anon: It's already in a macro, just one with an awkward name :-)

    – Joseph Wright
    Mar 13 '11 at 12:51











  • @Andrey: Done, clearly I hope.

    – Joseph Wright
    Mar 13 '11 at 13:02











  • @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

    – LukasCB
    May 9 '17 at 21:30





















1














To find a package version, you can just open the package source file on your file system and look the version directly by yourself with some text editor as Sublime Text.



Here are the paths and references for the latex paths on Linux and Windows for the biblatex package:





  1. Miktex (Windows) D:ProgramsMikyexlatextexmfsinstalltexlatexbiblatex-abntbbxabnt.bbx




    • How can I manually install a package on MiKTeX (Windows)

    • On the file abnt.bbx, you will find this at his top, , where the version is: v3.1




    ...
    ProvidesFile{abnt.bbx}%
    [2017/07/28space v3.1space ABNT BibLaTeX citation style]%
    ...



  2. TeX Live (Linux) /usr/share/texlive/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx




    • https://askubuntu.com/questions/296681/latex-filepaths-in-ubuntu

    • On the file abnt.bbx, you will find this at his top, where the version is: v3.2




    ...
    ProvidesFile{abnt.bbx}%
    [2017/11/09space v3.2space ABNT BibLaTeX citation style]%
    ...







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',
    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%2f13304%2fwhich-package-version-am-i-using%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    88














    Add listfiles to your preamble and then look at the .log file. This will tell you the current version of all the packages loaded.






    share|improve this answer



















    • 27





      Package versions are announced in the .log file even without listfiles.

      – Andrey Vihrov
      Mar 13 '11 at 12:28






    • 11





      @Andrey: makes them easier to find, thought :-)

      – Joseph Wright
      Mar 13 '11 at 12:30






    • 6





      It might be interesting to write a command line tool to check that.

      – ℝaphink
      Sep 16 '11 at 8:54






    • 3





      @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

      – Sean Allred
      Oct 24 '15 at 16:30











    • @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

      – ShreevatsaR
      May 5 '17 at 6:06
















    88














    Add listfiles to your preamble and then look at the .log file. This will tell you the current version of all the packages loaded.






    share|improve this answer



















    • 27





      Package versions are announced in the .log file even without listfiles.

      – Andrey Vihrov
      Mar 13 '11 at 12:28






    • 11





      @Andrey: makes them easier to find, thought :-)

      – Joseph Wright
      Mar 13 '11 at 12:30






    • 6





      It might be interesting to write a command line tool to check that.

      – ℝaphink
      Sep 16 '11 at 8:54






    • 3





      @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

      – Sean Allred
      Oct 24 '15 at 16:30











    • @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

      – ShreevatsaR
      May 5 '17 at 6:06














    88












    88








    88







    Add listfiles to your preamble and then look at the .log file. This will tell you the current version of all the packages loaded.






    share|improve this answer













    Add listfiles to your preamble and then look at the .log file. This will tell you the current version of all the packages loaded.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Mar 13 '11 at 11:52









    SeamusSeamus

    46k35217336




    46k35217336








    • 27





      Package versions are announced in the .log file even without listfiles.

      – Andrey Vihrov
      Mar 13 '11 at 12:28






    • 11





      @Andrey: makes them easier to find, thought :-)

      – Joseph Wright
      Mar 13 '11 at 12:30






    • 6





      It might be interesting to write a command line tool to check that.

      – ℝaphink
      Sep 16 '11 at 8:54






    • 3





      @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

      – Sean Allred
      Oct 24 '15 at 16:30











    • @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

      – ShreevatsaR
      May 5 '17 at 6:06














    • 27





      Package versions are announced in the .log file even without listfiles.

      – Andrey Vihrov
      Mar 13 '11 at 12:28






    • 11





      @Andrey: makes them easier to find, thought :-)

      – Joseph Wright
      Mar 13 '11 at 12:30






    • 6





      It might be interesting to write a command line tool to check that.

      – ℝaphink
      Sep 16 '11 at 8:54






    • 3





      @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

      – Sean Allred
      Oct 24 '15 at 16:30











    • @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

      – ShreevatsaR
      May 5 '17 at 6:06








    27




    27





    Package versions are announced in the .log file even without listfiles.

    – Andrey Vihrov
    Mar 13 '11 at 12:28





    Package versions are announced in the .log file even without listfiles.

    – Andrey Vihrov
    Mar 13 '11 at 12:28




    11




    11





    @Andrey: makes them easier to find, thought :-)

    – Joseph Wright
    Mar 13 '11 at 12:30





    @Andrey: makes them easier to find, thought :-)

    – Joseph Wright
    Mar 13 '11 at 12:30




    6




    6





    It might be interesting to write a command line tool to check that.

    – ℝaphink
    Sep 16 '11 at 8:54





    It might be interesting to write a command line tool to check that.

    – ℝaphink
    Sep 16 '11 at 8:54




    3




    3





    @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

    – Sean Allred
    Oct 24 '15 at 16:30





    @ℝaphink I have attempted, but the fact that TeX hard-wraps the output makes it very difficult.

    – Sean Allred
    Oct 24 '15 at 16:30













    @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

    – ShreevatsaR
    May 5 '17 at 6:06





    @SeanAllred You can increase max_print_line in texmf.cnf to have it (practically) not wrap; see this question.

    – ShreevatsaR
    May 5 '17 at 6:06











    54














    If you need to know this 'programmatically', then you can use the LaTeX kernel function @ifpackagelater to test by date:



    @ifpackagelater{<package>}{2011/03/13}
    {%
    % Do something for the newer version
    }
    {%
    % Do something different for the older version
    }%


    The information is stored inside a special macro, so if you just want to 'take a peek' you can use that. Taking pgfplots as an example



    expandaftershowcsname ver@pgfplots.styendcsname


    Notice here that this needs the full file name we are interested in, so works for any file that contains suitable information (i.e. form ProvidesPackage, ProvidesClass or ProvidesFile).






    share|improve this answer


























    • you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

      – wasteofspace
      Mar 13 '11 at 12:48








    • 1





      @anon: It's already in a macro, just one with an awkward name :-)

      – Joseph Wright
      Mar 13 '11 at 12:51











    • @Andrey: Done, clearly I hope.

      – Joseph Wright
      Mar 13 '11 at 13:02











    • @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

      – LukasCB
      May 9 '17 at 21:30


















    54














    If you need to know this 'programmatically', then you can use the LaTeX kernel function @ifpackagelater to test by date:



    @ifpackagelater{<package>}{2011/03/13}
    {%
    % Do something for the newer version
    }
    {%
    % Do something different for the older version
    }%


    The information is stored inside a special macro, so if you just want to 'take a peek' you can use that. Taking pgfplots as an example



    expandaftershowcsname ver@pgfplots.styendcsname


    Notice here that this needs the full file name we are interested in, so works for any file that contains suitable information (i.e. form ProvidesPackage, ProvidesClass or ProvidesFile).






    share|improve this answer


























    • you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

      – wasteofspace
      Mar 13 '11 at 12:48








    • 1





      @anon: It's already in a macro, just one with an awkward name :-)

      – Joseph Wright
      Mar 13 '11 at 12:51











    • @Andrey: Done, clearly I hope.

      – Joseph Wright
      Mar 13 '11 at 13:02











    • @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

      – LukasCB
      May 9 '17 at 21:30
















    54












    54








    54







    If you need to know this 'programmatically', then you can use the LaTeX kernel function @ifpackagelater to test by date:



    @ifpackagelater{<package>}{2011/03/13}
    {%
    % Do something for the newer version
    }
    {%
    % Do something different for the older version
    }%


    The information is stored inside a special macro, so if you just want to 'take a peek' you can use that. Taking pgfplots as an example



    expandaftershowcsname ver@pgfplots.styendcsname


    Notice here that this needs the full file name we are interested in, so works for any file that contains suitable information (i.e. form ProvidesPackage, ProvidesClass or ProvidesFile).






    share|improve this answer















    If you need to know this 'programmatically', then you can use the LaTeX kernel function @ifpackagelater to test by date:



    @ifpackagelater{<package>}{2011/03/13}
    {%
    % Do something for the newer version
    }
    {%
    % Do something different for the older version
    }%


    The information is stored inside a special macro, so if you just want to 'take a peek' you can use that. Taking pgfplots as an example



    expandaftershowcsname ver@pgfplots.styendcsname


    Notice here that this needs the full file name we are interested in, so works for any file that contains suitable information (i.e. form ProvidesPackage, ProvidesClass or ProvidesFile).







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Mar 13 '11 at 13:02

























    answered Mar 13 '11 at 12:34









    Joseph WrightJoseph Wright

    206k23566895




    206k23566895













    • you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

      – wasteofspace
      Mar 13 '11 at 12:48








    • 1





      @anon: It's already in a macro, just one with an awkward name :-)

      – Joseph Wright
      Mar 13 '11 at 12:51











    • @Andrey: Done, clearly I hope.

      – Joseph Wright
      Mar 13 '11 at 13:02











    • @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

      – LukasCB
      May 9 '17 at 21:30





















    • you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

      – wasteofspace
      Mar 13 '11 at 12:48








    • 1





      @anon: It's already in a macro, just one with an awkward name :-)

      – Joseph Wright
      Mar 13 '11 at 12:51











    • @Andrey: Done, clearly I hope.

      – Joseph Wright
      Mar 13 '11 at 13:02











    • @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

      – LukasCB
      May 9 '17 at 21:30



















    you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

    – wasteofspace
    Mar 13 '11 at 12:48







    you can load the name into a macro by edeffoo{csname ver@pgfplots.styendcsname}

    – wasteofspace
    Mar 13 '11 at 12:48






    1




    1





    @anon: It's already in a macro, just one with an awkward name :-)

    – Joseph Wright
    Mar 13 '11 at 12:51





    @anon: It's already in a macro, just one with an awkward name :-)

    – Joseph Wright
    Mar 13 '11 at 12:51













    @Andrey: Done, clearly I hope.

    – Joseph Wright
    Mar 13 '11 at 13:02





    @Andrey: Done, clearly I hope.

    – Joseph Wright
    Mar 13 '11 at 13:02













    @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

    – LukasCB
    May 9 '17 at 21:30







    @JosephWright Is it correct that your code 'taking a peek' will only show this information in the .log but not in the pdf? And the package has to be loaded by usepackage.... I get > ver@pgfplots.sty=macro: ->2016/08/10 v1.14 Data Visualization (1.14). <recently read> ver@pgfplots.sty

    – LukasCB
    May 9 '17 at 21:30













    1














    To find a package version, you can just open the package source file on your file system and look the version directly by yourself with some text editor as Sublime Text.



    Here are the paths and references for the latex paths on Linux and Windows for the biblatex package:





    1. Miktex (Windows) D:ProgramsMikyexlatextexmfsinstalltexlatexbiblatex-abntbbxabnt.bbx




      • How can I manually install a package on MiKTeX (Windows)

      • On the file abnt.bbx, you will find this at his top, , where the version is: v3.1




      ...
      ProvidesFile{abnt.bbx}%
      [2017/07/28space v3.1space ABNT BibLaTeX citation style]%
      ...



    2. TeX Live (Linux) /usr/share/texlive/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx




      • https://askubuntu.com/questions/296681/latex-filepaths-in-ubuntu

      • On the file abnt.bbx, you will find this at his top, where the version is: v3.2




      ...
      ProvidesFile{abnt.bbx}%
      [2017/11/09space v3.2space ABNT BibLaTeX citation style]%
      ...







    share|improve this answer






























      1














      To find a package version, you can just open the package source file on your file system and look the version directly by yourself with some text editor as Sublime Text.



      Here are the paths and references for the latex paths on Linux and Windows for the biblatex package:





      1. Miktex (Windows) D:ProgramsMikyexlatextexmfsinstalltexlatexbiblatex-abntbbxabnt.bbx




        • How can I manually install a package on MiKTeX (Windows)

        • On the file abnt.bbx, you will find this at his top, , where the version is: v3.1




        ...
        ProvidesFile{abnt.bbx}%
        [2017/07/28space v3.1space ABNT BibLaTeX citation style]%
        ...



      2. TeX Live (Linux) /usr/share/texlive/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx




        • https://askubuntu.com/questions/296681/latex-filepaths-in-ubuntu

        • On the file abnt.bbx, you will find this at his top, where the version is: v3.2




        ...
        ProvidesFile{abnt.bbx}%
        [2017/11/09space v3.2space ABNT BibLaTeX citation style]%
        ...







      share|improve this answer




























        1












        1








        1







        To find a package version, you can just open the package source file on your file system and look the version directly by yourself with some text editor as Sublime Text.



        Here are the paths and references for the latex paths on Linux and Windows for the biblatex package:





        1. Miktex (Windows) D:ProgramsMikyexlatextexmfsinstalltexlatexbiblatex-abntbbxabnt.bbx




          • How can I manually install a package on MiKTeX (Windows)

          • On the file abnt.bbx, you will find this at his top, , where the version is: v3.1




          ...
          ProvidesFile{abnt.bbx}%
          [2017/07/28space v3.1space ABNT BibLaTeX citation style]%
          ...



        2. TeX Live (Linux) /usr/share/texlive/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx




          • https://askubuntu.com/questions/296681/latex-filepaths-in-ubuntu

          • On the file abnt.bbx, you will find this at his top, where the version is: v3.2




          ...
          ProvidesFile{abnt.bbx}%
          [2017/11/09space v3.2space ABNT BibLaTeX citation style]%
          ...







        share|improve this answer















        To find a package version, you can just open the package source file on your file system and look the version directly by yourself with some text editor as Sublime Text.



        Here are the paths and references for the latex paths on Linux and Windows for the biblatex package:





        1. Miktex (Windows) D:ProgramsMikyexlatextexmfsinstalltexlatexbiblatex-abntbbxabnt.bbx




          • How can I manually install a package on MiKTeX (Windows)

          • On the file abnt.bbx, you will find this at his top, , where the version is: v3.1




          ...
          ProvidesFile{abnt.bbx}%
          [2017/07/28space v3.1space ABNT BibLaTeX citation style]%
          ...



        2. TeX Live (Linux) /usr/share/texlive/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx




          • https://askubuntu.com/questions/296681/latex-filepaths-in-ubuntu

          • On the file abnt.bbx, you will find this at his top, where the version is: v3.2




          ...
          ProvidesFile{abnt.bbx}%
          [2017/11/09space v3.2space ABNT BibLaTeX citation style]%
          ...








        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 18 mins ago









        Marijn

        8,839639




        8,839639










        answered 27 mins ago









        useruser

        1,31821131




        1,31821131






























            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%2f13304%2fwhich-package-version-am-i-using%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...