Nomenclature per chapter Announcing the arrival of Valued Associate #679: Cesar Manara ...

What can I do if my MacBook isn’t charging but already ran out?

What's the difference between (size_t)-1 and ~0?

Windows 10: How to Lock (not sleep) laptop on lid close?

What do you call the holes in a flute?

Estimated State payment too big --> money back; + 2018 Tax Reform

Need a suitable toxic chemical for a murder plot in my novel

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

What is the electric potential inside a point charge?

Can smartphones with the same camera sensor have different image quality?

Do we know why communications with Beresheet and NASA were lost during the attempted landing of the Moon lander?

Statistical model of ligand substitution

Writing Thesis: Copying from published papers

Direct Experience of Meditation

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

How can players take actions together that are impossible otherwise?

Array/tabular for long multiplication

3 doors, three guards, one stone

How do I keep my slimes from escaping their pens?

Replacing HDD with SSD; what about non-APFS/APFS?

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

How do you clear the ApexPages.getMessages() collection in a test?

How do I automatically answer y in bash script?

Should you tell Jews they are breaking a commandment?



Nomenclature per chapter



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)List of symbols for each chapterNotation table in each Chapter/PartConverting LyX Nomenclature to GlossariesHow to create nomenclature using TeXnicCenter?Non numbered chapter* header issueCompiling nomenclature adds section number to bibliographyNomencl and nomenclature in included PDFcustom sorting of nomencl groupsvary headline of different groups in nomencl-nomenclatureNomenclature not appearingEquation and nomenclature shortcut macros yield duplicate nomenclature entriesNomenclature not working












6















I would like add a nomenclature at the end of each chapter of my dissertation, including the parameters of that chapter.



documentclass{report}
usepackage[intoc]{nomencl}
makenomenclature

begin{document}

chapter{First Chapter}
section{Introduction 1}
Only $a$ will be discussed in this chapter. So, i do not need $N$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$a$}{The number of angels per unit area}%
printnomenclature

chapter{Second chapter}
section{Introduction 2}
Only $N$ will be discussed in this chapter. So, i do not need $a$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$N$}{The number of angels per needle point}%
printnomenclature

end{document}


Thank you all for your help.










share|improve this question
















bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Dear All, any idea? I appreciate your help

    – user56855
    Jul 10 '14 at 13:46













  • Look at tex.stackexchange.com/questions/123824/… and tex.stackexchange.com/questions/121952/… for advices and a possible solutions.

    – jotagah
    Aug 7 '16 at 14:07


















6















I would like add a nomenclature at the end of each chapter of my dissertation, including the parameters of that chapter.



documentclass{report}
usepackage[intoc]{nomencl}
makenomenclature

begin{document}

chapter{First Chapter}
section{Introduction 1}
Only $a$ will be discussed in this chapter. So, i do not need $N$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$a$}{The number of angels per unit area}%
printnomenclature

chapter{Second chapter}
section{Introduction 2}
Only $N$ will be discussed in this chapter. So, i do not need $a$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$N$}{The number of angels per needle point}%
printnomenclature

end{document}


Thank you all for your help.










share|improve this question
















bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Dear All, any idea? I appreciate your help

    – user56855
    Jul 10 '14 at 13:46













  • Look at tex.stackexchange.com/questions/123824/… and tex.stackexchange.com/questions/121952/… for advices and a possible solutions.

    – jotagah
    Aug 7 '16 at 14:07
















6












6








6








I would like add a nomenclature at the end of each chapter of my dissertation, including the parameters of that chapter.



documentclass{report}
usepackage[intoc]{nomencl}
makenomenclature

begin{document}

chapter{First Chapter}
section{Introduction 1}
Only $a$ will be discussed in this chapter. So, i do not need $N$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$a$}{The number of angels per unit area}%
printnomenclature

chapter{Second chapter}
section{Introduction 2}
Only $N$ will be discussed in this chapter. So, i do not need $a$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$N$}{The number of angels per needle point}%
printnomenclature

end{document}


Thank you all for your help.










share|improve this question
















I would like add a nomenclature at the end of each chapter of my dissertation, including the parameters of that chapter.



documentclass{report}
usepackage[intoc]{nomencl}
makenomenclature

begin{document}

chapter{First Chapter}
section{Introduction 1}
Only $a$ will be discussed in this chapter. So, i do not need $N$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$a$}{The number of angels per unit area}%
printnomenclature

chapter{Second chapter}
section{Introduction 2}
Only $N$ will be discussed in this chapter. So, i do not need $a$ in the nomenclature. Besides I would like to have the nomenclature as a non numbered section (not a chapter).
nomenclature{$N$}{The number of angels per needle point}%
printnomenclature

end{document}


Thank you all for your help.







chapters nomenclature nomencl






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 7 '16 at 8:48









Johannes_B

21.1k352206




21.1k352206










asked Jul 10 '14 at 2:40







user56855












bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Dear All, any idea? I appreciate your help

    – user56855
    Jul 10 '14 at 13:46













  • Look at tex.stackexchange.com/questions/123824/… and tex.stackexchange.com/questions/121952/… for advices and a possible solutions.

    – jotagah
    Aug 7 '16 at 14:07





















  • Dear All, any idea? I appreciate your help

    – user56855
    Jul 10 '14 at 13:46













  • Look at tex.stackexchange.com/questions/123824/… and tex.stackexchange.com/questions/121952/… for advices and a possible solutions.

    – jotagah
    Aug 7 '16 at 14:07



















Dear All, any idea? I appreciate your help

– user56855
Jul 10 '14 at 13:46







Dear All, any idea? I appreciate your help

– user56855
Jul 10 '14 at 13:46















Look at tex.stackexchange.com/questions/123824/… and tex.stackexchange.com/questions/121952/… for advices and a possible solutions.

– jotagah
Aug 7 '16 at 14:07







Look at tex.stackexchange.com/questions/123824/… and tex.stackexchange.com/questions/121952/… for advices and a possible solutions.

– jotagah
Aug 7 '16 at 14:07












1 Answer
1






active

oldest

votes


















0














I can do it "manually" with the other nomenclature package: "nomentbl". You have to configure the tex compiler. I used Texstudio so I add an user command in:



Options > Configure Texstudio > Build > User commands then put these command in



makeindex -s nomentbl.ist -o %.nls %.nlo
enter image description here
Normally, you have to do the following procedure to have nomenclature:



Compile > Make index > Recompile



The principle is the same: when you run a make index, Latex will generate an .nls file. Next time you compile, the nomenclature will appear.



So instead of run a second compile, all you need is create a file name nomen_chap0x then you copy the content in the .nls file into the nomen_chap0x then you put the command : input{nomen_chap0x}. When you compile, the nomenclature will appear in the section.



The important thing is you have to delete the .nls file and comment all of nomenclature in the chapter to avoid the same nomenclature's appearance in the next chapter.



In the second chapter, you have to create another nomenclature, used only for this chapter, and you repeat the procedure above



Her an mwe for what I'm talking about:



documentclass[openany]{book}

usepackage{booktabs}
usepackage{lipsum}
usepackage{setspace}
usepackage{amssymb, amsmath, mathtools} % math formulations
usepackage{siunitx}
usepackage[intoc,noprefix]{nomentbl}
makeatletter % to put nomenclature in the section range of the TOC
defthenomenclature{%
section*{nomname}
if@intocaddcontentsline{toc}{section}{nomname}fi%
nompreamble
list{}{%
labelwidthnom@tempdim
leftmarginlabelwidth
advanceleftmarginlabelsep
itemsepnomitemsep
letmakelabelnomlabel}}
makeatother
makenomenclature

begin{document}
tableofcontents
chapter{blabla1}
section{Example 01}
lipsum[2]
begin{equation}
mathbf{J_i} = - {D_i}left( {nabla} {c_i} + dfrac{{{z_i}F}}{{RT}}{c_i} {nabla} varphi right)
label{eq505}
end{equation}
where $ mathbf{J_i} $ is the ion flux, $ D_i $ is the bulk diffusion coefficient of the ionic species, $ F $ is the Faraday constant, $ R $ is the universal gas constant and $ T $ is the temperature

nomenclature[A]{$ D_{i} $}{Bulk diffusion coefficient of the species}{si{squarem / s}}{}
nomenclature[A]{$ F $}{Faraday constant}{si{coulomb / mole}}{}
nomenclature[A]{$ R $}{ Universal gas constant}{si{J / kelvin mole}}{}
nomenclature[A]{$ T $}{Temperature}{si{kelvin}}{}
nomenclature[A]{$ z $}{Charge number of the ionic species }{}{}
nomenclature[A]{$ J $}{ Flux of the ionic species}{si{mole / m^2 s}}{}
nomenclature[G]{$ varphi $}{Total electric potential}{si{volt}}{}
input{nomen_chap1}
chapter{blabla2}
section{Example 02}
lipsum[1]
The Ohm's law:
begin{equation}
R_{s}= frac{U}{I}
end{equation}
where $ R_s $ is the resistance (si{ohm}), $ U $ is the voltage (si{volt}) and $ I $ is the electric current (si{ampere})
nomenclature[A]{$ R_s $}{Resistance}{si{ohm}}{}
nomenclature[A]{$ U $}{Voltage}{si{volt}}{}
nomenclature[A]{$ I $}{Electric current}{si{ampere}}{}
input{nomen_chap2}
end{document}


Here is the results:



enter image description here



I also put the entire mwe folder fmi:
enter link description here






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%2f188812%2fnomenclature-per-chapter%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









    0














    I can do it "manually" with the other nomenclature package: "nomentbl". You have to configure the tex compiler. I used Texstudio so I add an user command in:



    Options > Configure Texstudio > Build > User commands then put these command in



    makeindex -s nomentbl.ist -o %.nls %.nlo
    enter image description here
    Normally, you have to do the following procedure to have nomenclature:



    Compile > Make index > Recompile



    The principle is the same: when you run a make index, Latex will generate an .nls file. Next time you compile, the nomenclature will appear.



    So instead of run a second compile, all you need is create a file name nomen_chap0x then you copy the content in the .nls file into the nomen_chap0x then you put the command : input{nomen_chap0x}. When you compile, the nomenclature will appear in the section.



    The important thing is you have to delete the .nls file and comment all of nomenclature in the chapter to avoid the same nomenclature's appearance in the next chapter.



    In the second chapter, you have to create another nomenclature, used only for this chapter, and you repeat the procedure above



    Her an mwe for what I'm talking about:



    documentclass[openany]{book}

    usepackage{booktabs}
    usepackage{lipsum}
    usepackage{setspace}
    usepackage{amssymb, amsmath, mathtools} % math formulations
    usepackage{siunitx}
    usepackage[intoc,noprefix]{nomentbl}
    makeatletter % to put nomenclature in the section range of the TOC
    defthenomenclature{%
    section*{nomname}
    if@intocaddcontentsline{toc}{section}{nomname}fi%
    nompreamble
    list{}{%
    labelwidthnom@tempdim
    leftmarginlabelwidth
    advanceleftmarginlabelsep
    itemsepnomitemsep
    letmakelabelnomlabel}}
    makeatother
    makenomenclature

    begin{document}
    tableofcontents
    chapter{blabla1}
    section{Example 01}
    lipsum[2]
    begin{equation}
    mathbf{J_i} = - {D_i}left( {nabla} {c_i} + dfrac{{{z_i}F}}{{RT}}{c_i} {nabla} varphi right)
    label{eq505}
    end{equation}
    where $ mathbf{J_i} $ is the ion flux, $ D_i $ is the bulk diffusion coefficient of the ionic species, $ F $ is the Faraday constant, $ R $ is the universal gas constant and $ T $ is the temperature

    nomenclature[A]{$ D_{i} $}{Bulk diffusion coefficient of the species}{si{squarem / s}}{}
    nomenclature[A]{$ F $}{Faraday constant}{si{coulomb / mole}}{}
    nomenclature[A]{$ R $}{ Universal gas constant}{si{J / kelvin mole}}{}
    nomenclature[A]{$ T $}{Temperature}{si{kelvin}}{}
    nomenclature[A]{$ z $}{Charge number of the ionic species }{}{}
    nomenclature[A]{$ J $}{ Flux of the ionic species}{si{mole / m^2 s}}{}
    nomenclature[G]{$ varphi $}{Total electric potential}{si{volt}}{}
    input{nomen_chap1}
    chapter{blabla2}
    section{Example 02}
    lipsum[1]
    The Ohm's law:
    begin{equation}
    R_{s}= frac{U}{I}
    end{equation}
    where $ R_s $ is the resistance (si{ohm}), $ U $ is the voltage (si{volt}) and $ I $ is the electric current (si{ampere})
    nomenclature[A]{$ R_s $}{Resistance}{si{ohm}}{}
    nomenclature[A]{$ U $}{Voltage}{si{volt}}{}
    nomenclature[A]{$ I $}{Electric current}{si{ampere}}{}
    input{nomen_chap2}
    end{document}


    Here is the results:



    enter image description here



    I also put the entire mwe folder fmi:
    enter link description here






    share|improve this answer






























      0














      I can do it "manually" with the other nomenclature package: "nomentbl". You have to configure the tex compiler. I used Texstudio so I add an user command in:



      Options > Configure Texstudio > Build > User commands then put these command in



      makeindex -s nomentbl.ist -o %.nls %.nlo
      enter image description here
      Normally, you have to do the following procedure to have nomenclature:



      Compile > Make index > Recompile



      The principle is the same: when you run a make index, Latex will generate an .nls file. Next time you compile, the nomenclature will appear.



      So instead of run a second compile, all you need is create a file name nomen_chap0x then you copy the content in the .nls file into the nomen_chap0x then you put the command : input{nomen_chap0x}. When you compile, the nomenclature will appear in the section.



      The important thing is you have to delete the .nls file and comment all of nomenclature in the chapter to avoid the same nomenclature's appearance in the next chapter.



      In the second chapter, you have to create another nomenclature, used only for this chapter, and you repeat the procedure above



      Her an mwe for what I'm talking about:



      documentclass[openany]{book}

      usepackage{booktabs}
      usepackage{lipsum}
      usepackage{setspace}
      usepackage{amssymb, amsmath, mathtools} % math formulations
      usepackage{siunitx}
      usepackage[intoc,noprefix]{nomentbl}
      makeatletter % to put nomenclature in the section range of the TOC
      defthenomenclature{%
      section*{nomname}
      if@intocaddcontentsline{toc}{section}{nomname}fi%
      nompreamble
      list{}{%
      labelwidthnom@tempdim
      leftmarginlabelwidth
      advanceleftmarginlabelsep
      itemsepnomitemsep
      letmakelabelnomlabel}}
      makeatother
      makenomenclature

      begin{document}
      tableofcontents
      chapter{blabla1}
      section{Example 01}
      lipsum[2]
      begin{equation}
      mathbf{J_i} = - {D_i}left( {nabla} {c_i} + dfrac{{{z_i}F}}{{RT}}{c_i} {nabla} varphi right)
      label{eq505}
      end{equation}
      where $ mathbf{J_i} $ is the ion flux, $ D_i $ is the bulk diffusion coefficient of the ionic species, $ F $ is the Faraday constant, $ R $ is the universal gas constant and $ T $ is the temperature

      nomenclature[A]{$ D_{i} $}{Bulk diffusion coefficient of the species}{si{squarem / s}}{}
      nomenclature[A]{$ F $}{Faraday constant}{si{coulomb / mole}}{}
      nomenclature[A]{$ R $}{ Universal gas constant}{si{J / kelvin mole}}{}
      nomenclature[A]{$ T $}{Temperature}{si{kelvin}}{}
      nomenclature[A]{$ z $}{Charge number of the ionic species }{}{}
      nomenclature[A]{$ J $}{ Flux of the ionic species}{si{mole / m^2 s}}{}
      nomenclature[G]{$ varphi $}{Total electric potential}{si{volt}}{}
      input{nomen_chap1}
      chapter{blabla2}
      section{Example 02}
      lipsum[1]
      The Ohm's law:
      begin{equation}
      R_{s}= frac{U}{I}
      end{equation}
      where $ R_s $ is the resistance (si{ohm}), $ U $ is the voltage (si{volt}) and $ I $ is the electric current (si{ampere})
      nomenclature[A]{$ R_s $}{Resistance}{si{ohm}}{}
      nomenclature[A]{$ U $}{Voltage}{si{volt}}{}
      nomenclature[A]{$ I $}{Electric current}{si{ampere}}{}
      input{nomen_chap2}
      end{document}


      Here is the results:



      enter image description here



      I also put the entire mwe folder fmi:
      enter link description here






      share|improve this answer




























        0












        0








        0







        I can do it "manually" with the other nomenclature package: "nomentbl". You have to configure the tex compiler. I used Texstudio so I add an user command in:



        Options > Configure Texstudio > Build > User commands then put these command in



        makeindex -s nomentbl.ist -o %.nls %.nlo
        enter image description here
        Normally, you have to do the following procedure to have nomenclature:



        Compile > Make index > Recompile



        The principle is the same: when you run a make index, Latex will generate an .nls file. Next time you compile, the nomenclature will appear.



        So instead of run a second compile, all you need is create a file name nomen_chap0x then you copy the content in the .nls file into the nomen_chap0x then you put the command : input{nomen_chap0x}. When you compile, the nomenclature will appear in the section.



        The important thing is you have to delete the .nls file and comment all of nomenclature in the chapter to avoid the same nomenclature's appearance in the next chapter.



        In the second chapter, you have to create another nomenclature, used only for this chapter, and you repeat the procedure above



        Her an mwe for what I'm talking about:



        documentclass[openany]{book}

        usepackage{booktabs}
        usepackage{lipsum}
        usepackage{setspace}
        usepackage{amssymb, amsmath, mathtools} % math formulations
        usepackage{siunitx}
        usepackage[intoc,noprefix]{nomentbl}
        makeatletter % to put nomenclature in the section range of the TOC
        defthenomenclature{%
        section*{nomname}
        if@intocaddcontentsline{toc}{section}{nomname}fi%
        nompreamble
        list{}{%
        labelwidthnom@tempdim
        leftmarginlabelwidth
        advanceleftmarginlabelsep
        itemsepnomitemsep
        letmakelabelnomlabel}}
        makeatother
        makenomenclature

        begin{document}
        tableofcontents
        chapter{blabla1}
        section{Example 01}
        lipsum[2]
        begin{equation}
        mathbf{J_i} = - {D_i}left( {nabla} {c_i} + dfrac{{{z_i}F}}{{RT}}{c_i} {nabla} varphi right)
        label{eq505}
        end{equation}
        where $ mathbf{J_i} $ is the ion flux, $ D_i $ is the bulk diffusion coefficient of the ionic species, $ F $ is the Faraday constant, $ R $ is the universal gas constant and $ T $ is the temperature

        nomenclature[A]{$ D_{i} $}{Bulk diffusion coefficient of the species}{si{squarem / s}}{}
        nomenclature[A]{$ F $}{Faraday constant}{si{coulomb / mole}}{}
        nomenclature[A]{$ R $}{ Universal gas constant}{si{J / kelvin mole}}{}
        nomenclature[A]{$ T $}{Temperature}{si{kelvin}}{}
        nomenclature[A]{$ z $}{Charge number of the ionic species }{}{}
        nomenclature[A]{$ J $}{ Flux of the ionic species}{si{mole / m^2 s}}{}
        nomenclature[G]{$ varphi $}{Total electric potential}{si{volt}}{}
        input{nomen_chap1}
        chapter{blabla2}
        section{Example 02}
        lipsum[1]
        The Ohm's law:
        begin{equation}
        R_{s}= frac{U}{I}
        end{equation}
        where $ R_s $ is the resistance (si{ohm}), $ U $ is the voltage (si{volt}) and $ I $ is the electric current (si{ampere})
        nomenclature[A]{$ R_s $}{Resistance}{si{ohm}}{}
        nomenclature[A]{$ U $}{Voltage}{si{volt}}{}
        nomenclature[A]{$ I $}{Electric current}{si{ampere}}{}
        input{nomen_chap2}
        end{document}


        Here is the results:



        enter image description here



        I also put the entire mwe folder fmi:
        enter link description here






        share|improve this answer















        I can do it "manually" with the other nomenclature package: "nomentbl". You have to configure the tex compiler. I used Texstudio so I add an user command in:



        Options > Configure Texstudio > Build > User commands then put these command in



        makeindex -s nomentbl.ist -o %.nls %.nlo
        enter image description here
        Normally, you have to do the following procedure to have nomenclature:



        Compile > Make index > Recompile



        The principle is the same: when you run a make index, Latex will generate an .nls file. Next time you compile, the nomenclature will appear.



        So instead of run a second compile, all you need is create a file name nomen_chap0x then you copy the content in the .nls file into the nomen_chap0x then you put the command : input{nomen_chap0x}. When you compile, the nomenclature will appear in the section.



        The important thing is you have to delete the .nls file and comment all of nomenclature in the chapter to avoid the same nomenclature's appearance in the next chapter.



        In the second chapter, you have to create another nomenclature, used only for this chapter, and you repeat the procedure above



        Her an mwe for what I'm talking about:



        documentclass[openany]{book}

        usepackage{booktabs}
        usepackage{lipsum}
        usepackage{setspace}
        usepackage{amssymb, amsmath, mathtools} % math formulations
        usepackage{siunitx}
        usepackage[intoc,noprefix]{nomentbl}
        makeatletter % to put nomenclature in the section range of the TOC
        defthenomenclature{%
        section*{nomname}
        if@intocaddcontentsline{toc}{section}{nomname}fi%
        nompreamble
        list{}{%
        labelwidthnom@tempdim
        leftmarginlabelwidth
        advanceleftmarginlabelsep
        itemsepnomitemsep
        letmakelabelnomlabel}}
        makeatother
        makenomenclature

        begin{document}
        tableofcontents
        chapter{blabla1}
        section{Example 01}
        lipsum[2]
        begin{equation}
        mathbf{J_i} = - {D_i}left( {nabla} {c_i} + dfrac{{{z_i}F}}{{RT}}{c_i} {nabla} varphi right)
        label{eq505}
        end{equation}
        where $ mathbf{J_i} $ is the ion flux, $ D_i $ is the bulk diffusion coefficient of the ionic species, $ F $ is the Faraday constant, $ R $ is the universal gas constant and $ T $ is the temperature

        nomenclature[A]{$ D_{i} $}{Bulk diffusion coefficient of the species}{si{squarem / s}}{}
        nomenclature[A]{$ F $}{Faraday constant}{si{coulomb / mole}}{}
        nomenclature[A]{$ R $}{ Universal gas constant}{si{J / kelvin mole}}{}
        nomenclature[A]{$ T $}{Temperature}{si{kelvin}}{}
        nomenclature[A]{$ z $}{Charge number of the ionic species }{}{}
        nomenclature[A]{$ J $}{ Flux of the ionic species}{si{mole / m^2 s}}{}
        nomenclature[G]{$ varphi $}{Total electric potential}{si{volt}}{}
        input{nomen_chap1}
        chapter{blabla2}
        section{Example 02}
        lipsum[1]
        The Ohm's law:
        begin{equation}
        R_{s}= frac{U}{I}
        end{equation}
        where $ R_s $ is the resistance (si{ohm}), $ U $ is the voltage (si{volt}) and $ I $ is the electric current (si{ampere})
        nomenclature[A]{$ R_s $}{Resistance}{si{ohm}}{}
        nomenclature[A]{$ U $}{Voltage}{si{volt}}{}
        nomenclature[A]{$ I $}{Electric current}{si{ampere}}{}
        input{nomen_chap2}
        end{document}


        Here is the results:



        enter image description here



        I also put the entire mwe folder fmi:
        enter link description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 20 '18 at 17:31

























        answered Mar 20 '18 at 14:34









        NGUYEN Quang HungNGUYEN Quang Hung

        11




        11






























            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%2f188812%2fnomenclature-per-chapter%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...