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?fncychap package - vertical gap/space between text and heading too large - how to reduce?Reduce vertical spacing/gap - for listoftables, listoftables between heading and first entryReduce the gap between begintheorem and [name]Reduce gap between a figure and a paragraphHow to reduce the gap between the header and the figure in LatexReduce the gap between Bio's in IEEEtranglossaries dual entries: prevent page from acronym list appearing in glossary number listReduce gap between subfloat and subcaptionglossaries-extra not displaying page numbersHow to make a list of abbreviations, acronyms, symbols, glossary and index with the glossaries package?

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

Can a Bard use an arcane focus?

I2C signal and power over long range (10meter cable)

Stereotypical names

Can a malicious addon access internet history and such in chrome/firefox?

Can the electrostatic force be infinite in magnitude?

Can I Retrieve Email Addresses from BCC?

What would you call a finite collection of unordered objects that are not necessarily distinct?

Have I saved too much for retirement so far?

Simple image editor tool to draw a simple box/rectangle in an existing image

Modern Day Chaucer

Is there a smaller tautogram checker?

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

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

How to interpret the phrase "t’en a fait voir à toi"?

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

Is it okay / does it make sense for another player to join a running game of Munchkin?

How do ultrasonic sensors differentiate between transmitted and received signals?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

How to prevent YouTube from showing already watched videos?

How can I successfully establish a nationwide combat training program for a large country?

Proof of Lemma: Every integer can be written as a product of primes

What will be the benefits of Brexit?

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



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?fncychap package - vertical gap/space between text and heading too large - how to reduce?Reduce vertical spacing/gap - for listoftables, listoftables between heading and first entryReduce the gap between begintheorem and [name]Reduce gap between a figure and a paragraphHow to reduce the gap between the header and the figure in LatexReduce the gap between Bio's in IEEEtranglossaries dual entries: prevent page from acronym list appearing in glossary number listReduce gap between subfloat and subcaptionglossaries-extra not displaying page numbersHow to make a list of abbreviations, acronyms, symbols, glossary and index with the glossaries package?













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 the digits only.



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


  2. How to remove the vertical gap between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "𝔹 Die Menge boolescher Werte ... ").










share|improve this question




























    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 the digits only.



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


    2. How to remove the vertical gap between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "𝔹 Die Menge boolescher Werte ... ").










    share|improve this question


























      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 the digits only.



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


      2. How to remove the vertical gap between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "𝔹 Die Menge boolescher Werte ... ").










      share|improve this question
















      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 the digits only.



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


      2. How to remove the vertical gap between the glossary title (here: "Symbolverzeichnis") and the first item of the glossary (here: "𝔹 Die Menge boolescher Werte ... ").







      spacing fontsize glossaries-extra relsize






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 7 mins ago







      user49915

















      asked 12 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

          How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

          152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

          Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"