glossaries: how to typeset the list of page numbers in textsmaller and reduce the vertical gaphyperref + glossaries + latex = bad spacing around math relationsBug in svindd.ist?

Can I use my Chinese passport to enter China after I acquired another citizenship?

Visiting the UK as unmarried couple

Lifted its hind leg on or lifted its hind leg towards?

My boss asked me to take a one-day class, then signs it up as a day off

Can I create an upright 7ft x 5ft wall with Minor Illusion?

How to be able to process a large JSON response?

Bob has never been a M before

Identify a stage play about a VR experience in which participants are encouraged to simulate performing horrific activities

For airliners, what prevents wing strikes on landing in bad weather?

Partial sums of primes

Can one define wavefronts for waves travelling on a stretched string?

Female=gender counterpart?

Can the electrostatic force be infinite in magnitude?

Would it be legal for a US State to ban exports of a natural resource?

What (else) happened July 1st 1858 in London?

node command while defining a coordinate in TikZ

Is there a problem with hiding "forgot password" until it's needed?

word describing multiple paths to the same abstract outcome

Can I Retrieve Email Addresses from BCC?

Have I saved too much for retirement so far?

Organic chemistry Iodoform Reaction

Could solar power be utilized and substitute coal in the 19th century?

Is there an Impartial Brexit Deal comparison site?

How to prevent YouTube from showing already watched videos?



glossaries: how to typeset the list of page numbers in textsmaller and reduce the vertical gap


hyperref + glossaries + latex = bad spacing around math relationsBug in svindd.ist?













0















I use glossaries to typeset the list of symbols in a book I edit. Since the book is large, the list of page numbers for each entry is long, making the whole glossary occupy too much space. I wish to reduce this space by typesetting the page numbers using smaller or textsmaller.



Here is what I tried. I wrote a file called, say, q.tex, containing,



documentclass[deutsch,graybox,envcountchap]svmono%%% Version 5.6 from https://www.springer.com/gp/authors-editors/book-authors-editors/resources-guidelines/rights-permissions-licensing/manuscript-preparation/5636 or https://resource-cms.springernature.com/springer-cms/rest/v1/content/20566/data/v9
usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includeall=true]geometry
usepackage[T2A,T1]fontenc
usepackage[utf8]inputenc
usepackage[latin,ngerman]babel
usepackagenewtxtext
usepackage[slantedGreek]newtxmath
usepackage[babel=true,final=true,verbose=errors,protrusion=true,expansion=true]microtype
usepackagecsquotes
usepackage[hidelinks]hyperref
%%% The next hack improves how hyperref jives with svindd.ist, see https://tex.stackexchange.com/a/429446
makeatletter
def@commahyperpage#1@@commahyperpage#1,,,\
def@@commahyperpage#1,,#2,#3\%
ifx\#2\%
HyInd@pagelink#1%
else
HyInd@pagelink#1,,HyInd@pagelink#2%
fi

makeatother
usepackage[makeindex,toc,nogroupskip,nomain]glossaries-extra
setglossarystylelong3colrenewcommandglspagelistwidth8.62em
renewcommand*glsnumberformat[1]textsmaller[6]#1
GlsSetQuote+ %%% Hack to work with makeindex
usepackagerelsize
usepackage[ngerman,capitalize]cleveref
newglossary[nlg]notationnotntnSymbolverzeichnis
makeglossaries
%%% See https://tex.stackexchange.com/questions/399338/hyperref-glossaries-latex-bad-spacing-around-math-relations
glssetcategoryattributemathrelationhyperoutsidefalse
glssetcategoryattributemathrelationtextformatmathrel
glssetcategoryattributemathoperatorhyperoutsidefalse
glssetcategoryattributemathoperatortextformatmathop
newglossaryentrynot:booleanValuestype=notation, name=(mathbbB), text=mathbbB, sort=B, description=Die Menge boolescher Werte.
newglossaryentrynot:logicalTruthValuetype=notation, name=(mathrmL), text=mathrmL, sort=BL, description=Boolescher Wert glqq Wahrgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
newglossaryentrynot:logicalFalsehoodValuetype=notation, name=(mathrmO), text=mathrmO, sort=BO, description=Boolescher Wert glqq Falschgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
newglossaryentrynot:partialMaptype=notation, name=(dashrightarrow), category=mathrelation, text=dashrightarrow, sort=partialMap, description=Unter (XdashrightarrowY) verstehen wir die Menge partieller Funktionen von (X) nach (Y).
letsupopsup letsuprelax
DeclareMathOperator*supglsnot:supremum
newglossaryentrynot:supremumtype=notation, name=(mathrmsup), category=mathoperator, text=!supop, sort=supremum, description=Das Supremum, die kleinste obere Schranke einer Menge in einer Halbordnung.
letinfopinf letinfrelax
DeclareMathOperator*infglsnot:infimum
newglossaryentrynot:infimumtype=notation, name=(mathrminf), category=mathoperator, text=!infop, sort=infimum, description=Das Infimum, die größte untere Schranke einer Menge in einer Halbordnung.
newglossaryentrynot:leastFixedPointtype=notation, name=(muup), category=mathoperator, text=muup, sort=mu, description=Mit (muup,f) wird der kleinste Fixpunkt (im Falle der Existenz) der Funktion (f) bezeichnet.
newglossaryentrynot:endOfProoftype=notation, name=QED, text=QED, sort=QED0, description=foreignlanguagelatinQuod erat demonstrandum. Bezeichnet das Ende eines Beweises.
makeindex
begindocument
pagenumberingRoman%%% change from "Roman" to "gobble" later
maketitle
frontmatter
tableofcontents
mainmatter
newcommandtestall(glsnot:booleanValues) (glsnot:logicalTruthValue) (glsnot:logicalFalsehoodValue) (glsnot:partialMap) (sup) (inf) (glsnot:leastFixedPoint) glsnot:endOfProof
newcommandtestalldtestallcleardoublepagetestallcleardoublepage
newcommandtestallddtestalldcleardoublepagetestalldcleardoublepage
newcommandtestalldddtestallddcleardoublepagetestallddcleardoublepage
newcommandtestallddddtestalldddcleardoublepagetestalldddcleardoublepage
testalldddd
backmatter
glsaddallunused%
newlengtholdtabcolsep%
setlengtholdtabcolseptabcolsep%
makeatlettersetlengthtabcolsep3p@makeatother%
letoldarraystretcharraystretch%
renewcommandarraystretch2%
printglossaries%
letarraystretcholdarraystretch%
makeatletter
setlengthtabcolsepoldtabcolsep%
makeatother%
enddocument


Then I ran pdflatex q && makeindex -g -s q.ist -t q.nlg -o q.not q.ntn in a loop until the output stabilized. The result was:



The result of running pdflatex and makeindex



As you see, I could reduce the size of digits only.



  1. How to reduce the size of each number list as a whole (including the commans and the spaces)?


  2. How to remove the vertical space between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "L Boolescher Wert ... ").









share


























    0















    I use glossaries to typeset the list of symbols in a book I edit. Since the book is large, the list of page numbers for each entry is long, making the whole glossary occupy too much space. I wish to reduce this space by typesetting the page numbers using smaller or textsmaller.



    Here is what I tried. I wrote a file called, say, q.tex, containing,



    documentclass[deutsch,graybox,envcountchap]svmono%%% Version 5.6 from https://www.springer.com/gp/authors-editors/book-authors-editors/resources-guidelines/rights-permissions-licensing/manuscript-preparation/5636 or https://resource-cms.springernature.com/springer-cms/rest/v1/content/20566/data/v9
    usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includeall=true]geometry
    usepackage[T2A,T1]fontenc
    usepackage[utf8]inputenc
    usepackage[latin,ngerman]babel
    usepackagenewtxtext
    usepackage[slantedGreek]newtxmath
    usepackage[babel=true,final=true,verbose=errors,protrusion=true,expansion=true]microtype
    usepackagecsquotes
    usepackage[hidelinks]hyperref
    %%% The next hack improves how hyperref jives with svindd.ist, see https://tex.stackexchange.com/a/429446
    makeatletter
    def@commahyperpage#1@@commahyperpage#1,,,\
    def@@commahyperpage#1,,#2,#3\%
    ifx\#2\%
    HyInd@pagelink#1%
    else
    HyInd@pagelink#1,,HyInd@pagelink#2%
    fi

    makeatother
    usepackage[makeindex,toc,nogroupskip,nomain]glossaries-extra
    setglossarystylelong3colrenewcommandglspagelistwidth8.62em
    renewcommand*glsnumberformat[1]textsmaller[6]#1
    GlsSetQuote+ %%% Hack to work with makeindex
    usepackagerelsize
    usepackage[ngerman,capitalize]cleveref
    newglossary[nlg]notationnotntnSymbolverzeichnis
    makeglossaries
    %%% See https://tex.stackexchange.com/questions/399338/hyperref-glossaries-latex-bad-spacing-around-math-relations
    glssetcategoryattributemathrelationhyperoutsidefalse
    glssetcategoryattributemathrelationtextformatmathrel
    glssetcategoryattributemathoperatorhyperoutsidefalse
    glssetcategoryattributemathoperatortextformatmathop
    newglossaryentrynot:booleanValuestype=notation, name=(mathbbB), text=mathbbB, sort=B, description=Die Menge boolescher Werte.
    newglossaryentrynot:logicalTruthValuetype=notation, name=(mathrmL), text=mathrmL, sort=BL, description=Boolescher Wert glqq Wahrgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
    newglossaryentrynot:logicalFalsehoodValuetype=notation, name=(mathrmO), text=mathrmO, sort=BO, description=Boolescher Wert glqq Falschgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
    newglossaryentrynot:partialMaptype=notation, name=(dashrightarrow), category=mathrelation, text=dashrightarrow, sort=partialMap, description=Unter (XdashrightarrowY) verstehen wir die Menge partieller Funktionen von (X) nach (Y).
    letsupopsup letsuprelax
    DeclareMathOperator*supglsnot:supremum
    newglossaryentrynot:supremumtype=notation, name=(mathrmsup), category=mathoperator, text=!supop, sort=supremum, description=Das Supremum, die kleinste obere Schranke einer Menge in einer Halbordnung.
    letinfopinf letinfrelax
    DeclareMathOperator*infglsnot:infimum
    newglossaryentrynot:infimumtype=notation, name=(mathrminf), category=mathoperator, text=!infop, sort=infimum, description=Das Infimum, die größte untere Schranke einer Menge in einer Halbordnung.
    newglossaryentrynot:leastFixedPointtype=notation, name=(muup), category=mathoperator, text=muup, sort=mu, description=Mit (muup,f) wird der kleinste Fixpunkt (im Falle der Existenz) der Funktion (f) bezeichnet.
    newglossaryentrynot:endOfProoftype=notation, name=QED, text=QED, sort=QED0, description=foreignlanguagelatinQuod erat demonstrandum. Bezeichnet das Ende eines Beweises.
    makeindex
    begindocument
    pagenumberingRoman%%% change from "Roman" to "gobble" later
    maketitle
    frontmatter
    tableofcontents
    mainmatter
    newcommandtestall(glsnot:booleanValues) (glsnot:logicalTruthValue) (glsnot:logicalFalsehoodValue) (glsnot:partialMap) (sup) (inf) (glsnot:leastFixedPoint) glsnot:endOfProof
    newcommandtestalldtestallcleardoublepagetestallcleardoublepage
    newcommandtestallddtestalldcleardoublepagetestalldcleardoublepage
    newcommandtestalldddtestallddcleardoublepagetestallddcleardoublepage
    newcommandtestallddddtestalldddcleardoublepagetestalldddcleardoublepage
    testalldddd
    backmatter
    glsaddallunused%
    newlengtholdtabcolsep%
    setlengtholdtabcolseptabcolsep%
    makeatlettersetlengthtabcolsep3p@makeatother%
    letoldarraystretcharraystretch%
    renewcommandarraystretch2%
    printglossaries%
    letarraystretcholdarraystretch%
    makeatletter
    setlengthtabcolsepoldtabcolsep%
    makeatother%
    enddocument


    Then I ran pdflatex q && makeindex -g -s q.ist -t q.nlg -o q.not q.ntn in a loop until the output stabilized. The result was:



    The result of running pdflatex and makeindex



    As you see, I could reduce the size of digits only.



    1. How to reduce the size of each number list as a whole (including the commans and the spaces)?


    2. How to remove the vertical space between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "L Boolescher Wert ... ").









    share
























      0












      0








      0








      I use glossaries to typeset the list of symbols in a book I edit. Since the book is large, the list of page numbers for each entry is long, making the whole glossary occupy too much space. I wish to reduce this space by typesetting the page numbers using smaller or textsmaller.



      Here is what I tried. I wrote a file called, say, q.tex, containing,



      documentclass[deutsch,graybox,envcountchap]svmono%%% Version 5.6 from https://www.springer.com/gp/authors-editors/book-authors-editors/resources-guidelines/rights-permissions-licensing/manuscript-preparation/5636 or https://resource-cms.springernature.com/springer-cms/rest/v1/content/20566/data/v9
      usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includeall=true]geometry
      usepackage[T2A,T1]fontenc
      usepackage[utf8]inputenc
      usepackage[latin,ngerman]babel
      usepackagenewtxtext
      usepackage[slantedGreek]newtxmath
      usepackage[babel=true,final=true,verbose=errors,protrusion=true,expansion=true]microtype
      usepackagecsquotes
      usepackage[hidelinks]hyperref
      %%% The next hack improves how hyperref jives with svindd.ist, see https://tex.stackexchange.com/a/429446
      makeatletter
      def@commahyperpage#1@@commahyperpage#1,,,\
      def@@commahyperpage#1,,#2,#3\%
      ifx\#2\%
      HyInd@pagelink#1%
      else
      HyInd@pagelink#1,,HyInd@pagelink#2%
      fi

      makeatother
      usepackage[makeindex,toc,nogroupskip,nomain]glossaries-extra
      setglossarystylelong3colrenewcommandglspagelistwidth8.62em
      renewcommand*glsnumberformat[1]textsmaller[6]#1
      GlsSetQuote+ %%% Hack to work with makeindex
      usepackagerelsize
      usepackage[ngerman,capitalize]cleveref
      newglossary[nlg]notationnotntnSymbolverzeichnis
      makeglossaries
      %%% See https://tex.stackexchange.com/questions/399338/hyperref-glossaries-latex-bad-spacing-around-math-relations
      glssetcategoryattributemathrelationhyperoutsidefalse
      glssetcategoryattributemathrelationtextformatmathrel
      glssetcategoryattributemathoperatorhyperoutsidefalse
      glssetcategoryattributemathoperatortextformatmathop
      newglossaryentrynot:booleanValuestype=notation, name=(mathbbB), text=mathbbB, sort=B, description=Die Menge boolescher Werte.
      newglossaryentrynot:logicalTruthValuetype=notation, name=(mathrmL), text=mathrmL, sort=BL, description=Boolescher Wert glqq Wahrgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
      newglossaryentrynot:logicalFalsehoodValuetype=notation, name=(mathrmO), text=mathrmO, sort=BO, description=Boolescher Wert glqq Falschgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
      newglossaryentrynot:partialMaptype=notation, name=(dashrightarrow), category=mathrelation, text=dashrightarrow, sort=partialMap, description=Unter (XdashrightarrowY) verstehen wir die Menge partieller Funktionen von (X) nach (Y).
      letsupopsup letsuprelax
      DeclareMathOperator*supglsnot:supremum
      newglossaryentrynot:supremumtype=notation, name=(mathrmsup), category=mathoperator, text=!supop, sort=supremum, description=Das Supremum, die kleinste obere Schranke einer Menge in einer Halbordnung.
      letinfopinf letinfrelax
      DeclareMathOperator*infglsnot:infimum
      newglossaryentrynot:infimumtype=notation, name=(mathrminf), category=mathoperator, text=!infop, sort=infimum, description=Das Infimum, die größte untere Schranke einer Menge in einer Halbordnung.
      newglossaryentrynot:leastFixedPointtype=notation, name=(muup), category=mathoperator, text=muup, sort=mu, description=Mit (muup,f) wird der kleinste Fixpunkt (im Falle der Existenz) der Funktion (f) bezeichnet.
      newglossaryentrynot:endOfProoftype=notation, name=QED, text=QED, sort=QED0, description=foreignlanguagelatinQuod erat demonstrandum. Bezeichnet das Ende eines Beweises.
      makeindex
      begindocument
      pagenumberingRoman%%% change from "Roman" to "gobble" later
      maketitle
      frontmatter
      tableofcontents
      mainmatter
      newcommandtestall(glsnot:booleanValues) (glsnot:logicalTruthValue) (glsnot:logicalFalsehoodValue) (glsnot:partialMap) (sup) (inf) (glsnot:leastFixedPoint) glsnot:endOfProof
      newcommandtestalldtestallcleardoublepagetestallcleardoublepage
      newcommandtestallddtestalldcleardoublepagetestalldcleardoublepage
      newcommandtestalldddtestallddcleardoublepagetestallddcleardoublepage
      newcommandtestallddddtestalldddcleardoublepagetestalldddcleardoublepage
      testalldddd
      backmatter
      glsaddallunused%
      newlengtholdtabcolsep%
      setlengtholdtabcolseptabcolsep%
      makeatlettersetlengthtabcolsep3p@makeatother%
      letoldarraystretcharraystretch%
      renewcommandarraystretch2%
      printglossaries%
      letarraystretcholdarraystretch%
      makeatletter
      setlengthtabcolsepoldtabcolsep%
      makeatother%
      enddocument


      Then I ran pdflatex q && makeindex -g -s q.ist -t q.nlg -o q.not q.ntn in a loop until the output stabilized. The result was:



      The result of running pdflatex and makeindex



      As you see, I could reduce the size of digits only.



      1. How to reduce the size of each number list as a whole (including the commans and the spaces)?


      2. How to remove the vertical space between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "L Boolescher Wert ... ").









      share














      I use glossaries to typeset the list of symbols in a book I edit. Since the book is large, the list of page numbers for each entry is long, making the whole glossary occupy too much space. I wish to reduce this space by typesetting the page numbers using smaller or textsmaller.



      Here is what I tried. I wrote a file called, say, q.tex, containing,



      documentclass[deutsch,graybox,envcountchap]svmono%%% Version 5.6 from https://www.springer.com/gp/authors-editors/book-authors-editors/resources-guidelines/rights-permissions-licensing/manuscript-preparation/5636 or https://resource-cms.springernature.com/springer-cms/rest/v1/content/20566/data/v9
      usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includeall=true]geometry
      usepackage[T2A,T1]fontenc
      usepackage[utf8]inputenc
      usepackage[latin,ngerman]babel
      usepackagenewtxtext
      usepackage[slantedGreek]newtxmath
      usepackage[babel=true,final=true,verbose=errors,protrusion=true,expansion=true]microtype
      usepackagecsquotes
      usepackage[hidelinks]hyperref
      %%% The next hack improves how hyperref jives with svindd.ist, see https://tex.stackexchange.com/a/429446
      makeatletter
      def@commahyperpage#1@@commahyperpage#1,,,\
      def@@commahyperpage#1,,#2,#3\%
      ifx\#2\%
      HyInd@pagelink#1%
      else
      HyInd@pagelink#1,,HyInd@pagelink#2%
      fi

      makeatother
      usepackage[makeindex,toc,nogroupskip,nomain]glossaries-extra
      setglossarystylelong3colrenewcommandglspagelistwidth8.62em
      renewcommand*glsnumberformat[1]textsmaller[6]#1
      GlsSetQuote+ %%% Hack to work with makeindex
      usepackagerelsize
      usepackage[ngerman,capitalize]cleveref
      newglossary[nlg]notationnotntnSymbolverzeichnis
      makeglossaries
      %%% See https://tex.stackexchange.com/questions/399338/hyperref-glossaries-latex-bad-spacing-around-math-relations
      glssetcategoryattributemathrelationhyperoutsidefalse
      glssetcategoryattributemathrelationtextformatmathrel
      glssetcategoryattributemathoperatorhyperoutsidefalse
      glssetcategoryattributemathoperatortextformatmathop
      newglossaryentrynot:booleanValuestype=notation, name=(mathbbB), text=mathbbB, sort=B, description=Die Menge boolescher Werte.
      newglossaryentrynot:logicalTruthValuetype=notation, name=(mathrmL), text=mathrmL, sort=BL, description=Boolescher Wert glqq Wahrgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
      newglossaryentrynot:logicalFalsehoodValuetype=notation, name=(mathrmO), text=mathrmO, sort=BO, description=Boolescher Wert glqq Falschgrqq.%%% German shorthands "` and "' from babel don't work that easily with glossaries
      newglossaryentrynot:partialMaptype=notation, name=(dashrightarrow), category=mathrelation, text=dashrightarrow, sort=partialMap, description=Unter (XdashrightarrowY) verstehen wir die Menge partieller Funktionen von (X) nach (Y).
      letsupopsup letsuprelax
      DeclareMathOperator*supglsnot:supremum
      newglossaryentrynot:supremumtype=notation, name=(mathrmsup), category=mathoperator, text=!supop, sort=supremum, description=Das Supremum, die kleinste obere Schranke einer Menge in einer Halbordnung.
      letinfopinf letinfrelax
      DeclareMathOperator*infglsnot:infimum
      newglossaryentrynot:infimumtype=notation, name=(mathrminf), category=mathoperator, text=!infop, sort=infimum, description=Das Infimum, die größte untere Schranke einer Menge in einer Halbordnung.
      newglossaryentrynot:leastFixedPointtype=notation, name=(muup), category=mathoperator, text=muup, sort=mu, description=Mit (muup,f) wird der kleinste Fixpunkt (im Falle der Existenz) der Funktion (f) bezeichnet.
      newglossaryentrynot:endOfProoftype=notation, name=QED, text=QED, sort=QED0, description=foreignlanguagelatinQuod erat demonstrandum. Bezeichnet das Ende eines Beweises.
      makeindex
      begindocument
      pagenumberingRoman%%% change from "Roman" to "gobble" later
      maketitle
      frontmatter
      tableofcontents
      mainmatter
      newcommandtestall(glsnot:booleanValues) (glsnot:logicalTruthValue) (glsnot:logicalFalsehoodValue) (glsnot:partialMap) (sup) (inf) (glsnot:leastFixedPoint) glsnot:endOfProof
      newcommandtestalldtestallcleardoublepagetestallcleardoublepage
      newcommandtestallddtestalldcleardoublepagetestalldcleardoublepage
      newcommandtestalldddtestallddcleardoublepagetestallddcleardoublepage
      newcommandtestallddddtestalldddcleardoublepagetestalldddcleardoublepage
      testalldddd
      backmatter
      glsaddallunused%
      newlengtholdtabcolsep%
      setlengtholdtabcolseptabcolsep%
      makeatlettersetlengthtabcolsep3p@makeatother%
      letoldarraystretcharraystretch%
      renewcommandarraystretch2%
      printglossaries%
      letarraystretcholdarraystretch%
      makeatletter
      setlengthtabcolsepoldtabcolsep%
      makeatother%
      enddocument


      Then I ran pdflatex q && makeindex -g -s q.ist -t q.nlg -o q.not q.ntn in a loop until the output stabilized. The result was:



      The result of running pdflatex and makeindex



      As you see, I could reduce the size of digits only.



      1. How to reduce the size of each number list as a whole (including the commans and the spaces)?


      2. How to remove the vertical space between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "L Boolescher Wert ... ").







      spacing fontsize glossaries-extra relsize





      share












      share










      share



      share










      asked 3 mins ago









      user49915user49915

      627121




      627121




















          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%2f481438%2fglossaries-how-to-typeset-the-list-of-page-numbers-in-textsmaller-and-reduce-t%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%2f481438%2fglossaries-how-to-typeset-the-list-of-page-numbers-in-textsmaller-and-reduce-t%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

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

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

          Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?