TikZ calendar and ConTeXT
I'm trying to use the TikZ calendar package in ConTeXT, but I'm not having luck. The problem is that before the months and days names appears the keyword translation between square brackets. How i can fix that?
the code:
usemodule[tikz]
usetikzlibrary[calendar]
starttext
tikz calendar [dates=2012-01-01 to 2012-12-31,
month list, month label left,month yshift=1.25em]
if (Sunday) [black!50]
% GROUP 1
if (between=2012-08-09 and 2012-08-12)[orange]
if (between=2012-06-01 and 2012-06-03)[orange]
if (between=2012-04-05 and 2012-04-07)[orange]
if (between=2012-12-22 and 2012-12-27)[orange]
% GROUP 2
if (between=2012-09-10 and 2012-09-15)[blue]
if (between=2012-08-17 and 2012-08-21)[blue]
if (between=2012-06-29 and 2012-07-02)[blue]
if (between=2012-05-14 and 2012-05-21)[blue]
% GROUP 3
if (between=2012-11-02 and 2012-11-09)[darkgreen]
if (between=2012-01-01 and 2012-01-27)[darkgreen]
;
stoptext
tikz-pgf context calendar
add a comment |
I'm trying to use the TikZ calendar package in ConTeXT, but I'm not having luck. The problem is that before the months and days names appears the keyword translation between square brackets. How i can fix that?
the code:
usemodule[tikz]
usetikzlibrary[calendar]
starttext
tikz calendar [dates=2012-01-01 to 2012-12-31,
month list, month label left,month yshift=1.25em]
if (Sunday) [black!50]
% GROUP 1
if (between=2012-08-09 and 2012-08-12)[orange]
if (between=2012-06-01 and 2012-06-03)[orange]
if (between=2012-04-05 and 2012-04-07)[orange]
if (between=2012-12-22 and 2012-12-27)[orange]
% GROUP 2
if (between=2012-09-10 and 2012-09-15)[blue]
if (between=2012-08-17 and 2012-08-21)[blue]
if (between=2012-06-29 and 2012-07-02)[blue]
if (between=2012-05-14 and 2012-05-21)[blue]
% GROUP 3
if (between=2012-11-02 and 2012-11-09)[darkgreen]
if (between=2012-01-01 and 2012-01-27)[darkgreen]
;
stoptext
tikz-pgf context calendar
I forget to type "month list". I'm using ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english, luatex beta-0.7.9.1
– Jorge
Dec 8 '14 at 16:08
add a comment |
I'm trying to use the TikZ calendar package in ConTeXT, but I'm not having luck. The problem is that before the months and days names appears the keyword translation between square brackets. How i can fix that?
the code:
usemodule[tikz]
usetikzlibrary[calendar]
starttext
tikz calendar [dates=2012-01-01 to 2012-12-31,
month list, month label left,month yshift=1.25em]
if (Sunday) [black!50]
% GROUP 1
if (between=2012-08-09 and 2012-08-12)[orange]
if (between=2012-06-01 and 2012-06-03)[orange]
if (between=2012-04-05 and 2012-04-07)[orange]
if (between=2012-12-22 and 2012-12-27)[orange]
% GROUP 2
if (between=2012-09-10 and 2012-09-15)[blue]
if (between=2012-08-17 and 2012-08-21)[blue]
if (between=2012-06-29 and 2012-07-02)[blue]
if (between=2012-05-14 and 2012-05-21)[blue]
% GROUP 3
if (between=2012-11-02 and 2012-11-09)[darkgreen]
if (between=2012-01-01 and 2012-01-27)[darkgreen]
;
stoptext
tikz-pgf context calendar
I'm trying to use the TikZ calendar package in ConTeXT, but I'm not having luck. The problem is that before the months and days names appears the keyword translation between square brackets. How i can fix that?
the code:
usemodule[tikz]
usetikzlibrary[calendar]
starttext
tikz calendar [dates=2012-01-01 to 2012-12-31,
month list, month label left,month yshift=1.25em]
if (Sunday) [black!50]
% GROUP 1
if (between=2012-08-09 and 2012-08-12)[orange]
if (between=2012-06-01 and 2012-06-03)[orange]
if (between=2012-04-05 and 2012-04-07)[orange]
if (between=2012-12-22 and 2012-12-27)[orange]
% GROUP 2
if (between=2012-09-10 and 2012-09-15)[blue]
if (between=2012-08-17 and 2012-08-21)[blue]
if (between=2012-06-29 and 2012-07-02)[blue]
if (between=2012-05-14 and 2012-05-21)[blue]
% GROUP 3
if (between=2012-11-02 and 2012-11-09)[darkgreen]
if (between=2012-01-01 and 2012-01-27)[darkgreen]
;
stoptext
tikz-pgf context calendar
tikz-pgf context calendar
edited Dec 8 '14 at 16:07
Jorge
asked Dec 5 '14 at 12:03
JorgeJorge
840612
840612
I forget to type "month list". I'm using ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english, luatex beta-0.7.9.1
– Jorge
Dec 8 '14 at 16:08
add a comment |
I forget to type "month list". I'm using ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english, luatex beta-0.7.9.1
– Jorge
Dec 8 '14 at 16:08
I forget to type "month list". I'm using ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english, luatex beta-0.7.9.1
– Jorge
Dec 8 '14 at 16:08
I forget to type "month list". I'm using ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english, luatex beta-0.7.9.1
– Jorge
Dec 8 '14 at 16:08
add a comment |
1 Answer
1
active
oldest
votes
This was a bug in PGF which is going to be fixed in a future version. You can see the fix in this commit:
https://sourceforge.net/u/hmenke/pgf/ci/fcba5723f1e96979942c11286f1f4d6e84355610/
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%2f215529%2ftikz-calendar-and-context%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
This was a bug in PGF which is going to be fixed in a future version. You can see the fix in this commit:
https://sourceforge.net/u/hmenke/pgf/ci/fcba5723f1e96979942c11286f1f4d6e84355610/
add a comment |
This was a bug in PGF which is going to be fixed in a future version. You can see the fix in this commit:
https://sourceforge.net/u/hmenke/pgf/ci/fcba5723f1e96979942c11286f1f4d6e84355610/
add a comment |
This was a bug in PGF which is going to be fixed in a future version. You can see the fix in this commit:
https://sourceforge.net/u/hmenke/pgf/ci/fcba5723f1e96979942c11286f1f4d6e84355610/
This was a bug in PGF which is going to be fixed in a future version. You can see the fix in this commit:
https://sourceforge.net/u/hmenke/pgf/ci/fcba5723f1e96979942c11286f1f4d6e84355610/
edited Jan 10 at 4:42
answered Jan 10 at 4:30
Henri MenkeHenri Menke
71.1k8157264
71.1k8157264
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%2f215529%2ftikz-calendar-and-context%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
I forget to type "month list". I'm using ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english, luatex beta-0.7.9.1
– Jorge
Dec 8 '14 at 16:08