public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Are bibliography formats converted to a native AST?
@ 2022-07-22  9:54 A A
       [not found] ` <CAMwawgMQ15dDAO39tKBVqk06URt0zdVqv7KKLbLReqptT_EZbA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: A A @ 2022-07-22  9:54 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

Are bibliography formats converted to a native AST? I've tried multiple
commands on a bibtex database, and the only ones that seem to work are the
ones that go from a bibliography based format (such as bibtex, biblatex and
csljson) to another bibliography based format.

When I try to do something like

`pandoc -f bibtex -t markdown .\bibliography.bib`

or

`pandoc -f bibtex -t native .\bibliography.bib`

I get no output. Why is this?

-- 
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/CAMwawgMQ15dDAO39tKBVqk06URt0zdVqv7KKLbLReqptT_EZbA%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 1309 bytes --]

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

* Re: Are bibliography formats converted to a native AST?
       [not found] ` <CAMwawgMQ15dDAO39tKBVqk06URt0zdVqv7KKLbLReqptT_EZbA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2022-07-22  9:59   ` Sukil Etxenike arizaleta
  0 siblings, 0 replies; 2+ messages in thread
From: Sukil Etxenike arizaleta @ 2022-07-22  9:59 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1982 bytes --]

Ah, I know this one! (I say it this way because I found out quite 
recently while skimming Pandoc's sources). The bibliographies are 
converted to a references yaml mapping in the metadata of the document. 
You are missing the --standalone flag to see the metadata. You can also, 
as it appears in the documentation, convert it to markdown (standalone, 
too, as without it the metadata is not converted) to see the yaml.

Hth,

Sukil


El 22/07/2022 a las 11:54, A A escribió:
> Are bibliography formats converted to a native AST? I've tried 
> multiple commands on a bibtex database, and the only ones that seem to 
> work are the ones that go from a bibliography based format (such as 
> bibtex, biblatex and csljson) to another bibliography based format.
>
> When I try to do something like
>
> `pandoc -f bibtex -t markdown .\bibliography.bib`
>
> or
>
> `pandoc -f bibtex -t native .\bibliography.bib`
>
> I get no output. Why is this?
> -- 
> 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/CAMwawgMQ15dDAO39tKBVqk06URt0zdVqv7KKLbLReqptT_EZbA%40mail.gmail.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgMQ15dDAO39tKBVqk06URt0zdVqv7KKLbLReqptT_EZbA%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
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/3c879c87-f9ab-eb01-b7e9-8780e882dd12%40gmail.com.

[-- Attachment #2: Type: text/html, Size: 3299 bytes --]

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

end of thread, other threads:[~2022-07-22  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  9:54 Are bibliography formats converted to a native AST? A A
     [not found] ` <CAMwawgMQ15dDAO39tKBVqk06URt0zdVqv7KKLbLReqptT_EZbA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-07-22  9:59   ` Sukil Etxenike arizaleta

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).