public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Markdown to PDF: Missing hyperlinks in bibliography for webpage citations
@ 2019-07-09 19:25 L
       [not found] ` <24b83a67-ae6a-4022-bc87-c5f66d22adaa-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: L @ 2019-07-09 19:25 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi, I have a script that converts my Markdown documents to PDF via Pandoc. 
For `--bibliography`, I have specified a Better BibTex *.bib file, and for 
`--csl`, I have specified nature.csl from my Zotero folder.

When I run the script, everything works perfectly except that where Pandoc 
inserts the references at the end of the document, my web page references 
do not include their hyperlink. 

One thing I tried was switch the nature.csl to the apa.csl. When run with 
apa.csl, web page hyperlinks were correctly inserted in the references.

Is this something wrong with: 1) the nature.csl stylesheet; 2) a missing 
Pandoc option; or 3) a Zotero/Better BibTex setting?

Here is the exact code I'm using:
MARKDOWN_DOC="/path/to/doc.md"

pandoc \
-s \
-f markdown \
-o ${MARKDOWN_DOC}.pdf \
-V geometry:margin=1in \
--bibliography "/path/to/BBTBibliography.bib" \
--csl "/Users/user/Zotero/styles/nature.csl" \
$MARKDOWN_DOC

Any help would be appreciated, thanks!

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/24b83a67-ae6a-4022-bc87-c5f66d22adaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

[-- Attachment #2: Screen Shot 2019-07-09 at 2.18.50 PM.png --]
[-- Type: image/png, Size: 79051 bytes --]

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

end of thread, other threads:[~2019-07-11 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-09 19:25 Markdown to PDF: Missing hyperlinks in bibliography for webpage citations L
     [not found] ` <24b83a67-ae6a-4022-bc87-c5f66d22adaa-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-07-10  7:54   ` Agustín Martín
     [not found]     ` <68d022a5-3197-4eac-a970-180f28a79111-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-07-11 20:15       ` L
2019-07-10 19:13   ` John MacFarlane
     [not found]     ` <m2lfx5u2ij.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2019-07-11 20:19       ` L

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