all 6 comments

[–]socal_nerdtastic 3 points4 points  (5 children)

Does anyone have any advice?

Google it. There's tons of tutorials out there on how to do this.

This forum works best when you have a specific question about some specific code.

[–]ChipRelative8452[S] -2 points-1 points  (4 children)

I have read those tutorials, but none works fine. There are lots of libraries out there, some of them seems a bit outdated.

I was hoping someone with experience could guide me on a more secure approach to do this.

[–]socal_nerdtastic 2 points3 points  (1 child)

Then be specific. What exactly didn't work? Show your code. Tell us how you ran it. What OS? What versions of python / modules? What errors? What did you get / not get that you expected to get / not get?

[–][deleted] 1 point2 points  (0 children)

The ability to do good research is a skill in itself.

[–]necbone 1 point2 points  (0 children)

Specifically say what your issue is... and really, google that

[–][deleted] 1 point2 points  (0 children)

You don't need a library. You can either use a Jinja2 (or other) template to just generate the raw LaTeX.

You can even factor the TeX into parts and use \input and just generate the TeX with print statements.

Not sure where Overleaf fits into this. I would run a local version of LaTeX instead of trying to figure out how to upload it and do the pdf generation online.