-
Notifications
You must be signed in to change notification settings - Fork 535
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
Enhance build for rnw files #2013
Conversation
This is how .rnw files can be included. It is used to discover the TeX children.
…r rsweave languageId- If no recipe is specified, the first recipe whose name contains rnwor rsweave is used.
5bd233d
to
cc14427
Compare
In %DOC% and %DOCFILE%, we now remove any extesion, not only .tex The new two placeholders %DOC_EXT% and %DOCFILE_EXT% are respectively the root file full path and the root file name with the extension kept.
This PR provides a quite satisfying support for
Fixing these points requires an important effort because we have to introduce the mapping between the @RaghuNaik @maikol-solis @ChristopheRoyer21 @armarti You all showed some interest in editing |
This PR fiddles with the placeholders and the build mechanism. It requires some heavy testing before merging. @tamuratak Could you have a look at it when you have time? Sometimes I am wondering if we (I ?) do not go too far beyond the scope of the extension to offer full |
VS Code is supporting Jupyter Notebook. See microsoft/vscode#93265. I guess that users who want to embed I never use I have a question. I am not sure why we cannot detect LaTeX-Workshop/src/components/manager.ts Lines 178 to 194 in d454bcf
|
I do not use
This is a really good question and that was actually my first thought. Then, I thought that it would be more robust to read the |
I have no reason to be against this PR if you can see real use cases. |
Same here, it looks fine to me. |
Related to #2005
This PR implements
alt+ctrl+v
to view thepdf
file.rnw
filesalt+ctrl+b
to trigger the build.rnw
files.Rsweave
language Id :.[rRsS]nw
,.[sR]tex