Hi folks, I would use TikZ/mindmap to make some figures for a paper. Since I have to install TikZ, I have updated my minimals yesterday and began to really use MKIV. My problem is that when I process \enableregime[utf8] \useencoding[ffr] \mainlanguage[fr] \usetypescript[helvetica][texnansi] \setupbodyfont[helvetica,12pt] \setupcolors[state=start] \usemodule[tikz] \usetikzlibrary[mindmap] \starttext \input knuth \starttikzpicture[font=\nofont,mindmap,text=white, root concept/.style={concept color=blue}, level 1 concept/.append style= {every child/.style={concept color=blue!50}}] \node [concept] {Root Concept} child[grow=30] {node[concept] {child}} child[grow=0 ] {node[concept] {child}}; \stoptikzpicture \input tufte \stoptext the font switching is OK for the "\input ***" things but not for the embedded text. That's probably due to my lack of knowledge of TikZ but I have just found nothing usefull (nothing evident even in the pgf manual) about font switching within TikZ pictures with ConTeXt... (This is LuaTeX, Version snapshot-0.37.0-2009040617 (Web2C 7.5.7)) Best regards, Renaud
On Tue, Apr 7, 2009 at 20:13, Renaud Aubin wrote:
Hi folks,
\usetypescript[helvetica][texnansi] \setupbodyfont[helvetica,12pt]
Unrelated: MKIV is not supposed to use texnansi, but MKII returns ! Font \*helvetica7ptmmmrss*:=Helvetica-MathRoman at 7.0pt not loadable: Metric (TFM) file not found. <to be read again> \relax \definefontglobal ...dcsname \lastfontname \relax \expandafter \let \expanda... (But no time to debug now.) Mojca
Am 08.04.2009 um 13:59 schrieb Mojca Miklavec:
On Tue, Apr 7, 2009 at 20:13, Renaud Aubin wrote:
Hi folks,
\usetypescript[helvetica][texnansi] \setupbodyfont[helvetica,12pt]
Unrelated: MKIV is not supposed to use texnansi, but MKII returns
I'll remove the math part from the helvetica typescript (which is very new), untill then use: \usetypescript[postscript] \setupbodyfont[postscript,ss] Wolfgang
participants (3)
-
Mojca Miklavec
-
Renaud Aubin
-
Wolfgang Schuster