Re: [R] Question about autocomplete Keyboard Shortcut in R Markdown Latex

2020-02-05 Thread Duncan Murdoch
On 05/02/2020 12:57 p.m., Jeff Newmiller wrote: The rmarkdown package is not the issue... this question is about editor customization. Rmarkdown can be edited in many text editors and IDEs, and none of them are on topic here. That said, there is a high probability that OP is using the RStudio

Re: [R] Question about autocomplete Keyboard Shortcut in R Markdown Latex

2020-02-05 Thread Jeff Newmiller
The rmarkdown package is not the issue... this question is about editor customization. Rmarkdown can be edited in many text editors and IDEs, and none of them are on topic here. That said, there is a high probability that OP is using the RStudio IDE, and indeed it would be best to ask them for a

Re: [R] Question about autocomplete Keyboard Shortcut in R Markdown Latex

2020-02-05 Thread Bert Gunter
Try posting this at the RStudio Help site, as R Markdown is part of the ecosystem they have created and support. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) O

[R] Question about autocomplete Keyboard Shortcut in R Markdown Latex

2020-02-05 Thread Tao Z
Hi, In R, we know how to autocomplete a function name or some arguments in the function. I usually use “Tab” to achieve this. But when I was preparing my math homework using R Markdown, I want to achieve similar results: for example, I want to autocomplete $\frac{}{}$ when I only typed $\fr$