-
Preliminary questions [Required]Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you can not see the requested feature. [Required]You still see this issue?: Yes Make sure to visit the wiki FAQ before requesting a feature.You visited the wiki?: Yes If your requested feature is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.You can compile a TeX document manually?: I am not sure how to configure the toolchain to compile the document manually with this feature. Compilation works on overleaf.com by adding the following file
Is your requested feature related to a problem? Please describe. [Required]Hi, I have just discovered the great potential LaTeX workshop and configured it to compile documents with xelatex. Now I got stuck trying to pass This is my configuration based on original package.json:
Apparently I guess this functionality is not supported or I am doing something wrong. To Reproduce [Required]Steps to reproduce the behavior:
Describe the solution you'd like [Required]Provide an option of passing arguments to Logs [Required]Please paste the whole log messages here, not parts of ones. The log should start with LaTeX Workshop Output [Required]
Developer Tools Console [Required]
ScreenshotsIf applicable, add screenshots to help explain your problem. Desktop [Required]Please write exact version numbers. Please don't write
Additional questionsAre you using VSCodium?No Are you using the Snap or Flatpack versions of VS Code?No Are you using LaTeX Workshop with VS Code Remote?Yes If the answer is Yes, please write which one you are using. Write the versions of the remote extension.
Additional contextAwesome tool! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use a |
Beta Was this translation helpful? Give feedback.
You can use a
.latexmkrc
file just as in Overleaf. You just need to select the recipelatexmk (latexmkrc)
as your default recipe. See the wiki for how to set the default recipe.