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

Referencing an enclosing figure hinders the diagram from being drawn. #7

Open
HerrMotz opened this issue Jan 4, 2025 · 0 comments
Open

Comments

@HerrMotz
Copy link

HerrMotz commented Jan 4, 2025

The *backend's* purpose is to handle the algebraic parts of the mapping between SPARQL queries and VQGs. An entity is considered to have the properties shown in #todo[insert figure here]. 

#figure(caption: [Placeholder text.],
```pintora
erDiagram
  PREFIX {
    string iri
    string abbreviation
  }

)


If I reference it using e.g. `<fig:data_types>`:

```typst
#figure(caption: [text], ```pintorita
erDiagram
  PREFIX {
    string iri
    string abbreviation
  }
```) <fig:data_types>

and call the reference using @fig:data_types, then the source is shown instead of the diagram. Do you know a fix?

Also, the figure description says e.g. Listing 5. Do you know a way how to let it be treated as an image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant