Context html export bibliographyConverting ConTeXt document to HTMLHow to export biblatex data to...
Create linguistic diagram (in TikZ?)
What is a good way to explain how a character can produce flames from their body?
Is the fingering of thirds flexible or do I have to follow the rules?
Reading Mishnayos without understanding
Besides PR credit, does diversity provide anything that meritocracy does not?
Single-row INSERT...SELECT much slower than separate SELECT
Is it possible to detect 100% of SQLi with a simple regex?
"Starve to death" Vs. "Starve to the point of death"
Why do neural networks need so many examples to perform?
Count repetitions of an array
Insecure private-key encryption
Is there a way to pause a running process on Linux systems and resume later?
Is the percentage symbol a constant?
How can find the 2D Voronoi cell area distribution?
If I tried and failed to start my own business, how do I apply for a job without job experience?
Kernel and image of matrix: What are they? Why do they exist?
How do you get out of your own psychology to write characters?
What are some ways of extending a description of a scenery?
Case protection with emphasis in biblatex
How can I prevent an oracle who can see into the past from knowing everything that has happened?
Why is "rm -r" unable to delete this folder?
What can I do to encourage my players to use their consumables?
How to politely refuse in-office gym instructor for steroids and protein
Why did Luke use his left hand to shoot?
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
2
I have added a MWE for you. Please always add one.
– Henri Menke
2 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 2 hours ago
Henri Menke
75.6k8164276
75.6k8164276
asked 4 hours ago
Dmitry StarostinDmitry Starostin
1456
1456
2
I have added a MWE for you. Please always add one.
– Henri Menke
2 hours ago
add a comment |
2
I have added a MWE for you. Please always add one.
– Henri Menke
2 hours ago
2
2
I have added a MWE for you. Please always add one.
– Henri Menke
2 hours ago
I have added a MWE for you. Please always add one.
– Henri Menke
2 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 2 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
2
I have added a MWE for you. Please always add one.
– Henri Menke
2 hours ago