Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having a glossary without printing #39

Open
CronJorian opened this issue May 13, 2024 · 3 comments
Open

Having a glossary without printing #39

CronJorian opened this issue May 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@CronJorian
Copy link

It would be great to have the benefits of a glossary without it being required to be printed.
As in:
image

I think this may be useful for others too, who write papers for example as it is neat to use the acronyms in text, but the glossary takes way too much space.

I hope it is clear what I am suggesting.
I looked into your docs but I didn't find any hint how to accomplish this in the current state.

@slashformotion
Copy link
Collaborator

slashformotion commented May 13, 2024

At the moment this is not possible. It is very doable but it would require some changes in glossarium's API.

This usecase could be supported in a futur release.

@CronJorian
Copy link
Author

Thank you for the quick answer :)
Then I'll close this issue as not planned. If you want to reopen it or something, just do it

@CronJorian CronJorian closed this as not planned Won't fix, can't repro, duplicate, stale May 13, 2024
@lusinge
Copy link

lusinge commented Jul 17, 2024

I made a really dumb hack for this :

#place(dy: -100000pt)[
  #print-glossary([…])
]

This just moves the glossary high up, enough to not be rendered on the page. You can still click on the terms, and it will redirect you to the page where the glossary is hidden. But I just needed this to turn a report of mine into a slideshow and make easy copy-pasting without losing too much time.

@quachpas quachpas added enhancement New feature or request good first issue Good for newcomers labels Oct 1, 2024
@quachpas quachpas added this to the 0.5.0 milestone Oct 6, 2024
@quachpas quachpas self-assigned this Oct 6, 2024
@quachpas quachpas removed this from the 0.5.0 milestone Oct 8, 2024
@quachpas quachpas added this to the 0.6.0 milestone Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants