public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Suggestion: workflow for a journal
@ 2020-04-20 10:20 Guido Milanese
       [not found] ` <d8ea0808-297e-44f1-8f8a-0691d558ab67-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Guido Milanese @ 2020-04-20 10:20 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1868 bytes --]

I would be very grateful if we could kindly suggest me the appropriate 
readings, documentation and so on for the following problem.
A journal specialising in TeX and LaTeX requires articles to be submitted 
in LaTeX. The journal has a template for authors. We would like to publish 
_also_ online: we plan to offer:

1.  a PDF version for the printed edition and for downloading;
2.  an online version for reading online and for archiving, featuring full 
compliance to JATS schemes.

I noticed that the most recent version of pandoc offers 3 different jats* 
outputs, but my problem is: since the journal (being a LaTeX journal!) 
requires LaTeX input, I would like to produce a LaTeX template featuring 
all the necessary data to obtain a complete JATS output. The ideal 
situation would be to export a complete "pandoc scholar" or JATS sample 
article to LaTeX, but I see that importing from a sample JATS most of the 
metadata are lost.
The ideal workflow for this journal would be:

*  the author receives a LaTeX template with all the fields necessary to 
produce a correct JATS file;
*  the file is compiled by LaTeX --> PDF file
*  pandoc transforms the LaTeX source to JATS

Again, the problem is to produce a LaTeX template with the full information 
useful/required by JATS.

Thank you for pointing me to the documentation that I should study. Maybe I 
did not find the appropriate lua filter; if so, I do apologise.

All the best for now,
guido

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d8ea0808-297e-44f1-8f8a-0691d558ab67%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2398 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Suggestion: workflow for a journal
       [not found] ` <d8ea0808-297e-44f1-8f8a-0691d558ab67-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-04-20 10:22   ` Guido Milanese
  2020-04-21 10:19   ` Denis Maier
  2020-04-22 12:40   ` Albert Krewinkel
  2 siblings, 0 replies; 4+ messages in thread
From: Guido Milanese @ 2020-04-20 10:22 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 502 bytes --]

> I would be very grateful if we could kindly suggest 
I mean if "you" could eqs -- sorry. 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5679cf20-a794-4d3d-af63-af4617de6e74%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 849 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Suggestion: workflow for a journal
       [not found] ` <d8ea0808-297e-44f1-8f8a-0691d558ab67-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-04-20 10:22   ` Guido Milanese
@ 2020-04-21 10:19   ` Denis Maier
  2020-04-22 12:40   ` Albert Krewinkel
  2 siblings, 0 replies; 4+ messages in thread
From: Denis Maier @ 2020-04-21 10:19 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1261 bytes --]

Just a question: Do you need LaTeX specific features, say for example 
biblatex/biber? If so, your JATS copy won't be identical to your PDF 
produced with LaTeX. Don't know if that's a problem, but anyway. (In case 
you need LaTeX specific features and identical JATS data you might need to 
deal with tex4ht...)

For the record, for various reasons I chose not to use LaTeX for a journal 
where I do the typesetting. Rather, we use JATS as our production format 
because we can display the XML with our web viewer and get a nice PDF with 
ConTeXt. But it's a humanities journal so I receive the manuscripts in DOCX 
anyway. But, if you already receive files as LaTeX files that probably not 
a good solution.

Concerning the lost metadata question:
What have you tried so far and what is missing in the output? Can you show 
an example?

Best,
Denis

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d3b91e58-464e-4ede-a9ff-86ca9c9f9455%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1702 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Suggestion: workflow for a journal
       [not found] ` <d8ea0808-297e-44f1-8f8a-0691d558ab67-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-04-20 10:22   ` Guido Milanese
  2020-04-21 10:19   ` Denis Maier
@ 2020-04-22 12:40   ` Albert Krewinkel
  2 siblings, 0 replies; 4+ messages in thread
From: Albert Krewinkel @ 2020-04-22 12:40 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Hello Guido,

I think it would be easier to provide advice when looking at an example.
Could you share more details about the kind of metadata that you'd like
to include? Metadata handling is currently a very manual job, there is
probably no "simple" solution. There are efforts to agree on certain
conventions with the [scholarly-metadata] project, but it is at a very
early stage.

It sounds to me like you could make do with just LaTeX and JATS, so you
could also use a tool more specialized than pandoc. [LaTeXML] should
suite your needs.

Cheers,
Albert

[scholarly-metadata]: https://github.com/pandoc/scholarly-metadata
[LaTeXML]: https://dlmf.nist.gov/LaTeXML/


Guido Milanese writes:

> I would be very grateful if we could kindly suggest me the appropriate
> readings, documentation and so on for the following problem.
> A journal specialising in TeX and LaTeX requires articles to be submitted
> in LaTeX. The journal has a template for authors. We would like to publish
> _also_ online: we plan to offer:
>
> 1.  a PDF version for the printed edition and for downloading;
> 2.  an online version for reading online and for archiving, featuring full
> compliance to JATS schemes.
>
> I noticed that the most recent version of pandoc offers 3 different jats*
> outputs, but my problem is: since the journal (being a LaTeX journal!)
> requires LaTeX input, I would like to produce a LaTeX template featuring
> all the necessary data to obtain a complete JATS output. The ideal
> situation would be to export a complete "pandoc scholar" or JATS sample
> article to LaTeX, but I see that importing from a sample JATS most of the
> metadata are lost.
> The ideal workflow for this journal would be:
>
> *  the author receives a LaTeX template with all the fields necessary to
> produce a correct JATS file;
> *  the file is compiled by LaTeX --> PDF file
> *  pandoc transforms the LaTeX source to JATS
>
> Again, the problem is to produce a LaTeX template with the full information
> useful/required by JATS.
>
> Thank you for pointing me to the documentation that I should study. Maybe I
> did not find the appropriate lua filter; if so, I do apologise.
>
> All the best for now,
> guido


--
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-22 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 10:20 Suggestion: workflow for a journal Guido Milanese
     [not found] ` <d8ea0808-297e-44f1-8f8a-0691d558ab67-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-04-20 10:22   ` Guido Milanese
2020-04-21 10:19   ` Denis Maier
2020-04-22 12:40   ` Albert Krewinkel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).