-
Notifications
You must be signed in to change notification settings - Fork 31
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
script file ./markdown1.luabridge.lua
not found
#457
Comments
@hongy19: Hey there, thanks for reaching out! The option Here is what seems to be the cause of your issue:
You can fix your issue by adding the following code before \def\markdownOptionOutputDir{latex.out}
\ExplSyntaxOn
\str_new:N
\g_luabridge_output_dirname_str
\str_gset:NV
\g_luabridge_output_dirname_str
\markdownOptionOutputDir
\ExplSyntaxOff After I have fixed both causes in the next release, you should be able to remove the above code from file Please, let me know if this solved your issue, so that I know that I am on the right track! |
@Witiko thanks for your feedback I got following error with your suggestion, Latex log: markdown.log
|
Does it help if you move |
Thanks so much! it works
|
I am glad that worked! I plan to look at fixing this issue in the package later today. In addition to the issues from #457 (comment), we need a better tests for |
./markdown1.luabridge.lua
not found
markdown works well before but I met following mistake after upgrading.
markdown1.log
I use latex with latexmk and I could see markdown1.luabridge.lua in latex.out folder. I guess texlua should use latex.out/markdown1.luabridge.lua? but texlua is trying to use ./markdown1.luabridge.lua. I has configured "\def\markdownOptionOutputDir{latex.out}" to indicate output folder but seems texlua doesn't notice it.
here comes my .latexmkrc content:
The text was updated successfully, but these errors were encountered: