-
Description
---
title: "Example"
bibliography: Example.bib
csl: entropy.csl
format:
html:
theme: cosmo
html-math-method: mathjax
title-block-style: none
---
This is the EPR paper [@Einstein1935].
pandoc
to: html
output-file: Example.html
standalone: true
section-divs: true
html-math-method: mathjax
wrap: none
default-image-extension: png
variables: {}
metadata
document-css: false
link-citations: true
lang: en
title: Example
bibliography:
- Example.bib
csl: entropy.csl
theme: cosmo
title-block-style: none
Could not fetch http://www.zotero.org/styles/multidisciplinary-digital-publishing-institute
HttpExceptionRequest Request {
host = "www.zotero.org"
port = 80
secure = False
requestHeaders = []
path = "/styles/multidisciplinary-digital-publishing-institute"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
proxySecureMode = ProxySecureWithConnect
}
(ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = 0.0.0.0:0, addrCanonName = Nothing}, host name: "www.zotero.org", service name: "80"): does not exist (nodename nor servname provided, or not known))
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you share your example as a Git repository? (it's easier to see the content, clone and use Codespaces, etc.) Also please provide the output of |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing the zip folder. You get this probleme because you are using <?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/mdpi -->
<info>
<title>Entropy</title>
<id>http://www.zotero.org/styles/entropy</id>
<link href="http://www.zotero.org/styles/entropy" rel="self"/>
<link href="http://www.zotero.org/styles/multidisciplinary-digital-publishing-institute" rel="independent-parent"/>
<link href="http://www.mdpi.com/authors/references" rel="documentation"/>
<category citation-format="numeric"/>
<category field="science"/>
<eissn>1099-4300</eissn>
<updated>2014-05-15T12:00:00+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
</style> You see that it has a parent, which is online So for Currently it can't which is what the error tells you
So you need to change CSL to have a full non-remote one, or need to render with online access. Hope it helps |
Beta Was this translation helpful? Give feedback.
Thanks for sharing the zip folder.
You get this probleme because you are using
entropy.csl
which is