89 questions
3
votes
1
answer
81
views
flextable causing error in papaja pdf output
When rendering a flextable in a papaja document the following error is produced:
55 words in text body
0 words in reference section
tlmgr: package repository https://ftp.snt.utwente.nl/pub/software/...
2
votes
1
answer
73
views
Rendering IPA fonts within a table in papaja()
I'm trying to create a table using kable() with papaja() that includes IPA transcriptions of words. I've had no issue rendering the symbols in the main text using TIPA.
My table is as follows (with ...
3
votes
2
answers
342
views
Formatting numbers and percentages as text in quarto/rmarkdown
When writing in Quarto, I sometimes would like to format numbers/percentages as text. For example, when starting a sentence with a number or when a percentage is easily expressed in words. Here are ...
1
vote
1
answer
88
views
Rendering mathematical symbols in papaja()
I'm trying to render what I think should be a very simple table using kable() within papaja(). One cell in the table includes mathematical symbols, and I get an error message when trying to render the ...
2
votes
1
answer
560
views
Long author list goes below title page. How to use page break on authors or affiliations?
I've been trying to knit an article with a very long author list. Here I'm using apa6_pdf with papaja. However, the long list seems not to start on a new page. Half of them cannot be shown on the ...
1
vote
1
answer
55
views
Title and affiliations FLUSH LEFT in pdf of manuscript written with papaja
I need to submit a manuscript originally written with papaja with the title and affiliations flush left (and ideally the title in bold). I've searched all over and can't seem to find a solution - I ...
1
vote
2
answers
147
views
Suppress the Running Head when using papaja?
I am trying to supress the running head on a pdf render of a manuscript written with papaja. Commenting out or deleting the shorttitle from the YAML (see below) both insert "Running head: SHORT ...
1
vote
0
answers
27
views
Can knitr save figures with file names corresponding figure counter?
I'm using bookdown/papaja and knitr in generating a pdf file with figures.
By default it seams the knitr names the figures according to their code chunk label (e.g.: fig_cars-plot), but is there a way ...
1
vote
0
answers
88
views
Accessing language specific fixed names in papaja.terms
I am writing a APA-report in RStudio with rmarkdown and the papaja-package. Everything ist working fine except that I cannot change the names of "Figures", "Tables", "Keywords&...
0
votes
1
answer
105
views
Hiding NA's when printing a dataframe in apa_table (papaja)
I am trying to print a table with apa_table (papaja) using options(knitr.kable.NA = ""). Whatever I try the NAs are still printed.
I tried with kable which worked just fine. But I need to ...
0
votes
3
answers
302
views
Highlighting some references in RMarkdown documents?
Is it possible to emphasise (e.g., put in bold) some references that contain a particular string (e.g., the name of a particular author) in a papaja .Rmd document (where the refs are taken from a bib ...
1
vote
2
answers
334
views
How to remove the "Running head" from papaja in Rstudio
I'm writing an essay on APA template using papaja package in Rstudio. When I finished editing the short title and knit it for pdf to have a look. The "Running head" of "Running head: ...
1
vote
1
answer
92
views
Is it possible to move the abstract into a separate document for papaja?
The abstract is often the longest section in the YAML in a papaja Rmd, and I was wondering if it was possible to move this off into a separate document (e.g. another Rmd file) and include it via ...
1
vote
1
answer
233
views
How to merge two apa tables through papaja?
I need help. I managed to have r tables in APA style using papaja in r markdown. But I need to merge them into one big table(It is going to be sociodemographics).
Sorry If I am not being clear but my ...
2
votes
0
answers
490
views
Papaja and quarto
Has anyone looked into using papaja with quarto, yet?
I've tried rendering a qmd file with
format:
papaja::apa6_pdf:
latex_engine: lualatex
keep_tex: true
in the header, but in seems that ...