Context html export bibliographyConverting ConTeXt document to HTMLHow to export biblatex data to...
What can I do to encourage my players to use their consumables?
How to fly a direct entry holding pattern when approaching from an awkward angle?
Is there a file that always exists and a 'normal' user can't lstat it?
Are all power cords made equal?
Is there a non trivial covering of the Klein bottle by the Klein bottle
Why do neural networks need so many examples to perform?
How to not let the Identify spell spoil everything?
The No-Straight Maze
Co-worker sabotaging/undoing my work (software development)
Equivalent of "illegal" for violating civil law
How do I avoid the "chosen hero" feeling?
Rigorous justification for non-relativistic QM perturbation theory assumptions?
How can I prevent an oracle who can see into the past from knowing everything that has happened?
How to completely remove a package in Ubuntu (like it never existed)
What would be some possible ways of escaping higher gravity planets?
RS485 using USART or UART port on STM32
Taking an academic pseudonym?
How do dictionaries source attestation?
Charging phone battery with a lower voltage, coming from a bike charger?
Writing dialogues for characters whose first language is not English
Plausible reason for gold-digging ant
How to politely refuse in-office gym instructor for steroids and protein
Can me and my friend spend the summer in Canada (6 weeks) at 16 years old without an adult?
Is there any danger of my neighbor having my wife's signature?
Context html export bibliography
Converting ConTeXt document to HTMLHow to export biblatex data to HTML?Bibliography in ConTeXtExport LaTeX to HTML for simple documentaitonConText and bibliographyImages in HTML exported from ConTeXtProblem in rendering bibliography in ConTeXtConTeXt, HTML source code side by side to the result from the webConTeXt mkiv bibliography and chicago styleContext html export garbles bibliography
Context MKIV html export works perfectly, but: the bibliography in APA produces ---- lines for authors with several publications which disappear in html-rendering. Which is the best way to resolve this problem: 1. for this particular case repeat the name of the author in each publication, that is, to change the parameters of the style 2. make a adjustment to translate the resultant line into an html-coded entity? Can one suggest a solution to both variants?
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
starttext
placelistofpublications[method=dataset]
stoptext
bibliographies context html
add a comment |
Context MKIV html export works perfectly, but: the bibliography in APA produces ---- lines for authors with several publications which disappear in html-rendering. Which is the best way to resolve this problem: 1. for this particular case repeat the name of the author in each publication, that is, to change the parameters of the style 2. make a adjustment to translate the resultant line into an html-coded entity? Can one suggest a solution to both variants?
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
starttext
placelistofpublications[method=dataset]
stoptext
bibliographies context html
3
I have added a MWE for you. Please always add one.
– Henri Menke
3 hours ago
add a comment |
Context MKIV html export works perfectly, but: the bibliography in APA produces ---- lines for authors with several publications which disappear in html-rendering. Which is the best way to resolve this problem: 1. for this particular case repeat the name of the author in each publication, that is, to change the parameters of the style 2. make a adjustment to translate the resultant line into an html-coded entity? Can one suggest a solution to both variants?
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
starttext
placelistofpublications[method=dataset]
stoptext
bibliographies context html
Context MKIV html export works perfectly, but: the bibliography in APA produces ---- lines for authors with several publications which disappear in html-rendering. Which is the best way to resolve this problem: 1. for this particular case repeat the name of the author in each publication, that is, to change the parameters of the style 2. make a adjustment to translate the resultant line into an html-coded entity? Can one suggest a solution to both variants?
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
starttext
placelistofpublications[method=dataset]
stoptext
bibliographies context html
bibliographies context html
edited 3 hours ago
Henri Menke
75.6k8164276
75.6k8164276
asked 5 hours ago
Dmitry StarostinDmitry Starostin
1456
1456
3
I have added a MWE for you. Please always add one.
– Henri Menke
3 hours ago
add a comment |
3
I have added a MWE for you. Please always add one.
– Henri Menke
3 hours ago
3
3
I have added a MWE for you. Please always add one.
– Henri Menke
3 hours ago
I have added a MWE for you. Please always add one.
– Henri Menke
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
The rule is drawn by the command blackrule which is apparently not exported to XML. A quick workaround would be to write an emdash instead of the rule.
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
startsetups apa:list:sameauthor:rule
emdash
stopsetups
starttext
placelistofpublications[method=dataset]
stoptext
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476543%2fcontext-html-export-bibliography%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The rule is drawn by the command blackrule which is apparently not exported to XML. A quick workaround would be to write an emdash instead of the rule.
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
startsetups apa:list:sameauthor:rule
emdash
stopsetups
starttext
placelistofpublications[method=dataset]
stoptext
add a comment |
The rule is drawn by the command blackrule which is apparently not exported to XML. A quick workaround would be to write an emdash instead of the rule.
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
startsetups apa:list:sameauthor:rule
emdash
stopsetups
starttext
placelistofpublications[method=dataset]
stoptext
add a comment |
The rule is drawn by the command blackrule which is apparently not exported to XML. A quick workaround would be to write an emdash instead of the rule.
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
startsetups apa:list:sameauthor:rule
emdash
stopsetups
starttext
placelistofpublications[method=dataset]
stoptext
The rule is drawn by the command blackrule which is apparently not exported to XML. A quick workaround would be to write an emdash instead of the rule.
setupbackend[export=yes]
usebtxdataset[mkiv-publications.bib]
usebtxdefinitions[apa]
startsetups apa:list:sameauthor:rule
emdash
stopsetups
starttext
placelistofpublications[method=dataset]
stoptext
answered 3 hours ago
Henri MenkeHenri Menke
75.6k8164276
75.6k8164276
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476543%2fcontext-html-export-bibliography%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
I have added a MWE for you. Please always add one.
– Henri Menke
3 hours ago