Bold letters in math and does tikz work
Aditya, thanks very much for your reply. Is the default font in context, a
unicode font. The layout of my file is
\startenvironment Layout
\setuppapersize[letter][letter]
\setuplayout[width=5.5in,height=10in,backspace=1.5in,topspace=0.5in,header=1.25in,footer=1.25in]
\setupwhitespace[medium]
\setuppagenumbering[location=]
\setupcolors[state=start]
\setupcolor[xwi]
\setupcaption[figure][headstyle=\tfx\bf,style=\tfx]
\setuphead[chapter][color=midnightblue,after=\vskip 2ex]
\setuphead[subject][color=midnightblue]
\setupitemize[stopper=),left=(]
\setupitemize[headstyle=bold]
definetextbackground[Quote]
[backgroundcolor=linen,
backgroundoffset=0.25cm,
frame=off,
location=paragraph,
before=\vskip 1ex\startnarrower,
after=\stopnarrower\vskip 2.5ex]
\def\Ex#1{{\bf Exercise #1}}
\def\Dfn#1{{\bf Definition #1}}
\def\bb#1{\blackboard{#1}}
\stopenvironment
I do NOT get bold with $ {\bf x} $ command. It is upright, but not bold.
Thanks for your help.
On Wed, Aug 12, 2009 at 10:31 AM, Aditya Mahajan
On Wed, 12 Aug 2009, Curiouslearn wrote:
Hello,
Can someone please tell me how to get bold math symbols in Context. I am using
ConTeXt ver: 2009.06.14 21:01 MKIV fmt: 2009.7.7 int: english/english
${\bi A}$ (bold italic) or with a unicode font use can also use ${\bf A}$ (bold upright).
Also, does Tikz work with the latest version of context minimals?
This needs to be fixed by Till Tantanu. There was a long email discussion on this.
Aditya
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
On Wed, Aug 12, 2009 at 16:54, Curiouslearn wrote:
Also, does Tikz work with the latest version of context minimals?
This needs to be fixed by Till Tantanu. There was a long email discussion on this.
But I haven't heard from him for a looooooooong time. He might be on vacations. Mojca
On Wed, 12 Aug 2009, Curiouslearn wrote:
Aditya, thanks very much for your reply. Is the default font in context, a unicode font. The layout of my file is
No. It is a virtual font created from latin modern math font.
I do NOT get bold with $ {\bf x} $ command. It is upright, but not bold. Thanks for your help.
Hans, there is a bug in math-vfu. In all bold variants in make_fonts, "vector =" is missing. See the attached patch. Aditya
Aditya Mahajan wrote:
On Wed, 12 Aug 2009, Curiouslearn wrote:
Aditya, thanks very much for your reply. Is the default font in context, a unicode font. The layout of my file is
No. It is a virtual font created from latin modern math font.
I do NOT get bold with $ {\bf x} $ command. It is upright, but not bold. Thanks for your help.
Hans, there is a bug in math-vfu. In all bold variants in make_fonts, "vector =" is missing. See the attached patch.
the other patch (spacing issue) how well is that tested? with/without whitespace and such Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, 13 Aug 2009, Hans Hagen wrote:
Aditya Mahajan wrote:
On Wed, 12 Aug 2009, Curiouslearn wrote:
Aditya, thanks very much for your reply. Is the default font in context, a unicode font. The layout of my file is
No. It is a virtual font created from latin modern math font.
I do NOT get bold with $ {\bf x} $ command. It is upright, but not bold. Thanks for your help.
Hans, there is a bug in math-vfu. In all bold variants in make_fonts, "vector =" is missing. See the attached patch.
the other patch (spacing issue) how well is that tested? with/without whitespace and such
I did not test the other patch since I did not understand what it does. I will run it though my test docs and visually inspect the results. Aditya
Thanks again, Aditya.
Anyone, is there a way to get bold upright symbols in math for the default
Context font? If not, which font can I use that is available with the
default Context minimals installation that is a unicode font.
Thank you.
On Thu, Aug 13, 2009 at 12:26 AM, Aditya Mahajan
On Wed, 12 Aug 2009, Curiouslearn wrote:
Aditya, thanks very much for your reply. Is the default font in context, a
unicode font. The layout of my file is
No. It is a virtual font created from latin modern math font.
I do NOT get bold with $ {\bf x} $ command. It is upright, but not bold.
Thanks for your help.
Hans, there is a bug in math-vfu. In all bold variants in make_fonts, "vector =" is missing. See the attached patch.
Aditya
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
On Fri, 14 Aug 2009, Curiouslearn wrote:
Thanks again, Aditya.
Anyone, is there a way to get bold upright symbols in math for the default Context font? If not, which font can I use that is available with the default Context minimals installation that is a unicode font.
You can get bold upright symbol in math fonts. There was a bug in math-vfu.lua, for which I gave a patch in my previous email. If you apply that patch to math-vfu and then regenerate formats, ${\bf A}$ will give upright bold math. If you do not want to patch math-vfu on your own, wait for the next beta by Hans. This will not work with bold greek letters or bold operators. Aditya
You can get bold upright symbol in math fonts. There was a bug in math-vfu.lua, for which I gave a patch in my previous email. If you apply that patch to math-vfu and then regenerate formats, ${\bf A}$ will give upright bold math. If you do not want to patch math-vfu on your own, wait for the next beta by Hans.
This will not work with bold greek letters or bold operators.
Aditya
Thanks Aditya. I have no clue how to use the patch. I think I will wait for the next Beta from Hans.
participants (4)
-
Aditya Mahajan
-
Curiouslearn
-
Hans Hagen
-
Mojca Miklavec