369 questions
0
votes
1
answer
47
views
uncenter text in quarto custom cross reference type
In _quarto.yml I have defined a custom crossref type
crossref:
custom:
- key: axm
kind: float
reference-prefix: Axioms
Now within my quarto doc files I define the axiom environment
...
1
vote
1
answer
309
views
How to refer to section in a Quarto typst document by name instead of number?
The following code in an *.qmd leads to referencing by number:
---
format: typst
section-numbering: "1"
---
# First chp
A link to @sec-chp2
# Second chp {#sec-chp2}
Result:
How can I ...
0
votes
0
answers
75
views
Quarto cross-reference: how is it possible to reference a single cell in a table?
I know how to cross-reference a table in Quarto
(see https://quarto.org/docs/books/book-crossrefs.html)
But I would like to cross-reference a single cell in a table.
Would that be possible?
I tried to ...
3
votes
0
answers
162
views
Reference a Quarto revealjs slide by its absolute number
In a Quarto revealjs presentation with level 1 and 2 slides, I'm trying to add a reference to a specific slide by its slide number.
However, the level 1 slide interferes with the numbering, which ...
1
vote
1
answer
351
views
R Quarto table cross reference not working when using modelsummary
I am trying to cross-reference a regression table using the modelsummary package in R Quarto. When rendering the pdf document, where the reference should be, appears ?@tbl-test.
I followed the ...
0
votes
1
answer
73
views
Unable to populate data in XREF in SOA BPEL 12c
I am trying to do a simple implmentation of XREF in SOA BPEL 12c. I have created an XREF with end system as tokenType, Token and UpdatedOn.
Used populateXRefRow to populated values in XREF.
xref:...
0
votes
0
answers
332
views
Indesign relink cross references from other file to current file
I have used the book tool to create a 1800 page file that has hundreds of crossreferences over multiple documents within the book.
Now I need to make another project that consists of exerpts from the ...
1
vote
1
answer
86
views
Cross-reference table in R Markdown [closed]
Is there a way to cross-reference a table in R Markdown? Please note that I'm not refering to a table of type kable, but the base one, the one you can insert directly from the visual panel.
0
votes
1
answer
135
views
Reference a word or a whole equation, not its number
I want to write a document with equations from different books.
The problem is sometimes different books use different letter for the same physical dimension.
I would like to create something like a ...
0
votes
0
answers
123
views
converting hard text cross-references to real cross-references and looping through paragraphs does not find all instance
I have a large Word doc with many figure references that are hard text. I'd like to update them to real cross-references. My code only replaces two instances midway through the document, and I can't ...
2
votes
1
answer
636
views
How to Cross-Reference Plantuml Diagram in Sphinx
I am writing some documentation in Sphinx and cannot figure out how to reference a plantuml diagram in text.
Using the numref role I can reference figures via a label, e.g., :numref:`diag`. In text ...
1
vote
0
answers
521
views
Quarto cross reference inside caption - pdf
For some reason cross referencing to e.g. another table within a table-caption works perfectly well when rendering to html, but not when rendering to pdf. As you can see from the output below, @tbl-...
0
votes
1
answer
416
views
Manipulating cross-referencing in Word VBA macro for numbered paragraphs using text from an original document
I have asked this to Chat GPT. Here is part of my statement:
I have a macro. The idea behind the macro is that there is an open document (openDoc), where a user has selected formatted paragraphs and ...
0
votes
1
answer
332
views
Cross-referencing columns in two data frames with different lengths
New to R here, driving myself crazy trying to do something that I feel should be simple - thought I'd consult the hive mind before continuing to bang my head against my own limitations. Details:
Two ...
1
vote
1
answer
91
views
R: Function to Iteratively Impute\Back out Missing Values
I am a long-time forum lurker and a first-time poster. I'm sorry in advance for any deficiencies in my post. This is a rather complicated one.
Description:
I have a Frankenstein dataset gathered from ...