Skip to content

Glossaries working with texpresso-tonic but not with texpresso #110

@gdlazcano

Description

@gdlazcano

Here is the minimal glossaries tex file that I could find to make the demonstration. With texpresso command it doesn't render any glossary. But when compiling with texpresso-tonic command the resulting pdf is working as expected. I had to use \makenoidxglossaries as \makeglossaries doesn't work in either.

\documentclass{article}
\usepackage{glossaries}

\makenoidxglossaries

\newglossaryentry{test}{
    name={Test Entry},
    description={A simple test entry}
}

\begin{document}

This document mentions \gls{test}.

\vspace{2cm}

\printnoidxglossaries

\end{document}

texpresso test.tex
Image

texpresso-tonic test.tex -> test.pdf

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions