robert-winkler / scientific-articles-markdown

Creation of scientific articles in various output formats (DOCX, ODT, PDF, LATEX, HTML, EPUB) with markdown/ pandoc
23 stars 5 forks source link

Makefile for scientific text production #19

Closed lf-araujo closed 7 years ago

lf-araujo commented 7 years ago

Dear Robert,

Just recently I came accross your paper. Turns out I have been working in a makefile that handles the production of complex scientific documents using pandoc, similar to what you pushed in this repository. However, in my case it is also mostly OS agnostic, and handles installation of both a base latex distribution and handling packages dependencies. So, it is a more complete tool at this moment. Perhaps you want to take a look.

At some point I may insert a way of handling R scripts as well...

My repo is at: https://github.com/lf-araujo/mighty_make but look at the testing branch, as is where the installation and dependency handling routines were added.

Best,

lf

robert-winkler commented 7 years ago

Dear If,

Is there a way how we could join effort? I am a 'professional writer' (scientist, https://scholar.google.com/citations?user=fyMS1UQAAAAJ&hl=de), so I am very happy about any initiative that makes formatting less painful.

I put Albert Krewinkel in the CC, because he is much more competent in all technological issues.

Best regards,

Robert

On 01/10/17 23:09, lf_araujo wrote:

Dear Robert,

Just recently I came accross your paper. Turns out I have been working in a makefile that handles the production of complex scientific documents using pandoc, similar to what you pushed in this repository. However, in my case it is also mostly OS agnostic, and handles installation of both a base latex distribution and handling packages dependencies. So, it is a more complete tool at this moment. Perhaps you want to take a look.

At some point I may insert a way of handling R scripts as well...

My repo is at: https://github.com/lf-araujo/mighty_make but look at the testing branch, as is where the installation and dependency handling routines were added.

Best,

lf

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robert-winkler/scientific-articles-markdown/issues/19, or mute the thread https://github.com/notifications/unsubscribe-auth/AJiBbWOJGc1R_KPoMKufcfL3MVUpRpW9ks5soGH8gaJpZM4PqLTT.

lf-araujo commented 7 years ago

Yes, absolutely. That is the reason I wrote you. I have adapted a bit more than a couple "templates" where I apply the same approach to write a letter, a cv, a scientific report and an entire scientific journal (this one I didn't have time to push into my repository) using the same underlying makefile.

There are limitations to the use of one Makefile, it is hard to make it fully compatible with windows and pandoc does not support complex tables at the moment. I need help testing. So if you have a student in your lab that uses windows and wants to test it out in a Windows machine (and report bugs) that would help immensely.

tarleb commented 7 years ago

Hello Luis,

Joining forces would be great, I've send you an invitation to join the pandoc-scholar organization. I believe we should ensure backwards compatibility, but all improvement are very welcome.

I noted that mighty_make doesn't have a license yet, so technically we are not allowed to re-use it. Pandoc-scholar is MIT GPLv2+ licensed, please indicate if this is OK for you.

The upcoming pandoc 2.0 will contain a couple of changes that will render large parts of the current pandoc-scholar script obsolete; e.g., JAGS is now supported out-of-the-box, plus we integrated lua filters into pandoc, so we'll no longer need to ship panlunatic, dhjson, etc.

Thanks,

Albert

lf-araujo commented 7 years ago

Hi Albert,

Thanks for the invitation.

will read your documentation more carefully and try to incorporate your scripts into the makefile so to follow the standard you proposed. This will take some time as I am just finishing my PhD, but will let you know. GPL2 is fine with me, will update that there.

Best, lf

robert-winkler commented 7 years ago

Dear If,

you will never have more time in your life than in the PhD ;-).

Please tell me, if I can contribute anything.

Best regards,

Robert

On 03/10/17 05:32, lf_araujo wrote:

Hi Albert,

Thanks for the invitation.

will read your documentation more carefully and try to incorporate your scripts into the makefile so to follow the standard you proposed. This will take some time as I am just finishing my PhD, but will let you know. GPL2 is fine with me, will update that there.

Best, lf

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robert-winkler/scientific-articles-markdown/issues/19#issuecomment-333802947, or mute the thread https://github.com/notifications/unsubscribe-auth/AJiBbdk_fUwr9-ixDQRClRM1eXRZU9Bsks5sog1BgaJpZM4PqLTT.