F. Y.

Results 18 comments of F. Y.

> Looking to the plugin here: > > https://github.com/lite-xl/lite-plugins/blob/master/plugins/texcompile.lua > > it is a little bit crude. It requires to have the environment variable `LITE_LATEX_COMPILER` defined. Alternatively you may put...

Awesome! Now it works for a single complier, which is enough for most cases. I am looking forward to more features for this plugin. Thank you! 👍 Notes for other...

Sometimes we need run `pdflatex` -> `bibtex` -> `pdflatex` -> `pdflatex` one-by-one to compile a tex file with bibliography. I tried to add them to `latex_command` as `[["pdflatex.exe"&&"bibtex.exe"&&"pdflatex.exe"&&"pdflatex.exe"]]`. It doesn't...

Thank you! Is it possible to automatically open log if compiling fails? I will be happy to test new features.

Thanks! How do I pass several options to the complier from `arguments`? With only one option, say `-pdf`, setting arguments to be `{ "-pdf", texname }` works well. However, it...

Wow! That's awesome! Just one remark, when using console, double quote marks doesn't seem work. However, to escape a space in the path, one can use `^ `. For `latex_command`,...

I believe that SumatraPDF (Windows), Evince (Linux) and Skim (Mac) are all support tex-pdf sync. To be able to use this feature, the tex file should be complied using `pdflatex`...

Thank you! I guess there are more to be done so that we will have an powerful LaTeX plugin.

In the html code, there is `` missing in front of Introduction. Can you please fix this issue! Thank you! Can you please check lines 125 and 126 in msmb_html.R.

试试把math都变成图片。虽然不美观,但是至少可以显示出来。 ```yaml bookdown::epub_book: pandoc_args: --webtex ```