wtsnjp / llmk

Light LaTeX Make
https://ctan.org/pkg/llmk
MIT License
110 stars 5 forks source link

Support filenames with no extension as normal case #2

Closed robitex closed 5 years ago

robitex commented 5 years ago

Hi, The commit introduces the new function check_filename() that is running inside the make(arg) function. We can now run commands like the follow, where filename extension .tex can be ommitted: $ llmk simple or indifferently: $ llmk simple.tex

which behaviour corresponds to the typesetter programs like pdflatex or luatex. As a consequence the get_toml() function is simplified.

I'm very interested in this project, so I hope I will continue to help. Thank you. R.

wtsnjp commented 5 years ago

Hi, thank you for being interested in this project.

Your proposal looks good to me, thanks!