public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations
@ 2022-12-07 20:57   ` Pa Sc
       [not found]     ` <5d9e027d-f905-4cb6-a070-873d87c74428n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Pa Sc @ 2022-12-07 20:57 UTC (permalink / raw)
  To: pandoc-discuss


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



The source are markdown files created in Obsidian.

I would like to use Pandoc and LaTeX to automatically cite my sources. I 
have the bib file all set up, and the LaTeX part too, and directly in a 
LaTeX editor I can use \cite{Smith2020}to reference a source, and it is 
then rendered as Smith 2020.

Now I’d just like to be able to include that type of citation in my 
markdown files so I can then export those to PDF via LaTeX.

Right now when I export this kind of citation it just outputs the citekey 
itself, with no change.

How can I fix this?

Thank you!

-- 
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/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.com.

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

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

* AW: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations
       [not found]     ` <5d9e027d-f905-4cb6-a070-873d87c74428n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-12-08 10:12       ` denis.maier-NSENcxR/0n0
       [not found]         ` <a8b8c8eea2f04a908cb6090a3c5b674a-NSENcxR/0n0@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: denis.maier-NSENcxR/0n0 @ 2022-12-08 10:12 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

How does Obsidian call pandoc ?

Von: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im Auftrag von Pa Sc
Gesendet: Mittwoch, 7. Dezember 2022 21:58
An: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Betreff: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations


The source are markdown files created in Obsidian.

I would like to use Pandoc and LaTeX to automatically cite my sources. I have the bib file all set up, and the LaTeX part too, and directly in a LaTeX editor I can use \cite{Smith2020}to reference a source, and it is then rendered as Smith 2020.

Now I’d just like to be able to include that type of citation in my markdown files so I can then export those to PDF via LaTeX.

Right now when I export this kind of citation it just outputs the citekey itself, with no change.

How can I fix this?

Thank you!
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.com<https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.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/a8b8c8eea2f04a908cb6090a3c5b674a%40unibe.ch.

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

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

* Re: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations
       [not found]         ` <a8b8c8eea2f04a908cb6090a3c5b674a-NSENcxR/0n0@public.gmane.org>
@ 2022-12-08 10:21           ` Pa Sc
       [not found]             ` <3e527a2b-41b2-4421-bfc9-b34b3fbac067n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Pa Sc @ 2022-12-08 10:21 UTC (permalink / raw)
  To: pandoc-discuss


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

Via a plugin (https://github.com/phillipjohnston/obsidian-pandoc). I just 
figured out that you can use @citekey to cite via the plugin, but not how 
to use the correct style. therefore I think it would still be easier if 
Pandoc could just pass that text along to LaTeX, i.e. ignore it. How would 
I do this?


denis...-NSENcxR/0n0@public.gmane.org schrieb am Donnerstag, 8. Dezember 2022 um 11:12:42 UTC+1:

> How does Obsidian call pandoc ?
>
>  
>
> *Von:* pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> *Im 
> Auftrag von *Pa Sc
> *Gesendet:* Mittwoch, 7. Dezember 2022 21:58
> *An:* pandoc-discuss <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
> *Betreff:* Citations/References using Pandoc (via LaTeX) to export to PDF 
> from Obsidian (markdown): How to have Pandoc just use my text for citations
>
>  
>
> The source are markdown files created in Obsidian.
>
> I would like to use Pandoc and LaTeX to automatically cite my sources. I 
> have the bib file all set up, and the LaTeX part too, and directly in a 
> LaTeX editor I can use \cite{Smith2020}to reference a source, and it is 
> then rendered as Smith 2020.
>
> Now I’d just like to be able to include that type of citation in my 
> markdown files so I can then export those to PDF via LaTeX.
>
> Right now when I export this kind of citation it just outputs the citekey 
> itself, with no change.
>
> How can I fix this?
>
> Thank you!
>
> -- 
> 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.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/3e527a2b-41b2-4421-bfc9-b34b3fbac067n%40googlegroups.com.

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

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

* AW: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations
       [not found]             ` <3e527a2b-41b2-4421-bfc9-b34b3fbac067n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-12-09 12:38               ` denis.maier-NSENcxR/0n0
       [not found]                 ` <975010e9280d4b2a9a100a09a5ddfc96-NSENcxR/0n0@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: denis.maier-NSENcxR/0n0 @ 2022-12-09 12:38 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Well, I was thinking that pandoc can do that. Raw latex should be passed through, but I don’t know anything about Obsidian, how it calls pandoc, latex, etc.
You can also use the --biblatex option : with this pandoc will convert @citekey to latex citation commands (e.g. to \autocite{citekey}.
But again, I don’t know anything about Obsidian, about how it calls pandoc, and about how this plugin works.

Von: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im Auftrag von Pa Sc
Gesendet: Donnerstag, 8. Dezember 2022 11:22
An: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Betreff: Re: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations

Via a plugin (https://github.com/phillipjohnston/obsidian-pandoc). I just figured out that you can use @citekey to cite via the plugin, but not how to use the correct style. therefore I think it would still be easier if Pandoc could just pass that text along to LaTeX, i.e. ignore it. How would I do this?


denis...-NSENcxR/0n0@public.gmane.org<mailto:denis...-NSENcxR/0n0@public.gmane.org> schrieb am Donnerstag, 8. Dezember 2022 um 11:12:42 UTC+1:
How does Obsidian call pandoc ?

Von: pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im Auftrag von Pa Sc
Gesendet: Mittwoch, 7. Dezember 2022 21:58
An: pandoc-discuss <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Betreff: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations


The source are markdown files created in Obsidian.

I would like to use Pandoc and LaTeX to automatically cite my sources. I have the bib file all set up, and the LaTeX part too, and directly in a LaTeX editor I can use \cite{Smith2020}to reference a source, and it is then rendered as Smith 2020.

Now I’d just like to be able to include that type of citation in my markdown files so I can then export those to PDF via LaTeX.

Right now when I export this kind of citation it just outputs the citekey itself, with no change.

How can I fix this?

Thank you!
--
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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.com<https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3e527a2b-41b2-4421-bfc9-b34b3fbac067n%40googlegroups.com<https://groups.google.com/d/msgid/pandoc-discuss/3e527a2b-41b2-4421-bfc9-b34b3fbac067n%40googlegroups.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/975010e9280d4b2a9a100a09a5ddfc96%40unibe.ch.

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

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

* Re: Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations
       [not found]                 ` <975010e9280d4b2a9a100a09a5ddfc96-NSENcxR/0n0@public.gmane.org>
@ 2022-12-09 14:47                   ` Pa Sc
  0 siblings, 0 replies; 5+ messages in thread
From: Pa Sc @ 2022-12-09 14:47 UTC (permalink / raw)
  To: pandoc-discuss


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

I've actually tried --biblatex as an option, but it doesn't seem to work. 
Do I need to add anything else, or should that work, purely from Pandoc?
Thanks!

denis...-NSENcxR/0n0@public.gmane.org schrieb am Freitag, 9. Dezember 2022 um 13:38:25 UTC+1:

> Well, I was thinking that pandoc can do that. Raw latex should be passed 
> through, but I don’t know anything about Obsidian, how it calls pandoc, 
> latex, etc.
>
> You can also use the --biblatex option : with this pandoc will convert 
> @citekey to latex citation commands (e.g. to \autocite{citekey}. 
>
> But again, I don’t know anything about Obsidian, about how it calls 
> pandoc, and about how this plugin works.
>
>  
>
> *Von:* pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> *Im 
> Auftrag von *Pa Sc
> *Gesendet:* Donnerstag, 8. Dezember 2022 11:22
> *An:* pandoc-discuss <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
> *Betreff:* Re: Citations/References using Pandoc (via LaTeX) to export to 
> PDF from Obsidian (markdown): How to have Pandoc just use my text for 
> citations
>
>  
>
> Via a plugin (https://github.com/phillipjohnston/obsidian-pandoc). I just 
> figured out that you can use @citekey to cite via the plugin, but not how 
> to use the correct style. therefore I think it would still be easier if 
> Pandoc could just pass that text along to LaTeX, i.e. ignore it. How would 
> I do this?
>
>  
>
>  
>
> denis...-NSENcxR/0n0@public.gmane.org schrieb am Donnerstag, 8. Dezember 2022 um 11:12:42 
> UTC+1:
>
> How does Obsidian call pandoc ?
>
>  
>
> *Von:* pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> *Im 
> Auftrag von *Pa Sc
> *Gesendet:* Mittwoch, 7. Dezember 2022 21:58
> *An:* pandoc-discuss <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
> *Betreff:* Citations/References using Pandoc (via LaTeX) to export to PDF 
> from Obsidian (markdown): How to have Pandoc just use my text for citations
>
>  
>
> The source are markdown files created in Obsidian.
>
> I would like to use Pandoc and LaTeX to automatically cite my sources. I 
> have the bib file all set up, and the LaTeX part too, and directly in a 
> LaTeX editor I can use \cite{Smith2020}to reference a source, and it is 
> then rendered as Smith 2020.
>
> Now I’d just like to be able to include that type of citation in my 
> markdown files so I can then export those to PDF via LaTeX.
>
> Right now when I export this kind of citation it just outputs the citekey 
> itself, with no change.
>
> How can I fix this?
>
> Thank you!
>
> -- 
> 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/5d9e027d-f905-4cb6-a070-873d87c74428n%40googlegroups.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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/3e527a2b-41b2-4421-bfc9-b34b3fbac067n%40googlegroups.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/3e527a2b-41b2-4421-bfc9-b34b3fbac067n%40googlegroups.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/60676def-70f8-4b92-8c5d-fb275fcf79a5n%40googlegroups.com.

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

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

end of thread, other threads:[~2022-12-09 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AQHZCn6SQ5QglEnCFE604mbixJdi8K5jxiSA///x6QCAAce2kA==>
     [not found] ` <AQHZCn6SQ5QglEnCFE604mbixJdi8K5jxiSA>
2022-12-07 20:57   ` Citations/References using Pandoc (via LaTeX) to export to PDF from Obsidian (markdown): How to have Pandoc just use my text for citations Pa Sc
     [not found]     ` <5d9e027d-f905-4cb6-a070-873d87c74428n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-12-08 10:12       ` AW: " denis.maier-NSENcxR/0n0
     [not found]         ` <a8b8c8eea2f04a908cb6090a3c5b674a-NSENcxR/0n0@public.gmane.org>
2022-12-08 10:21           ` Pa Sc
     [not found]             ` <3e527a2b-41b2-4421-bfc9-b34b3fbac067n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-12-09 12:38               ` AW: " denis.maier-NSENcxR/0n0
     [not found]                 ` <975010e9280d4b2a9a100a09a5ddfc96-NSENcxR/0n0@public.gmane.org>
2022-12-09 14:47                   ` Pa Sc

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