-
Notifications
You must be signed in to change notification settings - Fork 13
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
ENH: Rendering into Journal-provided LaTeX templates #95
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
thanks for opening this issue @michaelosthege -- it's a great idea -- and we would like to be able to support We would like to make use of these We are also working with the good folks at curvenote (@rowanc1 @stevejpurves) and they are doing some really nice work on building support for a large range of LaTeX templates through jtex. We are looking at how we might be able to integrate this work in |
Thanks @mmcky, I'm already using
I'm new to Since Jinja-templating is certainly a good idea too, but it sounds like a completely different approach. Regarding publisher-provided LaTeX templates I have no idea whether the current, or a Personally, I'm also under a lot of time pressure, but I'm also very interested in writing my next article & thesis with |
@michaelosthege currently it is used by The project is building support from the ground for
The actual TeX/LaTeX is written by sphinx.writers.latex and we adopted the strategy in
Yeah we would need to translate the Good luck with your thesis and articles. We would welcome any feedback you have -- you may also want to checkout https://curvenote.com for the |
Context
This is about file types in academic publishing.
I tried to illustrate the story below 👇
Note that for dissertations this is not a problem, because you print them yourself.
Also for books it's not a problem because book publishers accept EPUB.
Problem
Nice-looking, customized PDFs are cool, but an output format that the Journals accepts is cooler.
If it works at all, the only method to create DOCX would probably through
pandoc
. But it doesn't fit into the executablebooks/Sphinx toolchain and it's questionable wheather cross-references, citations etc. would work.So the question is: How can we render a JupyterBook Article into a Journal-provided LaTeX template?
Solution
Here are two examples of LaTeX templates, and I'm sure there are more:
plos_latex_template.tex
elsarticle.cls
classMore are listed on https://www.latextemplates.com/cat/academic-journals
Benefit
Right now the
jb build manuscript --builder pdflatex
output doesn't look anything like a scientific article by default.Or did I overlook a tutorial?
By rendering into Journal-provided templates, there would be an immediate benefit of nice-looking, standardized PDF output.
Guide for implementation
There's a
jupyterBook.cls
.Could this be replaced with a (curated) collection journal-provided templates?
@AakashGfude @mmcky
Tasks and updates
No response
The text was updated successfully, but these errors were encountered: