Using bib2gls for my list of symbols (TeXnicCenter) The Next CEO of Stack OverflowHow to effectively use List of Symbols for a thesis?glossaries-extra: How to apply custom abbreviation styles while using bib2gls.latexmkrc for bib2glsacl command problem while using glossaries-extra with bib2glsCJK fonts with bib2glsBib2gls - Missing aux filebib2gls exception NoSuchMethodErrorProblem with the Glossary+bib2gls on OverleafBib2Gls doesn't compile CJK characters correctlyKeep sorting local to groups for symbols in glossaries-extra with bib2glsErrors in using “List of Symbols” for a thesis using .bib files?

How do I construct this japanese bowl?

Why is there a PLL in CPU?

How do I go from 300 unfinished/half written blog posts, to published posts?

Visit to the USA with ESTA approved before trip to Iran

Can the Reverse Gravity spell affect the Meteor Swarm spell?

Why were Madagascar and New Zealand discovered so late?

Why does C# sound extremely flat when saxophone is tuned to G?

Why do professional authors make "consistency" mistakes? And how to avoid them?

What makes a siege story/plot interesting?

Why didn't Khan get resurrected in the Genesis Explosion?

Return of the Riley Riddles in Reverse

Why do remote companies require working in the US?

How do spells that require an ability check vs. the caster's spell save DC work?

Should I tutor a student who I know has cheated on their homework?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Return the Closest Prime Number

Why does GHC infer a monomorphic type here, even with MonomorphismRestriction disabled?

Apart from "berlinern", do any other German dialects have a corresponding verb?

Can a single photon have an energy density?

Inappropriate reference requests from Journal reviewers

What is the purpose of the Evocation wizard's Potent Cantrip feature?

If I blow insulation everywhere in my attic except the door trap, will heat escape through it?

How do I solve this limit?

What is meant by a M next to a roman numeral?



Using bib2gls for my list of symbols (TeXnicCenter)



The Next CEO of Stack OverflowHow to effectively use List of Symbols for a thesis?glossaries-extra: How to apply custom abbreviation styles while using bib2gls.latexmkrc for bib2glsacl command problem while using glossaries-extra with bib2glsCJK fonts with bib2glsBib2gls - Missing aux filebib2gls exception NoSuchMethodErrorProblem with the Glossary+bib2gls on OverleafBib2Gls doesn't compile CJK characters correctlyKeep sorting local to groups for symbols in glossaries-extra with bib2glsErrors in using “List of Symbols” for a thesis using .bib files?










0















I have some problem with bib2gls. I followed the guideline here, https://www.dickimaw-books.com/latex/buildglossaries/#texniccenter, and here, How to effectively use List of Symbols for a thesis?. (first big answer, option 4)



But I have the problem, that the programme cannot find any corresponding .glstex file (my tex and bib files are exactly the same as in the second link for testing), so I get a lot of warnings saying files and symbols are not defined.



Error message:




Warning: No file "....glstex" on input line ...




I am a bit desperate, because I am not tech savvy and I have spent a lot of working hours to solve this already. I guess, my problem has to do with the bib2gls package: I have installed it, but I can not select any .exe file in the postprocessing part of my build procedure because the files of bib2gls are Java files. I have Java, but the first link above explicitly says that I need an .exe file for the build process :)



Do you know why the bib2gls process is not triggering? How to edit my build process properly for that?



EDIT:



documentclassreport

usepackage[colorlinks]hyperref
usepackage[symbols,
stylemods=tree,% loads glossaries-extra-stylemods to patch styles
record % using 'bib2gls'
]glossaries-extra

% assign titles to group labels:
glsxtrsetgrouptitlelatinLatin
glsxtrsetgrouptitlegreekGreek

GlsXtrLoadResources[
src=latin-symbols,
type=symbols,
group=latin,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

GlsXtrLoadResources[
src=greek-symbols,
type=symbols,
group=greek,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

begindocument
tableofcontents
printunsrtglossary[type=symbols,style=alttreegroup,title=List of Symbols]

chapterSample
Reference Latin symbols: $glsM$

Reference Greek symbols: $glsrho$
enddocument


The bib files do look like:



@entryM,
name=ensuremathM,
description=Smooth manifold



and



@entryrho,
name=ensuremathrho,
description=Anchor



and the first line of my log is




This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7000 64-bit) (preloaded format=pdflatex 2019.3.28) 28 MAR 2019 05:40











share|improve this question









New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Welcome to TeX.SE! Can you please add a short compilable tex code resulting in your issue to your question? Then we do not have to guess what you are doing ... Which tex distribution version number do you use? Please add the first line of your .log file to your question ... If you have a special configuration for TeXnicCenter please show us screenshots of it ...

    – Kurt
    10 hours ago












  • Thank you for your answer :) I will add these things in the following answers :) (but I have to go to my work soon so that may take some while)

    – Kelrugem
    10 hours ago












  • Better you register your account, then you can edit your question! That is much better!

    – Kurt
    10 hours ago











  • Thanks :) I've edited my first post now; I hope I did it correctly (sorry my first time here) :)

    – Kelrugem
    10 hours ago















0















I have some problem with bib2gls. I followed the guideline here, https://www.dickimaw-books.com/latex/buildglossaries/#texniccenter, and here, How to effectively use List of Symbols for a thesis?. (first big answer, option 4)



But I have the problem, that the programme cannot find any corresponding .glstex file (my tex and bib files are exactly the same as in the second link for testing), so I get a lot of warnings saying files and symbols are not defined.



Error message:




Warning: No file "....glstex" on input line ...




I am a bit desperate, because I am not tech savvy and I have spent a lot of working hours to solve this already. I guess, my problem has to do with the bib2gls package: I have installed it, but I can not select any .exe file in the postprocessing part of my build procedure because the files of bib2gls are Java files. I have Java, but the first link above explicitly says that I need an .exe file for the build process :)



Do you know why the bib2gls process is not triggering? How to edit my build process properly for that?



EDIT:



documentclassreport

usepackage[colorlinks]hyperref
usepackage[symbols,
stylemods=tree,% loads glossaries-extra-stylemods to patch styles
record % using 'bib2gls'
]glossaries-extra

% assign titles to group labels:
glsxtrsetgrouptitlelatinLatin
glsxtrsetgrouptitlegreekGreek

GlsXtrLoadResources[
src=latin-symbols,
type=symbols,
group=latin,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

GlsXtrLoadResources[
src=greek-symbols,
type=symbols,
group=greek,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

begindocument
tableofcontents
printunsrtglossary[type=symbols,style=alttreegroup,title=List of Symbols]

chapterSample
Reference Latin symbols: $glsM$

Reference Greek symbols: $glsrho$
enddocument


The bib files do look like:



@entryM,
name=ensuremathM,
description=Smooth manifold



and



@entryrho,
name=ensuremathrho,
description=Anchor



and the first line of my log is




This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7000 64-bit) (preloaded format=pdflatex 2019.3.28) 28 MAR 2019 05:40











share|improve this question









New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Welcome to TeX.SE! Can you please add a short compilable tex code resulting in your issue to your question? Then we do not have to guess what you are doing ... Which tex distribution version number do you use? Please add the first line of your .log file to your question ... If you have a special configuration for TeXnicCenter please show us screenshots of it ...

    – Kurt
    10 hours ago












  • Thank you for your answer :) I will add these things in the following answers :) (but I have to go to my work soon so that may take some while)

    – Kelrugem
    10 hours ago












  • Better you register your account, then you can edit your question! That is much better!

    – Kurt
    10 hours ago











  • Thanks :) I've edited my first post now; I hope I did it correctly (sorry my first time here) :)

    – Kelrugem
    10 hours ago













0












0








0








I have some problem with bib2gls. I followed the guideline here, https://www.dickimaw-books.com/latex/buildglossaries/#texniccenter, and here, How to effectively use List of Symbols for a thesis?. (first big answer, option 4)



But I have the problem, that the programme cannot find any corresponding .glstex file (my tex and bib files are exactly the same as in the second link for testing), so I get a lot of warnings saying files and symbols are not defined.



Error message:




Warning: No file "....glstex" on input line ...




I am a bit desperate, because I am not tech savvy and I have spent a lot of working hours to solve this already. I guess, my problem has to do with the bib2gls package: I have installed it, but I can not select any .exe file in the postprocessing part of my build procedure because the files of bib2gls are Java files. I have Java, but the first link above explicitly says that I need an .exe file for the build process :)



Do you know why the bib2gls process is not triggering? How to edit my build process properly for that?



EDIT:



documentclassreport

usepackage[colorlinks]hyperref
usepackage[symbols,
stylemods=tree,% loads glossaries-extra-stylemods to patch styles
record % using 'bib2gls'
]glossaries-extra

% assign titles to group labels:
glsxtrsetgrouptitlelatinLatin
glsxtrsetgrouptitlegreekGreek

GlsXtrLoadResources[
src=latin-symbols,
type=symbols,
group=latin,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

GlsXtrLoadResources[
src=greek-symbols,
type=symbols,
group=greek,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

begindocument
tableofcontents
printunsrtglossary[type=symbols,style=alttreegroup,title=List of Symbols]

chapterSample
Reference Latin symbols: $glsM$

Reference Greek symbols: $glsrho$
enddocument


The bib files do look like:



@entryM,
name=ensuremathM,
description=Smooth manifold



and



@entryrho,
name=ensuremathrho,
description=Anchor



and the first line of my log is




This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7000 64-bit) (preloaded format=pdflatex 2019.3.28) 28 MAR 2019 05:40











share|improve this question









New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have some problem with bib2gls. I followed the guideline here, https://www.dickimaw-books.com/latex/buildglossaries/#texniccenter, and here, How to effectively use List of Symbols for a thesis?. (first big answer, option 4)



But I have the problem, that the programme cannot find any corresponding .glstex file (my tex and bib files are exactly the same as in the second link for testing), so I get a lot of warnings saying files and symbols are not defined.



Error message:




Warning: No file "....glstex" on input line ...




I am a bit desperate, because I am not tech savvy and I have spent a lot of working hours to solve this already. I guess, my problem has to do with the bib2gls package: I have installed it, but I can not select any .exe file in the postprocessing part of my build procedure because the files of bib2gls are Java files. I have Java, but the first link above explicitly says that I need an .exe file for the build process :)



Do you know why the bib2gls process is not triggering? How to edit my build process properly for that?



EDIT:



documentclassreport

usepackage[colorlinks]hyperref
usepackage[symbols,
stylemods=tree,% loads glossaries-extra-stylemods to patch styles
record % using 'bib2gls'
]glossaries-extra

% assign titles to group labels:
glsxtrsetgrouptitlelatinLatin
glsxtrsetgrouptitlegreekGreek

GlsXtrLoadResources[
src=latin-symbols,
type=symbols,
group=latin,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

GlsXtrLoadResources[
src=greek-symbols,
type=symbols,
group=greek,% assign group label
set-widest,% needed for 'alttree' styles
save-locations=false
]

begindocument
tableofcontents
printunsrtglossary[type=symbols,style=alttreegroup,title=List of Symbols]

chapterSample
Reference Latin symbols: $glsM$

Reference Greek symbols: $glsrho$
enddocument


The bib files do look like:



@entryM,
name=ensuremathM,
description=Smooth manifold



and



@entryrho,
name=ensuremathrho,
description=Anchor



and the first line of my log is




This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7000 64-bit) (preloaded format=pdflatex 2019.3.28) 28 MAR 2019 05:40








bibtex pdftex bib2gls






share|improve this question









New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 10 hours ago







Kelrugem













New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 11 hours ago









KelrugemKelrugem

11




11




New contributor




Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Kelrugem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Welcome to TeX.SE! Can you please add a short compilable tex code resulting in your issue to your question? Then we do not have to guess what you are doing ... Which tex distribution version number do you use? Please add the first line of your .log file to your question ... If you have a special configuration for TeXnicCenter please show us screenshots of it ...

    – Kurt
    10 hours ago












  • Thank you for your answer :) I will add these things in the following answers :) (but I have to go to my work soon so that may take some while)

    – Kelrugem
    10 hours ago












  • Better you register your account, then you can edit your question! That is much better!

    – Kurt
    10 hours ago











  • Thanks :) I've edited my first post now; I hope I did it correctly (sorry my first time here) :)

    – Kelrugem
    10 hours ago

















  • Welcome to TeX.SE! Can you please add a short compilable tex code resulting in your issue to your question? Then we do not have to guess what you are doing ... Which tex distribution version number do you use? Please add the first line of your .log file to your question ... If you have a special configuration for TeXnicCenter please show us screenshots of it ...

    – Kurt
    10 hours ago












  • Thank you for your answer :) I will add these things in the following answers :) (but I have to go to my work soon so that may take some while)

    – Kelrugem
    10 hours ago












  • Better you register your account, then you can edit your question! That is much better!

    – Kurt
    10 hours ago











  • Thanks :) I've edited my first post now; I hope I did it correctly (sorry my first time here) :)

    – Kelrugem
    10 hours ago
















Welcome to TeX.SE! Can you please add a short compilable tex code resulting in your issue to your question? Then we do not have to guess what you are doing ... Which tex distribution version number do you use? Please add the first line of your .log file to your question ... If you have a special configuration for TeXnicCenter please show us screenshots of it ...

– Kurt
10 hours ago






Welcome to TeX.SE! Can you please add a short compilable tex code resulting in your issue to your question? Then we do not have to guess what you are doing ... Which tex distribution version number do you use? Please add the first line of your .log file to your question ... If you have a special configuration for TeXnicCenter please show us screenshots of it ...

– Kurt
10 hours ago














Thank you for your answer :) I will add these things in the following answers :) (but I have to go to my work soon so that may take some while)

– Kelrugem
10 hours ago






Thank you for your answer :) I will add these things in the following answers :) (but I have to go to my work soon so that may take some while)

– Kelrugem
10 hours ago














Better you register your account, then you can edit your question! That is much better!

– Kurt
10 hours ago





Better you register your account, then you can edit your question! That is much better!

– Kurt
10 hours ago













Thanks :) I've edited my first post now; I hope I did it correctly (sorry my first time here) :)

– Kelrugem
10 hours ago





Thanks :) I've edited my first post now; I hope I did it correctly (sorry my first time here) :)

– Kelrugem
10 hours ago










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
);



);






Kelrugem is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481917%2fusing-bib2gls-for-my-list-of-symbols-texniccenter%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








Kelrugem is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Kelrugem is a new contributor. Be nice, and check out our Code of Conduct.












Kelrugem is a new contributor. Be nice, and check out our Code of Conduct.











Kelrugem is a new contributor. Be nice, and check out our Code of Conduct.














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%2f481917%2fusing-bib2gls-for-my-list-of-symbols-texniccenter%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

Wikipedia:Contact us Navigation menu Navigation menuLeave a Reply Cancel reply Post navigationRecent PostsRecent CommentsArchivesCategoriesMeta

Farafra Inhaltsverzeichnis Geschichte | Badr-Museum Farafra | Nationalpark Weiße Wüste (as-Sahra al-baida) | Literatur | Weblinks | Navigationsmenü27° 3′ N, 27° 58′ OCommons: Farafra

Tórshavn Kliima | Partnerstääden | Luke uk diar | Nawigatsjuun62° 1′ N, 6° 46′ W62° 1′ 0″ N, 6° 46′ 0″ WWMOTórshavn