Replies: 3 comments 4 replies
-
That is an interesting question :) AFAIK there are two types of document description languages for two different use cases:
I don't have any experience with converting Markdown to nice looking PDFs but @tarleb should know the limitations. I specifically wonder whether you can reach journal quality typesetting levels with Markdown to PDF conversion. IIRC it has been done, but I don't remember the limitations and how difficult it is. |
Beta Was this translation helpful? Give feedback.
-
It all has pros and cons, and the following is just my limited experience. IMHO, LaTeX is still unmatched when it comes to typesetting and flexibility. It remains a safe choice when producing print publications, or even online-only PDFs. But the power and flexibility of LaTeX is also its biggest downside. The more advanced the input, the less straight-forward it becomes to convert the document into other formats like HTML. E.g., TeX makes it easy to combine two glyphs by using negative spacing, but that's not easy to translate into other, less graphically powerful formats. And with LaTeX's focus on graphical representations, authors are often tempted to focus on that, and not the semantic meaning. This could all be solved by defining a subset of LaTeX which can safely be used in a single-source publishing environment. The focus would be on semantics, not typesetting details. Being limited to that would take away a lot of what makes LaTeX great, but it would indeed allow it to be used for SSP. One other thing that's currently a blocker is the incomplete support for accessible PDFs. HTML and EPUB are, more or less, accessible by default, while tagging is still not readily available for PDFs produced through LaTeX. |
Beta Was this translation helpful? Give feedback.
-
I see 2 problems with latex:
on a wider scale, latex primary outputs are pdf, while ssp will need some xml output to be compatible with the current ecosystem. one can also see the problem of using latex by browsing some latex templates on overleaf: each journal gets different ways to implement authors and affiliations, in most cases on ly to look like the final pdf, but without any of the metadata needed (meaning the info are requested again in forms for real submissions) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since LaTeX was created specifically for the purpose of typesetting documents, does it not make sense to it as the primary "single source" instead of Markdown or HTML?
Beta Was this translation helpful? Give feedback.
All reactions