search for: quarto

Displaying 10 results from an estimated 10 matches for "quarto".

Did you mean: quartz
2023 Nov 29
2
Code editor for writing R code
Bert, Posit (formerly RStudio) has moved from RMarkdown to Quarto. They still support RMarkdown but major new features will be in Quarto. For new users a better choice would be Quarto. See https://quarto.org/docs/faq/rmarkdown.html Secondly, the OP stated he was using the VS-Code IDE, so there is no reason to point him to the Posit/RStudio IDE for this functiona...
2023 Nov 29
1
Code editor for writing R code
Hi Sergei, Where can I find TeX Comments extension in VS Code? On Wed, Nov 29, 2023 at 9:34?PM Sergei Ko <sggp.sergei at gmail.com> wrote: > > TeX Comments extension in VS Code > > > > > Sent from my phone > > > -------- Original message -------- > From: Christofer Bogaso <bogaso.christofer at gmail.com> > Date: Wed, 29 Nov 2023, 15:57 > To:
2023 Nov 29
1
Code editor for writing R code
Presumably there's nothing stopping you *writing* LaTeX in comments -- do you want a code editor that will render and display the LaTeX as you write? (Or am I misunderstanding something?) Does anyone do classic literate programming *sensu* Knuth any more? https://rpubs.com/bbolker/3153 https://cran.r-project.org/web/packages/noweb/vignettes/noweb.pdf On 2023-11-29 10:57 a.m.,
2023 Dec 02
1
adding "Page X of XX" to PDFs
It's still not entirely clear to me what framework you're using to generate the PDF, but if it's rmarkdown/Rnw (Sweave)/Quarto-based, then as far as I know all of those frameworks use LaTeX as the last step in the script-to-PDF pipeline, and allow the inclusion of arbitrary LaTeX code, so the 'lastpage' package would do this for you: https://stackoverflow.com/questions/70343001/how-to-show-the-total-number-of-p...
2023 Dec 02
1
adding "Page X of XX" to PDFs
He clearly stated he was using the pdf() graphics device. On December 2, 2023 10:36:44 AM PST, Ben Bolker <bbolker at gmail.com> wrote: > It's still not entirely clear to me what framework you're using to generate the PDF, but if it's rmarkdown/Rnw (Sweave)/Quarto-based, then as far as I know all of those frameworks use LaTeX as the last step in the script-to-PDF pipeline, and allow the inclusion of arbitrary LaTeX code, so the 'lastpage' package would do this for you: > >https://stackoverflow.com/questions/70343001/how-to-show-the-total-number...
2023 Jul 22
0
Live data collection, analysis & update of slides ..
...ot aware any of them offer that). Obviously both would be EASY in R. Anyone used an audience feedback service with an R accessible API? Or I can use a survey tool to get the results but they don't pose questions in time to the on-screen presenter... >From that data I can have a pre-built quarto to present the results. I'd also like to have a free text box to let people suggest alternative versions of what they are voting on. Not come across anything in audience feedback sessions... Anyone? Then I want to be able to rerun the votes on the alternatives... Does anyone have any thought...
2023 Dec 02
1
adding "Page X of XX" to PDFs
...gt; He clearly stated he was using the pdf() graphics device. > > On December 2, 2023 10:36:44 AM PST, Ben Bolker <bbolker at gmail.com> wrote: >> It's still not entirely clear to me what framework you're using to generate the PDF, but if it's rmarkdown/Rnw (Sweave)/Quarto-based, then as far as I know all of those frameworks use LaTeX as the last step in the script-to-PDF pipeline, and allow the inclusion of arbitrary LaTeX code, so the 'lastpage' package would do this for you: >> >> https://stackoverflow.com/questions/70343001/how-to-show-the-tot...
2023 Dec 02
1
adding "Page X of XX" to PDFs
Would this work in general? Say I have a document with figures, special equations, text, and tables. The text and tables are relatively easy. The figures would need a conversion from pixels to lines, and the equations maybe printed out, counted as a figure, and then added to the line count. It would also be tricky if a title line was at 32 point font and the text at 12, and the more complex the
2023 Dec 01
5
adding "Page X of XX" to PDFs
OS X R 4.3.1 Colleagues I often create multipage PDFs [pdf()] in which the text "Page X" appears in the margin. These PDFs are created automatically using a massive R script. One of my clients requested that I change this to: Page X of XX where XX is the total number of pages. I don't know the number of expected pages so I can't think of any clever way to do this. I
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...