Jayan Sunil

Results 23 comments of Jayan Sunil

> if you wanna sure! I don't think that i have the required permissions. That's why i created the issue

> Updating to MacOS Sequoia 15.0 (non beta) fixed it for me. Thanks, that worked for me too!

I'd be interested to work on this. Could you tell me how the website is structured and what plugins it uses to render markdown? I'll get a draft PR going...

I managed to figure out an alternative to the `// hide_line` comments. Please see #940 for further details. Also could I please be assigned to this issue? Thank you!

I'm also getting this error, even though the main.bcf file shows the correct versions

Stemming from #1136, you can use ```bash tectonic -Z search-path=$(dirname $(kpsewhich biblatex.sty)) main.tex ``` if you are willing to use the `V1` interface.

Two more things that I think can be added are: 1. `rat_salsa` is a very useful library for builing TUIs with ratatui, particularly the focus widgets and the mouse interactions....

Check the `\documentclass{}` command, in particular, see that it does not contain `pdftex`. That is, it should not look like ```latex \documentclass[journal,article,submit,pdftex,moreauthors]{Definitions/mdpi} %----> the pdftex should be removed ``` If...

> Can you create a minimal configuration that still reproduces your problem? You can start with something like this: Sure, I'll update here when im done > From your VimtexInfo...