Bug Tracker 
ID | 305🔗 |
---|---|
Date: | 2025-05-14 00:42:56 |
Last update: | 2025-05-14 19:07:52 |
Status | Closed (Migrated) |
Category | glossaries-extra |
Version | 4.56 |
Summary | cant find entries for filenames that contain the symbol "dot" |
Sign in to subscribe to notifications about this report.
Description
Hello, when using subfiles i commonly name latex files the following way:`mainname.tex` for the main file then `mainname.1.tex` for the first subfile and change the numbers for the subfiles that come after.
I noticed when using bib2gls that the engine is having a hardtime reading the bib file for the subfiles and it only happens when using the dot in the name (e.g. when using `_` instead of a dot no error appears)
here is a MWE:
`main.1.tex`
```tex
\documentclass{article}
\usepackage{hyperref}
\usepackage[record=nameref]{glossaries-extra}
\setabbreviationstyle{short-long}
\GlsXtrLoadResources[src={gls}]
\begin{document}
\gls{PG}
\printunsrtglossaries
\end{document}
```
the error i get is the following:
```console
main.1.tex|7 warning| Package glossaries-extra Warning: No file `main.1.glstex'
main.1.tex|11 warning| Package glossaries-extra Warning: Glossary entry `PG' has not been defined
main.1.tex|13 warning| Package glossaries-extra Warning: No entries defined in glossary `main'
```
`main.1.log`
```log
This is LuaHBTeX, Version 1.18.0 (TeX Live 2024/nixos.org) (format=lualatex 1980.1.1) 14 MAY 2025 01:42
system commands enabled.
file:line:error style messages enabled.
**main.1.tex
(./main.1.tex
LaTeX2e <2024-11-01> patch level 2
L3 programming layer <2025-01-18>
Lua module: luaotfload 2024-12-03 v3.29 Lua based OpenType font support
Lua module: lualibs 2023-07-13 v2.76 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2023-07-13 v2.76 ConTeXt Lua libraries -- extended collection.
luaotfload | conf : Root cache directory is "/home/felipepinto/.texlive2024/texmf-var/luatex-cache/generic/names".
luaotfload | init : Loading fontloader "fontloader-2023-12-28.lua" from kpse-resolved path "/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/luatex/luaotfload/fontloader-2023-12-28.lua".
Lua-only attribute luaotfload@noligature = 1
luaotfload | init : Context OpenType loader version 3.134
Inserting `luaotfload.node_processor' in `pre_linebreak_filter'.
Inserting `luaotfload.node_processor' in `hpack_filter'.
Inserting `luaotfload.glyph_stream' in `glyph_stream_provider'.
Inserting `luaotfload.define_font' in `define_font'.
Lua-only attribute luaotfload_color_attribute = 2
luaotfload | conf : Root cache directory is "/home/felipepinto/.texlive2024/texmf-var/luatex-cache/generic/names".
Inserting `luaotfload.harf.strip_prefix' in `find_opentype_file'.
Inserting `luaotfload.harf.strip_prefix' in `find_truetype_file'.
Removing `luaotfload.glyph_stream' from `glyph_stream_provider'.
Inserting `luaotfload.harf.glyphstream' in `glyph_stream_provider'.
Inserting `luaotfload.harf.finalize_vlist' in `post_linebreak_filter'.
Inserting `luaotfload.harf.finalize_hlist' in `hpack_filter'.
Inserting `luaotfload.cleanup_files' in `wrapup_run'.
Inserting `luaotfload.harf.finalize_unicode' in `finish_pdffile'.
Inserting `luaotfload.glyphinfo' in `glyph_info'.
Lua-only attribute luaotfload.letterspace_done = 3
Inserting `luaotfload.aux.set_sscale_dimens' in `luaotfload.patch_font'.
Inserting `luaotfload.aux.set_font_index' in `luaotfload.patch_font'.
Inserting `luaotfload.aux.patch_cambria_domh' in `luaotfload.patch_font'.
Inserting `luaotfload.aux.fixup_fontdata' in `luaotfload.patch_font_unsafe'.
Inserting `luaotfload.aux.set_capheight' in `luaotfload.patch_font'.
Inserting `luaotfload.aux.set_xheight' in `luaotfload.patch_font'.
Inserting `luaotfload.rewrite_fontname' in `luaotfload.patch_font'.
Inserting `tracingstacklevels' in `input_level_string'. (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/base/article.cls
Document Class: article 2024/06/29 v1.4n Standard LaTeX document class
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/base/size10.clo
File: size10.clo 2024/06/29 v1.4n Standard LaTeX file (size option)
luaotfload | db : Font names database loaded from /home/felipepinto/.texlive2024/texmf-var/luatex-cache/generic/names/luaotfload-names.luc.gz)
\c@part=\count194
\c@section=\count195
\c@subsection=\count196
\c@subsubsection=\count197
\c@paragraph=\count198
\c@subparagraph=\count199
\c@figure=\count266
\c@table=\count267
\abovecaptionskip=\skip49
\belowcaptionskip=\skip50
\bibindent=\dimen140
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2024-11-05 v7.01l Hypertext links for LaTeX
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/iftex/iftex.sty
Package: iftex 2024/12/12 v1.0g TeX engine tests
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/graphics/keyval.sty
Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
\KV@toks@=\toks17
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
\pdftexcmds@toks=\toks18
)) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/hyperref/nameref.sty
Package: nameref 2023-11-26 v2.56 Cross-referencing by name of section
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
))
\c@section@level=\count268
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2025/02/11 v2.5l e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count269
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/stringenc/stringenc.sty
Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO)
)
\@linkdim=\dimen141
\Hy@linkcounter=\count270
\Hy@pagecounter=\count271
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2024-11-05 v7.01l Hyperref: PDFDocEncoding definition (HO)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
\Hy@SavedSpaceFactor=\count272
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/hyperref/puenc.def
File: puenc.def 2024-11-05 v7.01l Hyperref: PDF Unicode definition (HO)
)
Package hyperref Info: Hyper figures OFF on input line 4157.
Package hyperref Info: Link nesting OFF on input line 4162.
Package hyperref Info: Hyper index ON on input line 4165.
Package hyperref Info: Plain pages OFF on input line 4172.
Package hyperref Info: Backreferencing OFF on input line 4177.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4424.
\c@Hy@tempcnt=\count273
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4763.
\XeTeXLinkMargin=\dimen142
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO)
))
\Fld@menulength=\count274
\Field@Width=\dimen143
\Fld@charsize=\dimen144
Package hyperref Info: Hyper figures OFF on input line 6042.
Package hyperref Info: Link nesting OFF on input line 6047.
Package hyperref Info: Hyper index ON on input line 6050.
Package hyperref Info: backreferencing OFF on input line 6057.
Package hyperref Info: Link coloring OFF on input line 6062.
Package hyperref Info: Link coloring with OCG OFF on input line 6067.
Package hyperref Info: PDF/A mode OFF on input line 6072.
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count275
\c@Item=\count276
\c@Hfootnote=\count277
)
Package hyperref Info: Driver (autodetected): hluatex.
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/hyperref/hluatex.def
File: hluatex.def 2024-11-05 v7.01l Hyperref driver for luaTeX
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package
with kernel methods
)
\Fld@listcount=\count278
\c@bookmark@seq@number=\count279
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 285.
)
\Hy@SectionHShift=\skip51
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries-extra/glossaries-extra.sty
Package: glossaries-extra 2025/03/04 v1.57 (NLCT)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/xkeyval/xkeyval.tex (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks19
\XKV@tempa@toks=\toks20
)
\XKV@depth=\count280
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries/base/glossaries.sty
Package: glossaries 2025/03/03 v4.56 (NLCT)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/base/ifthen.sty
Package: ifthen 2024/03/16 v1.1e Standard LaTeX ifthen package (DPC)
)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/mfirstuc/mfirstuc.sty
Package: mfirstuc 2022/10/14 v2.08 (NLCT)
\@glsmfirst=\toks21
\@glsmrest=\toks22
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/xfor/xfor.sty
Package: xfor 2009/02/05 v1.05 (NLCT)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks23
\ex@=\dimen145
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/datatool/datatool-base.sty
Package: datatool-base 2025/03/05 v3.0.1 (NLCT)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2024/11/05 v2.17t AMS math features
\@mathmargin=\skip52
For additional information on amsmath, use the `?' option.
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/amsmath/amstext.sty
Package: amstext 2021/08/26 v2.01 AMS text
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen146
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2022/04/08 v2.04 operator names
)
\inf@bad=\count281
LaTeX Info: Redefining \frac on input line 235.
\uproot@=\count282
\leftroot@=\count283
LaTeX Info: Redefining \overline on input line 398.
LaTeX Info: Redefining \colon on input line 409.
\classnum@=\count284
\DOTSCASE@=\count285
LaTeX Info: Redefining \ldots on input line 495.
LaTeX Info: Redefining \dots on input line 498.
LaTeX Info: Redefining \cdots on input line 619.
\Mathstrutbox@=\box52
\strutbox@=\box53
LaTeX Info: Redefining \big on input line 721.
LaTeX Info: Redefining \Big on input line 722.
LaTeX Info: Redefining \bigg on input line 723.
LaTeX Info: Redefining \Bigg on input line 724.
\big@size=\dimen147
LaTeX Font Info: Redeclaring font encoding OML on input line 742.
LaTeX Font Info: Redeclaring font encoding OMS on input line 743.
\macc@depth=\count286
LaTeX Info: Redefining \bmod on input line 904.
LaTeX Info: Redefining \pmod on input line 909.
LaTeX Info: Redefining \smash on input line 939.
LaTeX Info: Redefining \relbar on input line 969.
LaTeX Info: Redefining \Relbar on input line 970.
\c@MaxMatrixCols=\count287
\dotsspace@=\muskip18
\c@parentequation=\count288
\dspbrk@lvl=\count289
\tag@help=\toks24
\row@=\count290
\column@=\count291
\maxfields@=\count292
\andhelp@=\toks25
\eqnshift@=\dimen148
\alignsep@=\dimen149
\tagshift@=\dimen150
\tagwidth@=\dimen151
\totwidth@=\dimen152
\lineht@=\dimen153
\@envbody=\toks26
\multlinegap=\skip53
\multlinetaggap=\skip54
\mathdisplay@stack=\toks27
LaTeX Info: Redefining \[ on input line 2953.
LaTeX Info: Redefining \] on input line 2954.
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/tracklang/tracklang.sty
Package: tracklang 2025/03/04 v1.6.5 (NLCT) Track Languages
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/generic/tracklang/tracklang.tex)) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/datatool/datatool-lua.def
File: datatool-lua.def 2025/03/05 v3.0.1 (NLCT)
)
\@dtl@toks=\toks28
\@dtl@tmpcount=\count293
\dtl@tmplength=\skip55
\l__datatool_measure_box=\box54
\dtl@sortresult=\count294
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/datatool/datatool-utf8.ldf
File: datatool-utf8.ldf 2025/03/05 v3.0.1 (NLCT)
)
\@dtl@datatype=\count295
\l__datatool_tmpa_int=\count296
\l__datatool_tmpb_int=\count297
\l__datatool_tmpc_int=\count298
\l__datatool_tmpd_int=\count299
\l__datatool_count_int=\count300
\l__datatool_tmp_datatype_int=\count301
\l__datatool_tmpa_dim=\dimen154
\l__datatool_tmpb_dim=\dimen155
\c_datatool_unknown_int=\count302
\l__datatool_year_int=\count303
\l__datatool_month_int=\count304
\l__datatool_day_int=\count305
\l__datatool_hour_int=\count306
\l__datatool_minute_int=\count307
\l__datatool_second_int=\count308
\l__datatool_tzhour_int=\count309
\l__datatool_tzminute_int=\count310
\l__datatool_julian_int=\count311
\l__datatool_local_julian_int=\count312
\l__datatool_prefix_int=\count313
\l__datatool_suffix_int=\count314
\@dtl@foreach@level=\count315
\dtl@codeA=\count316
\dtl@codeB=\count317
)
\gls@level=\count318
\@gls@tmpb=\toks29
\gls@tmplen=\skip56
\glskeylisttok=\toks30
\glslabeltok=\toks31
\glsshorttok=\toks32
\glslongtok=\toks33
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries/styles/glossary-hypernav.sty
Package: glossary-hypernav 2025/03/03 v4.56 (NLCT)
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries/styles/glossary-list.sty
Package: glossary-list 2025/03/03 v4.56 (NLCT)
\glslistdottedwidth=\skip57
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries/styles/glossary-long.sty
Package: glossary-long 2025/03/03 v4.56 (NLCT)
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/tools/longtable.sty
Package: longtable 2024-10-27 v4.22 Multi-page Table package (DPC)
\LTleft=\skip58
\LTright=\skip59
\LTpre=\skip60
\LTpost=\skip61
\LTchunksize=\count319
\LTcapwidth=\dimen156
\LT@head=\box55
\LT@firsthead=\box56
\LT@foot=\box57
\LT@lastfoot=\box58
\LT@gbox=\box59
\LT@cols=\count320
\LT@rows=\count321
\c@LT@tables=\count322
\c@LT@chunks=\count323
\LT@p@ftn=\toks34
)
\glsdescwidth=\skip62
\glspagelistwidth=\skip63
) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries/styles/glossary-tree.sty
Package: glossary-tree 2025/03/03 v4.56 (NLCT)
\glstreeindent=\skip64
)) (/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries-extra/glossaries-extra-bib2gls.sty
Package: glossaries-extra-bib2gls 2025/03/04 v1.57 (NLCT)
)
\@glsxtr@leveloffset=\count324
\glsxtrresourcecount=\count325
\@glsxtrnewgls@inner=\count326
\glsshortpltok=\toks35
\glslongpltok=\toks36
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/glossaries-extra/glossaries-extra-abbrstyles.def
File: glossaries-extra-abbrstyles.def 2025/03/04 v1.57 (NLCT)
)
\mglselementindex=\count327
)
Package glossaries-extra Warning: No file `main.1.glstex' on input line 7.
(/nix/store/cz1hjrnyh6l5c9lbb0wvi9lknzg62dv2-texlive-combined-2024-texmfdist/tex/latex/l3backend/l3backend-luatex.def
File: l3backend-luatex.def 2024-05-08 L3 backend support: PDF output (LuaTeX)
\l__color_backend_stack_int=\count328
Inserting `l3color' in `luaotfload.parse_color'.
\l__pdf_internal_box=\box60
) (./.build/main.1.aux)
\openout1 = main.1.aux
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
Package hyperref Info: Link coloring OFF on input line 9.
(./.build/main.1.out) (./.build/main.1.out)
\@outlinefile=\write3
\openout3 = main.1.out
Package glossaries-extra Warning: Glossary entry `PG' has not been defined on input line 11.
Package glossaries-extra Warning: No entries defined in glossary `main' on input line 13.
[1
{/nix/store/jf938rhszw9n62mphxg954hrxyfb2kig-texlive-combined-2024/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./.build/main.1.aux)
***********
LaTeX2e <2024-11-01> patch level 2
L3 programming layer <2025-01-18>
***********
Package rerunfilecheck Info: File `main.1.out' has not changed.
(rerunfilecheck) Checksum: 09C610F47109C71C8861C694F373AACF;84.
)
Here is how much of LuaTeX's memory you used:
17980 strings out of 475512
100000,1144653 words of node,token memory allocated
524 words of node memory still in use:
6 hlist, 2 vlist, 2 rule, 2 glue, 4 kern, 1 glyph, 6 attribute, 60 glue_spec, 6 attribute_list, 1 write nodes
avail lists: 1:1,2:118,3:111,4:2,5:33,6:6,7:112,9:66,11:3
40798 multiletter control sequences out of 65536+600000
17 fonts using 986807 bytes
90i,5n,88p,5703b,393s stack positions out of 10000i,1000n,20000p,200000b,200000s
</nix/store/swxn2kgfg47a8r0igh45r51c7x3mk92s-lm-2.005-tex/fonts/opentype/public/lm/lmroman12-bold.otf></nix/store/swxn2kgfg47a8r0igh45r51c7x3mk92s-lm-2.005-tex/fonts/opentype/public/lm/lmroman10-regular.otf>
Output written on main.1.pdf (1 page, 5098 bytes).
PDF statistics: 33 PDF objects out of 1000 (max. 8388607)
23 compressed objects within 1 object stream
4 named destinations out of 1000 (max. 131072)
9 words of extra memory for PDF output out of 10000 (max. 100000000)
```
MWE
Download (227B)
\documentclass{article} \usepackage{hyperref} \usepackage[record=nameref]{glossaries-extra} \setabbreviationstyle{short-long} \GlsXtrLoadResources[src={gls}] \begin{document} \gls{PG} \printunsrtglossaries \end{document}
Evaluation
Cross-reference: bib2gls issue #34.
Update: now fixed in bib2gls v4.5
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=305