typst-hidden-bib
Create hidden bibliographies or bibliographies with unmentioned (hidden) citations in Typst.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
Create hidden bibliographies or bibliographies with unmentioned (hidden) citations in Typst.
Basic Info
Statistics
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Typst Hidden-Bib
GitHub Repository including Examples
A Typst package to create hidden bibliographies or bibliographies with unmentioned (hidden) citations.
Use Cases
Hidden Bibliographies
In some documents, such as a letter, you may want to cite a reference without printing a bibliography.
This can easily be achieved by wrapping your bibliography(...) with the hidden-bibliography function after importing the hidden-bib package.
The code then looks like this:
```typ
import "@preview/hidden-bib:0.1.0": hidden-bibliography
lorem(20) @example1
lorem(40) @example2[p. 2]
hidden-bibliography(
bibliography("/refs.yml") ) ```
Note that this automatically sets the style option to "chicago-notes" unless you specify a different style.
Hidden Citations
In some documents, it may be necessary to include items in your bibliography which weren't explicitly cited at any specific point in your document.
The code then looks like this:
```typ
import "@preview/hidden-bib:0.1.0": hidden-cite
hidden-cite("example1")
```
Multiple Hidden Citations
If you want to include a large number of items in your bibliography without having to use hidden-cite (to still get autocompletion in the web editor), you can use the hidden-citations environment.
The code then looks like this:
```typ
import "@preview/hidden-bib:0.1.0": hidden-citations
hidden-citations[
@example1 @example2 ] ```
FAQ
Why would I want to have hidden citations and a hidden bibliography?
You don't. While this package solves both (related) problems, you should only use one of them at a time. Otherwise, you'll simply see nothing at all.
Why would I want to have hidden citations?
That's for you to decide. It essentially enables you to include "uncited references", similar to LaTeX's \nocite{} command.
License
This package is licensed under the MIT license. See the LICENSE file for details.
Owner
- Name: Pablo Klaschka
- Login: pklaschka
- Kind: user
- Location: Würzburg, Germany
- Company: @Adobe @fliegwerk @server-state @wuespace
- Website: https://xdplugins.pabloklaschka.de
- Twitter: pklaschka2000
- Repositories: 14
- Profile: https://github.com/pklaschka
(they/them) Autistic. A nerd, and happy about it. Also: Working Student / Developer Advocate, Creative Cloud Platform & Ecosystem Team @Adobe
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 3
- Total pull requests: 1
- Average time to close issues: 2 days
- Average time to close pull requests: less than a minute
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 2 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pklaschka (2)
- ironupiwada (1)
Pull Request Authors
- pklaschka (1)