Date: Fri, 9 Feb 2007 09:09:58 +0700 (WIT) From: "Zulkifli Hidayat"
Subject: [NTG-context] Newbie question: math font and bibliography To: ntg-context@ntg.nl Message-ID: <1497.202.95.151.74.1170986998.squirrel@webmail.elect-eng.its.ac.id> Content-Type: text/plain;charset=iso-8859-1 Dear all,
I'm a newbie, just recently try to use context. As I read the wiki, I think that Context is great to typeset documents. Now I'm trying to make a document with some maths in it and I also need bold math symbols. I try the steps written in MyWay Magazine: Normal and Bold Math Combination by Hans Hagen and I find that bold math in inline equation is bold upright but in formula it is bold italics. Furthermore, I can't type a bold greek symbol in an inline equation. A file test is below. I also tried in Contextlive and got the same result. I use the 23.01.2007 context version.
For bibliography, I don't have any idea how to cite a bibliography item in the list of publications. I found the wiki is not clear enough for real newbie like me.
Thank you in advance for any help or suggestions ...
Zulkifli
======================= \usetypescriptfile[type-enc]
\definetypeface [mainface] [rm] [serif] [modern] [default] \definetypeface [mainface] [tt] [mono] [modern] [default] \definetypeface [mainface] [ss] [sans] [modern] [default] \definetypeface [mainface] [mm] [math] [modern] [default]
\definetypeface [boldmath] [rm] [serif] [modern] [default] \definetypeface [boldmath] [tt] [mono] [modern] [default] \definetypeface [boldmath] [ss] [sans] [modern] [default] \definetypeface [boldmath] [mm] [boldmath] [modern] [default]
\definetypeface [mainface] [mm] [bfmath] [modern] [default] \definetypeface [boldmath] [mm] [bfmath] [modern] [default]
\setupformulas [method=bold]
\setupbodyfont [mainface]
\def\vu{{\bf u}} \def\vxh{{\hat\bf x}} \def\vyh{{\hat\bf y}} \def\thetah{\hat{\theta}} \def\vthetah{\hat{\bfm\theta}}
\starttext
$x(t)$ $u(t)$ $\vu(t)$ \vu(t) $N$ $\theta$ \theta%\vthetah dan $\vthetah$.
\startformula \vu(t) \vthetah \thetah \hat{\alpha} {\bfm\hat{\alpha}\alpha} \stopformula
\stoptext
Date: Fri, 09 Feb 2007 08:55:57 +0100 From: Taco Hoekwater
Subject: Re: [NTG-context] Newbie question: math font and bibliography To: mailing list for ConTeXt users Message-ID: <45CC290D.3030105@elvenkind.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Zulkifli Hidayat wrote:
For bibliography, I don't have any idea how to cite a bibliography item in the list of publications. I found the wiki is not clear enough for real newbie like me.
The easiest way to explain this is to point you to the manual of the bibliography module. It is on the modules section of the wiki:
http://dl.contextgarden.net/modules/t-bib/doc/context/bib/bibmod-doc.pdf
But it should also be on your harddisk already, in:
<context-texmf-local-tree>/doc/context/bib/bibmod-doc.pdf
If you can't figure out what to do from the manual, you will need to give a bit more information on what precisely is unclear (I know it is probably hard that to expres that clearly, but ...)
Best wishes,
Taco
Dear Taco, I'm sorry if made myself not clear and for the noise about the upright and italic bold math. I found that it works. I have reread the bibliography manual, I think it should be clear enough for me to do some experiments. But there's one thing makes me confuse, how to cite the publications. From all of the publication fields, which one should I use in \cite[1(opt)][2(reference)]? The first bracket is optional, how about the second one? One more thing, for the test file above, I can't get uppercase greeks appear right and their bold version as well. I tried it in context live. Is there any suggestion for this? Thank you Regards, Zulkifli